/* Default CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/* Removed because table td tags were being valigned to bottom...
	vertical-align: baseline;
*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/* Not sure what this does
	line-height: 1; */
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* Imported CSS */




/* Additional CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#D80000;
	_text-align:center;
	padding-bottom:10px;
}

a { text-decoration:none; }
.clear { clear:both; width:0px; height:0px; overflow:hidden; }
.important { color:#BC0000; }
ul.horizontal li {
	float:left;
}
ul.horizontal a {
	display:block;
	float:left;
}

ul.checklist li {
	padding-left:25px;
	background:url(../images/checkmark.gif) no-repeat 0px 2px;
	color:#004081;
	font-size:16px;
}
ul.checklist li a {
	color:#004081;
}

div.container {
	margin:0 auto;
	width:900px;
	_text-align:left;
}

#wrapper {
	padding-bottom:9px;
	background-color:#F3F3F3;
	border-bottom:1px dashed #ACACAC;
}
#header {
	height:111px;
}
#header h1.title {
	position:absolute;
	width:470px;
	margin:5px 0 0 410px;
	font-size:11px;
	text-align:right;
	color:#A2A2A2;
}
#header div.logo a {
	position:absolute;
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width:289px;
	height:105px;
}




#nav_secondary_wrap {
	float:right;
	margin:80px 4px 0 0;
	font-size:14px;
}
#nav_secondary {
	float:left;
}
#nav_secondary ul.links {
	float:left;
}
#nav_secondary ul.links li {
	padding:0px 10px;
	border-right:1px solid #949494;
}
#nav_secondary ul.links li.last {
	border:none;
}
#nav_secondary ul.links li a {
	padding:0px 5px;
	color:#272727;
}
#nav_secondary ul.links li a:hover {
	color:#BC0000;
}


#nav_main {
	margin-bottom:25px;
	font-size:13px;
}
#nav_main ul.links {
	height:40px;
	background:url(../images/nav_main_bg.jpg) no-repeat;
}
#nav_main ul.links li {
	padding:0px 1px;
	background:url(../images/nav_main_divider.gif) bottom right no-repeat;
}
#nav_main ul.links li a {
	padding:12px 19px 9px 19px;
	color:#272727;
	border-bottom:3px solid #A2A2A2;
	text-transform:uppercase;
	_display:inline;
}
#nav_main ul.links li a:hover {
	border-bottom:3px solid #BC0000;
}



#splash {
	margin:8px 0 18px 0;
}

#content_wrap {
	float:left;
	width:900px;
}
#content {
	margin-right:170px;
	line-height:155%;
	font-size:14px;
}
#content h2, 
#sidebar1 h2 {
	font-size:16px;
	background:url(../images/h2_bg.gif) bottom left no-repeat;
	margin-bottom:13px;
	padding:0 0 8px 10px;
	color:#606060;
	text-transform:uppercase;
}
#content h2 strong, 
#sidebar1 h2 strong {
	font-weight:normal;
	color:#282828;
}
#content h3 {
	color:#BC0000;
	font-weight:bold;
}
#content p {
	margin-bottom:15px;
}

#content ol, #content ul {
	margin:0 0 15px 20px;
}
#content ol ol, #content ul ul {
	margin-bottom:0px;
}
#content ol li {
	list-style-type:decimal;
}
#content ul li {
	list-style-type:disc;
}

#content big, #content strong {
	font-weight:bold;
	color:#BC0000;
}
#content big { font-size:18px; }
#content small { font-size:10px; }
#content .column {
	float:left;
	overflow:hidden;
}
#content .primary {
	padding-left:10px;
}
#content #c1c2 {
	width:542px;
	overflow:visible;
}
#content #c1c2 div.inner {
	margin:0 25px 10px 0;
}
#content #c1 {
	width:360px;
	overflow:visible;
}
#content #c1 div.inner {
	margin:0 7px 10px 0px;
}
#content #c1 .special {
	width:341px;
	height:170px;
	margin-left:-13px;
	background:url(../images/learn-the-secrets.gif) no-repeat;
}
#content #c1 .special span { display:none; }
#content #c2 {
	width:185px;
/*	background: url(../images/c2_bg.gif) repeat-y;*/
}
#content #c2 div.inner {
	margin:0 7px 10px 0px;
/*	background: url(../images/column_gradient.jpg) repeat-x;*/
}
#content #c3 {
	width:185px;
}
#content #c3 div.inner {
	margin:0px 15px 10px 0px;
}

