/* 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:#ffed00 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#ffed00 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.png) 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:#000000;
}
#home a:hover{
	color:#FF9900;
	background:url(../images/button_home_hover.png) no-repeat left top;
}

#services{
	background:url(../images/button_service.png) no-repeat left top;
}
#services a:hover{
	color:#FF9900;
	background:url(../images/button_service_hover.png) no-repeat left top;
}
#estimate{
	background:url(../images/button_estimate.png) no-repeat left top;
}
#estimate a:hover{
	color:#FF9900;
	background:url(../images/button_estimate_hover.png) no-repeat left top;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#ffed00;
	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:#ffed00;
}
#footer a{
	color:#ffed00;
	text-decoration:none;
}
#footer a:hover{
	color:#ff9900;
	text-decoration:underline;
}

a.test {text-decoration:none}
a.test:link {color: white}
a.test:visited {color: white}
a.test:active {color: white}
a.test:hover {color: #ffed00}



#home1{
	background:url(../images/locksmith.jpg) no-repeat left top;
}

#home1{
	width:95px;
	height:100px;
	padding:0;
	margin-left:25px;
	float:left;
	 
}
 
 #serv {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    color: #333333;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 97%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title {
    background: none repeat scroll 0 0 #ffed00;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
#title strong {
	color: #000;
    }

#serv td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 2px;
}
#serv td:first-child {
    border-left: medium none;
}
#serv td:last-child {
    border-right: medium none;
}
