@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #131313 url(../images/bg_body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin:0;
	padding: 5px;
}
a, a:link, a:visited {
	color:#b10206;
}
a:hover {
	text-decoration:none;
}
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover {
	text-decoration:none;
	color: #b10206;
	text-align:center;
}
ul li {
	color: #000000;
	font-weight:normal;
	list-style-type:disc;
	list-style:disc inside;
}
.list-red li {
	font-weight:bold;
	color:#b10206;	
}
/* table {
	border:none;
	padding:0;
	margin:0;
} */
hr {
	margin:10px;
	height:1px;
	border:none;
	background-color:#b10206;
	color:#b10206;
	clear:both;
}
.oneColFixCtr #shadow_left {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #131313 url(../images/bg_shadow_left.jpg) top left no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	-min-height: 1072px;
	-border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #shadow_right {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #131313 url(../images/bg_shadow_right.jpg) top right no-repeat;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	margin-left: 10px;
	-border: 1px solid #000000;
	position: relative;
}
.oneColFixCtr #container {
	margin: 0 10px 0 0;
	height:	auto;
	background: #ffffff;
}
.oneColFixCtr #header {
	margin: 1px 1px 0 1px;
	padding: 0;
	background: #000000;
	width: auto;
	height: 130px; /* was 66px */
	position: relative;
}
#header #nav_menu {
	position: absolute;
	bottom: 0;
	right: 5px;
}
#header #nav_menu ul li a, #header #nav_menu ul li a:visited  {
	color: #ffffff;
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
}
#header #nav_menu ul li a:hover {
	color: #b10206;
	text-decoration: underline;
}
#header ul {
	display: inline;
}
#header ul li {
	padding: 0 4px 0 4px;
	color: #ffffff;
	display: inline;
	font-size: 11px;
	border-right: 1px solid #ffffff;
}
#header ul li a, #header ul li a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
#header ul li a:hover {
	color: #b10206;
}
#header h3 {
	color: #ffffff;
	display: inline;
}
.oneColFixCtr #top_menu {
	margin: 0 1px 0 1px;
	padding: 0;
	background: #b10206 url(../images/bg_top_menu.jpg) top left repeat-x;
	width: auto;
	height: 45px;
}
#top_menu ul {
	margin:0;
	margin-right:5px;
	float:right;
	/* margin: 0 0 0 267px; */
	display: inline;
	width:auto;
}
#top_menu ul li {
	padding: 0 4px 0 4px;
	color: #ffffff;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	border-right: 1px solid #ffffff;
}
#top_menu ul li a, #header ul li a:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#top_menu ul li a:hover {
	color: #cccccc;
}
#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 3px;
	height: 110px;
	width: 264px;
}
#search {
	float: right;
	margin: 0;
	padding: 0;
	width: 169px;
	height: 45px;
}
#search form {
	margin: 0;
	padding: 0;
	width: 169px;
	height: 45px;
	border: none;
}
#search form input {
	margin: 0;
	padding: 12px 2px 0 2px;
	-line-height: 25px;
	width: 169px;
	height: 45px;
	border: none;
	background: url(../images/bg_search.jpg) no-repeat;
}
.oneColFixCtr #glider {
	margin: 0 1px 0 1px;
	padding: 0;
	height: auto;
	width: auto;
	background: #ffffff;
}
/* ---------------------------------- Wrappers --------------------------------------- */
#content-wrapper {
	padding: 5px 5px 5px 5px;
	-border:3px dashed green;
}
#content {
	margin:0;
	-padding:5px; /* is causing a bug in threethirds view in IE7 */
}
/* ---------- Floats for Main Content Wrapper and Featured Boxes (Blocks) ----------------------- */
.onethird-left {
	margin:0;
	padding:0;
	float:left;
	-width:30.75%;
	width:289px;
}
.onethird-right {
	margin:0;
	padding:0;
	float:right;
	width:30.75%;
	width:289px;
}
.twothirds-left {
	margin:0;
	padding:0;
	float:left;
	width:65%;
	width:578px;
}
.twothirds-right {
	margin:0;
	padding:0;
	float:right;
	width:65%;
	width:578px;
}
.threethirds {
	margin:0;
	padding:0;
	float:none;
	width:auto;
}
/* ---------------------------------Block spacing ------------------------------------------------ */
.block {
	margin:0;
	-margin-bottom:10px;
	padding:0;
}
.block hr {
	margin:10px 0 10px 0;
	border:none;
	background-color:#cccccc;
	color:#cccccc;
	width:100%;
	height:1px;
	text-align:center;
}
.block ul, .block h4 {
	padding:5px;
}
.block img {
	display:block;
	margin:0 auto;
}
/* ---------------------------------- Featured Boxes (Blocks) ------------------------------------ */
.oneColFixCtr #featured {
	-float:left;
	margin: 0 0 5px -1px;
	padding: 0px;
	-width: 30.75%;
	height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.oneColFixCtr #featured ul {
	
}
.oneColFixCtr #featured ul li {
	list-style:none;
	line-height:40px;
}
/* -------------------------------------------------------------------------- */
#featured ul li ul {	/* this styles the menus in the block areas to create a nice drop-down menu, but it is not supported in older browsers so check compatability before using it*/
	display:none;
	padding-left:20px;		
}
#featured ul li:hover ul {	
	display:block;
}
/* -------------------------------------------------------------------------- */
.oneColFixCtr #featured ul li a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	display:block;
	line-height:40px;
	border-top: 1px solid #cccccc;
	-background: #999999;
}
.oneColFixCtr #featured ul li a:hover {
	background: url(../images/bg_menu_list.jpg) top right repeat-y;
	text-decoration:underline;
}
.oneColFixCtr #featured h2, .oneColFixCtr #featured h3 {
	text-align:center;
}
/* ---------------------------------- Bottom Banner -------------------------------------------- */
.oneColFixCtr #bottom_banner {
	margin: 5px 0 0 0;
	padding: 0;
	width:100%;
	background-color: #000000;
	border: 1px solid #cccccc;
}
.oneColFixCtr #bottom_banner #inner_border {
	margin: 5px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #666666;
	color: #ffffff;
}
/* ---------------------------------- Footer 1 ------------------------------------------------- */
.oneColFixCtr #footer1 {
	margin: 0 1px 0 1px;
	padding: 0;
	height: 58px;
	color: #ffffff;
	background: #b10206 url(../images/bg_footer_menu.jpg) top left repeat-x;
	text-align: center; 
	
}
.oneColFixCtr #footer1 ul li {
	padding:0 5px 0 5px;
	line-height:30px;
	list-style:none;
	color:#ffffff;
	display:inline;
	border-right: 1px solid #ffffff;
}
.oneColFixCtr #footer1 ul li a {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
.oneColFixCtr #footer1 ul li a:hover {
	color:#cccccc;
}
/* ---------------------------------- Footer 2 ------------------------------------------------- */
.oneColFixCtr #footer2 {
	margin: 0 1px 1px 1px;
	padding: 5px;
	min-height: 69px;
	color: #ffffff;
	background: #000000;
}
.oneColFixCtr #footer2 ul li {
	padding:0 5px 0 5px;
	line-height:20px;
	list-style:none;
	color: #ffffff;
	display:inline;
	border-right: 1px solid #b10206;
}
.oneColFixCtr #footer2 ul li a {
	color: #b10206;
	font-weight:bold;
	text-decoration:none;
}
.oneColFixCtr #footer2 ul li a:hover {
	color:#ffffff;
}
.clear {
	clear:both;
}
/* ---------------------------------- Product Browser (shop) ----------------------------------------------- */
.shop {
	
}
.shop-cat-list {
	margin:0;
	padding:0;
	-text-align:center;
}
.shop-cat-list li {
	margin:5px;
	padding:0;
	display: inline;
	list-style:none;
	
}
.shop-cat-list li a {
	margin:5px;
	padding:0 5px 0 0;
	border-right:1px solid #b10206;
	-background:#999999;
	display:inline-block;
	white-space:nowrap;
}
.shop-cat-list li a:hover {
	background:#c0c0c0;
}
.shop-product-list {
	margin:0;
	padding:0;
	-width:100%;
	background-color:#ffffff;
}
.shop-product-list tr {
	-height: 200px;
}
.shop-product-list tr td {
	padding:5px;
	border: 1px solid #cccccc;
	width:127px;
	-height:100%;
}
.shop-product-list tr td table {
	-border:1px solid #000000;
	height:100%;
}
.shop-product-list tr td table tr td {
	margin:0;
	padding:2px;
	border: none;
}
.shop-product-list-price {
	color:#b10206;
	font-weight:bold;
}
.shop-product-list-title {

}
.shop-product-list-image {
	width:100px;
	-height:200px;
	-float:left;
}
/* ---------------------------------- Ordering Chart ------------------------------------------------- */
.stressPrice {
	color:#b10206;
	text-align:right;
	font-weight:bold;
}
.order-chart {
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #000000;
	text-align:center;
}
.order-chart-header {
	background-color:#cccccc;
	color:#000000;
}
.order-chart-footer {
	background-color:#cccccc;
}
.even-row {
	background-color:#ffffff;
}
.odd-row {
	background-color:#ffffff;
}
/* ---------------------------------- Shopping Cart ------------------------------------------------- */
.cart_title {
	background-color:#cccccc;
}
.cart_text {
	border-collapse:collapse;
	padding:2px;
	border:1px solid #cccccc;
	color:#000000;
}
.cart_center_text {
	padding:2px;
}
.cart_item_row {
	border:1px solid #cccccc;
}
/* ---------------------------------- Testimonials  ------------------------------------------------- */
.testimonials {
	margin:5px;
	padding:5px;
	padding-left:40px;
	border:1px solid #999999;
	background:#CCCCCC url(../images/bg_quote.gif) top left no-repeat;
}
/* ---------------------------------- Forms  ------------------------------------------------- */
.common-form {
	margin:0 auto;
	width:85%;
}
.common-form fieldset {
	position:relative; /* accomodate IE8 fieldset bg color bleed bug */
	margin: 1em 0;
	padding:1em;
	border:1px solid #666666;
	background:#cccccc;
}
.common-form legend {
	position:absolute; /* accomodate IE8 fieldset bg color bleed bug */
	top:-.5em;
	font-weight:bold;
}
.common-form label {
	display:block;
	
}
.common-form input[type="text"]{
	width: 20em;
}
.common-form input:focus, .common-form textarea:focus {
	background:#ffffcc;
}

/* -------- These styles are hardcoded into various shared and included pages so whatever is already set in them cannot be overriden ----- */
.pagetitle { color: #b10206; font-size:1.5em; font-weight:bold;} 
.policy_title { }
.policy_text { padding: 5px; }
.policy_question { padding: 5px;}
.policy_tip_question { padding: 5px; }
/* --------------------------------------------------------------------------------------------------------------------------------------- */


.error {
	margin:0 auto;
	padding:5px;
	width:85%;
	color:#ff0000;
	background:#ffd7d7;
	border:1px solid #ff0000;
}
.success, .trigger-info {
	margin:0 auto;
	padding:5px;
	width:85%;
	color:#009900;
	background:#d2ffd2;
	border:1px solid #009900;
}