html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	background-image: url('/inc/theme/autostyle/images/bg.gif');
	
}

img {
    behavior: url(/js/iepngfix.htc);
}

#all {
	background-image: url('/inc/theme/autostyle/images/top_bg.gif');
	background-position: top;
	background-repeat: repeat-x;

}


#header {
	height: 323px; 
	background-image: url('/inc/theme/autostyle/images/camaro.png');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 40px 0 50px;
}

#header img {
	margin-top: 15px;
        border: none;
}
#header a{
        border: none;
}

#search {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 140px;
	height: 16px;
	background-image: url('/inc/theme/autostyle/images/search.png');
	background-position: right;
	background-repeat: no-repeat;
	padding: 23px 5px 4px 15px;
}

#search input {
	background: none;
	border: none;
	width: 140px;
}

#phone {
	font-size: 18px;
	color: #27919b;
/*	margin-top: 85px;*/
	right: 5%;
	position: absolute;
	text-align: right;
	top: 120px;
}

#phone span {
	font-size: 23px;
	color: #FFFFFF;
}

#phone i {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}

#navigation {
	position: absolute;
/*	right: 40px;*/
	left: 5%;
	top: 250px;
	width: 106px;
	height: 36px;
	font-size: 12px;
	background-image: url('/inc/theme/autostyle/images/navigation_bg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: justify;
}

#skype {
	margin-top: 135px;
	position: absolute;
	top: 100px;
	right: 5%;
}

#skype a {
	font-size: 18px;
	color: #27919b;
	text-decoration: none;
	background-image: url('/inc/theme/autostyle/images/skype.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
}

#adress {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 135px;
	text-decoration: none;
	text-align: right;
	position: absolute;
	top: -100px;
	/*left: 170px;*/
	right: 5%;
	height: 25px;
}

#adress span {
	color: #27919b;
	font-weight: bold;
}



#menu {
	height: 43px; 
	margin-bottom: 15px;
	margin: 0;
	padding: 0;
	background-image: url('/inc/theme/autostyle/images/menu_bg.gif');
	
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	-khtml-border-radius:10px;

	-moz-box-shadow: 3px 3px 5px #111111;
	-webkit-box-shadow: 3px 3px 5px #111111;
	box-shadow: 3px 3px 5px #111111;	
	
}

#menu li {
	float: left;
	margin-left: 0px; /*	list-style-image: url('/inc/theme/autostyle/images/menu_separator.gif');*/
	background-image: url('/inc/theme/autostyle/images/menu_bg_hover.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	list-style: none;
	width: 150px;
	text-align: center;

}

#menu li:first-child {
	background-image: none;
}

#menu li:first-child:hover {
	border-radius:8px 0 0 8px; 
	-webkit-border-radius:8px 0 0 8px; 
	-moz-border-radius:8px 0 0 8px; 
	-khtml-border-radius:10px 0 0 10px;
}
	
#menu li a {
	text-decoration: none;
	color: White;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 11px;
        padding-bottom: 11px;
	overflow: hidden;
/*	font-weight: bold; */
 	text-shadow: 1px 1px 1px #000; 
}

#menu li:hover {
	background-image: url('/inc/theme/autostyle/images/menu_bg_hover.gif');
	background-repeat: repeat;
}

#middle {

	overflow: hidden;
/*	background-color: Fuchsia; */
	z-index: 10;

}

#menu_outer {
	margin-left: 50px;
	margin-right: 30px;
}

#middle .table {
	background-color: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	padding: 0;
	margin: 0;
	border: 1px solid #198690;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

#middle .table th {
	background-color: #198690;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

#middle .table tr {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#middle .table tr td {
	padding: 5px;
	margin: 0;
	border: 1px solid #198690;
	vertical-align: top;
}

#middle .table p {
	padding: 0;
	margin: 0;
	text-align: left;
}

#middle table.photo {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

#middle table.noborder {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

#middle table.noborder td {
	border: none;
}

#middle .scroll input{
	border: 1px solid silver;
    background: #ffffff;
}

#middle .scroll textarea{
	border: 1px solid silver;
    background: #ffffff;
}

#middle .scroll input:hover{
    	border: 1px solid #c5c5c5;
}

#middle .scroll textarea:hover{
    	border: 1px solid #c5c5c5;
}

#middle .scroll input:focus{
    	border: 1px solid #c5c5c5;
}

#middle .scroll textarea:focus{
    	border: 1px solid #c5c5c5;
}



#middle table.photo td {
	border: none;
}

#left {

	width: 250px;
	float: left;
	margin-left: 50px;
}

*html #left {
	margin-left: 25px;
}

#left #left_top {
	background-color: white;
	border: 1px solid gray;
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	-khtml-border-radius:10px;
	-moz-box-shadow: 3px 3px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
	box-shadow: 3px 3px 3px gray;	
}


#left .header {
	color: White;
	background-color: Black;
	font-weight: bold;
	padding: 5px;	
	
	border-radius:8px 8px 0 0; 
	-webkit-border-radius:8px 8px 0 0; 
	-moz-border-radius:8px 8px 0 0; 
	-khtml-border-radius:10px 10px 0 0; 
}

#left ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left ul li {
	list-style: none;
	padding-left: 10px;
	margin-left: 0;
	margin-bottom: 4px;
	margin-top: 6px;
}

#left ul li a{
	color: #198690;
	font-weight: bold;
	text-decoration: none;
}

#left ul li a:hover {
	color: #096972;
}

#left ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#left ul li ul li {

	background-image: url('/inc/theme/autostyle/images/marker.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-top: 4px;
	margin-bottom:4px;
}

