/* ID Styles */

body {
	background-color: #000;
	}
	
html {
	height: 100%;
	}	
	
a {
	text-decoration: none;
	}
	
h1 {
	font-weight: lighter;
	}	

#container {
	position: absolute;
	width: 1000px;
	height: 900px;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -500px;
	background-color: #000;
	border-top: 0px;
	border-right: 6px solid #333;
	border-bottom: 6px solid #333;
	border-left: 6px solid #333;
	}
	
#logo {
	position: absolute;
	width: 320px;
	height: 100px;
	left: 749px;
	top: 17px;
	z-index: 100;
	}
	
#left {
	position: absolute;
	width: 800px;
	height: auto;
	left: 0px;
	top: 534px;
	z-index: 1;
	}
	
#header {
	width: auto;
	height: 100px;
	}

#slides {
	width: 800px;
	height: 400px;
	border-top: 20px solid #333;
	border-bottom: 10px solid #333;
	border-right: 10px solid #333;
	border-left: 40px solid #333;
	}	
	
#info_box {
	width: 380px;
	height: 300px;
	margin-top: 20px;
	overflow: auto;
	border-top: 10px solid #333;
	border-right: 10px solid #333;
	border-bottom: 10px solid #333;
	border-left: 40px solid #333;
	background-color: #999;
	}	
	
#info_textbox {
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}		
	
#right {
	position: absolute;
	width: 418px;
	height: auto;
	left: 450px;
	top: 534px;
	z-index: 1;
	}

#other {
	width: 380px;
	height: 300px;
	margin-top: 20px;
	overflow: auto;
	border: 10px solid #333;
	background-color: #999;
	}
	
#ticker {
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}		
	
#footer {
	position: absolute;
	width: 990px;
	height: 30px;
	left: -6px;
	top: 918px;
	border: 6px solid #333;
	background-color: #000;
	}		
	
/* NAV START */
#nav_wrap {
	width: 810px;
	margin: 0 0 0 0;
	height: 60px;
	padding-top: 52px;
	background-image: url(../images/nav/nav_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
 
#nav {
	width: 100%;
	height: 60px;
}
			
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 40px;
	width: 100%;
	height: auto;
	position: relative;
}
					
#nav ul li{
	display: block;
	float: left;
	cursor: pointer;
}
						
#nav ul li a{
	background-image: url(../images/nav/nav_l.png); 
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 13px 17px;
	color: #FFF;
	font: 16px arial;
	text-decoration: none;
	float: left;
}
							
#nav ul li a span{
	background-image: url(../images/nav/nav_r.png);
	background-repeat: no-repeat;
	padding: 20px 30px 13px 15px;
	background-position: top right;
	float: left;
	cursor: pointer;
}
							
#nav ul li a:hover{
	color: yellow;
}
									
#active_nav {
	padding-top: 2px;
}
								
#active_nav a{ 
	background-image: url(../images/nav/nav_l_a.png) !important;
	color: #FF0 !important;							
}
									
#active_nav a span{
	background-image: url(../images/nav/nav_r_a.png) !important; 
	padding-top: 18px;
}
							
#active_nav a:hover{
	color: red !important;
}

/* NAV END */

/* Motohelp */

#motohelp{
	position: absolute;
	width: 63px;
	height: 16PX;
	left: 780px;
	top: 533px;
	z-index: 3;
	}
/* Motohelp End */	

	
/* Class Styles */

.bodyText {
	font: 10px/12px arial;
	color: #000000;
	letter-spacing: 0.1em;
	}
	
.infoText {
	font: 10px/12px arial;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 16px;
	}
	
.dateText {
	font: 9px/10px arial;
	color: #FF9933;
	letter-spacing: 0.1em;
	line-height: 16px;
	}	
	
.bodyText2Highlite {
	font: 10px/12px arial;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
.bodyTextYlwHighlite {
	font: 10px/12px arial;
	color: #000000;
	background-color: #FFFF00;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
.newsHeaderYlwHighlite {
	font: 16px/18px arial;
	color: #000000;
	background-color: #FFFF00;
	letter-spacing: 0.1em;
	}
	
.newsHeaderYlwHighlite a{
	color: #000;
	}	

.newsHeaderYlwHighlite a:hover{
	color: #F00;
	}	

.newsDateHighlite {
	font: 9px/10px arial;
	color: #F00;
	background-color: #000000;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}	
	
.newsBodyHighlite {
	font: 10px/12px arial;
	color: #FFFFFF;
	background-color: #000000;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	}
	
.listText {
	font: 11px/20px arial;
	color: #666666; 
	letter-spacing:0.1em;
	margin-top: 0px;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 0px;
	}	

.productText {
	font: 11px/20px arial;
	color: #666666;
	letter-spacing: 0.1em;
	margin: 6px 18px 6px 6px;
	}
	
.productHeader {
	font: 11px/20px arial;
	font-weight: bold;
	color: #BF0000;
	letter-spacing: 0.1em;
	margin: 6px;
	}		
	
.pageName{
	font: 18px/16px arial;
	color: #FF9933;
	letter-spacing: 0.1em;
	background-color: #000;
	}
	
.subHeader {
	font: 16px/16px lucida, verdana;
	color: #BF0000;
	letter-spacing: 0.1em;
	}		
	
.sidebarHeader {
	font: bold 14px/16px lucida, verdana;
	color: #3366CC;
	margin-top: 18px;
	margin-left: 18px;
	}	
	
.detailText {
	font: 11px arial;
	color: #666666;
	line-height: 16pt;
	letter-spacing: 0.1em;
	}
	
.footerText {
	font: 9px arial;
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	}
	
.footerText a:link {
	color: #FF0000;
	text-decoration: none;
	}	
	
.footerText a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}		
	
.smallText {
	font: 10px arial;
	color: #3366CC;
	line-height: 12pt;
	}
	
.smallmenuText {
	font: 9px arial;
	color: #FFFFFF;
	text-align: right;
	}
