/* 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:#42403f;
	background-image:url("/img/bg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
}

table#container {
	width:968px;
	height:100%;
	background-image:url("/img/bg-container.png");
	background-position:top left;
	background-repeat:repeat-y;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}
#container td {vertical-align:top;}

td#branding_nav {
	height:134px;
	border:0px solid #000;
}

#branding_nav img#logo {
	position:absolute;
	top:14px;
	left:30px;
}

/*ie7.css*/
#branding_nav p#phone {
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:26px;
	right:34px;
	color:#9b412b;
}
#branding_nav img#payments {	
	position:absolute;
	top:54px;
	right:33px;}

#nav h2 {
	position:absolute;
	top:19px;
	left:39px;
	width:200px;
	height:40px;
	color:#fff;
	font-size:16px;
	background-image:url("/img/arrow-products.gif");
	background-position:130px 27px;
	background-repeat:no-repeat;
	border:0px solid black;
}

/*ie.css*/
div#iframeWrap iframe{
	position:absolute;
	top:76px;
	right:33px;
	width:175px;
	height:19px;
	color:#000;
	font-size:12px;
	background-color:#005e92;
	z-index:3;
	border:0px solid black;
}


/*ie.css*/
div#scroller_gradient {
	position:absolute;
	top:15px;
	right:33px;
	width:175px;
	height:26px;
	background-image:url("/img/gradient-scroller.png");
	background-position:top left;
	background-repeat:no-repeat;	
}

#nav h3 img {
	position:absolute;
	top:-2px;
	left:0px;
	z-index:3;
}

ul#nav {
	position:absolute;
	top:92px;
	left:21px;
	width:926px;
	height:38px;
	background-color:#000;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a {
	display:block;
	padding:13px 19px 4px 19px;
	height:21px;
	font-size:12px;
	font-weight:bold;
	color:#cfcfcf;
	text-decoration:none;
	border:0px solid black;
}
#nav a:visited {}
#nav a:hover {background-color:#dd2719;} /* Hover color of main nav */
#nav li {margin:0px 0px 0px 0px;float:left;}

#nav li#home {border:0;padding-left:25px;}

td#subnav {
	width:194px;
	background-image:url("/img/bg-subnav.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px 0px 100px 22px;
	border:0px solid #000;
}

#subnav ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#subnav ul li {
	height:auto
}

#subnav ul li a {
	display:block;
	width:165px;
	font-size:12px;
	margin:0;
	padding:1px 0px 0px 26px;
	color:#005e92;
	text-decoration:none;
	border:0px solid black;
}
#subnav ul li a:visited {}
#subnav ul li a:hover {color:#000;}

td#content_main {
	padding:14px 40px 10px 40px;
	border:0px solid #000;
}

td#content_main_2column {
	padding:0px 40px 10px 0px;
	border:0px solid #000;
}

td#content_main_3column {
	padding:5px 0px 10px 25px;
	border:0px solid #000;
}

td#content_main_home {
	padding:0px 0px 0px 0px;
	border:0px solid #000;
}

img#graphic_home {
	position:absolute;
	top:-10px;
	right:15px;
	margin-bottom:0px;}

div#center_column {
	float:right;
	width:724px;
	padding:9px 0px 0px 0px;
	border:0px solid black;
}

div#center_column_home {
	position:relative;
	float:right;
	width:749px;
	padding:0px 21px 0px 0px;
}

div#homeBox {
	height:127px;
	border:0px solid blue;
}
#homeBox h1 {text-align:right;width:560px;margin-top:14px;border:0px solid blue;color:#003663;font-size:28px;font-style:italic;}
#homeBox ul {
	position:absolute;top:40px;left:200px;
	margin:5px 0px 0px 7px;
	padding:0;
	padding-bottom:0px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/arrow-lg.gif");
}
#homeBox ul li {font-size:14px;font-weight:bold;padding:4px 0px 4px 0px;}
#homeBox img#rotator {position:absolute;top:70px;right:5px;width:80px;}
#homeBox h2 {position:absolute;top:50px;right:5px;color:#a04b36;font-size:14px;}

/*ie8.css*/
table.table_products {
	margin:-3px 0px 20px 1px;
	width:100%;
	text-align:left;
}

.table_products td {
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	padding:18px 18px 15px 18px;
}

.table_products td img {float:left;margin-right:8px;}

.table_products td.first_column {
	border-left:0px solid #e7e7e7;
}

.table_products td h2 {
	margin-bottom:4px;	
	color:#b81414;
	font-size:14px;
}

.table_products td p {
	padding:0;
	margin:0;
	margin-top:0px;
	margin-bottom:15px;
}

.table_products td h2 a {
	text-decoration:none;	
	color:#b81414;
}

.table_products td ul {
	margin:5px 0px 0px 7px;
	padding:0;
	padding-bottom:0px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/arrow.gif");
}
.table_products td ul li {padding:2px 0px 2px 0px;}

div#sidebar {
	float:left;
	width:165px;
	background-image:url("/img/bg-sidebar.jpg");
	background-position:top right;
	background-repeat:repeat-y;
	text-align:center;
	margin:0px 0px 20px 20px;
	padding-top:15px;
}

td#site_info {
	padding:0px 21px 0px 21px;
	text-align:center;
}

#site_info p#product_information {
	border-top:1px solid #e7e7e7;
	padding:25px 0px 10px 0px;
	font-size:14px;
	line-height:20px;
}

#site_info p#product_information span {font-weight:bold;}

#site_info p#copyright {
	font-size:11px;
	color:#aeaeae;
}

#site_info a {color:#f060a9;text-decoration:none;}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {color:#fff;text-decoration:none;}

#site_info img#scanalert {
	position:absolute;
	top:100px;
	left:300px;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:24px;} 

h2 {font-size:16px;margin-bottom:0px;}


h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#0000ff;
	text-decoration:underline;
}

a:visited {}

a:hover {color:#000;text-decoration:none;}

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;
}

li {padding-bottom:5px;}

button {font-size:11px;}
/* 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:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}
.relative_positioning {position:relative;}
.red {color:#b81414;}

.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;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */


