@charset "utf-8";
/* CSS Document */

* 
{
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
    background-image: url(../images/background.jpg);
	background-position:right bottom;
    background-attachment:fixed;
}

#site_wrapper
{
	text-align:center;
}

#main_site
{
	width:970px;
	background-image:url(../images/main_background.png);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	text-align:left;
}

* html #main_site
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main_background.png", sizingMethod="scale");
}

#top_bot_margin
{
	height:10px;
}
	
#header
{
	height:140px;
	background-image:url(../images/header_back.gif);
	background-repeat:repeat-x;
	margin-left:20px;
	margin-right:20px;
}	

#header_left
{
	width:323px;
	float:left;
}	

#header_right
{
	width:586px;
	float:right;
}	

#header_right h1
{
	text-align:right;
	font-size:16px;
	padding-right:15px;
	line-height:1.5em;
	padding-top:35px;
	color:#FFFFFF;
}	

#header_right a:link, #header_right a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#header_right a:hover
{
	color:#000000;
}
		
.clearify
{
	clear:both;
	visibility:hidden;
}	

#menu
{
	height:33px;
	background-color:#cfe3b4;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
	text-align:center;
}

/*******************************************Navigation****************************************/
#nav	 
{
	width:628px;
	height:33px;
	left:9px;
	position:relative;
	background:url(../images/menu_back.jpg);
	margin:0px auto 0px auto;
}

#nav li 
{
	float:right;
}

#nav li a 
{
	position: absolute;
	top: 0;
	margin: 0;
	padding:0;
	display: block;
	height: 33px;
	background: url(../images/menu_back.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_home a 
{
	left: 0;
	width: 105px;
	background-position: 0 0;
}

li#nav_aboutus a 
{
	left: 106px;
	width: 105px;
	background-position: -106px 0;
}

li#nav_services a 
{
	left: 211px;
	width: 105px;
	background-position: -211px 0;
}

li#nav_gallery a 
{
	left: 315px;
	width: 105px;
	background-position: -315px 0;
}

li#nav_contact a 
{
	left: 419px;
	width: 105px;
	background-position: -419px 0;
}

li#nav_sitemap a 
{
	left: 523px;
	width: 105px;
	background-position: -523px 0;
}

li#nav_home a:hover 
{
	background-position: 0 -35px;
}

li#nav_aboutus a:hover 
{
	background-position: -106px -35px;
}

li#nav_services a:hover 
{
	background-position: -211px -35px;
}

li#nav_gallery a:hover 
{
	background-position: -315px -35px;
}

li#nav_contact a:hover 
{
	background-position: -419px -35px;
}

li#nav_sitemap a:hover 
{
	background-position: -523px -35px;
}

/**********************************************Navigation Ends****************************************************/

#details_area
{
	background-image:url(../images/details_area_back.jpg);
	background-repeat:repeat-y;
	margin-left:20px;
	margin-right:20px;
}

#details_area_left
{
	float:left;
	width:635px;
}

h1, h2
{
	font-size:18px;
	color:#6a9c27;
	font-weight:normal;
	padding:10px 0px 0px 10px;
}

h2
{
	font-size:14px;
}

.details_area
{
	font-size:11px;
	color:#000000;
	padding:10px;
	line-height:1.5em;
}		

.details_area a:link, .details_area a:visited
{
	color:#6a9c27;
	text-decoration:none;
}

.details_area a:hover
{
	color:#d9e021;
}

#details_area_right
{
	float:right;
	width:290px;
}

#footer
{
	background-color:#6a9c27;
	margin-left:20px;
	margin-right:20px;
	text-align:center !important;
	font-size:11px;
	color:#FFFFFF;
	height:27px;
	padding-top:13px;
}

#footer a:link, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	color:#000000;
}		