@charset "UTF-8";
/* topfueldesign.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
   
body {
	background-color: #b0b0b0;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.35em;
	margin: 10px auto 10px auto;
}
/*a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color: #000;
	text-decoration:underline;
	}*/
#container {
	width: 786px;
	height:100%;
	background-color:#000;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	font-size: 14px;
	color:#333333;
	}
h2 {
	font-size:12px;
	}
#topurl {
	background-color:#000;
	background-image:url(../images/header_01.jpg);
	width:775px;
	height: 24px;
	color:#dfe1e0;
	text-align:right;
	padding-right:10px;
	}
#topurl li {
	display:inline;
	}
#topurl .topurl a {
	color:#dfe1e0;
	text-decoration:underline;
	}
#topurl .topurl a:hover {
	color:#999999;
	text-decoration:none;
	}
#header {
	width: 786px;
	height:219px;
	background-color:#fff;
	}
#home_right {
	float:right;
	width:433px;
	background-color:#dfe1e0;
	background-image:url(../images/tree_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:657px;
	}
#concept {
	float:right;
	width:433px;
	background-color:#dfe1e0;
	background-image:url(../images/concept_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:657px;
	}
.news {
	width:383px;
	background-repeat:repeat-y;
	background-image:url(../images/newsbkg.jpg);
	padding:15px 25px 0 25px;
	height: 233px;
	}
#home_left {
	width:353px;
	background-image:url(../images/homeleft.jpg);
	background-repeat:no-repeat;
	float:left;
	height:657px;
	}
#home_left a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
#home_left a:hover {
	color: #000;
	text-decoration:underline;
	}
#home_left ul {
	margin-left:10px;
	line-height:14px;
	list-style:disc;
	}
.home_left {
	padding:0 25px 0 105px;
	}
.serv {
	height: 115px;
	}
#lwrnav {
	background-image:url(../images/tree_top.jpg);
	padding-left:27px;
	height:40px;
	}
#tree {
	width:383px;
	background-repeat:no-repeat;
	padding:0 25px 0 25px;
	}
.leftbtm {
	height: 471px;
	background-image:url(../images/motor.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#latest {
	padding:90px 0 0 25px;
	}
#concept_text {
	padding:250px 0 0 25px;
	}
#concept a:link, a:visited {
	color: #CC0000;
	text-decoration:underline;
	}
#concept a:hover {
	color: #CC0000;
	text-decoration:none;
	}
#latest a:link, a:visited {
	color:#ae1b1a;
	text-decoration:underline;
	}
#latest a:hover {
	text-decoration:none;
	}

#footer {
	background-image:url(../images/footer.jpg);
	text-align:right;
	height:37px;
	font-size:14px;
	padding-top:18px;
	padding-right:30px;
	background-color:#000;
	width:776px;
	}
#footer a {
	color:#000;
	text-decoration:none;
	}
#footer a:hover {
	color: #000;
	text-decoration:underline;
	}
#footer li {
	display:inline;
	color:#000;
	}
#copy {
	text-align:left;
	color:#000;
	background-color: #b0b0b0;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
