@import url(ceebox/style.css);

body{
	background: #fff url(images/b-bgd.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 980px;
	background: none;
}

#content_wrapper {
	width: 980px;
	background: none;
	margin: 20px 0;
	padding: 0;
}


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

#header {
	width: 980px;
	padding: 0;
	height: auto;
	background: none;
	background: url(images/h-bgd.jpg) top left no-repeat;
}

#hlogo a {
	width: 299px;
	height: 158px;
	background: url(images/logo.jpg) no-repeat;
	margin: 16px 0 0 20px;
}

#hmenu {
	width: 980px;
	height: 50px;
	float: left;
	margin: 35px 0 15px 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}

#hmenu a {
	padding: 0;
	color: #ccc;
	margin: 0;
	height: 50px;
	width: 119px;
}

#hmenu a.top-level-a {padding: 0; background: url(images/hmenu.png) no-repeat -240px 0;}
#hmenu a.top-level-a b {padding: 3px 0 0 0; text-align: center; width: 119px;}

#hmenu li.top-level-li:hover > a {padding: 0; background: url(images/hmenu.png) no-repeat -120px 0; color: #fff;}
#hmenu li.top-level-li:hover > a b {padding: 3px 0 0 0;}

#hmenu a.hmenu_activ {padding: 0; background: url(images/hmenu.png) no-repeat 0 0; color: #fff;}
#hmenu a.hmenu_activ b {padding: 8px 0 0 0;}

#h-flash {
	float: left;
	width: 620px;
	height: 155px;
	margin: -249px 0 0 339px;
}

#h-calc {
	float: left;
	width: 298px;
	height: 338px;
	border: #000 1px solid;
	background: #dfdfdf;
	text-align: center;
	margin: 0 20px 0 10px;
}
#h-calc h3, #h-calc a {background: url(images/box-calc.jpg) no-repeat; text-indent: -9000px;}
#h-calc h3 {
	width: 298px;
	height: 45px;
	background-position: -1px -1px;
}
#h-calc a {
	display: block;
	width: 298px;
	height: 89px;
	background-position: -1px -250px;
	margin-top: 10px;
}

#h-infos {
	float: left;
	width: 640px;
	height: 340px;
	background: #dfdfdf;
}
#h-social a, #h-cards, #h-offers {background: url(images/box-infos.jpg) no-repeat; text-indent: -9000px;}
#h-social {
	float: left;
	width: 146px;
	height: 171px;
	border: #999 1px solid;
	background: #c9c9c9;
	margin: 10px 10px 0 10px;
	padding: 27px 0 0 22px;
}
#h-social a {
	display: block;
	width: 123px;
	height: 43px;
	margin-bottom: 7px;
}
#h-social a.fb {background-position: -33px -37px;}
#h-social a.tw {background-position: -33px -87px;}
#h-social a.lk {background-position: -33px -137px;}
#h-ad {
	float: left;
	width: 440px;
	height: 200px;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
#h-cards {
	float: left;
	width: 240px;
	height: 130px;
	background-position: 0 -210px;
}
#h-offers {
	float: left;
	width: 400px;
	height: 130px;
	background-position: -240px -210px;
}

/***** END HEADER *****/


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

#main {
	background: #efefef;
	padding: 10px;
	height: auto;
	width: 940px;
	margin: 0 10px;
}

#main h2 {
	color: #FF0000;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
}

#main h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
}

#main p {
	line-height: 18px;
	margin: 0 0 10px 0;
}

#main li {
	list-style: inside disc;
	padding-left: 20px;
	margin-bottom: 10px;
}

#main .ceebox li {
	list-style: none;
	padding: 0;
	margin: 0 15px 15px 0;
}

#img-left {
	float: left;
	margin: 0 20px 10px 0;
}
#img-right {
	float: right;
	margin: 0 0 10px 20px;
}

#img-cars {
	float: left;
	margin: 10px 10px 0 0;
}
#img-cars-nomargin {
	float: left;
	margin: 10px 0 0 0;
}

/***** END MAIN *****/


/***** FOOTER *****/

#footer {
	width: 980px;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#fcontent {
	float: none;
	margin: 0;
	padding: 0;
}

#fcontent .towns {
	width: 780px;
	text-align: center;
	padding: 20px 100px;
	border-top: 1px #000 solid;
	line-height: 16px;
	float: left;
}

#fcontent .address {
	float: left;
	line-height: 16px;
	padding: 20px;
	width: 450px;
	height: 50px;
	background: #000000;
	color: #FFFFFF;
}

#signature {
	float: right;
	padding: 20px;
	width: 450px;
	height: 50px;
	background: #000000;
	color: #FFFFFF;
	margin: 0;
}
#signature a {
	color: #FFFFFF;
	text-decoration: none;
}
#signature a:hover {text-decoration: underline;}

/***** END FOOTER *****/


/***** CONTACT FORM *****/

#contact {
	width: 550px;
	margin-left: 145px;
}
#contact form {
	padding:1em;
	margin:1em;
	background: #00FF33;
	width: 400px;
}
#contact label {
	float:left;
	width:10em;
	margin-right:1em;
	padding: 3px 0 0 0
}
#contact div{
	margin:15px 0
}

#contact input, #contact textarea {
	padding:0.15em;
	width: 400px;
	border:1px solid #ddd;
	background:#e6e6e6;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	height: 20px;
}
#contact input:hover, #contact input:focus, #contact textarea:hover, #contact textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

#contact fieldset {
	border:1px solid #e5e5e5;
	padding:0 0.5em 10px;
	margin: 10px 0;
}

#contact input.default {color:#bbb;}

#contact textarea{height:100px}

#contact .Button, #contact .Button a {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  white-space: normal;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

#contact .Button .btn {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 27px;
  color: #fff;
}

#contact .Button .t {
  height: 27px;
  line-height: 27px;
  padding: 0 11px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#contact .Button .r {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 12px;
  height: 81px;
}
* html #contact .Button .r { font-size: 1px; left: expression(this.parentNode.offsetWidth-12+'px');}

#contact .Button .r span {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:421px;
  height: 81px;
}
* html .Button .r span { font-size: 1px; left: expression(this.parentNode.offsetWidth-421+'px');}

#contact .Button .active .l { top: -54px;}

#contact .Button .hover .l { top: -27px;}

#contact .Button .l {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 12px;
  height: 81px;
}
* html #contact .Button .l { font-size: 1px; width: expression(this.parentNode.offsetWidth-12+'px');}



#contact .Button .l, #contact .Button .r span { background: #FF0000;}
* html #contact .Button .l, * html #contact .Button .r span { background: #FF0000;}

#contact .submitbar{text-align:right; padding: 10px 30px 0 0 }

#contact label.error {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
	height: 33px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 0 140px;
}

/***** END CONTACT FORM *****/