#content div.crumbs {
	font-size:12px;
	color:#ACACAC;
	margin:0 0 5px 0;
	padding-left:10px;
}
#content a {
	color:#BC0000;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content a.bullet {
	background:url(../images/bullet.gif) 0px 2px no-repeat;
	color:#272727;
	padding-left:18px;
}
#content a.bullet:hover {
	color:#BC0000;
}
#content div.form form td { padding:0 5px 5px 0; }


#sidebar1 {
	float:left;
	width:170px;
	margin-left:-170px;
	overflow:hidden;
}
#sidebar1 h2 {
	padding:2px 0 9px 10px;
}
#sidebar1 ul.links {
	margin-top:2px;
}
#sidebar1 ul.links li {
	_height:1%;
}
#sidebar1 ul.links li a {
	display:block;
	_height:1%;
	padding-left:23px;
	margin-bottom:15px;
	background:url(../images/sidebar1_links_bullet.jpg) no-repeat 0px 3px;
	color:#272727;
}
#sidebar1 ul.links li a:hover {
	color:#BC0000;
}
#sidebar1 ul.links li ul {
	font-size:12px;
	margin-left:33px;
}
#sidebar1 ul.links li li ul {
	margin-left:18px;
}
#sidebar1 ul.links li li { margin:0; padding:0; }
#sidebar1 ul.links li li a {
	padding:0;
	margin:0 27px 3px 0;
	color:#ffffff;
	background:url(../images/sidebar1_link_top.gif) no-repeat;
}
#sidebar1 ul.links li li a.current:hover, 
#sidebar1 ul.links li li a.has_subs:hover {
	color:white;
}
#sidebar1 ul.links li li a:hover,
#sidebar1 ul.links li li li a.current,
#sidebar1 ul.links li li li a.current:hover {
	color:#BC0000;
}

#sidebar1 ul.links li li a span {
	display:block;
	padding:1px 8px;
	_height:1%;
	background:url(../images/sidebar1_link_bottom.gif) no-repeat bottom left;
}
#sidebar1 ul.links li li a.current, #sidebar1 ul.links li li a.has_subs { background-image:url(../images/sidebar1_link_top2.gif); }
#sidebar1 ul.links li li a.current span, #sidebar1 ul.links li li a.has_subs span { background-image:url(../images/sidebar1_link_bottom2.gif); }

#sidebar1 ul.links li li li a,
#sidebar1 ul.links li li li a span {
	background:none !important;
	color:gray;
}












#footer {
	font-size:12px;
	color:#1A1A1A;
	background:#FFFFFF url(../images/footer_bg.jpg) repeat-x bottom;
}
#footer div.container {
/*	background:url(../images/footer_tab.gif) no-repeat bottom left;*/
	margin-bottom:42px;
}
#footer ul.links { float:left; margin-top:13px; }
#footer ul.links a {
	color:#1A1A1A;
	padding:2px 0px;
	margin:0 0 10px 20px;
	border-bottom:2px solid #FFFFFF;
}
#footer ul.links a:hover {
	border-bottom:2px solid #DF0000;
}


#footer div.logo a {
	display:block;
	float:right;
	width:141px;
	height:49px;
	background:url(../images/footer_logo.gif) no-repeat;
}
#footer div.erev { margin-right:170px; }
#footer div.erev a {
	display:block;
	float:right;
	width:77px;
	height:49px;
	background:url(../images/footer_erev.gif) no-repeat;
}





/* Home Page */
#pg_home #nav_main { margin:0; }
#pg_home #content p { margin-left:10px; margin-right:10px; }


/* Text Replacement */
div.logo a span,
#footer div.erev a span
{ display:none; }






/* Customer CSS below here */

#content img.product, #content img.category {
	padding:2px;
	border:1px solid #BEBEBE;
	border-bottom-width:5px;
}
body.category #content td.grid_td { padding-right:45px; padding-bottom:20px; text-align:center; }

div.promo {
	background:#ffffff url(../images/promo_bg.gif) 0px 9px repeat-x;
	border:2px solid #DADADA;
	padding:6px 8px;
}
div.promo h3 {
	display:inline;
	background:#ffffff;
	padding:0px 8px;
	margin-left:-8px;
	text-transform:uppercase;
	font-weight:normal !important;
	font-size:16px;
}
div.promo p { margin-left:0px !important; }
