html {
 	margin: 0 auto;
 	padding-top: 4px;
 	background: #cacbcb;
}
body {
 	margin: 0 auto;
	padding: 0px;
	font-family: Verdana, Ariel, sans;
	font-size: 0.7em;
}
img {
	border: 0px;
}
a {
	color: #333;	
}
a:hover {
	color: #4f9f0d;	
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
#container {
 	width: 950px;
 	height: auto;
    margin: 0 auto;
	background: #fff;
}
#site_cont {
 	margin: 0 auto;
 	width: 950px;
	background: #fff;
}
#header {
	float: left;
	width: 950px;
	height: 250px;
	background: #fff;
}
.logo {
	padding-left: 8px;
	padding-top: 8px;
}
	
#tel {
	float: right;
	padding-top: 25px;
	padding-right: 35px;
}
#contentMain {
	float: left;
	width: 950px;
	margin-top: -50px;
	margin-left: 0px;
	background: #fff;
}
#content h1 {
	padding-left: 15px;
	color: #4f9f0d;
	font-size: 18px;
}
#content p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: inherit;
	color: #666;
	width: 309px;
 	height: auto;
	float: left;
}
#content {
	color: #666;
	width: 309px;
 	height: auto;
	float: left;
}
#right_cont {
 	width: 420px;
	float: right;
	margin-left: 80px;
	margin-top: 0px;
 	background: #fff;
}
#right_content h2 {
	padding-left: 15px;
	color: #4f9f0d;
	font-size: 18px;
}
#right_content p {
	padding-left: 15px;
	font-size: inherit;
	color: #666;
}
#right_content ul {
	list-style-image: url('../images/dot.png');
}
#right_content li{
	color: #666;
	font-size: 13px;
}
#slider ul {
	list-style: none;
}
#content ul {
	list-style-image: url('../images/dot.png');
}
#content li {
	color: #666;
}
/***** Nav *****/
#nav_cont {
 	width: 950px;
 	height: 45px;
	margin-top: 25px;
	background: url('../images/nav.png') repeat-x;
}
#nav_cont ul {
 	margin: 0px;
 	padding: 0px;
 	list-style-type: none;
}
#nav_cont li {
 	display: inline;
	float: left;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
}
#nav_cont a {
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
#nav_cont a:hover {
	background: url('../images/hover.png');
}
#footer {
	float: left;
	margin-left: 0px;
	width: 950px;
	color: #333;
}
#footer p {
	font-size: 11px;
	text-align: center;
}
/***** Classes ****/
.car-pic {
	padding-left: 40px;
	margin-top: 30px;
}
.lose {
	padding-left: 220px;
	margin-top: 0px;
}
.fb {float: right; margin-top: 20px; margin-right: 50px}
.top-break {
	height: 20px;
}	
/**** Forms ****/
fieldset {
	border: none;
	width: 220px;
	float: left;
	padding-left: 15px;
}
label{
  font-weight:bold;
  font-size:11px;
}
input,
textarea {
  font-family: Verdana, Arial;
  font-size:12px;
  font-weight:normal;
  border:1px solid #b5b5b5;
  width: 150px;
  display:block;
}

input[type="text"] {
  width: 150px;
  display:block;
  height:16px;
  padding:5px 10px;
  font-family: Verdana, Arial;
}
.btn {
	width:auto;
	padding: 10px;
	background-color: red;
	color: #ffffff;
}
.btn:hover {
	background-color: #4f9f0d;
}
.fail {
	color: #fff;
	background: #860808;
	border: 1px solid red;
	width: 150px;
	padding: 15px;
	margin-left: 20px;
}
.success {
	color: #fff;
	background: #4f9f0d;
	border: 1px solid red;
	width: 150px;
	padding: 15px;
	margin-left: 20px;
}
