header, nav, article, section, figure, aside, footer { display: block; }
time { display: inline; }
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, 'Trebuchet MS', 'Lucida Grande', sans-serif;
	padding: 0;
	margin: 0;
	background: black url(../images/bg.jpg) repeat-x 0 0;
	color: #b3b3b3;
}
a:link, a:visited {
	color: white;
}
#Container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#Hdr, #Ftr {
	display: block;
	float: none;
	clear: both;
	overflow: visible;
	zoom: 1;
	z-index: 999;
}
#Hdr {
	width: 1000px;
	/*height: 55px;
	padding-top: 30px;*/
	background: url(../images/topnav_bg.png) 0 0;
	height: 80px;
	/*padding-top: 20px;*/
	position: relative;
}
#navContainer {
	width: 800px; margin: 0 auto;
	padding-top: 20px;
}
#Bdy {
	overflow: default;
	z-index: 90;
	zoom: 1;
}
#Bdy * {
	z-index: 90;
}

.scrollbars {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #cccccc;
	overflow-x: hidden;		
}

/* @group Nav */

/* @group Top */

#TopNav {
	font-family: 'Trebuchet MS';
/*	font-size: 15px;*/
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: bolder;
	list-style: none;
	list-style-type: none;
	text-align: center;
	float: none;
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	display: block;
}
#TopNav li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;

	display: inline;
	*display: inline;
	zoom: 1;
}
#TopNav li a, #TopNav li a:link {
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	*display: inline;
	zoom: 1;

}
#TopNav li a:hover, #TopNav li a.selected {
	color:  #f00001;
}
#TopNav li a:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(80);
}



#HomeLink {
	position: absolute; display: block; left: 0; top: 0; width: 55px; height: 70px; cursor: pointer; z-index: 999;
}
#CCLink {
	position: absolute; display: block; right: 0; top: 0; width: 80px; height: 60px; cursor: pointer; z-index: 999;
}

/* @end */

/* @group Car */

#CarNav {
	text-align: center;
	float: none;
	clear: both;
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 auto;
	width: 800px;
	display: block;
	zoom: 1;
	text-align: center;
	letter-spacing: 0.1px;
	z-index: 990;
}
#CarNav li {
	list-style: none;
	list-style-type: none;
	display: inline;
	*display: inline;
	padding: 0;
	margin: 0;
}
#CarNav li a {
	display: inline-block;
	padding: 6px 4px;
	text-decoration: none;
	*display: inline;
	zoom: 1;

}

#CarNav li a:hover, #CarNav li.hover a  {
	color:  #f00001;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
	
}

#CarNav li a {
	position: relative;
}
#CarNav li a:hover .tl, #CarNav li a.hover .tl {
	position:absolute; top: 0; left: 0; background: url(../images/card_tl_exp.png) no-repeat left top; height: 4px; width: 4px; font-size: 0;
}
#CarNav li a:hover .tr, #CarNav li a.hover .tr {
	position:absolute; top: 0; right: 0; background: url(../images/card_tr_exp.png) no-repeat right top; height: 4px; width: 4px; line-height: 0; font-size: 0;
}
/*#CarNav li .bl {
	position:absolute; bottom: 0; left: 0; background: url(../images/card_bl_exp.png) no-repeat left bottom; height: 4px; width: 4px; font-size: 0;
}
#CarNav li .br {
	position:absolute; bottom: 0; right: 0; background: url(../images/card_br_exp.png) no-repeat right bottom; height: 4px; width: 4px; font-size: 0;
}*/

#CarNavHover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(../images/ajax-loader.gif) no-repeat center center; 
	height: 150px; 
	width: 180px;
	box-shadow: 3px 3px 3px #222;
	-webkit-box-shadow: 3px 3px 3px #222;
	-moz-box-shadow: 3px 3px 3px #222;
	z-index: 99;
}
#CarNavHover div {
	position: relative;
}
#CarNavHover div .tl {
	position:absolute; top: 0; left: 0; background: url(../images/card_tl_exp.png) no-repeat left top; height: 4px; width: 4px; font-size: 0;
}
#CarNavHover div .tr {
	position:absolute; top: 0; right: 0; background: url(../images/card_tr_exp.png) no-repeat right top; height: 4px; width: 4px; line-height: 0; font-size: 0;
}
#CarNavHover div .bl {
	position:absolute; bottom: 0; left: 0; background: url(../images/card_bl_exp.png) no-repeat left bottom; height: 4px; width: 4px; font-size: 0;
}
#CarNavHover div .br {
	position:absolute; bottom: 0; right: 0; background: url(../images/card_br_exp.png) no-repeat right bottom; height: 4px; width: 4px; font-size: 0;
}
#CarNavHover div {
	width: 180px;
	/*height: 150px;*/
	margin: 0 auto;

	
}
#CarNavHover .img {
	display: inline-block;
	width: 180px;
	height: 120px;
	background: url(../images/car_sprite.jpg);
	
}
#CarNavHover .text {
	display: inline-block;
	width: 180px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/car_sprite.png);

}

