/***********************************/
/************* OVERALL *************/

* {outline:none;}
html, body {height:100%;}

div#backdrop {
	position:absolute;
	width:100%;
	height:700px;
	background: transparent url(../i/backdrop.jpg) no-repeat center top;	
	margin:0 auto;
	left:0;
	top:0;
}

body {
	background: #fff url(../i/bgr.jpg) repeat center -15px;
	color:#5f5f5f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:23px;
	margin:0 auto;
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	z-index:1;
	position:relative;
	text-align:left;
	width:980px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 10px 0;
	color: #a32115;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	color:#3b3b3b;
	font-size:32px;

	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
h2 {font-size:24px; margin-top:25px;}
h3 {font-size:20px;}
h4 {font-size:16px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

h1.headline {
    border-bottom: 1px solid #C8C8C8;
    font-size: 26px;
	margin:0 0 10px;
	padding:0 0 10px;
}

.small {
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 10px auto;
}

table.basic {
    border-collapse: collapse;
    text-align:left;
}
table.basic th, table.basic td {
    border: 1px solid #DDDDDD;
    padding: 2px 10px;
}
table.basic th {
    background: none repeat scroll 0 0 #F1F1F1;
    font-size: 11px;
    line-height: 16px;
    text-align:left;
}
table.basic td {
    background: none repeat scroll 0 0 #F9F9F9;
    }

a {color:#008ccd; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:none;}
p {margin:8px 0;}
ul {margin:8px 0; padding-left:20px;}
ol {margin:8px 0; padding-left:20px;}

input, select, textarea {
	border:1px solid #d1d1d1;
	background: #fff;
	color:#444;
	padding:6px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
select {padding:5px;}

input:focus, select:focus, textarea:focus {border:1px solid #a5a5a5;}

input.button {
	background:#eee;
	border:none;
	color:#545454;
}
input.button:hover {
	background:#e5e5e5;
	border:none;
	color:#111;
	cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	select {height:28px;}
	input.button {padding:7px 12px;}
}


/***********************************/
/********* COMMON CLASSES *********/

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

div.line {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #C8C8C8;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.last {margin-right:0 !important;}
.left {float:left;}
.right {float:right;}
.red {color:#8e1300;}
img.left {margin-right:15px;}
img.right {margin-left:15px;}
.nowrap {white-space:nowrap;}

a.button {
	background: #0483bc url(../i/button.gif) repeat-x left top;
	display:inline-block;
	padding:0 12px;
	height:28px;
	line-height:28px;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
	border-radius:3px;			
	}
a.button:hover {
	background:#005d87;
	text-decoration:none;
	background-position:left bottom;
	}

/**************************/
/********* PREVIEW *********/	

div#templates-preview {
	position:fixed;
	top:10px;
	left:10px;
	background-color: #000;
	border:1px solid #fff;
	padding:0px;
	margin-bottom:10px;	
	z-index:10;
	text-align:left;
	opacity:0.1;
	font-size:11px;
	width:7px;
	height:7px;
	overflow:hidden;
	text-indent:-9999px;
	-moz-border-radius:4px; 	
	-webkit-border-radius:4px;
	border-radius:4px; 	
}
div#templates-preview:hover {
	-moz-border-radius:3px; 	
	-webkit-border-radius:3px;
	border-radius:3px; 	
	opacity:1; 
	width:auto; 
	height:auto; 
	padding:10px; 
	text-indent:0; 
	cursor:help;
	background-color: #F1F1F1;	
}

/**************************/
/********* HACKS *********/	

::-moz-selection {background:#6374AB; color:#fff;}
::selection {background:#6374AB; color:#fff;}

*:first-child+html div#ie-fixed {}
* html div#ie-fixed {}


/********* HEADER *********/	

div#header {
	height:110px;
	display:block;
	position:relative;
}
div#header a#logo {
	display:block;
	width:276px;
	height:48px;
	position:absolute;
	top:35px;
	left:0;
	background:url(../i/logo.gif) no-repeat left top;
}
div#header a#phones {
	width:572px;
	height:26px;
	display:block;
	position:absolute;
	top:40px;
	right:0;
	background:url(../i/phones.gif) no-repeat left top;
	text-indent:-9999px;
}
div#header a#phones:hover {background-position:left bottom;}

/********* MENU *********/	

div#menu {
	height:50px;
	display:block;
	background:url(../i/menu-bgr.gif) no-repeat left top;
	margin-bottom:20px;
}
div#menu ul {
	margin:0; padding:0;
	list-style:none;
}
div#menu ul li {
	display:inline-block;
	float:left;
	background:url(../i/menu-sep.gif) no-repeat right center;
	height:50px;
	line-height:50px;
	margin-right:1px;
}
div#menu ul li a {
	font-size:16px;
	color:#fff;
	padding:0 20px;
	text-decoration:none;
	display:inline-block;
	height:50px;
}
div#menu ul li a:hover,
div#menu ul li a.active {
	background:url(../i/menu-hover.gif) repeat-x right center;
}
div#menu ul li.first a:hover,
div#menu ul li.first a.active {
	background:url(../i/menu-hoverf.gif) repeat-x left center;
}

/********* MAIN *********/	

div.main-cont {
	width:640px;
	float:left;
	position:relative;
}
div.side-cont {
	width:320px;
	float:right;
	position:relative;
}





div.headbox {
	width:305px;
	display:block;
	font-size:13px;
	line-height:20px;
}
div.headbox h2 {
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:20px;
}
div.side-cont div.headbox {width:320px;}




div.box {
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#d5d5d5 url(../i/box-gradient.gif) repeat-x left top;
	padding:15px 20px;
	margin-bottom:15px;
}
div.box ul.services {
	margin:0; padding:0;
	list-style:none;
}
div.box ul.services li {line-height:25px;}
div.box ul.services li a {
	color:#333;
	text-decoration:none;
}
div.box ul.services li a:hover {
	color:#0083bf;
}
div.box ul.services li a.active {color:#A32115;}




div#footer {
	display:block;
	clear:both;
	background:#d5d5d5 url(../i/footer-bgr.gif) repeat-x left top;
	border-bottom:1px solid #c8c8c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height:20px;
	padding:20px;
	font-size:13px;
	margin:20px 0 10px;
}
div#footer p {margin:0;}

ul#cars {
	margin:0;	padding:0;
	list-style:none;
	position:relative;
	display:block;
}
ul#cars li {}
ul#cars li a {display:inline-block; padding-right:10px;}
ul#cars li a:hover {background:url(../i/bullet.gif) no-repeat right center; text-decoration:none;}
ul#cars li a span {
	width:200px;
	height:150px;
	display:none;
	position:absolute;
	top:-40px;
	right:10px;
	text-decoration:none;
	z-index:2;
}
ul#cars li a:hover span {display:block; text-decoration:none; z-index:3;}

ul#cars li a.boxer span {background:url(../i/cars/boxer1.gif) no-repeat right top;}
ul#cars li a.fiat span {background:url(../i/cars/fiat.gif) no-repeat right top;}
ul#cars li a.iveco span {background:url(../i/cars/iveco.gif) no-repeat right top;}
ul#cars li a.jumper span {background:url(../i/cars/citroen.gif) no-repeat right top;}
ul#cars li a.boxerft span {background:url(../i/cars/boxer2.gif) no-repeat right top;}

img.framed {
	border:2px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}