#left ul li ul li a{
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

#left ul li ul li a:hover {
	color: #000000;
}


#center {
    padding-top: 10px;
    min-height: 480px;
	 margin-left: 340px;
	/* margin-right: 170px;*/
	 margin-right: 40px;
}

#right {
	width: 125px;
	text-align: center;
	float: right;
	margin-right: 30px;
}

*html #right {
	margin-right: 15px;	
}

#footer {
	height: 87px; 
	padding-top: 68px;
	background-image: url('/inc/theme/autostyle/images/footer.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer_container {
	width: 940px;
	height: 62px;
	margin: 0 auto;
	background-image: url('/inc/theme/autostyle/images/footer_logo.png');
	background-repeat: no-repeat;
	background-position: right center;
	color: #E5E5E5;
	padding: 25px 0 0 0;
}

#footer_container a {
	color: #E5E5E5;
	text-decoration: underline;
}

#footer_container a:hover {
	color: #E5E5E5;
	text-decoration: none;
}


.service {
/*	background-color: #FFF0F5; */
	width: 230px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 10px;
	height: 120px;
}

.service_second {
	margin-left: 39px;
	vertical-align: middle;
}

.service img {
	border: none;
	vertical-align: middle;
}

.service a {
	color: #198690;
	font-weight: bold;
	text-decoration: none;
/*	height: 89px;	*/
	float: left;
	display: block;
	height: 100%;
	vertical-align: middle;
}

.service a.text {
	width: 141px;
	padding-top: 20px;
}



#mp_services {
	overflow: hidden;
}

.arrows {
	background-image: url('/inc/theme/autostyle/images/arrows.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

.arrows_left {
	background-image: url('/inc/theme/autostyle/images/arrows_left.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

#ask_q_f table {
	width: 100%;	
}

#ask_q_f table td {
	padding-bottom: 7px;
}

#ask_q_f input.textinput, #ask_q_f textarea {
	width: 100%;
}


.imgcanvas {
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px; 
	-khtml-border-radius:10px;

	-moz-box-shadow: 2px 2px 2px gray;
	-webkit-box-shadow: 2px 2px 2px gray;
	box-shadow: 2px 2px 2px gray;	
	
}

.image_change img {
	border: none;
}


.service_examples {
	overflow: hidden;	
}

.service_examples .service_example {
	float: left; width: 120px; height: 180px; margin-right: 15px;	
}

.service_examples .service_example img {
	border: none;
}

.service_equipments {
	overflow: hidden;		
}

.service_equipments .service_equipment {
	width: 100px; height: 150px; float: left; margin-left: 20px;	
}

.service_equipments .service_equipment img {
	border: none;
}

.service_equipments .service_equipment div {
	width: 100px; height: 100px;	
}

.portfolio {
	overflow: hidden;
}

.portfolio div {
	width: 400px; overflow: hidden; float: left; margin-right: 20px; margin-bottom: 20px;	
}

.portfolio div.item {
	width: 200px; overflow: hidden; float: left; margin-right: 20px; margin-bottom: 20px;	
}


.portfolio img {
	border: none;
	vertical-align: middle; float: left; width: 200px; margin-right: 10px;	
}

.exclusive_samples {
	overflow: hidden;
}

.exclusive_samples img {
	border: none;
}

.exclusive_item {
	width: 400px; overflow: hidden; float: left; margin-right: 20px; margin-bottom: 20px;
}


.equipments {
	overflow: hidden;
}

.equipments img {
	border: none;
}

.equipments .equipment_item {
	width: 100px; height: 150px; float: left; margin-left: 20px;	
}

.equipments .equipment_item div {
	width: 100px; height: 100px;"	
}



table.equipment {
	border: 1px solid #198690;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
/*	width: 100%; */
}

table.equipment th {
	background-color: #198690;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

table.equipment tr {
	padding: 0;
	margin: 0;
}

table.equipment tr td {
	padding: 5px;
	margin: 0;
	border: 1px solid #198690;
}


table.mschip {
	border: 1px solid #198690;
	text-align: left;
	border-collapse: collapse;
	vertical-align: top;
/*	width: 100%; */
}

table.mschip th {
	background-color: #198690;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border: 1px solid #666666;

}

table.mschip tr {
	padding: 0;
	margin: 0;
}

table.mschip tr td {
	padding: 5px;
	margin: 0;
	border: 1px solid #198690;
	background-color: white;
}
.show_more{
	overflow: hidden; 
	height:20px;
	float:left;
	margin-top: 15px;
}

div.show_more:HOVER>img{
	margin-top: -20px;
}

.simple-table{
	background: white;
	margin: auto;
	border: 1px solid #198690;
	border-collapse: collapse;
}

.simple-table th{
	background-color: #198690;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 17px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.simple-table th:last-child{
	border-right: none;
}

.simple-table th:first-child{
	border-left: none;
}

.simple-table td{
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #198690;
    vertical-align: top;
    position: relative;
}

.table-title{
	color:#008080; 
	font-size:18px; 
	text-align: center;
	margin-bottom: 15px;
}

.table-hover tr:HOVER{
	background-color: #F1F1F1;
}

.simple-table .sub-title{
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    background-color: whitesmoke;
    padding:10px;
    text-transform: uppercase;
}

#breadcrumbs{
	background: white;
	padding: 2px 4px;
	border: 1px solid #198690;
	border-radius: 4px;
	margin-bottom:15px;
}

#breadcrumbs img.arrow{
	margin-left: 5px;
}