﻿@import url("layout.css");
/*body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}*/
body {
	color: #000;
	font-size: .8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	float: none;
}

#container {
   margin:0 auto;
	width: 700PX;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#pageheader{
	position:relative; 
	width: 700px; 
	height:auto; 
	float:left;
}
#content {
	padding: 10PX;
	position: relative;
	width: 300px;
	text-align: left;
	float: left;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 300px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#masthead h1 {
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
	margin-top: 5px;
}
#navigation{
 padding-left:20px;
}
table.ourbikes{
	border: none;
	background-color: #FFFFFF;
}
table.ourbikes td{
	border: 1px #00FFFF solid;
	height: 20px;
	background-color: #00FFFF;
	max-width: 60px;
	color: #800000;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
tr.piccaption td{
	border: 1px #000000 solid;
	height: 20px;
	background-color: #00FFFF;
	max-width: 60px;
	color: #800000;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}


.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block; 
	width: 65px; /*Width of top level menu link items*/;
	padding: 2px 8px;
	border: 1px solid #202020;
	border-left-width: 1px;
	text-decoration: none; 
	background: url("../images/menubg.gif") center center repeat-x;
	color: black;
	font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	background: #e3f1bd;
	border-width: 0 1px 1px 1px;
}

/*Sub Sub level menu*/
.horizontalcssmenu ul li ul li ul{
	/*left: 0;*/
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub Sub level menu list items*/
.horizontalcssmenu ul li ul li ul li{
	display: inline;
	float: none;
	float:right;
}

/* Sub Sub level menu links style */
.horizontalcssmenu ul li ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	background: #e3f1bd;
	border-width: 0 1px 1px 1px;
}


.horizontalcssmenu ul li a:hover{
	background: url("../images/menubgover.gif") center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
/*background: #cde686;*/
}

/*.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url("../images/menuarrow.gif") no-repeat center left;
}*/

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
	* html .horizontalcssmenu ul li { float: left; height: 1%; }
	* html .horizontalcssmenu ul li a { height: 1%; }	
/* End */


/* Content Styles */
h6 {
	color: #FF0000;
}
h5 {
	color: #FF0000;
}
h4 {
	color: #FF0000;
}
h3 {
	color: #FF0000;
}
h2 {
	color: #FF0000;
}
h2.pagetitle {
	color: #0000FF;
	text-align: center;
	font-style: italic;
}

#content h1 {
	color: #FF0000;
}
#content img {
	padding: 10px;
	/*border: 1px solid #a0522d;*/
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	border: 0px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border-style: none;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
iframe{
	list-style: none;
	border: none;
	margin: none;
}

#masthead img{
	z-index: 12;
	float: none;
	padding-right: 20px;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}