/*========================================
	Odeus CSS by Patrick Bennett [mb]
	ModernBlue.com
=========================================*/

body {
	margin:0;
	padding:0;
	background:url(../images/homebg.png) no-repeat center -50px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:800px;
	margin:0 auto;
	height:720px;
	position:relative;
}

#activeHome {
	position:absolute;
	top:65px; left:75px;
	width:82px; height:30px;
	background:url(../images/activeHome.png) no-repeat;
}

#activeHome a {
	display:block;
	width:82px; height:30px;
	background:url(../images/activeHome.png) no-repeat;
}

#activeHome a:hover {
	background:url(../images/activeHomeB.png) no-repeat;
}

#activeHome.active {
	background:url(../images/activeHomeB.png) no-repeat;
}

#dealOfWeek {
	position:absolute;
	top:605px; left:-20px;
	width:200px; height:150px;
}

#dealOfWeek {
	font-size:12px;
}

#dealOfWeeks a {
	display:block;
	width:150px; height:137px;
	background:url(../images/dealOfWeek.png) no-repeat;
}

#dealOfWeeks a:hover {
	background:url(../images/dealOfWeekB.png) no-repeat;
}

#nav {
	width:490px;
	height:145px;
	position:absolute;
	top:60px; left:200px;
}

#nav ul {
	margin:0;
	padding:0;
	position:relative;
	height:140px;
	z-index:1;
	overflow:hidden;
}

#nav li {
	list-style:none;
	position:absolute;
}

#nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	background:transparent;
	overflow:hidden;
	z-index:10;
}

#nav a strong {
	display:none;
}

#nav a#product {
	position:absolute;
	top:12px; left:55px;
	width:216px; height:49px;
	background:url(../images/navProductA.png) no-repeat;
}

#nav a#product:hover, #nav a#product.active  {
	background:url(../images/navProductB.png) no-repeat;
}

#nav a#news {
	position:absolute;
	top:25px; left:280px;
	width:172px; height:41px;
	background:url(../images/navNewsA.png) no-repeat;
}

#nav a#news:hover, #nav a#news.active {
	background:url(../images/navNewsB.png) no-repeat;
}

#nav a#riders {
	position:absolute;
	top:50px; left:0px;
	width:162px; height:42px;
	background:url(../images/navRidersA.png) no-repeat;
}

#nav a#riders:hover, #nav a#riders.active {
	background:url(../images/navRidersB.png) no-repeat;
}

#nav a#about {
	position:absolute;
	top:62px; left:180px;
	width:150px; height:38px;
	background:url(../images/navAboutA.png) no-repeat;
}

#nav a#about:hover, #nav a#about.active {
	background:url(../images/navAboutB.png) no-repeat;
}

#nav a#den {
	position:absolute;
	top:72px; left:355px;
	width:106px; height:32px;
	background:url(../images/navDenA.png) no-repeat;
}

#nav a#den:hover, #nav a#den.active {
	background:url(../images/navDenB.png) no-repeat;
}

#nav a#links {
	position:absolute;
	top:88px; left:0px;
	width:126px; height:37px;
	background:url(../images/navLinksA.png) no-repeat;
}

#nav a#links:hover, #nav a#links.active {
	background:url(../images/navLinksB.png) no-repeat;
}

#nav a#shops {
	position:absolute;
	top:98px; left:140px;
	width:133px; height:34px;
	background:url(../images/navShopsA.png) no-repeat;
}

#nav a#shops:hover, #nav a#shops.active {
	background:url(../images/navShopsB.png) no-repeat;
}

#nav a#contact {
	position:absolute;
	top:103px; left:290px;
	width:184px; height:35px;
	background:url(../images/navContactA.png) no-repeat;
}

#nav a#contact:hover, #nav a#contact.active {
	background:url(../images/navContactB.png) no-repeat;
}

#content {
	position:absolute;
	top:210px; left:205px;
	width:450px; height:430px;
	overflow:auto;
	font-size:13px;
	padding-right:10px;
}

#content h2 {
	color:#e81f2e;
	font-weight:normal;
	font-size:24px;
	margin-top:0;
}

p.wp-caption-text {
	font-size:12px;
	margin:0 0 10px 0;
	padding:3px;
	background:#f5f5f5;
}

#content a img {
	border:1px solid #ccc;
	padding:5px;
}

#content a:hover img {
	border:1px solid #222;
}

#content a {
	color:#0098d1;
}

#content a:hover {
	color:#e81f2e;
}

#footer {
	position:absolute;
	top:685px; left:170px;
	width:490px; height:40px;
	text-align:left;
	font-size:14px;
	color:#000;
}

#footer p {
	margin:0;
	padding:0;
	font-size:9px;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer li {
	list-style:none;
	display:inline;
	padding:0 2px;
}

#footer a {
	color:#ee3124;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#footer a:hover {
	color:#333;
}

.clear {
	clear:both;
}

a.adlink {
	color:#222;
	display:block; 
	background:#f5f5f5; 
	padding:5px;
	text-align:center;
}

a:hover.adlink {
	background:#222;
	color:#fff;
}