/* CSS Document */

body{	 
	padding:0; 
	margin:0;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#7d7e7d;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

.menu1{
	font:bold 11px Arial;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
}

.menu2{
	font:bold 11px Arial;
	color:#FEC55A;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:25px;
	text-align:center;
}

.services{
	font:bold 11px Arial;
	color:#FEC55A;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(images/services.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:25px;
	text-align:center;
}

.quote{
	font:bold 11px Arial;
	color:#FEC55A;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(images/quote.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:25px;
	text-align:center;
}

.contacttxt{
	font:15px Arial;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}

.contacttxt1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:18px;
}

.bodytxt{
	font:12px Arial;
	color:#333333;
	text-decoration:none;
	text-align:justify;
	line-height:16px;
}

.footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:69px;
	text-align:center;
	font:11px Arial;
	color:#b6b1b1;
	text-decoration:none;
	line-height:17px;
}

.footer a:link{
	color:#b6b1b1;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

.footer a:visited{
	color:#b6b1b1;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

.footer a:hover{
	color:#848282;
	text-decoration:none;
}