body{
  font-family: arial, tahoma, Sans-serif;
  font-size:12px;
  text-align: center;
  margin:0;
  padding: 0;
  color:black;
  background-color:#333;

}

a{
text-decoration:none;
font-weight:bold;
color: #bc0011;
}

a:hover{
text-decoration:none;
font-weight:bold;
color:#000;
}

b{
color: #bc0011;
}

.wrapper{
width:767px;
min-height:450px;
margin:auto;
background:#fff;
}

.top{
width:767px;
height:249px;
float:none;
}

.maincontent{
width:767px;
min-height:228px;
float:left;
background-image: url(images/mainback.jpg);
background-repeat: no-repeat;
}

.mainleft{
width:130px;
text-align:left;
font-size:11px;
margin:20px 0px 0px 10px;
float:left;
}

html>body .mainleft{
width:130px;
font-size:11px;
text-align:left;
margin:20px 0px 0px 16px;
float:left;
}

*:lang(en) .mainleft{
margin:10px 0px 0px 16px;
}


.mainright{
width:595px;
text-align:left;
margin:30px 0px 0px 20px;
float:right;
}


html>body .mainright{
width:595px;
text-align:left;
margin:30px 0px 0px 20px;
float:right;
}

*:lang(en) .mainright{
margin:20px 0px 0px 20px;
}

.mainright p{
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 15px;
}

.cars{
float:right;
}

.footer{
width:767px;
height:30px;
margin:20px 0px 0px 0px;
clear:both;
background-color: #000;
text-align: center;
}


.footer ul{
list-style:none;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 0px;
text-align: center;
}

.footer li{
display:inline;
text-align:center;
}

.footer li a{
color:#fff;
background-color: transparent;
text-decoration:underline;
padding:0px 10px 0px 10px;
width:125px;
text-align: center;
}


.footer li a:hover{
color:silver;
background-color: transparent;
text-decoration:underline;
}



/*Styles for Forms */

table {
	font-size: 11px;
	width: 550px;
	border: none;
	margin: 6px;
}
input {
	width: 250px;
}
textarea {
	height: 50px;
	width: 250px;
}
.send {
	width: 100px;
	background-color:#bc0011;
	color:#fff;
	border: 1px solid #fff;
}
h1 {
	font-size: 12px;
	background-color: #bc0011;
	color:#fff;
	padding: 3px;
	margin: 0px;
}


/*End Styles for Forms */

.map{
margin: 0px 0px 0px 5px;
}

img{
border:none;
}


.feature {
	float: left;
	width: 200px;
	position: relative;
  margin: 10px 15px 20px 5px;
	height: 244px;
	background-image: url(images/feature.jpg);
	background-repeat: no-repeat;
	
}


html>body .feature{
  margin: 10px 15px 20px 10px;
}

.feature #inlineFourth {
	height: auto;
	width: 200px;
	position: relative;
	margin: 37px 0px 0px 0px;
}


.homelist{
margin: 0px 0px 0px 0px;
float: left;

}



.logo{
float:left;
padding: 10px 0 10px 12px; 
}


.home{
	font-size: 12px;

}

.home ul{
	margin: 2px;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 25px;
  }

