@charset "utf-8";
/* CSS Document */

body {
	background-color: #040404;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 1.2em;
	font-weight: normal;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	text-align: center;
	height: auto;
}
#top_menu {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 152px;
	width: 1010px;
}
#slides {
	height: 300px;
	width: 1010px;
}
#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 1010px;
}
#content {
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-x;
	height: 745px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0E0E0;
}
#content_services {
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-x;
	height: 1150px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0E0E0;
	position: relative;
}
#content_contact {
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-x;
	height: 550px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0E0E0;
	position: relative;
}


#footer {
	height: 200px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#copyright {
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-size: 75%;
	line-height: 50px;
	color: #FFF;
}

.text_1 {
	height: auto;
	width: 580px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
	text-align: justify;
	float: left;
	vertical-align: top;
	line-height: 1.25em;
	border-radius: 5px 5px 5px 5px;
	moz-box-shadow: inset 0 0 10px #999999;
	webkit-box-shadow: inset 0 0 10px #999999;
	box-shadow: inset 0 0 10px #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 90%;
}
.text_services {
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
	text-align: justify;
	float: left;
	vertical-align: top;
	line-height: 1.25em;
	border-radius: 5px 5px 5px 5px;
	moz-box-shadow: inset 0 0 10px #999999;
	webkit-box-shadow: inset 0 0 10px #999999;
	box-shadow: inset 0 0 10px #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 90%;
	position: relative;
}
.text_services a:link{
	color: #FD9417;
	text-decoration: none;
}
.text_services a:active {
	color: #FD9417;
	text-decoration: none;
}
.text_services a:visited {
	color: #FD9417;
	text-decoration: none;
}
.text_services a:hover {
	color: #666666;
	text-decoration: underline;
}








.text2 {
	font-size: 80%;
	color: #333;
	text-align: left;
	float: right;
	height: auto;
	margin-top: 15px;
	width: 72%;
}
.text2short {
	font-size: 80%;
	color: #333;
	text-align: left;
	float: right;
	height: auto;
	margin-top: 15px;
	width: 55%;
	margin-right: 10px;
}

.text2a {
	font-size: 90%;
	color: #F48F56;
	text-align: left;
	float: right;
	height: 180px;
	width: 260px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#sidebar {
	background-color: #D8D8D8;
	height: 590px;
	width: 250px;
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #FFF;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	z-index: 100;
	float: right;
}
#main_menu {
	float: right;
	height: 40px;
	width: 76%;
	margin-top: 9px;
	margin-right: 35px;
	font-size: 1em;
	line-height: 40px;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
}

#pieces {
	height: auto;
	width: 250px;
	float: left;
	margin-top: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-bottom: 20px;
	padding: 15px;
}
#services_points {
	height: auto;
	float: left;
	color: #666666;
	text-align: left;
	font-size: 80%;
	line-height: 1.35em;
	vertical-align: top;
	width: 95%;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #EF8A10;
}
#grouppic {
	float: right;
	height: 160px;
	width: 245px;
	background-color: #efefef;
	border: 1px solid #FFF;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	line-height: 160px;
	text-align: center;
	vertical-align: middle;
	color: #999;
}
#garagepic {
	float: right;
	height: 250px;
	width: 400px;
	background-color: #efefef;
	border: 1px solid #FFF;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 240px;
	color: #999;
}
#googlemap {
	float: right;
	height: 400px;
	width: 500px;
	background-color: #efefef;
	border: 1px solid #FFF;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	color: #999;
}


#promotion {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #E90E1C;
	height: 35px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px 5px 5px 5px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	border: 1px solid #FFF;
	moz-box-shadow: 3px 3px 5px 5px #ccc;
	webkit-box-shadow: 3px 3px 5px 5px #ccc;
	box-shadow: 3px 3px 5px 5px #ccc;

}
#logo {
	float: left;
	height: 60px;
	width: 310px;
	margin-top: 30px;
	margin-left: 50px;
}
#clevert {
	height: 65px;
	width: 116px;
	margin-top: 25px;
	margin-left: 100px;
	float: left;
	position: relative;
}
#caa {
	height: 75px;
	width: 75px;
	margin-top: 20px;
	margin-left: 40px;
	position: relative;
	float: left;
}
#language {
	color: #000;
	margin-top: 20px;
	float: right;
	height: auto;
	width: 150px;
	text-align: right;
	margin-right: 30px;
	font-size: 85%;
	font-weight: normal;
}
#language a:link{
	color: #000;
	text-decoration: none;
}
#language a:visited {
	color: #000;
	text-decoration: none;
}
#language a:active {
	color: #000;
	text-decoration: none;
}
#language a:hover {
	color: #FD9417;
	text-decoration: underline;
}





#tel {
	background-image: url(images/tel.png);
	float: right;
	height: 44px;
	width: 195px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	font-size: 1.3em;
	text-align: right;
	padding-right: 40px;
	margin-right: 6px;
}
#footer #footer_links {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	margin-top: 20px;
	font-size: 0.85em;
	font-weight: normal;
	color: #FFF;
}
.field_set{
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #F90;
	background-color: #efefef;
	height: auto;
}
.field_set2 {
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #F90;
	background-color: #efefef;
	height: 300px;
	width: 45%;
	float: left;
	position: relative;
}
.field_set2a {
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #F90;
	background-color: #efefef;
	height: 300px;
	width: 45%;
	float: right;
	position: relative;
}


#bottom_logos {
	clear: both;
	height: 52px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#social {
	height: 40px;
	width: 300px;
	text-align: left;
	margin-left: 20px;
	float: left;
	font-size: 75%;
}
#share {
	height: 35px;
	width: 400px;
	text-align: right;
	float: right;
	margin-right: 15px;
	font-size: 75%;
	margin-top: 5px;
}
.footer_sections {
	color: #CCC;
	float: left;
	height: 130px;
	width: 275px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer_sections_last {
	color: #CCC;
	float: left;
	height: 130px;
	width: 275px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main #content_services .text_services table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#main #content_services .text_services table td{
	background-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
