@charset "utf-8";
/* CSS Document For Page Layout and typography */
/* ----------------------------------------------
	Main IDs for page layout. body and #page
	remain on templates                                           
-----------------------------------------------*/										   

#banner {
	width: 100%;
	height: 160px;
}

#tagline {
	height: 20px;
	width: 100%;
	font-size: 9px;
	letter-spacing: 1.5px;
	text-indent: 10px;
}

#main {
	background-image:url(images/tempBanner_02.gif);
	height: 140px;
	width: 790px;
	float: left;
}

#selection {
	background-image:url(images/NewBanner3_02x.jpg);
	height: 140px;
	width: 130px;
	float: left;
}

/* --- Site Banner consists of above ----------*/

#nav {
	width:	100%;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	color: #000000;
	text-align: center;
	background-image: url(images/Bg_nav.gif);
	height: 25px;
	padding-top: 5px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	height: 24px;
	color: #fff;
	text-decoration: none;
	background: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav li a:hover, #nav li a.current, #nav li a.current:hover {
	color: red;
}

/* ----------------------------------------------
	Catalog Choice Area   
	located within #selection                                       
-----------------------------------------------*/	
.styleCH {
	font-size: 12px;
	color: #666666;
	line-height:18px;
	padding-left: 12px;
	padding-top: 2px;
}

#rvBook {
	text-align:left;
	height:25px;
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	color:white;
	background-image: url(images/orangeband.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#rvBook a {
	color: #FFFFFF;
	text-decoration: none;
}

#mrBook {
	text-align:left;
	height:25px;
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	color:white;
	background-image:url(images/blueband.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#mrBook a {
	color: #FFFFFF;
	text-decoration: none;
}

#atvBook {
	text-align:left;
	height:25px;
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	color:white;
	background-image:url(images/greenband.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#atvBook a {
	color: #FFFFFF;
	text-decoration: none;
}

#snBook {
	text-align:left;
	height:25px;
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	color:white;
	background-image:url(images/redband.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#snBook a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------------------------------------------
	Catalog Choice Area   
	located within #selection                                       
-----------------------------------------------*/	
#contents {
	float:left;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

