/* Reset from meyerweb.com */
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,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: black;
	background: white;
}
ol, ul,li {
	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: "" "";
}
a{text-decoration:none;}
/* Reuse these! */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}


/* 
Site Core 
Copyright 2009 Baker Designz.
*/

body{
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  background:#E5E6E8;
  padding-bottom:20px;
}
a{
  color:#FFF;
  text-decoration:none;
  font-weight:Bold;
}

h1 {
	font-weight:bold;
	font-size:20pt;
	color:#861E1F;
	margin:.3em 0;
	text-decoration:none;
	border-bottom:2px solid #861e1f;
}
h2 {
	font-weight:bold;
	font-size:12pt;
	color:#861E1F;
	text-decoration:none;
}
h3 {
	font-weight:bold;
	font-size:17px;
	color:#000000;
	margin:.3em 0;
	text-decoration:none;
}

#container { 
  text-align:left;
  position:relative;
  margin:0 auto;
  width:1100px;
  padding-top:10px;
  margin-top:10px;
  border:1px solid #BBBBBC;
  background:#FFF;  border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#header{
width:100%;
height:350px;
background:url('/images/header.jpg') top center no-repeat #861E1E;
margin:0 auto;
text-align:center;
}

#main{
  background:url('/images/main_content.jpg') top center repeat-y ;
  width:1060px;
  padding:10px 20px;
}
#container{
  background:none;
  border:none;
}
body{
  background:#F7F7F7;
}

#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding: 5px;
}
#subSurround {
	padding-left: 14px;
}
#topHeader {
	text-align: right;
	height: 100px;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
}
#sessionBox {
	text-align: left;
	background-image: url(../styleImages/backgrounds/sessionBg.gif);
	width: 236px;
	height: 96px;
	float: right;
}
/* SUBNAV ** **** **** **** **** **** **/
#subnav{
	color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background: url(/shopping/images/header.png) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-border-radius:3px;
}
#subnav li{
	color:#ffffff;
  float:left;
  margin:10px 20px 0;  	
  position:relative;
  z-index:999;
  display:block;
}
#subnav li a{
  display:block;
  color:#ffffff;
  font-size:0.95em;
  font-weight:bold;
}
/*** ESSENTIAL STYLES ***/
#subnav {
	line-height:1em;
}
#subnav ul {
	position:absolute;
	top:-999em;
	width:180px;
	padding:15px 0;
}
#subnav li ul li{
  text-align:center; 
  width: 100%;
  background:#F7F7F7;
  margin:1px 0;
}
#subnav li ul li a{
  color:#851E1F;
}

#subnav a {
	display:block;
}
#subnav li:hover ul, #subnav li:focus ul, ul#subnav li.sfHover ul {
	left:-5px;
	top:29px;
}
#subnav li:hover li ul, #subnav li:focus li ul, #subnav li.sfHover li ul {
	top:-999em;
}
#subnav li li:hover ul, #subnav li li:focus ul, ul#subnav li li.sfHover ul {
	left:180px;
	top:-1px;
}
.superfish li:hover ul, .superfish li:focus ul, .superfish li li:hover ul {
	top: -999em;
}

#subnav li.sfHover li a {
	background:none;
}
#subnav li li a {
	padding:8px 12px;
	overflow:hidden;
}
#subnav li li a:hover, #subnav li li a:focus {
	background: url(../styleImages/my/nav_item.png) no-repeat center ;
	color:#fff;
}

#subnav li ul {
	width:180px;
	z-index:999;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#FFF;
}
#subnav li ul li ul {
	border-top:1px solid #ccc;
}


#footer {
    font-size:0.76em;
	font-weight:normal;
	height: 30px;
	color: #666666;
	border-top: #E4E4E4;
}
#footer-nav li{
  list-style:none;
  padding-left:5px;
  margin-right:5px;

}#footer-nav li a{
  color:#0085CF;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 175px;
	height: 13px;
	padding-top: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}
.boxFootLeft, .boxFootRight {
	background-image: url(../styleImages/backgrounds/boxFootBg.gif);
	width: 175px;
	height: 12px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	width: 168px;
}
.boxContent {
	border-top: 3px solid #CFE3F5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
	background:#FFF;
}
/* CHECKOUT PAGES 
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
*/

/* END CHECK OUT PAGES */
.docBtnLeft {
	background-image: url(../styleImages/backgrounds/docBtnLeft.gif);
	width: 4px;
}
.docBtnRight {
	background-image: url(../styleImages/backgrounds/docBtnRight.gif);
	width: 4px;
}
.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	float: left;
	width: 99.5%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.topCatsTabLeft {
	background-image: url(../styleImages/backgrounds/catTabLeft.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.topCatsTabMid {
	background-image: url(../styleImages/backgrounds/catTabMid.gif);
	background-repeat: repeat-x;
}
.topCatsTabRight {
	background-image: url(../styleImages/backgrounds/catTabRight.gif);
	width: 7px;
	background-repeat: no-repeat;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}