@charset "utf-8";
/* CSS Document */
/*
Theme Name:		Cycling Edge
Theme URL:		http://www.cyclingedge.com.au
Description:	By <a href="http://www.roi.com.au">Michael Raffaele</a>.
Version:		   1.0
Author:			Michael Raffaele
Author URL:		http://www.roi.com.au
*/

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:url(images/bg.jpg) no-repeat #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:16px;
}
.clear {
	width:100%;
	clear:both;
	height:1px;
	overflow:hidden;
}
#menubar {
	background:#000;
	height:40px;
	width:100%;
   font:100 16px "Trebuchet MS";
	margin:0 0 20px 0;
}
#menubar ul {
	list-style:none;
}
#menubar ul li {
	float:left;
	padding:3px 7px 0 7px;
}
#menubar ul li a{
	text-decoration:none;
	color:#606060;
}
#menubar ul li a:hover, #menubar #active a, .bluetext, a{
	color:#00aeef;
	text-decoration:none;
}
.container {
	width:848px;
	height:auto;
	overflow:hidden;	
	margin:0 auto;
	padding:0;
}
#logo a{
	background:url(images/logo2.png) no-repeat;
	behavior:url(../iepngfix.htc);
	width:281px;
	height:64px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}
#search {
	margin:10px 0 0 0;
	float:right;
	background:url(images/search.png) no-repeat;
	width:245px;
	height:49px;
	behavior:url(../iepngfix.htc);
}
#search input{
	line-height:12px;
	font-size:12px;
	padding:0;
	margin:17px 0 0 20px;
	height:14px;
	border:1px solid #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	width:178px;
}
#pursuit {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:100;
	font-size:26px;
	line-height:30px;
	text-align:center;
	height:60px;
	padding:5px 0 0 0;
	margin:60px 0 0 0;
}
#quicklinks {
	padding:0;
}
#quicklinks, #quicklinks a {
	font-size:11px;
	color:#8e8d8d;
	text-align:center;
}
#quicklinks a:hover {
	color:#00aeef;
}
#main_content {
	background:url(images/black-bg.png) repeat;
	behavior:url(../iepngfix.htc);
	padding:20px;
}
/*   PRODUCTS   */
#main_content h1{
	color:#00adef;
	font-weight:100;
	font-size:28px;
	line-height:28px;
	margin:0 0 20px 0;
}
#main_content h1 a{
	color:#fff;
}
.product {
	font-size:12px;
	line-height:16px;
	width:800px;
}
.product h3 {
	background:url(images/spacer.gif) bottom left no-repeat;
	behavior:url(../iepngfix.htc);
	margin:10px 0 15px;
	color:#fff;
	font-weight:100;
	font-size:18px;	
	line-height:18px;
}
.product img{
	border:1px solid #4d4d4d;
	margin:0 0 20px 0;
}
.product tr{
	vertical-align:top;
}
p {
	margin:10px 0;
}
.titlesmall {
	font-size:15px;
}
#main_content ul {
	margin:0 0 0 15px;
	list-style:outside;
}
#main_content ul li{
	margin:0 0 0 20px;
}
