@charset "utf-8";

body {
	background-color: #111;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 17px;
}

h6 {
	font-size: 9px;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 20px;	
}

a{
	color: #EB9B28;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul {
	font-size:12px;
	line-height: 24px;
	margin-left: 20px;
	list-style-type: square;
	list-style-position: inside;
}

img {
	margin: 0px;
	padding: 0px;
}
	
/*CLASSES*/

.clear {
	 clear: both;
}

.left {
	float: left;
	display: inline;
}	

.right {
	float: right;
	display: inline;
}

.orange {
	color: #EB9B28;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.big {
	font-size: 14px;
	line-height: 20px;
}

.justify {
	text-align: justify;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.border {
	border: 1px solid #EB9B28;
}

.noleftmargin {
	margin-left: 0px;	
}

.norightmargin {
	margin-right: 0px;
}

.marginleft {
	margin-left: 15px;
}

.margintop {
	margin-top: 15px;
}

.marginbottom {
	margin-bottom: 15px;
}

.marginright {
	margin-right: 15px;
}

.borderbottom {
	width: 100%;
	border-bottom: 1px solid #535353;
	padding-bottom: 15px;
}

.bordertop {
	padding-top: 10px;
	border-top: 1px solid #535353;
}

/*PLAYBUTTON*/

ul.playButton {
	width: 142px;
	list-style-type: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

ul.playButton li {
	width: 142px;
	
}

ul.playButton a.play {
	padding: 0;
	background: url('../img/playbutton.png') no-repeat 0 -142px;
	display: block;
	width: 142px;
	height : 142px;
	text-indent: -9999px;
}

a.play:hover {
	background-position: 0 0;
}
	

div#pagewrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 960px;
	height: 100px;
	padding-bottom: 10px;
}

/*LOGO*/

div#logo h1 {
	padding: 0;
	display: block;
	width: 166px;
	height: 99px;
	text-indent: -9999px;
	background: transparent url('../img/logo.png') no-repeat 0 0;
}

div#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

/*SLOGAN*/

div#slogan {
	width: 743px;
	height: 83px;
	background: url('../img/slogan.png') no-repeat 0 0;
}

/*CONTENT*/

div#content {
	width: 700px;
}

/*US CARS*/

div.uscontainer {
	width: 700px;
	height: 300px;
	padding-bottom: 20px;
}

div.usleft {
	width: 180px;
}

div.usright {
	width: 520px;
}
	
/*SLIDESHOW*/

div#slideshow {
	position: relative;
	width: 700px;
	height: 450px;
}

img.slide {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 1px solid #EB9B28;
}

/*RIGHTNAV*/

div#rightnav {
	width: 258px;
}

/*LOWERBLOCK*/

div#lowerblock {
	width: 960px;
}

/*NEWS*/

div#news {
	width: 500px;
}

div#news_pic {
	overflow:hidden;
}

/*FOOTER*/

div#footer {
	padding-top: 20px;
	padding-bottom: 5px;
}

div#main {
	clear:both;
	padding-top: 15px;
}


