/********************************************
   HTML ELEMENTS
********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background-image: url(../img/body_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5A0507;
}

body #logo img,
body .rightBox img,
body .leftBox,
body .rightBox h2.lacerTitle,
body .rightBox h2.outlanderTitle,
body .rightBox h2.l200Title,
body .rightBox h2.pajeroTitle { 
_behavior: url(js/iepngfix.htc)
}

/*----- easy clearing ------*/

.fix:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
/*\*/
.fix {
	display: block;
}

a, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	outline: none;
}
a:hover {
	text-decoration: none;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-left: auto;
}

/*----- Header ------*/

#header {
	clear: both;
}

/*----- Logo ------*/

#logo {
	float:left;
	margin: 0;
	padding-top:20px;
	padding-left: 20px;
}

/*----- Footer ------*/

#footer {
	text-align: center;
}

/*----- Main content ------*/

.main {
	width:980px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.leftBox {
	background-image:url(../img/box.png);
	background-repeat:no-repeat;
	float:left;
	height:370px;
	padding:40px;
	width:400px;
}
.rightBox {
	float:left;
	width:500px;
	bottom:-40px;
	left:370px;
	position:absolute;
}

.rightBox h2.specialOffer {
	background-image:url(../img/specialOffer.png);
	background-repeat:no-repeat;
	height:49px;
	left:190px;
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-5000px;
	top:-100px;
	width:367px;
}
.leftBox h1.lancer {
	width: 282px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-image: url(../img/lancer.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.leftBox h1.outlander {
	width: 342px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-image: url(../img/outLander.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.leftBox h1.l200 {
	width: 228px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-image: url(../img/l200.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.leftBox h1.pajero {
	width: 278px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-image: url(../img/pajero.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}



.leftBox p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.leftBox p.price {
	color:#990000;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:0;
	padding:15px 0 0;
}
.leftBox p.price span.white {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

.listSpecs{
	border-bottom:1px dotted #CCCCCC;
	margin:0;
	padding:0 0 10px;
}
.listSpecs h2.specs {
	border-bottom:1px dotted #CCCCCC;
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 5px;
}

.listSpecs .leftList {
	margin: 0;
	padding: 0;
	width:190px;
	margin-right: 10px;
	float: left;
}
.listSpecs .leftList li {
	margin: 0;
	padding: 10;
	list-style: none;
}
.listSpecs .rightList {
	margin: 0;
	padding: 20;
	width:190px;
	float: left;
}
.listSpecs .rightList li {
	margin: 0;
	padding: 30;
	list-style: none;
}

