@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
	}
.twoColFixLtHdr #container p a {color:#FFFF00; text-decoration:none;}
.twoColFixLtHdr #container p a:hover {color: #FF0000;}
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {margin:0;}
.twoColFixLtHdr #header .clearFltHeader{ font-size:1px; height:1px;}
.twoColFixLtHdr #headerLeft a {
	height:191px;
	width:719px;
	background: url(/images/header2.jpg) no-repeat top left #000000;
	display:block;
	float:left;
	text-decoration:none;
}
.twoColFixLtHdr #headerLeft a span { visibility:hidden;}
.twoColFixLtHdr #headerLeft a h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 153px 0 0 160px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 18px bold Arial, Helvetica, sans-serif; color:#FFFFFF;
}
.twoColFixLtHdr #headerRight {
	margin:0; width: 305px; float:left;
}
.twoColFixLtHdr #headerRight h2 { font: bold 14px Arial, Helvetica, sans-serif; color:#FF0000; margin:3px 0 5px 30px; }
.twoColFixLtHdr #headerRight table {
	margin:0;
}
.twoColFixLtHdr #headerRight ul { margin-top:0; margin-bottom:0;}
.twoColFixLtHdr #headerRight li { font:12px Arial, Helvetica, sans-serif; line-height:14px;}
.twoColFixLtHdr #headerRight .yelBold24 { font:bold 24px Arial, Helvetica, sans-serif; color:#FFFF00; margin:16px 0 0 0;}
.twoColFixLtHdr #headerRight .greenBold16 a { font:bold 16px Arial, Helvetica, sans-serif; color:#00ff35; margin:16px 0 0 0;}
.twoColFixLtHdr #headerRight .greenBold18 a:hover {color:#FF0000;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 107px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	position:relative;
}
/* START OF NAV MENU STYLES */
#navcontainer
{
width: 107px;
padding: 0;
margin: 10px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
background-color: #000000;
color: #000000;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
display: block;
background:url(/images/navMenu.jpg) no-repeat;
margin:10px 0 0 0;
padding: 5px 0;
background-color: #000000;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background:url(/images/navMenu.jpg) no-repeat -107px 0;
background-color: #000000;
font-weight:bold;
color: #000000;
}
/* END OF NAV MENU STYLES */
#seo {margin:0 0 8px 0; padding:10px 0 0 0; width:750px;}
#seo p {margin:0; padding:0; font: 90% Arial, Helvetica, sans-serif; color: #FFFFFF;}

#blueGradSides {margin:0; padding:0; width: 917px; float:left; background:url(/images/blueGrad_LR.jpg) repeat-y;}
#blueGrad_TL {width:46px; height: 86px; background:url(/images/blueGrad_TL.jpg) 0 0 no-repeat; float:left;}
#blueGrad_TR {width:46px; height: 86px; background:url(/images/blueGrad_TR.jpg) 100% 0 no-repeat; float:left;}

