@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #715e2e;
	font: 10pt Helvetica;
}
h1 {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

a {
	color: #715e2e;
}
#highlighted {
	background: #900028;
	color: #FFFFFF;
}

/* FIXES THE PNG IN IE6 FOR BOTH DIVS AND BACKGROUND BEHAVIORS */
div, img { 
behavior: url('css/iepngfix.htc');
}
#container {
	background: url(../img/bg_top.jpg) repeat-x;
	width: 100%;
}
#bg  {
	background: url(../img/bg_repeat.gif);
}
#container #order_link {
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/img_order_tab.png) no-repeat top;
	height: 94px;
}
#container #order_link div {
	float: right;
	width: 240px;
	margin-right: 15px;
	padding-top: 8px;
	text-align: center;
}
#order_link div a {
	color: #715E2E;
	text-decoration: none;
	font-weight: bold;
}
#container #header {
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bg_header_title.gif) no-repeat bottom;
	height: 176px;
	padding: 0px;
	margin-top: 0px;
}
#container #header .header_shadow {
	width: 37px;
	float: left;
}
#header .header_shadow img {
	padding-top: 66px;
}
#container #header #Hcontain {
	width: 812px;
	float: left;
	height: 176px;
}
#container #header #Hcontain #HLeft {
	float: left;
	height: 114px;
	width: 265px;
}
#container #header #Hcontain #HRight {
	float: left;
	width: 542px;
	padding-top: 0px;
	background: url(none);
}
/* MENU NAVIATION AT THE TOP */
#HRight #MenuBar1 #home a {
	background: url(../img/btn_home.jpg) no-repeat;
	color: #BBA775;
	display:block;
	font-weight: bold;
	height: 22px;
	margin: 39px 2px 0px 17px;
	padding: 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 65px;
}
#HRight #MenuBar1 #home a:Hover {
	background: url(../img/btn_homeOver.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
}
#HRight #MenuBar1 #catalog a {
	background: url(../img/btn_catalog.jpg) no-repeat;
	color: #BBA775;
	display:block;
	font-weight: bold;
	height: 22px;
	margin: 39px 2px 0px 0px;
	padding: 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 82px;
}
#HRight #MenuBar1 #catalog a:Hover {
	background: url(../img/btn_catalogOver.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
}
#HRight #MenuBar1 #featured a {
	background: url(../img/btn_featured.jpg) no-repeat;
	color: #BBA775;
	display:block;
	font-weight: bold;	
	height: 22px;
	margin: 39px 2px 0px 0px;	
	padding: 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 143px;
}
#HRight #MenuBar1 #featured a:Hover {
	background: url(../img/btn_featuredOver.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
}
#HRight #MenuBar1 #demo a {
	background: url(../img/btn_demo.jpg) no-repeat;
	color: #BBA775;
	display:block;
	font-weight: bold;	
	height: 22px;
	margin: 39px 2px 0px 0px;	
	padding: 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 109px;
}
#HRight #MenuBar1 #demo a:Hover {
	background: url(../img/btn_demoOver.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
}
#HRight #MenuBar1 #about a {
	background: url(../img/btn_about.jpg) no-repeat;
	color: #BBA775;
	display:block;
	font-weight: bold;	
	height: 22px;
	margin: 39px 2px 0px 0px;	
	padding: 5px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 115px;
}
#HRight #MenuBar1 #about a:Hover {
	background: url(../img/btn_aboutOver.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
} /* END MENU NAV */

/* LATEST UPDATES */
#HRight #latest_update {
	float: left;
	width: 350px;
	margin-left: 90px;
	margin-top: 20px;
	color: #FFFFFF;
}
#HRight #latest_update a{
	color: #FFFFFF;
}
#container #content_field {
	background: url(../img/bg_body.jpg);
	width: 886px;
	margin-right: auto;
	margin-left: auto;
}
#content_field #content_box {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 57px;
	padding-top: 5px;
}
#content_box #page_header {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 12px;
}
#content_box #body_left {
	float: left;
	width: 510px;
	margin-right: 28px;
}
#body_left p {
	margin-bottom: 12px;
	margin-top: 2px;
}
#content_box #body_right {
	float: right;
	width: 210px;
	padding-right: 7px;
}
#content_box #body_across {
	width: 730px;
	float: left;
}
#body_right #product_spot {
	border-bottom: 1px solid #715e2e;
	font-weight: bold;
	font-size: 9pt;
}
#product_area a {
	text-decoration: none;
}
#product_area img {
	margin-bottom: 5px;
}
#body_right #product_area p {
	font-size: 8pt;
	margin: 8px 0px 12px;
}
#product_area   h3  {
	font-size: 9pt;
	text-transform: uppercase;
	text-decoration: none;
}
#product_spot h2 {
	font-size: 11pt;
	margin: 0px;
}
/* TOP GRAPHIC OF THE FOOTER LOGO */
#container #content_field #footer_top {
	background: url(../img/gr_footer_top.jpg) no-repeat bottom;
	height: 76px;
	width: 886px;
}
/* FOOTER CONTAINER */
#container #footer_contain {
	background: #FFFFFF url(../img/bg_footer_contain.gif) repeat-x;
	height: auto;
	width: 100%;
	margin-top: 0px;
}
/* FOOTER */
#footer_contain #footer {
	background: url(../img/bg_footer_bottotm.gif) no-repeat center top;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
}
/* LOCATED ON THE MAIN PAGE: FLOATING TOOLS NEAR THE FOOTER */
#footer_top #tools {
	position: absolute;
	height: 330px;
	width: 352px;
	margin-left: -100px;
	margin-top: -164px;
}
/* FOOTER LEFT SIDE OF LOGO */
#footer #Links_Lside {
	width: 362px;
	float: left;
}
		#footer #Links_Lside #links_left {
			width: 300px;
			float: right;
		}
		#footer #Links_Lside #links_left a {
			float: right;
			padding-right: 8px;
			height: 17px;
			padding-top: 5px;
			font-size: 9pt;
			color: #FFFFFF;
			padding-left: 8px;
			display: block;
			text-decoration: none;
		}
		#footer #links_left a:hover {
			color: #FFFFFF;
			text-decoration: none;
			background: #715E2E;
		}
		#footer #Links_Lside #text_left {
			float: left;
			width: 365px;
			font-size: 7pt;
			color: #2F140F;
			margin-top: 5px;
			text-align: right;
		}
/* FOOTER RIGHT SIDE OF LOGO */
#footer #Link_Rside {
	float: right;
	width: 370px;
}
		#footer #Link_Rside #links_right a {
			float: left;
			padding-right: 8px;
			height: 17px;
			padding-top: 5px;
			font-size: 9pt;
			color: #FFFFFF;
			padding-left: 8px;
			text-decoration: none;
			display: block;
		}
		#footer #links_right a:hover {
			color: #FFFFFF;
			text-decoration: none;
			background: #715E2E;
		}
		#footer #Link_Rside #text_right {
			float: left;
			width: 360px;
			font-size: 7pt;
			color: #2F140F;
			margin-top: 5px;
		}
/* Default border for images if you chose to add a border */
.img_border {
	border: 1px solid #2C130E;
}
/* Clears any floats */
.clearfloat {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* Located in master_tools_punches.php to make the "click to enlarge" text smaller */
.small_text {
	font-size: 8pt;
}

/* Located in inc/coverter.php.  This is the font size for the MB in the drop down menu */
li .f_size { 
	font-size: 7pt;
}
/* Hides what you assign it */
.hidden { 
display: none;
}
