@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/sitebg.jpg);
	background-repeat:repeat-x;
	background-color:#efeeea;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.75em;
	}
	
a:link, a:visited {
	color:#780106;
	text-decoration:none;
	}

a:hover, a:visited:hover {
	color:#780106;
	text-decoration:underline;
	}
	
hr {
	color:#cdcdcd;
	height:1px;
	background-color:#cdcdcd;
	padding:0px;
	border:none;
	}

h1 {
	color:#5e3d30;
	font-size:1.75em;
	font-style:normal;
	font-weight:normal;
	}

h2 {
	color:#8e886f;
	font-size:1.50em;
	font-style:normal;
	font-weight:normal;
	}

h3 {
	color:#45080a;
	font-size:1.33em;
	font-style:normal;
	font-weight:normal;
	}





/* Custom layout styles */

#siteframe {
	width:982px;
	background-color:#fff;
	margin:0px auto;
	text-align:center;
	}

#topbar {
	width:982px;
	height:104px;
	overflow:hidden;
	float:left;
	text-align:left;
	}

#logoarea {
	width:100px;
	overflow:hidden;
	padding:6px 0px 0px 16px;
	float:left;
	}

#menuarea {
	width:866px;
	float:left;
	border-top:solid 32px #c4161c;
	padding:16px 0px 0px 0px;
	}

#mainmenu {
	width:647px;
	float:left;
	}

	#mainmenu ul {
		padding:0px;
		margin:0px;
		}
	
		#mainmenu li {
			margin: 0; 
			padding: 0;
			display: inline;
			list-style-type: none;
			}
		
		#mainmenu a {
			float: left;
			padding: 40px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/:40px; /* for IE5/Win */
			}
			
		#mainmenu a:hover {
			background-position: 0 -40px;
			}
		
		#mainmenu a:active, #mainmenu a.selected {
			background-position: 0 -40px;
			}
		
		#mhome a  {
			width: 59px;
			background: url(../images/homemenu.gif) top left no-repeat;
			}
			
		#mabout a  {
			width: 86px;
			background: url(../images/aboutmenu.gif) top left no-repeat;
			}
		
		#mproducts a  {
			width: 92px;
			background: url(../images/productsmenu.gif) top left no-repeat;
			}
			
		#mwork a  {
			width: 94px;
			background: url(../images/workmenu.gif) top left no-repeat;
			}
		
		#mservices a  {
			width: 87px;
			background: url(../images/servicesmenu.gif) top left no-repeat;
			}
		
		#mresources a  {
			width: 93px;
			background: url(../images/resourcesmenu.gif) top left no-repeat;
			}
		
		#mcontact a  {
			width: 95px;
			background: url(../images/contactmenu.gif) top left no-repeat;
			}
		
#searcharea {
	width:207px;
	float:right;
	text-align:left;
	padding:6px 0px 0px 0px;
	
	}

#homeheader {
	width:982px;
	height:191px;
	background-image:url(../images/homeheader.jpg);
	float:left;
	}

#subheader {
	width:982px;
	height:79px;
	background-image:url(../images/subheader.jpg);
	float:left;
	}

#homebody {
	text-align:left;
	padding:5px;
	background-image:url(../images/homecontentstretch.gif);
	background-repeat:repeat-y;
	float:left;
	width:972px;
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	}

#subbody {
	text-align:left;
	padding:5px;
	background-image:url(../images/subcontentstretch.gif);
	background-repeat:repeat-y;
	float:left;
	width:972px;
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	}

#homecolumn1 {
	width:201px;
	padding:12px;
	float:left;
	}

#subcolumn1 {
	width:201px;
	padding:12px;
	float:left;
	}

#submenuheader {
	border-bottom:solid 1px #cfcfcf;
	}

#homecolumn2 {
	width:474px;
	padding:12px 24px;
	float:left;
	}

#subcolumn2 {
	width:695px;
	padding:12px 24px;
	float:left;
	}

#homecolumn3 {
	width:201px;
	padding:12px;
	float:left;
	}

#footerarea {
	background-color:#434343;
	text-align:left;
	color:#fff;
	float:left;
	width:972px;
	border-left:solid 5px #fff;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #fff;
	font-size:.83em;
	}

#footerarea a, #footerarea a:visited {
	color:#fff;
	text-decoration:none;
	}

#footerarea a:hover, #footerarea a:visited:hover {
	color:#fff;
	text-decoration:underline;
	}


#footleft {
	width:570px;
	padding:15px;
	float:left;
	}
	
	#footleft ul {
		margin:0px;
		padding:0px;
		}
	
	#footleft li {
		display:inline;
		margin:0px 10px 0px 0px;
		}
	
#footright {
	width:340px;
	padding:15px;
	float:right;
	text-align:right;
	}
	
	#footright p {
		margin:0px;
		padding:0px;
		}
