/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Header / #header
	+ Search Global / #search 
	+ Navigation / #top_nav #prod_nav #left_nav
    + Content / #wrapper, #content_wrapper
        - Left column / #leftcolumn,  #leftcolumn_home
        - Right column / #rightcolumn, #rightcolumn_home
        - Home Page Settings / #home_text
            - Highlight Box / .highlight_wrapper .highlight
            - Advancde Product Search / #search_adv_wrapper, #search_adv
        - Sub Page Settings / #sub_cat    
	        - Product Catgories / #sub_cat .group
	        - Product Detail / #sub_cat .detail, #cart_select 	
			- Content Pages / #sub_cat .content					
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding
    
    + Sitemap

/************************ [Color codes]
* Dark grey (text): #464646
* Mid Blue (headings, links) #323FB4
* Dark Blue (header) #282d88

	
/************************ Global Elements */
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/images/bg_body.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #464646;
	font-weight: 400;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #282d88;
	font-weight: 800;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: #666666;
	font-weight: 800;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: 800;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
	text-align: left;
	color: #464646;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #464646;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #464646;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	color: #464646;
	list-style: none;
}
li a:link {
	text-decoration: none;
	color: #323FB4;
}
li a:visited {
	text-decoration: none;
	color: #5564C9;
}
li a:hover {
	text-decoration: underline;
	color: #A50000;
}
li a:active {
	text-decoration: underline;
	color: #CDA400;
}
a:link {
	text-decoration: none;
	color: #3844b6;
}
a:visited {
	text-decoration: none;
	color: #5564C9;
}
a:hover {
	text-decoration: underline;
	color: #A50000;
}
a:active {
	text-decoration: underline;
	color: #CDA400;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border: none 0;
	border-top: 1px solid #e3e3e3;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: visible;
}
/************************ Header */
#header {
	background-image: url(/images/bg_header.jpg);
	height: 194px;
	width: 760px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header h1 {
	height: 140px;
	width: 200px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	height: auto;
	width: 740px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	text-align: right;
	color: #FFFFFF;
}
/************************ Search Global */
#search {
	margin:0;
	padding:0px;
	text-align:right;
	height: 80px;
	width: 220px;
	white-space: nowrap;
	position: absolute;
	top: 96px;
	left: 524px;
}
#search label {
	display:inline;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}
#search input.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search img {
	border:none;
	vertical-align: middle;
}
#search p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
	text-align: right;
	margin: 4px 0px 0px;
	padding: 0px;
}
#search a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#search a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#search a:hover {
	text-decoration: underline;
	color: #CFEA0A;
}
#search a:active {
	text-decoration: underline;
	color: ##CCCC00;
}
#search hr {
	border-top: 1px dotted #282d88;
	border-bottom: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
/************************ Navagation */
	/* top nav */
#top_nav_wrapper {
	width: 760px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: right;
}
#top_nav {
	width: 760px;
	height: 26px;
	position: relative;
	top: 0px;
	overflow: hidden;
	right: 10px;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#top_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 26px;
	border-left: 1px solid #525252;
}
#top_nav li a {
	color: #F8F8F8;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: 400;
	margin: 0px;
	padding: 6px;
	line-height: 26px;
}
#top_nav li a:hover {
	background: url(/images/bg_topnav_hover.gif) repeat-x top;
	color: #FFD755;
	text-decoration: underline;
}
#top_nav li a:active {
	background: url(/images/bg_topnav_active.gif) repeat-x top;
	color: #CCCC00;
	text-decoration: underline;
}
#top_nav li #active {
	background: url(/images/bg_topnav_hover.gif) repeat-x top;
	color: #FFD755;
	text-decoration: none;
}
/* product nav */
#prod_nav {
	width: 748px;
	height: 28px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
#prod_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#prod_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right: 1px solid #c04343;
	height: 28px;
}
#prod_nav li a {
	color: #F8F8F8;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 6px;
	line-height: 28px;
	height: 28px;
}
#prod_nav li a:hover {
	background: #FFFFFF url(/images/bg_prodnav_hover.gif) repeat-x top;
	color: #3A1B1C;
	text-decoration: underline;
}
#prod_nav li a:active {
	background: #FFFFFF url(/images/bg_prodnav_active.gif) repeat-x top;
	color: #333333;
	text-decoration: underline;
}
#prod_nav #active a:link, #prod_nav #active a:visited, #prod_nav #active a:hover {
	background: #FFFFFF url(/images/bg_prodnav_hover.gif) repeat-x top;
	color: #3A1B1C;
	text-decoration: none;
}
/* left nav */
#left_nav {
	width: 171px;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(/images/bg_leftnav_li.gif) repeat-y;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#left_nav li {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fde766;
}
#left_nav li a {
	display: block;
	width: 171px;
/*	height: 24px; */
	color: #3c3c3c;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 6px;
	margin: 0px;
}
#left_nav li a:hover {
	background: url(/images/bg_leftnav_hover.gif) repeat-y;
	color: #000000;
	text-decoration: underline;
}
#left_nav li a:active {
	background: url(/images/bg_leftnav_active.gif) repeat-y;
	color: #A30100;
	text-decoration: underline;
}
/* active state for the left nav  */
#left_nav #active a:link, #left_nav #active a:visited, #left_nav #active a:hover {
	background: url(/images/bg_leftnav_hover.gif) repeat-y;
	color: #000000;
	text-decoration: none;
}
/* sub menu item  */
#left_nav ul ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	border-left-style: none;
	background: url(/images/bg_leftnav_hover.gif) repeat-y;
}
#left_nav #subnav li {
	padding: 1px 0px;
	margin: 1px 0px 1px 12px;
	list-style-type: none;
}
#left_nav #subnav li a {
	display: block;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	padding: 0px;
	background-image: none;
	line-height: 13px;
	margin: 0px;
	text-indent: 0px;
	height: 1%;
	width: auto;
}
#left_nav #subnav li a:hover {
	text-decoration: underline;
}
/* active state for the left nav  */
#subactive a:link, #subactive a:visited, #subactive a:hover {
	color: #282D88;
	text-decoration: none;
}
#left_nav h2 {
	background-image: url(/images/bg_leftcolumn_top.gif);
	margin-top: 0px;
	width: 171px;
	height: 33px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
#left_nav h6 {
	background-image: url(/images/bg_leftcolumn_btm.gif);
	width: 171px;
	height: 33px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/************************ Content */
	/* content wrapper */
#wrapper {
	height: auto;
	min-height: 300px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(/images/bg_wrapper.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px;
	position: relative;
	
		overflow: visible;
}
#content_wrapper {
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px 0px 0px 12px;
	overflow: visible;
}
/* homepage column position */
#leftcolumn_home {
	width: 476px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 6px;
	position: relative;
}
#rightcolumn_home {
	width: 236px;
	float: left;
	margin: 0px 0px 0px 12px;
	padding: 8px 0px 0px;
	position: relative;
}
/* subpage column position */	
#right_column {
	width: 565px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px;
	position: relative;
}
/* left sidebar position */
#left_column {
	width: 171px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px;
	position: relative;
}
/************************ Home Page Settings */	
	/* home main text */
#home_text {
	margin: 0px;
	width: auto;
}
#home_text h2 {
	margin-top: 0px;
	margin-bottom: 4px;
}
#home_text p {
	margin: 0px;
	padding: 0px;
}
#home_text hr {
	margin: 0px 0px 3px;
	padding: 0px;
}
/* highlight box home */
.highlight {
	width: 396px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.highlight h2 {
	text-align: left;
	line-height: 20px;
	color: #a40000;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
.highlight p, h3, h4 {
	text-align: left;
	margin: 3px 0px 0px;
	padding: 0px;
}
.highlight hr {
	border-top: 1px solid #e3e3e1;
	border-bottom: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	color: #464646;
	list-style: url(/images/li_bullet.gif) none outside;
}
/* Search Advanced */
#search_adv_wrapper {
	width: 238px;
	background-image: url(/images/bg_search_adv_brdr.gif);
	background-repeat: repeat-y;
	background-color: #D1D1D1;
	margin: 0px;
	padding: 0px;
}
#search_adv_wrapper h2 {
	background-image: url(/images/bg_search_adv_top.gif);
	margin-top: 0px;
	width: 236px;
	height: 33px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #959595;
	text-indent: 8px;
	font-size: 12px;
}
#search_adv_wrapper h6 {
	background-image: url(/images/bg_search_adv_btm.gif);
	width: 238px;
	height: 13px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#search_adv {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
#search_adv h4 {
	text-align: left;
	margin: 0px 9px 3px;
	display: block;
	padding: 0px;
	overflow: auto;
}
#search_adv label {
	display:inline;
	font-size: 11px;
	text-align: right;
}
#search_adv select {
	width: 140px;
}
#search_adv select.age {
	width: auto;
}
#search_adv input {
	width: 136px;
}
#search_adv input.area {
	width: auto;
}
#search_adv select.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search_adv input.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search_adv img {
	border:none;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#search_adv div {
	text-align: right;
	margin: 0px 9px 3px;
	padding: 0px;
}
/* sidebar home */
.sidebar_wrapper {
	width: 238px;
	background-image: url(/images/bg_search_adv_brdr.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.sidebar_wrapper h2 {
	background-image: url(/images/bg_sidebar_top.gif);
	margin-top: 0px;
	width: 238px;
	height: 33px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #959595;
	text-indent: 8px;
	font-size: 12px;
}
.sidebar_wrapper h6 {
	background-image: url(/images/bg_search_adv_btm.gif);
	width: 238px;
	height: 13px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.sidebar {
	width: 232px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
.sidebar h4 {
	text-align: left;
	margin: 0px 9px 6px;
	display: block;
	padding: 0px;
	overflow: auto;
}
/************************ Sub Page Settings */	
		/* sub category */
#sub_cat_tab {
	background-image: url(/images/bg_sub_cat.gif);
}
#sub_cat_tab h6 {
	background-image: url(/images/bg_sub_content_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 565px;
}
/* Product catgories */
#group_wrapper {
	padding-left: 6px;
}
#sub_cat_tab .group {
	width: 174px;
	margin: 0px 6px 0px 0px;
	padding: 4px 2px;
	border: 1px solid #e0e0de;
	background-color: #FFFFFF;
	float: left;
	position: relative;
}
#sub_cat_tab h2 {
	background-image: url(/images/bg_sub_content_top.gif);
	margin-top: 0px;
	width: 565px;
	height: 38px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #959595;
	text-indent: 12px;
	font-size: 14px;
}
#sub_cat_tab .group h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat_tab .group p {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
/* Product detail pages */
#sub_cat {
	width: 565px;
	margin: 0px;
	float: left;
	height: auto;
	background-image: url(/images/bg_sub_cat_wht.gif);
	position: relative;
}
#sub_cat h2 {
	background-image: url(/images/bg_sub_content_top.gif);
	margin-top: 0px;
	width: 565px;
	height: 38px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #959595;
	text-indent: 12px;
	font-size: 14px;
}
#sub_cat h6 {
	background-image: url(/images/bg_sub_content_wht_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 565px;
}
#sub_cat .detail {
	width: 540px;
	margin: 4px 12px 0px;
	height: auto;
	padding: 0px;
}
#sub_cat .detail h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
#sub_cat .detail table {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .detail table th {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #D4D4D4;
	background-image: url(/images/bg_th.gif);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #464646;
}
#sub_cat .detail table td {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #D4D4D4;
	color: #464646;
}
/* add to cart */
#cart_select {
	text-align: left;
	margin: 0px;
	display: block;
	padding: 0px;
	width: 220px;
	float: right;
}
#cart_select div {
	text-align: right;
	margin: 0px 9px 3px;
	padding: 0px;
}
#cart_select label {
	display:inline;
	font-size: 11px;
	text-align: right;
}
#cart_select select {
	width: 115px;
}
#cart_select input {
	width: 111px;
}
#cart_select select.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#cart_select input.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
.cart_image {
	width: 300px;
	height: auto;
	float: left;
}
/* sub content page */
#sub_cat .content, #sub_cat_tab .content {
	width: 540px;
	margin: 4px 12px 0px;
	height: auto;
	padding: 0px;
}
#sub_cat .content h3, #sub_cat_tab .content h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #A50000;
}
#sub_cat .content p, #sub_cat_tab .content p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
}
#sub_cat .content hr, #sub_cat_tab .content hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
/************************ Footer */
#footer_wrapper {
	padding: 0px;
	height: 95px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEA;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	text-align: right;
	top: 32px;
	position: relative;
}
#footer ul {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: auto;
	line-height: 28px;
}
#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0px 0.4em 0px .4em;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer li a:link {
	text-decoration: none;
	color: #2D2D2D;
}
#footer li a:visited {
	text-decoration: none;
	color: #8A8A8B;
}
#footer li a:hover {
	text-decoration: underline;
	color: #A50000;
}
#footer li a:active {
	text-decoration: underline;
	color: #CDA400;
}
#footer h5 {
	text-align: left;
	color: #555555;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #a40000;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #e3e3e1;
}
/* Padding Settings */
.pad2 {
	padding: 2px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}