#CarNavHover.CND5 .img, #CarNavHover.CND5 .text {
	background-position: -1080px 0;
}
#CarNavHover.CND5 a:hover .text {
	background-position: -1080px -20px;
}
#CarNavHover.CNiMiEv .img, #CarNavHover.CNiMiEv .text {
	background-position: -1440px 0;
}
#CarNavHover.CNiMiEv a:hover .text {
	background-position: -1440px -20px;
}
#CarNavHover.CNLancerMR .img, #CarNavHover.CNLancerMR .text {
	background-position: -540px 0;
}
#CarNavHover.CNLancerMR a:hover .text {
	background-position: -540px -20px;
}
#CarNavHover.CNMitsubishii .img, #CarNavHover.CNMitsubishii .text {
	background-position: -1620px 0;
}
#CarNavHover.CNMitsubishii a:hover .text {
	background-position: -1620px -20px;
}
#CarNavHover.CNMitsubishiASX .img, #CarNavHover.CNMitsubishiASX .text {
	background-position: -1980px 0;
}
#CarNavHover.CNMitsubishiASX a:hover .text {
	background-position: -1980px -20px;
}
#CarNavHover.CNGrandis .img, #CarNavHover.CNGrandis .text {
	background-position: -1260px 0;
}
#CarNavHover.CNGrandis a:hover .text {
	background-position: -1260px -20px;
}
#CarNavHover.CNOutlander .img, #CarNavHover.CNOutlander .text {
	background-position: -1800px 0;
}
#CarNavHover.CNOutlander a:hover .text {
	background-position: -1800px -20px;
}

#CarNavHover .CNColtPlus, #CarNavHover .CNColtVersionR, #CarNavHover .CNLancerEX, #CarNavHover .CNLancerEXRalliart, #CarNavHover .CNLancerEvoX {
	float: left;
	display: inline-block;
	width: 180px;
}
#CarNavHover a.CNColtPlus, #CarNavHover a.CNLancerEX, #CarNavHover a.CNLancerEXRalliart {
	border-right: 1px dotted #ccc;
}
#CarNavHover a.CNColtPlus .img, #CarNavHover a.CNColtPlus .text {
	background-position: -720px 0;
}
#CarNavHover a.CNColtPlus:hover .text {
	background-position: -720px -20px;
}
#CarNavHover a.CNColtVersionR .img, #CarNavHover a.CNColtVersionR .text {
	background-position: -890px 0;
}
#CarNavHover a.CNColtVersionR .img {
	background-position: -890px 0;
}
#CarNavHover a.CNColtVersionR:hover .text {
	background-position: -890px -20px;
}
#CarNavHover a.CNLancerEX .img, #CarNavHover a.CNLancerEX.text {
	background-position: 0 0;
}
#CarNavHover a.CNLancerEX:hover .text {
	background-position: 0 -20px;
}
#CarNavHover a.CNLancerEXRalliart .img, #CarNavHover a.CNLancerEXRalliart .text {
	background-position: -180px 0;
}
#CarNavHover a.CNLancerEXRalliart:hover .text {
	background-position: -180px -20px;
}
#CarNavHover a.CNLancerEvoX .img, #CarNavHover a.CNLancerEvoX .text {
	background-position: -360px 0;
}
#CarNavHover a.CNLancerEvoX:hover .text {
	background-position: -360px -20px;
}

/* @end */

/* @end */


#Features {
	height: 460px;
}
#mainCard {
	margin-bottom: 15px;
}
/* Scrollbar */

.subtleScroll::-webkit-scrollbar-track {
    background: white;
    border: 0px solid;
/*     -webkit-border-radius: 5px; */
}

.subtleScroll::-webkit-scrollbar-track:hover {
/*  background: rgba(0,0,0,.05); */
}

.subtleScroll::-webkit-scrollbar {
    width: 7px;
}
.subtleScroll::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
.subtleScroll::-webkit-scrollbar-thumb {
    background-color: rgb(200,200,200);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,.05)));
    border: 0px solid;
    -webkit-border-radius: 5px;
}
.subtleScroll::-webkit-scrollbar-thumb:hover {
    background-color: rgb(180,180,180);
}
.subtleScroll::-webkit-scrollbar-thumb:active {
    background-color: rgb(160,160,160);
}

::-webkit-scrollbar-track {
    background: white;
    border: 0px solid;
/*     -webkit-border-radius: 5px; */
}

::-webkit-scrollbar-track:hover {
/*  background: rgba(0,0,0,.05); */
}

::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-track-piece:disabled {
    display: none !important;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(11,11,11);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,.05)));
    border: 0px solid;
    -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(22,22,22);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgb(33,33,33);
}


/* @group Footer */

#FooterLinks {
	list-style: none;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
	float: left;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}
#FooterLinks li {
	list-style: none;
	list-style-type: none;
	float: left;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #333333;
	font-size: 12px;
	line-height: 12px;
}
#FooterLinks li:first-child {
	padding-left: 0;
	border: none;
}
#FooterLinks li a {
	text-decoration: none;
}
#FooterLinks li a:hover, #FooterLinks li a.selected {
	text-decoration: none;
	color: #f00001;
}
#FooterLinks li:nth-child(4), #FooterLinks li#fb_link {
	background: url(../images/f.png) no-repeat 10px 0;
	padding-left: 30px;
}
#FooterText {
	float: right;
	display: block;
	font-size: 10px;
	text-align: right;
	color: #ffffff;
}

/* @end */
