@charset "utf-8";

/*========================================================*/
/* Menu Highlighting CSS =================================*/
/*========================================================*/

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

body {
	background-image: url(../images/body-bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	background-color: #EBBD71;
	background-repeat: no-repeat;
	background-position: center top;
}

body#home 		a#home_nav,
body#products 	a#products_nav,
body#services 	a#services_nav,
body#contact 	a#contact_nav{
	background-image: url(../images/menu-tab.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
/*-------------------- ends here -------------------------*/	


/*========================================================*/
/* General Page Layout CSS ===============================*/
/*========================================================*/
#wrap {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrap-bg.png);
	background-position: 0px 132px;
	background-repeat: no-repeat;
	height: 768px;
	width: 960px;
}
.ie6 #wrap{
	background-image: url(../images/ie6_comp_bg.jpg);
	background-repeat: no-repeat;
}
.ff2 #wrap{background-position: 0px 146px;} 

#content {width:960px; height: 560px; position: relative;}
/*-------------------- ends here -------------------------*/


/*========================================================*/
/* Includes/header.php CSS ===============================*/
/*========================================================*/
#header{
	height: 40px;
	background-image: url(../images/wildfire.png);
	background-repeat: no-repeat;
	background-position: 20.5px 25px;
	padding-top: 50px;
	position: relative;
}
.ie6 #header{ background-image: url(../images/wildfire.gif);}

#menu{
	height: 40px;
	width: auto;
	padding-left: 500px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 269px 10px;
	position:relative;
}
.ie7 #menu ul {margin-left: -0px;}/* negative offset to disable indent */
.ff3 #menu ul {margin-left: -40px;}

#menu ul {list-style-type: none; font-size: 14px;}
#menu li {float: left; text-align: center;}

#menu li a:link, 	#menu li a:visited, 
#menu li a:active, 	#menu li a:hover{
	padding-top: 20px;
	padding-right: 2px;
	padding-left: 2px;
	height: 20px;
	width: 60px;
	display: block;
}

#menu li a:link, #menu li a:visited, #menu li a:active{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;	/*background-color: #ECC075;*/
	font-size: 11px;
}
#menu li a:hover{
	background-image: url(../images/menu-tab.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
#submenu{
	height: 30px;
	width: 460px;
	float: left;
	background-color: #D07210;
	background-image: url(../images/submenu_bg.gif);
	position: relative;
}
/*-------------------- ends here -------------------------*/


/*========================================================*/
/* Includes/sidebar.php CSS ==============================*/
/*========================================================*/
#sidebar{
	width: 480px;
	height: 530px;
	float: left;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 269px -30px;
	/*margin-top: 0px;*/ /*possible culprit for jump*/
	padding-top:30px; 
	padding-right: 20px;
	overflow:hidden;

}
.sidebar_text{
	color: #633;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p.sidebar_text {padding-left: 270px;}
	
	
#works{
	display: block;
	clear: both;
	height: 140px;
	padding-left: 270px;
	margin-top: 20px;
}
#works ul{}
#works li{
	display: block;
	height: 60px;
	width: 60px;
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(../images/special.gif);
	float: left;
	margin-left: 10px;
	
	/*
	filter: alpha(opacity=80); MSIE/PC 
	-moz-opacity: 0.8; 			 Mozilla 1.6 and older 
	opacity: 0.8;				 Safari(?) 
	*/
}

#works li a:link{
	text-decoration: none;
	color: #990000;
    display: block;
	height: 60px;
	width: 60px;
}
#works li a:hover{
	background-color: #D07210;
	display: block;
	height: 60px;
	width: 60px;
}
/*-------------------- ends here -------------------------*/

.img_Home{
	position: absolute;
	z-index: -1;
	bottom: 0px;
}
.emphasis {
	color: #990000;
	font-weight: bold;
}

.title {
	text-transform: uppercase;
	color: #A00003;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
.content_text{
	font-size: 10px;
	line-height: 24px;
	color: #333333;
}


/*========================================================*/
/* Footer CSS ============================================*/
/*========================================================*/

#footer{
	height: 118px;
	color: #cccc99;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	letter-spacing: .1em;
	clear: both;
	background-color: #470401;
	margin-top: 0px;
	width: 960px;
}
.ff3 #footer, .safari #footer {position: absolute;}

.footer_left{
	height: 96px;
	width: 495px;
	display: block;
	text-align: right;
	padding-right: 5px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 20.5px -5px;
	text-transform: uppercase;
	padding-top: 22px;
}
.ie6 .footer_left{background-image: url(../images/logo.gif)}

.ff3 .footer_left, .safari .footer_left{}

.footer_right{
	display: block;
	width: 454px;
	height: auto;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	margin-top: 22px;
	padding-left: 5px;
}
.ff3 .footer_right, .safari .footer_right{}

.copyright{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	clear: both;
}
.ff2 .copyright {margin-top: 15px;}

h3 {font-size: 18px; color: #333333;} 
/*-------------------- ends here -------------------------*/
/*-------------------  end of css ------------------------*/