/* -------------------------------------------------------------- 
	
	header_styles.css
	* Sets up some sensible default headers.
	
-------------------------------------------------------------- */

/***HEADER***/
#header {
	width: auto;
	height: 110px;
	padding: 3px 17px 0 17px;
	margin-bottom:5px;
}

#header2 {
    background: url('../images/restbg_color.png') repeat-y center top;
    margin-top: 20px;
    color: #333;
}

#headend {
    background: url('../images/headend.png') no-repeat center bottom;
    height: 25px;
}

.headed {
    width: 900px;
    margin: 0 auto;
}

.headed_left {
    width: 250px;
    float: left;
    padding-top: 10px;
    text-align: right;
}

.headed_right {
    width: 630px;
    float: left;
    height: 1%; /*peekaboo bug*/
    margin-left: 20px;
    overflow: hidden;
}

#header h1 {
    font: 30px "Times New Roman", Arial, Verdana;
    color: #534B2D;
    padding: 0;
    margin: 5px 0;
}

.logo {
	width: 235px;
	height: 56px;
	padding-left: 20px;
}

/***BANNER***/
#banner {
    width: auto;
    margin: 0 auto;
    text-align: center;
    height: 141px;
}

.banner_img {
    margin: 0 20px 0 20px;
/*     max-height: 55px; */
}

.banner_top {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}

.banner_bottom {
    width: auto;
    text-align: center;
}

#minor_banner 
{
	width: auto;
	height: 50px;
	text-align: center;
	font: 18px Arial;
	font-style: italic;
}

/***BELOW BANNER***/
.botbanner {
    width: 620px;
    margin: -30px auto 0 auto;
}

.botbanner_left {
    width: 300px;
    float: left;
}

.botbanner_right {
    width: 300px;
    float: left;
    height: 1%; /*peekaboo bug*/
    margin-left: 20px;
}

#banner_product {
	width: 736px;
	height: 90px;
	background: url('../images/header_products.png') no-repeat center center;
	margin-top: -25px;
	margin-left:-18px;
}

.product_title{
	width: 726px;
	margin: 0 auto;
	padding: 20px 40px;
	color: #333; 
	text-align: center; 
	font: 30px "Times New Roman", Arial, Helvetica, san-serif; 
}
