/* S and S RVs - Home Page Styles */

/* Content Area Styles */
#hmpgbanner {
	width: 650px;
	margin: 0 auto 7px auto;
	padding: 7px;
	background: #689BC6;
	color: #FDFF65;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border: 4px outset #689BC6;
}
#contentTop {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#slideshowbox {
	width: 340px;
	text-align: center;
	vertical-align: top;
}
#rvshow2 {
	margin-bottom: 5px;
}
#ophours {
	background: #51F215 url(images/bkg-basicbox.jpg) repeat-x;
	padding: 0;
	width: 14em;
	float: left;
	margin: 0 5px 0 5px;
}
#ophours .tabright {
	background: transparent url(images/bkg-urcorn.gif) no-repeat scroll 100% 0;
}
#ophours h3 {
	background: transparent url(images/bkg-ulcorn.gif) no-repeat scroll 0 0;
	margin: 0;
	padding: 0 2px 0 2px;
	font-size: 1.3em;
	text-align: center;
}
#ophours dl {
	margin: .3em 0;
	padding-left: .3em;
}
#ophours dd {
	margin: 0;
	padding: 0;
}
h4.mapicon {
	margin: 0 5px 0 5px;
	padding: 10px;
	width: 141px;
	text-align: center;
	float: left;
	font-size: 14px;
}
h4.mapicon img {
	border: 0;
}

/* Manufacturer List Area Styles*/
#mfgListBox {
	clear: both;
	margin: 1em auto .5em auto;
	padding: 0;
}
#mfgListBox h4 {
	margin: 0;
	padding: 2px;
	color: #FFFF66;
	background: #009900;
	text-align: center;
}
#mfgListBox td {
	padding: 0;
}
#mfgListBox td.mfgs {
	border-left: 2px solid #009900;
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	width: 50%;
	padding: 5px;
}
#mfgListBox td.last {
	border: 2px solid #009900;
}

/* Featured RVs Area Styles */
#featuredRVs {
	clear: both;
	width: 650px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
#featuredRVs h1 {
	font-size: 2.2em;
	font-style: italic;
	border-bottom: 2px solid #689BC6;
	margin-bottom: .5em;
}
/* Row1 to Row3 classes below are a kludge to get the left
   floated RVboxes to CENTER in their row. If you would prefer 
	that in an unfull row (a row w/ < 4 boxes), the boxes stacked directly
	under each other,	filling in left to right; then in the asp page just
	make sure every 'row' div tag uses ONLY the "Row" class, withOUT any
	numbers, regardless of number of boxes in the row */
#featuredRVs .Row {
	width: 648px;
}
#featuredRVs .Row3 {
	width: 488px;
}
#featuredRVs .Row2 {
	width: 326px;
}
#featuredRVs .Row1 {
	width: 164px;
}
#featuredRVs .Row, #featuredRVs .Row3, #featuredRVs .Row2, #featuredRVs .Row1 {
	clear: left;
	margin: 0 auto 10px auto;
	vertical-align: top;
}
#featuredRVs .RVbox, #featuredRVs .RVboxOn {
	width: 150px; /*box width w/ margins=162px*/
	float: left;
	margin: 0 6px 10px 6px;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
#featuredRVs .RVbox {
	background: #689BC6 url(images/bkg-frvbox.jpg) repeat-x scroll bottom;
}
#featuredRVs .RVboxOn {
	background: #FFFF99 url(images/bkg-frvbox-on.jpg) repeat-x scroll bottom;
}
#featuredRVs .RVbox .tabright, #featuredRVs .RVboxOn .tabright {
	margin: 0;
	padding: 0;
	background: #689BC6 url(images/bkg-urcorn.gif) no-repeat scroll 100% 0;
}
#featuredRVs .RVbox h2, #featuredRVs .RVboxOn h2 {
	background: transparent url(images/bkg-ulcorn.gif) no-repeat scroll 0 0;
	border-bottom: 1px solid #000000;
	color: #FDFF65;
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
#featuredRVs .RVbox h3, #featuredRVs .RVbox h3 a, #featuredRVs .RVbox h3 a:hover, #featuredRVs .RVboxOn h3, #featuredRVs .RVboxOn h3 a, #featuredRVs .RVboxOn h3 a:hover{
	color: #000000;
	font-size: 12px;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#featuredRVs .RVbox h4, #featuredRVs .RVboxOn h4 {
	color: #CC0000;
	font-size: 12px;
	margin: 0 2px 0 0;
}
#featuredRVs .RVbox img, #featuredRVs .RVboxOn img {
	border: 1px solid #000000;
}

/* Fineprint Area Styles */
#fineprint {
	background: #86ACD4;
	padding: 10px 5px 5px 5px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}
#fineprint a {
	color: #004400;
}
#fineprint a:hover {
	color: #CC0000;
}
#fineprint img {
	border: 0;
}
#cdlogo {
	width: 230px;
	float: right;
	margin: 0 5px 0 10px;
}
#cdlogo img {
	float: left;
	padding-right: 5px;
}
