* {
	margin: 0;
	padding: 0;
	/*border: solid red 1px;*/
}
img {
	border: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #527B52;
}
a:hover {
	color: black;
}

#layout {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#header_img {
	height: 144px;
}

#header_bar {
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../images/header_bar_bg.jpg);
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	border-left: solid #527B52 3px;
	border-right: solid #527B52 3px;
	color:#333333;
}

#header_bar #header_bar_right {
	float: right;
}

#main {
	width: 727px;
	position: relative;
	border-left: 3px solid #527B52;
	border-right: 3px solid #527B52;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
}

#main #left_bar {
	position: absolute;
	width: 140px;
	left: 0px;
	top: 0px;
}

#content_pane {
	margin-left: 150px;
	padding: 30px 20px 10px 10px;
	font-size: 0.8em;
	min-height: 300px;
}
* html #content_pane {
	height: 300px;
}
#content_pane h1 {
	font-size: 1.3em;
}
#content_pane h2 {
	margin-top: 1.5em;
	font-size: 1.3em;
}
#content_pane h3 {
	margin-top: 1.5em;
	font-size: 1.05em;
}
#content_pane p {
	margin-top: 1.2em;
}
#content_pane ul {
	padding-left: 3em;
}
#content_pane table {
	border-collapse:collapse;
	border: solid black 1px;
	margin-bottom: 2em;
}
#content_pane th {
	padding: 0.3em;
	background-color:#FFFFCC;
	border-bottom: solid black 1px;
	border-right: dotted black 1px;
	border-left: dotted black 1px;
	text-align: center;
}
#content_pane td {
	padding: 0.3em;
	border-right: dotted black 1px;
	border-left: dotted black 1px;
	border-bottom: solid black 1px;
	text-align: center;
	text-align: center;
}
.image_pane {
	position: relative;
}
.float_right {
	float: right;
}
.margin_right {
	margin: 0px 0px 10px 10px;
}
.float_left {
	float: left;
}
.margin_left {
	margin: 0px 10px 10px 0px;
}
.image_caption {
	text-align: right;
	margin-top: 2px;
}
.image_caption_left {
	text-align: left;
	margin-top: 2px;
}
.image_caption a {
	text-decoration: none;
}
.image_caption_left a {
	text-decoration: none;
}
.image_border {
	padding: 2px;
	border: solid black 1px;
}
.written_content {
	margin-top: 1.5em;
	position: relative;
}
#product_footer_wrapper {
	position: relative;
	margin-top: 2.5em;
	clear: both;
	float: left;
	width: 98%;
}
#next_previous {
	text-align: center;
	font-size: 1.1em;
}
#size_box {
	margin-top: 1.5em;
	text-align: center;
	font-size: 0.9em;
}
#size_box .upper_large {
	font-size: 1.1em;
	font-weight: bold;
}
#main #navigation_tabs {
	position: absolute;
	top: 0px;
	right: 2px;
	font-weight: bold;
}
#main #navigation_tabs ul {
	list-style-type: none;
}
#main #navigation_tabs li {
	display: inline;
	float: right;
	width: 90px;
	background-color: #527B52;
	background-image: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	text-align: center;
	font-size: 0.9em;
	height: 20px;
}
#main #navigation_tabs li a:link, #main #navigation_tabs li a:visited {
	display: block;
	width: 80px;
	border-top: solid #FFFF00 3px;
	color: white;
	text-decoration: none;
	margin: 0 auto;
}
#main #navigation_tabs li #active {
	border-top: solid #FFFFFF 3px;
}
#main #navigation_tabs li a:hover {
	border-top: solid #FFFFFF 3px;
	text-decoration: underline;
}

/* LEFT NAVBAR STARTS HERE */

#main #left_bar #left_navbar ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}
#main #left_bar #left_navbar li {
	font-size: 0.8em;
}
#main #left_bar #left_navbar li a:link, #main #left_bar #left_navbar li a:visited {
	display: block;
	margin-top: 4px;
	padding-left: 5px;
	border-left: solid #FFFF00 3px;
	color: white;
	text-decoration: none;
	height: 18px;
	position: relative;
	top: 1px;
	width: 135px;
	background-color: #527B52;
	background-image: url(../images/left_tab_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* IE specific hack to move the contents back up to the centre of the tab */
* html #main #left_bar #left_navbar li a:link, * html #main #left_bar #left_navbar li a:visited {
	top: -2px;
}
/* END IE hack */

#main #left_bar #left_navbar li #left_active {
	border-left: solid #FFFFFF 3px;
}
#main #left_bar #left_navbar li a:hover {
	border-left: solid #FFFFFF 3px;
	text-decoration: underline;
}

#main #left_bar #left_navbar #brochure {
	margin-top: 20px;
}

#left_bar #news_box {
	width: 130px;
	border-top: 2px solid #527B52;
	border-bottom: 2px solid #527B52;
	border-right: 2px solid #527B52;
	font-size: 0.7em;
	margin-bottom: 20px;
}
#left_bar #news_box h3 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #527B52;
	padding: 2px 2px 2px 5px;
}
#left_bar #news_box ul {
	list-style-type: none;
	padding: 2px 2px 2px 5px;
}
#left_bar #news_box a:link, #left_bar #news_box a:visited {
	text-decoration: none;
	color: black;
}
#left_bar #news_box a:hover {
	text-decoration: underline;
}

#footer_spacer #bike_logo {
	position: absolute;
	bottom: 0px;
	left: 5px;
}
#footer_spacer {
	position: relative;
	clear: both;
	height: 40px;
}
#footer {
	background-color: #527B52;
	color: white;
	font-size: 0.7em;
	padding: 4px;
	height: 15px;
	line-height: 15px;
}
#footer_right {
	float: right;
	padding-right: 5px;
}
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	margin-left: 10px;
	display: inline;
	float: left;
}
.error {
	margin-top: 1.2em;
	color: #FF0000;
}
.topmargin {
	margin-top: 1.2em;
}
.smalltext {
	font-size: 0.8em;
}
#paypal_logo {
	margin-left: 30px;
	position: relative;
	top: -5px;
}

#resources {
	font-size: 0.8em;
}