.twoColFixLtHdr #mainContent { 
	margin: 0;
	padding: 10px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:767px;
	float:left;
	background:url(/images/blueGrad_TC.jpg) repeat-x;
} 
.twoColFixLtHdr #mainContent #pageTitle {margin:0;}
.twoColFixLtHdr #mainContent #pageTitle h3 {margin:0 0 5px 0; font:bold 24px Arial, Helvetica, sans-serif; text-align:center; color:#FF0000; }
.twoColFixLtHdr #footer { 
	padding: 0 0 0 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	text-align:center; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF; font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.videoLink { background-color:#FF0000; height:30px; padding:5px 0 0 0;}
.videoLink a {font:bold 18px Arial, Helvetica, sans-serif; color:#FFFF00; text-decoration:none;}
.videoLink a:hover { color:#00FF00;}
.middleSection {clear:left; border-top:1px dotted #666666; border-bottom:1px dotted #666666; margin:0; padding:3px 0; height:66px; width:760px; position:relative;}
#starburst { width:173px; height:60px; float:left; background:url(/images/starburst1.gif) 50% 50% no-repeat; padding:0; text-align:center; line-height:56px; margin:0 140px;}
#lowerHalf { clear:left; margin:8px 0; width:760px;}
.couponSection {float:left; margin:3px 0; padding:3px 30px 0 10px; border-right:1px dotted #666666; text-align:center; width:200px; height:100px;}
.couponSection span { font:bold 24px Arial, Helvetica, sans-serif; color:#FF0000;}
.couponSection span span { font:bold 18px Arial, Helvetica, sans-serif; color: #0066FF;}
.couponSection a { font:bold 14px Arial, Helvetica, sans-serif; color:#FFFF00; text-decoration:none; text-align:center;}
.couponSection a:hover {color: #009900;}
#blackBox {font:13px Arial, Helvetica, sans-serif; width:210px; height:90px; background-color:#000000; border:1px dashed #FFFFFF; text-align:center; margin:10px 10px 0 30px; padding:0; float:left;}
#specialBox {width:200px; height:100px; border-left:1px dotted #666666; float:left; text-align:center; margin:3px 30px;}

#layaways {clear:left; text-align:center; font-size:12px; margin-top:5px; width:760px; position:relative;}
#peregrine { font-size:12px; position:relative; clear:both; margin-top:40px; text-align:center; color:#666666; border-top:solid #222222 1px;}
#peregrine a {text-decoration:none; color:#666666}
#peregrine a:hover {color: #FADC9C;}
/* TYPE STYLES */
.yel20bold {font: bold 20px Arial, Helvetica, sans-serif; color:#FFFF00;}
.yel20bold a {font: bold 20px Arial, Helvetica, sans-serif; color:#FFFF00; text-decoration:none;}
.yel20bold a:hover {color: #00ff35;}
.yel24bold {font:bold 24px Arial, Helvetica, sans-serif; color:#FFFF00;}
.yel16bold {font: bold 16px Arial, Helvetica, sans-serif; color:#FFFF00;}
.green24bold {font: bold 24px Arial, Helvetica, sans-serif; color:#00ff35;}
.green24bold a {font: bold 24px Arial, Helvetica, sans-serif; color:#00ff35; text-decoration:none;}
.green24bold a:hover {color:#FFFF00;}
.green16bold {font:bold 16px Arial, Helvetica, sans-serif;; color:#00ff35;}
.red28bold {font:bold 28px Arial, Helvetica, sans-serif; color:#FF0000;}
.red24bold {font:bold 24px Arial, Helvetica, sans-serif; color:#FF0000;}
.red14bold {font:bold 14px Arial, Helvetica, sans-serif; color:#FF0000;}
.red12bold {font:bold 12px Arial, Helvetica, sans-serif; color:#FF0000;}
.red { color:#FF0000;}
.yel { color:#FFFF00;}
.white20bold { font:bold 20px Arial, Helvetica, sans-serif; color:#FFFFFF;}
.white12 { font:11px Arial, Helvetica, sans-serif; color:#FFFFFF;}
/* END TYPE STYLES */
/* PRODUCT PAGES */
#products table { border-collapse:collapse; border:none; }
#products td { text-align:center; padding:10px 0;}
#products td.col1 { border-right: 1px dotted #FFFFFF; border-bottom: 1px dotted #FFFFFF; width: 33%; }
#products td.col2 { border-right: 1px dotted #FFFFFF; border-bottom: 1px dotted #FFFFFF; width: 33%; }
#products td.col3 { border-bottom: 1px dotted #FFFFFF; width: 33%; }
#products td .productName { color:#FFFF00; font:bold 16px Arial, Helvetica, sans-serif;}
#products td a, #products td a:visited { color:#FFFFFF; font:bold 12px Arial, Helvetica, sans-serif; text-decoration:none;}
#products td a:hover { color:#FF0000;}
#products .prodDescrip {color: #FFFFFF; font: 11px Arial, Helvetica, sans-serif; margin-top:10px; padding:0 15px;}
/* END OF PRODUCT PAGES */

