@charset "utf-8";
/* CSS Document */


/* layout section */


#wrapper { 
	width:820px;
	margin:auto;
	}
	
#header {
	width:800px;
	height:60px;
	margin:auto;
	padding-bottom: 50px;
	}
#navigation {
	width:800px;
	margin:auto;
	}
	
	
#main {
	position:relative;
	top:-5px;
	height:auto;
	width:796px;
	margin:auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CDCDCD;
	border-left-color: #CDCDCD;
	z-index: 2;
	}
	
/* layout boxes in main section */




#maintext {
	position:relative;
	top:20px;
	width:600px;
	padding-right: 10px;
	padding-left: 10px;	
	}	
	

#maintext1{
		position:relative;
		width:600;
		height:Auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
}

#mainimage {
		position:relative;
		top:-10px;
		margin-top:10px;
		width:796px;
		height:175;
}


#maintext2 {
		position:relative;
		padding-left:30px;
		top:15px;
		width:600px;
		height:auto;
			
}
#offers {
	position:relative;
	top:10px;
	width:193;
	height:98;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#offer4 {
	position:relative;
	top:15px;
	width:720px;
	height:auto;
	padding-left: 30px;
	z-index: 2;
}

#portfoliodiv {
		position:relative;
		top:15px;
		width:720px;
		height:auto;
		padding-left: 50px;
}
#formdiv{
		position:relative;
		top:10px;
		width:720px;
		height:auto;
		padding-left: 50px;
}
#contact_address {
	position:relative;
	width:750px;
	height:auto;
	top:10px;
	padding-bottom:10px;
	padding-left: 35px;
	z-index: 2;
	
}

#otherServices {
		position:relative;
		padding-left:30px;
		width:750px;
		height:auto;
}		
	
#bottombox {
	position:relative;
	top:-5px;
	width:800px;
	height:30px;
	background-image:url(images/box_shadow.jpg);
	margin:auto;
	z-index:1;
	}
		
#footer {
	width:800px;
	padding-top: 20px;
	margin:auto;
	text-align: center;
	}
	
body {
	margin-top: 0px;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	
	}
	
#about_text {
		position:relative;
		width:600;
		height:Auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
}
	


	
/* text style section */




/*  form style sectiopn */

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76b900;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}



/* links style section */

	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76b900;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}
.offerimage {
	vertical-align: top;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76B900;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
	float: right;
}
.greylinkline {
	color: #666666;
}

.padbox {
	background-image: url(images/underline.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center;
}

.sideright {
	background-image:url(images/side_box.gif);
	background-repeat: repeat-y;
	
	
}
.sideleft {
	background-image: url(images/side_box_right.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76B900;
}


