body, html{
	height:100%;
	}
body {
	background:#000000;
	margin:0px;
	color:#E0CA4E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
input{

	font-size:10px;
	color:#ffffff;
	background:url(../images/formbuttonbg.gif) top left repeat-x;
	
	}

a:link {

	color:#fff;
	text-decoration:none;
	
	
	}
a:visited {
	
	color:#E0CA4E;
	text-decoration:none;
	
	}
a:hover{
	
	text-decoration:underline;
	
	}
a:active{
	
	color:#E0CA4E;
	text-decoration:underline;
	}
	
h2{
	color:#fff;
	size:14px;
	display:block;
	padding:4px;
	border:1px #fff solid;
	background:url(../images/h2bg.gif) repeat-x top left;
	}
	
.wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-110px;
	}
#header{
	height:45px;
	background:url(../images/top_head_bg.gif) repeat-x;
	}
.push{
	height:110px;
	}
.footer{
	height:100px;
	background:url(../images/footer_Bg.gif) repeat-x;
	color:#999999;
	font-size:12px;
	padding-top:10px;
	padding-bottom:0px;
	}
.menu{
	height:45px;
	width:735px;
	}
#middlecol{
	width:799px;
	margin-bottom:15px;
	background:url(../images/colbg.jpg) repeat-y;
	}
#middlecol2{
		background:url(../images/colfooter.jpg) bottom no-repeat;
		padding-bottom:15px;
		min-height:400px;
		height:auto !important;
		height:400px;
		}
#middlecol3{
	width:769px;
	padding:15px;
	padding-top:0;
	}
#contactusheader{
	width:799px;
	height:153px;
	background:url(../images/cu_header.jpg) no-repeat;
	}
#aboutusheader{
	width:799px;
	height:153px;
	background:url(../images/aboutus_header.jpg) no-repeat;
	}
#productsheader{
	width:799px;
	height:153px;
	background:url(../images/products_header.jpg) no-repeat;
	}
#specialsheader{
	width:799px;
	height:153px;
	background:url(../images/specials_header.jpg) no-repeat;
	}
#errorheader{
	width:799px;
	height:153px;
	background:url(../images/404_header.jpg) no-repeat;
	}
/*MENU*/
#menuItem ul{
	 list-style: none;
	 padding: 0px;
	 margin: 0px;
	 }

#menuItem li{
	list-style:none;
	float:left;
	margin:0px;
	}

#menuItem li a{
	height: 22px;
 	line-height: 18px;
 	float: left;
 	width: 85px;
 	display: block;
 	color:#ffffff;
 	text-decoration: none;
 	text-align: center;
 	}
#menuItem li a:hover
{background:url(../images/menuover.gif);
color:#E0CA4E;
}
 /* Hide from IE5-Mac \*/
 #menuItem li a
 {
 float: none;
 }
 /* End hide */

 #menuItem
 {
 background:url(../images/menubg.gif) top left repeat-x;
 margin:0px;
 size:10px;
 height:22px !important;
 width:792px;
 overflow:hidden;
 margin-top:3px;
 margin-left:4px;
 }

