/* CSS Document -- main_layout.css */


body{
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
}


/********************STICKY FOOTER********************/
* { margin: 0px; padding: 0px; }

html, body { height: 100%; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0px auto -55px;*//* edited below */
}

/*.footer { height: 55px; }*//* edited below */
/*.push { height: 55px; }*//* replaced by .push_bottom below */

/*STICKY FOOTER TWEAKS*/

* { outline: none; }

.wrapper {
	width: 836px;
	margin: -102px auto -110px;/*-55px*/ /* the bottom margin is the negative value of the footer's height *//* top margin added for .push_top */
	background: url(../graphics/bg_drop.gif) repeat center 0px scroll;
}

.inside_wrapper {
	width: 820px;
	margin: auto;
}

.footer {
	height: 108px;/*53px*/ /* .push must be the same height as .footer *//*subtracted 2px because of top margin on footer*/
}

.push_top {height: 102px; }
.push_bottom { height: 110px;/*55px*/ }
/******************END STICKY FOOTER*******************/


/********************BACKGROUND IMAGES********************/
.D { background: url(../graphics/backgroundD.gif) repeat-y center 102px scroll #FEFEFE; }
.D2 { background: url(../graphics/backgroundD2.jpg) repeat-y center 102px scroll #FEFEFE; }
.SC { background: url(../graphics/backgroundSC.gif) repeat-y center 102px scroll #FEFEFE; }
.DDS { background: url(../graphics/backgroundDDS.gif) repeat-y center 102px scroll #FEFEFE; }
.EZ { background: url(../graphics/backgroundEZ.gif) repeat-y center 102px scroll #FEFEFE; }
.CO { background: url(../graphics/backgroundCO.gif) repeat-y center 102px scroll #FEFEFE; }
.C { background: url(../graphics/backgroundC.gif) repeat-y center 102px scroll #FEFEFE; }
.T { background: url(../graphics/backgroundT.gif) repeat-y center 102px scroll #FEFEFE; }
.P { background: url(../graphics/backgroundP.gif) repeat-y center 102px scroll #FEFEFE; }
.B { background: url(../graphics/backgroundB.gif) repeat-y center 102px scroll #FEFEFE; }
.H { background: url(../graphics/backgroundH.gif) repeat-y center 102px scroll #FEFEFE; }
.BI { background: url(../graphics/backgroundBI.gif) repeat-y center 102px scroll #FEFEFE; }
/******************END BACKGROUND IMAGES******************/


.header {
	height: 100px;
	border-bottom: 2px solid #262425; /*#807046*/
	position: relative;
	background: url(../images/header_footer/background.jpg) repeat-x;
}

.header_content {
	position: relative;
	margin: auto;
	width: 820px;
	color: #807046;
}

.header_logo {
	width: 260px;
	float: left;
}

.header_menu {
	width: auto;
	float: right;
	text-align: right;
	padding: 8px 0px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#facebook_icon {
	position: absolute;
	top: 35px; /*55px*/
	right: 0px; /*-5px*/
	width: 160px; /*150px;*/
	height: 27px; /*40px;*/
}

.header_search {
	position: absolute;
	top: 73px; /*55px*/
	right: 0px; /*-5px*/
	width: 166px; /*150px;*/
	height: 20px; /*40px;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

#search_box {
    width: 166px;
    height: 20px;
    background: url(../images/header_footer/searchBox.jpg);
}
#search_box #term {
    float: left;
    padding: 0;
    margin: 3px 0px 0px 19px;
    border: 0;
    width: 128px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 3px 0px 0px;
}

/*.header_search label {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #807046;
}

.header_search .textbox {
	background-color: #FFFFFF;
	width: 125px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #807046;
	padding: 1px 3px;
}*/

.content_wrapper {
	margin: 0px 10px;
	width: 800px;
}

.content_nav {
	margin: 6px 0px;
	color: #333;
	clear: both;
}

.content_nav_prod {
	margin: 6px 0px 0px 180px;
	color: #333;
	clear: both;
}

.content {
}

.footer {
	margin: auto;
	width: 800px;
}

.footer_content {
	margin: auto;
	width: 100%;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;
	border-top: 2px solid #807046;
}

.footer_content_prod {
	margin: 0px 0px 0px 180px;
	width: 620px;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;
	border-top: 2px solid #807046;
}

/* CSS Document -- main_layout.css */

