@charset "utf-8";


/* GLOBAL   
=======================================================================================*/

/* Fonts 
------------------------------------------------------------*/

/*----------------------------------------------------------*/

/* Reset CSS 
------------------------------------------------------------*/
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; }
/* HTML5 older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*----------------------------------------------------------*/

/* * 
------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0; }
/*----------------------------------------------------------*/

/* Body 
------------------------------------------------------------*/
body { background-image:url(bg.jpg); background-repeat:no-repeat; background-color:#DDDDDD; background-position:center 0; }
/*----------------------------------------------------------*/

/* Headings 
------------------------------------------------------------*/
h2 { font-size: 1.571em }	/* 22px */
h3 { font-size: 1.429em }	/* 20px */
h4 { font-size: 1.286em }	/* 18px */
h5 { font-size: 1.143em }	/* 16px */
h6 { font-size: 1em }		/* 14px */
h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.1; margin-bottom: .8em; }
/*----------------------------------------------------------*/

/* Anchors 
------------------------------------------------------------*/
a img { border: 0px; text-decoration: none; }
a, a:link, a:visited { text-decoration: none; text-decoration: none; }
a:hover, a:active {text-decoration: none; }
/*----------------------------------------------------------*/

/* Paragraphs 
------------------------------------------------------------*/
p { }
* p:last-child { margin-bottom: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

/*----------------------------------------------------------*/

/* Lists 
------------------------------------------------------------*/
ul { list-style: none; }
ol { list-style: none; }
dl { margin: 0; }
dt { font-weight: bold; }
dd { margin: 0; }
/*----------------------------------------------------------*/

/* Quotes 
------------------------------------------------------------*/
blockquote { font-style: italic; }
cite { }
q { }
/*----------------------------------------------------------*/

/* Tables 
------------------------------------------------------------*/
table { margin: 0; }
/*----------------------------------------------------------*/

/* Thead 
------------------------------------------------------------*/
thead th { padding: 0; text-align: left; }
thead td { }
/*----------------------------------------------------------*/

/* Tbody 
------------------------------------------------------------*/
tbody td { padding: 0; }
tbody th { }
tbody .alt td { }
tbody .alt th { }
/*----------------------------------------------------------*/

/* Tfoot 
------------------------------------------------------------*/
tfoot th { }
tfoot td { }

/*----------------------------------------------------------*/

/* Input & Select
------------------------------------------------------------*/
input, select { outline: none; }
/*----------------------------------------------------------*/

/* Border & Focus
------------------------------------------------------------*/
img { border: none; }
:focus { outline: none; }
/*----------------------------------------------------------*/

/* Helpers
------------------------------------------------------------*/
.clear { clear: both;}
.center { text-align: center; margin: 10px auto; }
img.center { margin: 10px 0 20px 100px !important; }
.left { float: left; }
.right { float: right; clear: both; position: relative; top: -21px;}
.alignleft { float: left; margin-right: 28px; }
.alignright { float: right; margin-left: 28px; }
.aligncenter { text-align: center; }
.half { width: 50%; }
.triple { width: 33%; }
.no-display { display: none; }
.no-border { border: none !important; }
.no-bg { background: none !important; }
.no-bg-img { background-position: 1000px 1000px !important; }
.text-justify { text-align: justify; }
.no-margin { margin: 0 !important; }
.visible { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }
.hide { display: none; }
.show { display: block; }
/*----------------------------------------------------------*/

/* Wrapper
------------------------------------------------------------*/
.wrapper { max-width: 970px; width: 100%; margin: 0 auto;}
/*----------------------------------------------------------*/

/* Header
------------------------------------------------------------*/
.logo { background-image:url(logo.png); background-repeat:no-repeat; float:left; width:266px; height:110px; text-indent:-99999px; position:relative; top:37px; }

.phone-area { background-image:url(phone_area.png); background-repeat:no-repeat; width:280px; padding-right:50px; height:55px; padding-top:5px; float:right; position: relative;}

.phone-area p {
font-size:14px; color:#800E1B;
font-style:italic;
font-family:"Arial", sans-serif;
font-weight:bold;
margin-bottom:4px;
text-align:right;
}

.phone-area p span {
	font-size:18px;
}


.phone-area2 { background-image:url(phone_areaa.png); background-repeat:repeat; width:286px; height:52px; float:right; position: relative; top: -8px; left: -110px;}
.smallphone { font-size:16px; color:#800E1B; letter-spacing:-1px; position: relative; top: 23px; margin-left: 29px;}
.phonenumber { font-size:26px; color: #800E1B; letter-spacing:-1px; float: right; position: relative; top: 15px; margin-right: 31px;}
.phonenumber2 { font-size:24px; color: #000000; letter-spacing:-1px; float: right; position: relative; top: 15px; margin-right: 42px;}
/*----------------------------------------------------------*/

/* Nav
------------------------------------------------------------*/
nav { float:right; position: relative; top: 15px;}
nav ul { list-style:none; }
nav ul li { float:left; display:inline; margin-left: 51px; }
.home {color:#060658; display:block; }
.home:hover { opacity:0.6; }
.bold-title { font-size:18px; letter-spacing:-1px;  float:left; }
.small-title { font-size:11px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#5e5e5e; float:left; clear:both; }
.bullet { background-image:url(bullets.png); background-repeat:no-repeat; display: block; width:10px; height:7px; position: relative; top: 17px; margin-left: -11px;}
/*----------------------------------------------------------*/

/* Slider
------------------------------------------------------------*/
.slider { height: 439px; width: 722px; float:right; text-align: center; top: 30px;}
.slide_item { margin: 0 auto; height: 439px; width: 722px; }

.bgg1 { background: url(10.png); }
.bgg2 { background: url(2.png); }
.bgg3 { background: url(3.png); }
.bgg4 { background: url(12.png); }
.bgg6 { background: url(11.png); }
.bgg5 { background: url(13.png); }

#slider_us { width: 950px; height: 373px; margin: 0 auto; text-align: center; }
.slider .ls-layer { margin: 0 auto; width: 950px; }
/*----------------------------------------------------------*/

/* Left Servise
------------------------------------------------------------*/
.left-services { float:left; position: relative; top: 30px;}
.box-1 { width:246px; height:103px; float:left; clear:both; margin-bottom:10px; }
.box-1 img	{ border:2px solid #1375a5; border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;}

.box-2 { width:246px; height:103px; float:left; clear:both; margin-bottom:10px; }
.box-2 img	{ border:2px solid #1375a5; border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;}

.box-3 { width:246px; height:103px; float:left; clear:both; margin-bottom:10px; }
.box-3 img	{ border:2px solid #1375a5; border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;}

.box-4 { width:246px; height:103px; float:left; clear:both; margin-bottom:10px; }
.box-4 img	{ border:2px solid #1375a5; border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;}


.box-title { height:22px; background-color:#1375a5; color:#FFF; letter-spacing:-1px; font-size:17px; font-weight:700; float: left; padding:7px 9px; position:relative; top:-21px;
border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; box-shadow:0px 3px 0px 0px #cdefff; -moz-box-shadow:0px 3px 0px 0px #cdefff; -ms-box-shadow:0px 3px 0px 0px #cdefff; -o-box-shadow:0px 3px 0px 0px #cdefff; -webkit-box-shadow:0px 3px 0px 0px #cdefff; }
.box-expert { font-size:11px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; float:left; width: 110px; line-height:17px; margin-left: 20px;}
.more { background-image:url(more.png); background-repeat:no-repeat; float:left; width:90px; height:30px; clear:both; color:#FFF; font-size:11px; font-family:Tahoma, Geneva, sans-serif; position: relative; top: 16px; margin-left: 17px; padding: 5px 18px;}

.tire { background-image:url(tire.png); background-repeat:no-repeat; float:right; width:114px; height:117px; position: relative; top: -123px;}
.cars { background-image:url(cars.png); background-repeat:no-repeat; float:right; width:114px; height:117px; position:relative; top:-123px; }
.fastservice { background-image:url(fastservices.png); background-repeat:no-repeat; float:right;  width:114px; height:117px; position:relative; top:-123px; }
/*----------------------------------------------------------*/

/* Home Widget
------------------------------------------------------------*/
.home-widget-left{float: left;clear: both; position: relative;top: 50px;width: 640px;}
.home-box {  width:195px;height: 140px; float:left; display:inline;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; overflow:hidden;   margin: 3px 9px 27px 3px; 
border:3px solid #20207b; }
.home-box-title-bg { background-color:#393996; width: 196px; height: 31px; float: left; position: absolute; z-index: 9999; border-radius: 5px  }
.home-box-title-bg:hover { background-color:#20207b; }
	.img-1{ background-image:url(1.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}
	.img-2{ background-image:url(2.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}
	.img-3{ background-image:url(3.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}
	.img-4{ background-image:url(4.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}
	.img-5{ background-image:url(5.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}
	.img-6{ background-image:url(6.jpg); background-repeat:no-repeat; background-position:center 0; display: block; width: 273px; height: 150px;}

.title-home { font-size:14px; color:#FFF; letter-spacing:-1px; font-weight:700; margin: 7px 6px; display: block;}

.home-widget-right { float:right; width: 330px; position: relative; top: 54px;}
.home-box-white { background:#FFF;  width:330px; height: 240px; float:left; display:inline;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; overflow:hidden;  }
.home-box-white-bg {background-image:url(news_title_bg.jpg); background-repeat:no-repeat; width:100%; height:44px; float:left; }
.news-title { font-size:15px; color:#FFF; letter-spacing:-1px; font-weight:700; display:block; margin:14px 26px;  }
.news-list {float: left;margin: 11px;}
.newstitle { font-size:11px; font-family:Tahoma, Geneva, sans-serif; color:#000;}

.virtualtour{float: left; width: 102px; height: 60px; background: #157EAE; border-top-right-radius: 20px; border-bottom-right-radius: 20px; position: relative; top: 15px;}
.virtualtour a{color: #fff; position: relative; top: 12px; left: 20px; text-align: center;}
.onlinekatalog{float: left; width: 109px; height: 60px; background: #157EAE; border-top-left-radius: 20px; border-bottom-left-radius: 20px; position: relative; top: 15px;}
.onlinekatalog a{color: #fff; position: relative; top: 12px; left: 20px; text-align: center;}
.onlinerandevu{float: left; width: 116px; height: 60px; background: #016A9A; position: relative; top: 15px;}
.onlinerandevu a{
	color: #fff;
	position: relative;
	top: 12px;
	left: 20px;
	text-align: center;
}
/*----------------------------------------------------------*/

/* Footer
------------------------------------------------------------*/
footer { float:left; clear:both; position: relative; top: 68px;}
.footer-line { background-image:url(footer-line.png); background-repeat:no-repeat; width:983px; height:10px; }
.copright { font-size:11px; font-family:Tahoma, Geneva, sans-serif; color:#000; float: left; position: relative; top: 7px;}
.magnet { background-image:url(magnet.png); background-repeat:no-repeat; float:left; clear:both; width:76px; height:15px; text-indent:-99999px; position: relative; top: 18px;}
.brands { background-image:url(brands.png); background-repeat:no-repeat; float:right; width:343px; height:43px; }
/*----------------------------------------------------------*/

/* Services
------------------------------------------------------------*/
ul.serviceauto { list-style:none; }
ul.serviceauto li { float:left; display:inline; width: 222px; height: 400px; border:solid 2px #CCC; border-bottom:solid 4px #036; margin: 20px 8px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px; overflow:hidden;}
ul.serviceauto li:hover { border:solid 2px #036;border-bottom:solid 4px #000;  }
.autotitle { background:#036; width: 197px; color:#FFF; letter-spacing:-1px; font-size:16px; font-weight:700; position: relative; top: -1px; margin-left: -2px; display: block; height: 25px; padding: 14px; text-align: center;}
.autotext { float:left; font-size: 12px; font-family:Tahoma, Geneva, sans-serif; color:#333; margin-top: 8px; padding: 12px; text-align: left; vertical-align: text-bottom; line-height: 20px; height: 290px;}
.automore { background: #425D77; color:#FFF; font-size:11px; font-family:Tahoma, Geneva, sans-serif; padding: 6px; position: relative; bottom: 0px; border-bottom: solid 2px #000; margin-left: -1px; width: 212px; float: left; text-align: center;}

ul#ref { position:relative; top:47px; }
/*----------------------------------------------------------*/

/* Contact
------------------------------------------------------------*/
/* Maps */
map { border: solid 4px #034ea2; overflow: hidden; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; float: left; }

.address-left { font-size:12px; font-family:Tahoma, Geneva, sans-serif; color:#333; float:left; margin-top:20px; }
.address-right { font-size:12px; font-family:Tahoma, Geneva, sans-serif; color:#333; float:right; margin-top:20px; }

/* Contact Form */
.contact-warning { float:left; clear: both; height: 25px; position: relative; top: 20px; margin-bottom: 20px;}
.contact-icon { background-image:url(required.png); background-repeat:no-repeat; width: 16px; height:16px; float:left; margin-top: 6px; margin-right: 10px;}
.contact-text { font-family:Tahoma, Geneva, sans-serif; font-size:11px; color:#333; }

.contact { padding-top: 10px; margin-bottom: 20px; float: left; clear: both; width: 100%;}
.contact p { position: relative; width: 100%; padding: 0 !important; margin-bottom: 8px !important; float: left; min-height: 40px; background: url(required.png) 436px 19px no-repeat; }
.contact label { width: 120px; float: left; padding-left: 20px; margin-bottom: 2px; color: #858585; font-weight: bold; }
.contact label.error { display: none !important;/* position:absolute; top:26px; left:14px;*/ width: 300px; font-weight: normal; }
.contact p:hover label.error { display: none; }
.contact input.text, .contact textarea.text { font-family: Verdana, Geneva, sans-serif; font-size: 10px; width: 77%; padding: 12px 21px; margin-bottom: 2px; outline: none; float: left; color: #555; text-shadow: 0 1px 0 #fff; outline: 0; border: 1px solid #E7E7E7; border-radius: 24px; -moz-box-shadow: 0px 1px 1px #ccc inset; -webkit-box-shadow: 0px 1px 1px #ccc inset; box-shadow: 0px 1px 0px #bbb inset; }
.contact textarea.text { height: 80px; width: 94%; background-position: 0 -55px; }
.contact .send { text-align: left; cursor: pointer; width: 233px; float: left; margin: 5px 0 0 -6px; border: 0; outline: 0; clear: both; padding: 15px 20px; color: #4e4e4e; font-size: 13px; font-weight: bold; text-shadow: 1px 1px 1px #fff; text-align: center; font-family: Arial, Helvetica, sans-serif; background: url(send.png) 0 0 no-repeat; }
.contact .send:hover { opacity: 0.8; }
.contact input:focus, .contact textarea:focus { background-color: #fffbf6; color: #000; }
.contact input.error, .contact textarea.error { background: #fef0f3; }
/*----------------------------------------------------------*/

/* Example
------------------------------------------------------------*/

/*----------------------------------------------------------*/
/*=======================================================================================*/