@charset "utf-8";
/* CSS Document */

P { padding:0; margin:0;}


A:link {
 COLOR: #FFCC00; font-weight:bold; text-decoration:none /*The color of the link*/
}
A:visited {
 COLOR: #FFCC00; font-weight:bold; text-decoration:none/*The color of the visited link*/
}
A:hover {
 COLOR: #FFCC00; font-weight:bold; text-decoration:underline/*The color of the mouseover or 'hover' link*/
}

a img {
	border: none;
}

/*Navigation*/
.mC {width:210px; margin:0 15px 0 0; background: url(dakar-sidebar-middle.png) repeat-y;}
.mH {color: #FFFFFF; cursor:pointer;  font-weight:bold; padding: 0 18px 0 0;}
.mL {display:none; margin:5px 0 0 0;  color:#B8C5D0; border-bottom:#FFFFFF thin solid; border-top:#FFFFFF thin solid; padding: 0 18px 5px 0;}
.mLb {display:block; margin:5px 15px 8px 0;  color:#B8C5D0; border-bottom:#FFFFFF thin solid; border-top:#FFFFFF thin solid; padding: 0 0 5px 0;}
.mO {margin:8px 0 0 12px; display:block; color:#B8C5D0;}
.mOb {margin:8px 0 0 14px; display:block; color: #FFFF00; font-size:10px}

.mLb:link {color:#B8C5D0}
.mLb:visited {color:#B8C5D0}
.mL:link {color:#B8C5D0}
.mL:visited {color:#B8C5D0}
.mO:link {color:#B8C5D0}
.mO:visited {color:#B8C5D0}
.mO:hover {color: #FFCC00; text-decoration: underline}
.mH:hover {color: #FFCC00; text-decoration:none}
.mOb:link { color:#FFCC00}
.mOb:visited { color:#FFCC00}
.mOb:hover { color: #FFFFFF; text-decoration:underline}
/*End Navigation*/


body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #120A05;
	background-image:url(dakar-background2.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: bottom;
}


.container { 
	position: relative;
	width: 1024px; 
	margin: 0 auto;
	text-align: left;
	padding:0;
	height:100%;
} 

.header { 
	width: 1024px;
	height: 280px;
	margin: 20px 0 0 0;
	padding: 0;
	background:url(dakar-2012-header-back-logo.png) top right no-repeat;
}


.wrapper {
	position:absolute;
	width: 427px;
	height: 100%;
	background: url(dakar-bike-1.png) no-repeat bottom left;
	background-attachment: scroll;
	overflow:visible;
	left: -132px;
}

.wrappertwo {  
width: 100%;
background:url(dakar-hand-2.png) bottom right no-repeat;
background-attachment: fixed;
}

.navcolumn {
	position: absolute;
	left: 0;
	width: 205px;
	padding: 0;
	margin: 0;
	background-image:url(dakar-sidebar-middle.png);
	background-repeat:repeat-y;
	border-right: #120A05 medium solid;
	
}

.sidecontentbox { 
}

.mainContenttop {
	margin: 0 0 0 120px;
	width: 800px;
	padding: 0;
	height:30px;
	background:url(dakar_2012_back_top.png) bottom center no-repeat;
}

.mainContent {
	margin: 0 0 0 120px;
	width: 800px;
	padding: 0;
	height:100%;
	background:url(dakar_2012_back_mid.png) top center repeat-y;
}

.maincontentbox {
	width:600px;
	margin:0;
	padding: 15px 40px 0 85px;
}

.mainContent h2 {
	margin: 0;
	padding:0;
	color: #000033;
	font-size:16px;
	text-decoration:underline;
}

.mainContent h3 {
	margin: 0;
	padding:0;
	color: #FFF;
	font-size:16px;
}

.mainContent A:link{
	color:#FFCC00;
	text-decoration:none;
}

.mainContent A:visited{
	color:#FFCC00;
	text-decoration:none;
}

.mainContent A:hover{
	color: #FFF;
	text-decoration:underline;
}

.sidebar2 {
	width: 155px;
	margin:0;
	padding: 0;
	color:#FFFFFF;
	float:right;
	font-size:11px;
}

.footer {
	background:#120A05;
	border-top: #DCBD74 thin solid;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 50px;
} 

.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}

.style1 {color: #FFFFFF;}
.style2 {font-size: 7pt;}
.style3 {color: #09F; font-weight:bold;}
.style4 {color: #F30; font-weight:bold;}
.style5 {color: #FC0; font-weight:bold;}
.style6 {color: #FC0; font-size:16px;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slideshow { width: 450px; height: 262px; border: #FFF thin solid; }
.slideshow img { background-color: #000; }
