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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background:#333; 
}

div.carbase{
	padding-top: 10px; 
	width:680px;
	clear: left;
	margin: 10px auto;
	display:block;
}

.carbase h1{
	margin: 50px 0px 20px 0px ;
	font: bold 15px Arial,sans-serif;
	color:#fff;
	padding: 10px 5px 10px 10px; 
    background-color: #C20003;
}


.main{
	width:322px;
	float: left;
	margin-bottom: 50px;
}


.menu{
	font: bold 13px Arial,sans-serif;
	color:#CC0000;
	line-height: 16px;
	background: #333;
	position: relative; /* Required */
	width:300px;
	display: block;
	list-style-type: none;
	margin-left:20px;
	padding: 10px 5px 10px 10px; 
}

.menu li a {
width:247px;
display: block;
color: #fff; 
padding: 12px 25px 12px 25px; 
text-shadow: 1px 1px 1px #000; 
text-decoration: none;  
border-top: 1px solid #555; 
border-bottom: 1px solid #222; 
border-right: 1px solid #1B1B1B;
    background-color: #666
}

.menu li a:hover, .menu li.mega-hover a {
width:247px;
background: #4b4b4b; 
color: #fff; 
border-right: 1px solid #4b4b4b;
}

.ClearLeft { 
clear: left; 
}

.list a {
	font: bold 13px Arial,sans-serif;
	color:#ff0000;
	text-align:right;
	width:680px;
	clear: both;
	display:block;
}

.list a:hover {
	color:#ff0000;
	text-decoration: none;	
}

 ul.carlist {
    padding: 0px;
     //display: inline-block
}
 ul.carlist li {
    list-style: none;
     display: inline-block;
     margin: 10px;
     text-align: center
}

 ul.carlist li a {
     display: inline-block;
     color: #FFFFFF;
     text-decoration: none;
     background-color:#C20003;
     width: 280px;
     padding: 10px
}


 ul.carlist li a:hover {
     text-decoration: none;
     background-color:#666666;
}
