/* Start of CMSMS style sheet 'rider_style' */
/* CSS Document */
html {
	height:100%;
}
body {
	color:#fff;
	font-family:verdana, Arial, helvetica, sans-serif;
        font-size:12px;
	background:#000 url(uploads/images/template/bg01.gif) repeat;
}

.clear {
clear:both;
height:10px;
}

a:link {
	color: #ffc952;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffc952;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}

img {
border: none;
}

.img_left {
float:left;
margin-right:10px;
margin-bottom:1px;
}

.img_right{
	float: right;
	margin-left:6px;
	margin-bottom:1px;
}

.dashed {
border:1px dashed #fff;
padding:4px;
}

/* Structure and minor style */
#wrap{
position:relative;
margin:15px auto;
padding:0;
width:768px;
border:0;
background:#487486;
}
#top {
margin:0;
padding:0;
width:100%;
height:365px;
background:transparent;
border:0px solid #808080;
color:#000;
}
#logo {
margin:0;
padding:0;
background: transparent url(uploads/images/template/topbar_logo.jpg) no-repeat top left;
width:270px;
height:123px;
color:inherit;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


#main {
margin:0;
width:542px;
float:right;
background:#487486;
padding-right:15px;
}

#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size:20px;
	text-align: left;
	padding-bottom:3px;
}

h2{
color:#ffc952;
margin:10px 0 0px 5px;
padding:0;
font-size:14px;
}
#left {
margin:10px 15px;
width:180px;
float:left;
background-color:#334e59;
color:#fff;
font-size:11px;
padding-bottom:15px;
}

#left h2 a{
color:#ffc952;
font-weight: normal;
margin:10px 0 0px 5px;
padding:0;
font-size:14px;
}


#left p {
padding:6px;
}

#full {
padding-left:15px;
padding-right:15px;
padding-bottom:40px;
}

#full h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size:20px;
	text-align: left;
	padding-bottom:3px;
}

#full ul li {
line-height: 200%;
}

#footer-top {
clear:both;
background-image:url(uploads/images/template/footer_top.gif);
background-repeat:no-repeat;
height:7px;
}

#bot {
margin:0;
padding:3px 0 4px 10px;
height: 25px;
font-size:10px;
background:#D5B263;
text-align:left;
color:#000;
}

#bot a {
color:#000;
text-align:left;
}
/* End of 'rider_style' */

