/* CSS Document */
*{ margin:0; padding:0; }
body{
	background-color:#181818;
	color:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
img.floatLeft{
	float:left;
	margin:5px 10px 0 0;
	border:#FF6600 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#FF6600 3px solid;
}
#container{
	background:url(../images/bg.jpg) repeat-x left top;
	width:100%;
	height:inherit;
}
#top{
	background:url(../images/logo.jpg) no-repeat left top;
	width:800px;
	height:253px;
	text-align:right;
}
#top img{
	padding:20px 20px 0 0;
}
#menu{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
#home, #services, #estimate{
	width:120px;
	height:100px;
	padding:0;
	margin:14px;
	float:left;
	font-size:12px;
	text-align:center;
}
#home a, #services a, #estimate a{
	width:100px;
	display:block;
	padding:80px 0 0 0;
	text-decoration:none;
	font-weight:bold;
	float:left;
}
#home{
	background:url(../images/button_home.jpg) no-repeat left top;
}
#home a, #home a:link, #home a:visited, #services a, #services a:link, #services a:visited, #estimate a, #estimate a:link, #estimate a:visited{
	color:#FF6600;
}
#home a:hover{
	color:#FF9900;
	background:url(../images/button_home_hover.jpg) no-repeat left top;
}

#services{
	background:url(../images/button_service.jpg) no-repeat left top;
}
#services a:hover{
	color:#FF9900;
	background:url(../images/button_service_hover.jpg) no-repeat left top;
}
#estimate{
	background:url(../images/button_estimate.jpg) no-repeat left top;
}
#estimate a:hover{
	color:#FF9900;
	background:url(../images/button_estimate_hover.jpg) no-repeat left top;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#FF6600;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/0126_myeye.gif);
}
#footer{
	width:100%;
	height:inherit;
	background-color:#111111;
}
#footer p{
	padding:10px 0;
	color:#FF6600;
}
#footer a{
	color:#FF6600;
	text-decoration:none;
}
#footer a:hover{
	color:#ff9900;
	text-decoration:underline;
}
