@import url(/styles/forms.css);

/*
 *
 * General Tag specifictions
 *
 */ 
 
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: small;
	width: 100%;
	height: 100%;
	text-align: center;
}
body {
	background: #000 url(../images/bg_honda_rs250r.jpg) no-repeat top center;
}
body.wide {
	background: #000 url(../images/bg_honda_rs250r_wide.jpg) no-repeat top center;
}

img {
	border: 0px;
}

h1 {
	font-size: 150%;
	padding: 0;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 130%;
	padding: 0;
	margin: 0.8em 0 0.5em 0;
}
h3 {
	font-size: 100%;
	padding: 0;
	margin: 0 0 0.2em 0;
}
h4 {
	font-size: 100%;
	padding: 0;
	margin: 0.2em 0 0.2em 0;
}
h1 a {
	text-decoration: none;
}
h2 a, h3 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0 0 0.8em 0;
}

dl {
	margin: 0;
	padding: 0;
}
dt {
	padding: 0;
	margin: 0.5em 0;
}
dd {
	padding: 0;
	margin: 0;
}

table {
	padding: 0;
	margin: 0;
}
th {
	font-weight: bold;
}
td {
}
caption {
	text-align: left;
}

ul {
	list-style: square;
}
li { 
	margin-bottom: 0.5em;
}
li a {
	color: #FFF;
}
li a:hover {
	color: #FCC;
}


/*
 *
 * Page Components
 *
 */

#wrapper {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	width: 868px;
}

#header {
	float: left;
	clear: both;
	width: 868px;
	text-align: left;
	height: 100px;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;	
	min-height: 20px;
}

#contentWrapper {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	height: 500px;
	font-size: 80%;
}

#centerCol {
	color: #FFF;
	float: left;
	margin: 0 468px 0 0;
	width: 380px;
	position: absolute;
	height: 420px;
	overflow: auto;
	top: 170px;
	padding: 10px;

	scrollbar-base-color: #333;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #333;
}
#leftCol {
	float: left;
	margin-left: -868px;
	width: 150px;
}

#rightCol {
	z-index: 3;
	float: left;
	color: #FFF;
	margin-left: 410px; 
	width: 440px;
	position: absolute;
	height: 430px;
	overflow: auto;
	top: 170px;
	padding: 10px;
	
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #333;
}
.wide #leftCol {
	float: left;
	color: #FFF;
	margin-left: 0px; 
	width: 848px;
	position: absolute;
	height: 430px;
	overflow: auto;
	top: 170px;
	padding: 10px;
	
	scrollbar-base-color: #333;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #333;
}


/*
 *
 * Sub-components.
 *
 */
#header #companyName {
	font-size: 150%;
	font-weight: bold;
}
#header #tagline {
	font-size: 130%;
	font-weight: bold;
}

#copyright {
	float: right;
	font-size: 80%;
	color: #FFF;
	padding: 5px;
}

#createdBy {
	float: right;
	clear: right;
	font-size: 80%;
	text-align: right;
}

#rightCol #news {
	overflow: auto;
	height: 10em;
}
#rightCol #news p {
	display: none;
}
#newsHome #rightCol #news p {
	display: block;
}
#newsHome #rightCol #news a {
	text-decoration: none;
	color: inherit;
}


/*
 *
 * Navigation
 *
 */ 

#nav, #footerNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 80%;
}
#nav li { 
	float: left;
	margin-left: 2px;
	margin-bottom: 0;
}
#nav li:first-child { 
	margin-left: 0px;
}
#nav a {
	width: 133px;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	background: #999 url(../images/tab0.jpg) repeat-x top left;
	color: #FFF;
	vertical-align: middle;
	height: 2.5em;
}
#nav a:hover {	
	background: #BFBFBF url(../images/tab0_active.jpg) repeat-x top left;
}

#home #n-home a, 
#bikes #n-bikesAndScooters a,
#servicing_maintenance #n-servicingAndMaintenance a,
#design_development #n-designAndDevelopment a,
#parts_accessories #n-partsAndAccessories a,
#contact #n-contact	a
{
	background: #BFBFBF url(../images/tab0_active.jpg) repeat-x top left;
}

#header #nav, #footerNav {
	width: 100%;
	float: left;
	clear: both;
}
#header #nav li, #footer #nav li {
	float: left;
}

#footerNav {
	position: absolute;
	top: 650px;
	width: 868px;
	background: #999 url(../images/tab0.jpg) repeat-x top left;
}
#footerNav li {
	float: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
}
#footerNav li:first-child {
	border-left: none;
}
#footerNav a {
	text-decoration: none;
	padding: 5px 10px;
	color: #FFF;
	display: block;
}
#footerNav a:hover {
	background: #BFBFBF url(../images/tab0_active.jpg) repeat-x top left;		
}

/*
 *
 * styles
 *
 */

#logo {
	margin-top: 10px;	
}

.popup {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	width: 143px; 
	text-align: center;
	position: relative;
}
.popup li { 
	margin: 0;
}
.popup a {
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	padding: 5px 5px;
	width: 133px;
	background-color: #666;
	margin: 0;
	display: block;
}
* html .popup li {
	display: inline-table;
}
.popup a:hover {
	background-color: #999;
	color: #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#bikesAndScooters, #servicingAndMaintenance , #designAndDevelopment , #partsAndAccessories {
	display: none;
	position: relative;
	z-index: 100;
	top: 0px;
	float: left;
	background-color: #666;
}
#bikesAndScooters { left: 145px; }
#servicingAndMaintenance { left: 290px; }
#designAndDevelopment { left: 435px; }
#partsAndAccessories { left: 580px; }

a.button {
	background: #C00; 
	color: #FFF;
	padding: 2px 10px;
	margin-left: 5px;
	text-decoration: none;
}
a.button:hover {
	background: #600;
}

.cInfo {
	float: right; 
	clear: right; 
	color: #CCC; 
	font-size: 90%;
	padding: 0;
	padding-left: 10px; 
	margin: 10px 0 0 0;
}
.cInfo strong {
	font-weight: normal;
}
.obf { width: 0; display: none; }

div#trailer { 
	position: absolute;
	top: 680px;
	width: 868px;
	color: #999; 
	font-size: 80%;
	text-align: left;
} 
.design { float: right; clear: right; margin-left: 30px; }
.design a { color: #999; text-decoration: none; }
.design a:hover { color: #999; text-decoration: underline; } 

p a { color: #FFF; }

/**
 *
 * Miscellaneous hacks.
 *
 */