/************************ Extras */

/* Advanced Search Page */
input.small_num_input  {
	width: 25px;
}

/* Advanced Search Page */
input.dollar_num_input  {
	width: 65px;
}

#left_nav #subnav2 li { // NOTE: Some rules containing subnav2 are found above
	padding: 1px 0px;
	margin: 1px 0px 1px 24px;
	list-style-type: none;
}


label {color:#282D88;}

#success_story_product_list {
	width:188px;
	float:right;
	padding:10px;
	/* background-color: #D4D4D4; */
}

#success_story_product_list ul {
 list-style-type: none;	
 padding: 0;
 margin: 0;
}

h3.list_title {
	margin-bottom: 0px; 
	margin-top: 42px;
}

#map { border: 2px solid #282D88; }

#left_nav #subnav li ul li a, #subnav2 li a{
	color: #444;
}
#left_nav #subnav li ul li a:hover, , #subnav2 li a:hover{
	color: #222;
}

p.enlargepic {
	margin-top:-2em;
}

#D1 { width: 283px;}
#D2 { width: 283px;}
#D3 { width: 283px;}
#D4 {}
#D5 {}

#submit input.button {
	border:none;
	width:134px;
	height:35px;
}

.price {
	font-size:150%;
}

/* Quote & Shopping Cart Tables */

 #quotetable {
		border-collapse:collapse;
		background:#EFF4FB url(/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
		width:541px;
}

#quotetable td, #quotetable th {
		padding:5px;
}

#quotetable caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

.smallqt{
font-size: 50%;
}
/* =links
----------------------------------------------- */

#quotetable a {
		color:#950000;
		text-decoration:none;
}

#quotetable a:link {}

#quotetable a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

 #quotetable a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#quotetable thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

#quotetable tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

#quotetable tbody th,  #quotetable tbody td {
		border-bottom: dotted 1px #333;
}

#quotetable tbody th {
		white-space: nowrap;
}

#quotetable tbody th a {
		color:#333;
}

.odd {}

#quotetable tbody tr:hover {
		background:#fafafa
}


#sub_cat .sitemap tr td a{
	font-size: 11px;
	line-height: 12px;
	color: #A40000;
}

#sub_cat .sitemap h3 { padding: 5px; border-top: 1px dotted; border-color:#999; background-color:#ECECEC; font-size:16px;}


input.smallbtn {
font-size:75%;
}




/* &&&&&& Email collector &*&&& */

#profollowContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 238px;
	border: none;
	margin-bottom: 10px;
}
#profollowHeader {
	width: 100%;
	height: 51px;
	background-image: url(../images/profollowHeader.gif);
	background-repeat: no-repeat;
	border: none;
}
#profollowContent {
	padding: 0px 5px 0px 5px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	
}
#profollowContent table {
	margin: 0px;
	padding: 5px;
}
#profollowContent form {
	width: 100%;
	color: #37249A;
}
#profollowContent form input {
	margin: 5px 0px 5px 0px;
}
#profollowFooter {
	width: 100%;
	height: 14px;
	background-image: url(../images/profollowFooter.gif);
	background-repeat: no-repeat;
	border: none;
}



