/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#464646;
	background-image:url("/img/bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	min-width:1000px;
}

div#container {
	position:relative; 
	width:962px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding {
	position:relative; 
	height:138px;
	background-image:url("/img/.jpg");
	background-position:200px 0px;
	background-repeat:no-repeat;
	border:0px solid #000;
}
#branding img#logo {
	position:absolute;
	top:8px;
	left:6px;
}
div#branding div {
	position:absolute;
	top:75px;
	right:16px;
	text-align:right;
}	
div#branding div p {margin:0;padding:0;}
div#branding div p a {
	font-weight:bold; 
	text-decoration:none;
	color:#f89925;
}
div#branding div p#phone {
	font-weight:bold; 
	font-size:18px;
	color:#f89925;	
}
div#branding div p#phone span {
	font-weight:bold; 
	font-size:14px;
	color:#8ab423;
}

p#breadcrumb {
	position:absolute;
	top:191px; 
	right:24px;
	color:#fff;
	font-size:11px;
	border:0px solid white;
}
p#breadcrumb a {color:#fff;text-decoration:none;}
p#breadcrumb a:visited {}
p#breadcrumb a:hover {color:#ebebeb;text-decoration:underline;}

table#content {
	position:relative;
	background:#fff;
	background-image:url("/img/curve-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid blue;
	margin:0;
	padding:0;
	margin-bottom:-3px;
}

td#content_main_full {

	padding:11px 15px 0px 15px;
	border:0px solid #000;
}

td#content_main {
	padding:15px 15px 0px 15px;
	width:931px;
	border:0px solid #000;
	vertical-align:top;
}

td#content_sub {
	padding:10px 10px 10px 10px;
	width:360px;
	border:0px solid #000;
	background-color:#e8e6e4;
	background-image:url("/img/curve-top-2.gif");
	background-position:top right;
	background-repeat:no-repeat;
	vertical-align:top;
}

.button {
	color:#753A00;
}

.title {
	background:#fff;
	background-image:url("/img/bar-middle.gif");
	background-position:top left;
	background-repeat:repeat-x;
	height:39px;
	margin-bottom:10px;
	border:0px solid black;
}
.title h1 {
	padding:10px 5px 0px 11px;
	margin:0;
	height:39px;
	background:transparent;
	border:0px solid black;
}
.title h2 {
	padding:13px 5px 0px 11px;
	margin:0;
	height:39px;
	background:transparent;
	border:0px solid black;
}
.title div {
	background-image:url("/img/bar-left.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.title h1, .title h2, .title h3 {
	background-image:url("/img/bar-right.gif");
	background-position:top right;
	background-repeat:no-repeat;
}
#content_sub .title div {
	background-image:url("/img/bar-left-2.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
#content_sub .title h1, .title h2, .title h3 {
	background-image:url("/img/bar-right-2.gif");
	background-position:top right;
	background-repeat:no-repeat;
}
div#curve_bottom {margin-left:auto;margin-right:auto;}
#curve_bottom img {margin-left:0px;}
img.curve_bottom_site_info {margin-bottom:-4px;}

div#site_info {
	margin-top:20px;
	position:relative;
	background:#fff;
	background-image:url("/img/curve-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid blue;
}
/*
#site_info p {
	float:right;
	padding-right:5px;
}
*/
#site_info h5 {color:#6b6b6b;font-size:14px;margin-bottom:8px;}
div#newsletter h5 {margin:0;}
div#newsletter p {margin-bottom:4px;font-size:11px;}
div#newsletter {
	float:left;
	width:150px;
	padding:26px 20px 0px 22px;
	border:0px solid black;
}
#newsletter form {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #ebeae8;
}
#newsletter form input {width:135px;color:#9e9e9e;height:13px;font-size:11px;}
#newsletter form input#btn_signup {width:44px;height:19px;border:0;margin:5px 0px 5px 85px;}

div#map_footer {
	float:right;
	width:400px;
	border-left:1px solid #ebeae8;
	margin:20px 10px 4px 0px;
	padding:0px 0px 9px 30px;
}
#map_footer span {color:#6b6b6b;font-size:12px;font-weight:bold;margin-left:62px;}
#map_footer form {float:left;padding-top:40px;}
#map_footer form select {width:145px;margin-bottom:3px;}
#map_footer form select#select_country {margin-top:3px;}
#map_footer img {float:right;}

ul.nav_site_info {
	padding:6px 0px 15px 0px;
	margin:20px 0px 4px 0px;
	list-style:none;
	list-style-image:none;
	float:left;
	border-left:1px solid #ebeae8;
}
ul.nav_site_info li {
	padding:0px 25px 11px 25px;	
}
ul.nav_site_info li.toplevel a {
	text-decoration:none;
	color:#6b6b6b;
	font-size:142px;
	font-weight:bold;
}
ul.nav_site_info li a {
	text-decoration:none;
	color:#000;
	font-size:12px;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
}

.alert {font-size:14px;color:#C60000;font-weight:bold;}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#a0410d;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:15px;}

h1 {font-size:18px;} 

h2 {font-size:20px;}


h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#2584f8;
	text-decoration:none;
}

a:visited {}

a:hover {text-decoration:none;color:#000;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#ececec;}
.dark, .tableDark {background-color:#d6d6d6;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.black {color:#000000;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}
#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}
#nav_sub_list li a:visited {}
#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}
#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
/* END SPECIAL CLASSES */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
table.table_products {
	width:550px;
	margin-bottom:10px;
	margin-left:10px;
}
table#short {width:310px;}
.table_products tr td.border {
	border-right:1px solid #545454;
}
.table_products tr.first td {
	border-top:0px;
}
.table_products td {
	padding:10px 10px 10px 0px;	
	border-top:1px solid #545454;
}
.table_products img.photo_item {
	float:left;
	margin:0px 0px 0px 0px;
}
.table_products h2 {
	margin-top:10px;
	margin-bottom:0px;
}
.table_products h2 a {
	text-decoration:none;
}
.table_products p {
	margin-bottom:6px;	
}
p.price {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
}
p.savings, img.btn_cart {
	text-align:center;
	margin-bottom:6px;
}



	dl {
		width: 620px;
		margin: 0;
		padding: 0;
		background: #ccc url(/img/box_bottom.png) no-repeat bottom left;
		}

	dt {
		margin: 0 0 0 0;
		padding: 10px;
		font-size: 130%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(/img/box_top.png) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 0;
		padding: 0;
		}
		
	#blue dt {
		background-color: #5f4f4b;
		}
	
	#blue {
		background-color: e4e4e4;
		}



table.admin_nav_table {
	background-color:#FFFFFF;
	border:3px solid #AAAA66;
	margin:0;
	padding:0;
	margin-top:10px;
	padding-bottom:5px;
	padding-top:5px;
}
table.admin_nav_table tr td {padding-left:10px;padding-right:10px;padding-top:3px;padding-bottom:3px;}





/* END CUSTOM, SITE SPECIFIC STYLES */
