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

html, body {
	background: #f2f2ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #57554a;
	height: 100%;
	width: 100%;
	margin: 0;
    padding: 0px!important; /*this padding hack fixes things */ }

body {
	position: relative; /* compliant browsers need this to honor min-width */
	min-width: 1280px; /* to force page to contain all columns */
}

H1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 14px;
}

hr {
  border: 0;
  width: 100%;
  color: #e5e5e0;
  background-color: #e5e5e0;
  height: .1em;
}

a:link, a:active, a:visited {
	color: #45525e;
	text-decoration: none;
	}


a:hover {
	text-decoration: underline;
	color: #747d86;
}
	
a img {
	text-decoration: none;
	border: 0 none;
}
 
#wrapper {
    margin: 0;
    padding: 0;
	width: 1280px;
	min-width: 1280px;
	min-height: 100%;
	float: left;
}

* html #contentMain {
    /* Width, text, background, border, etc properties here */
    overflow: hidden;
}

* html img {
    position: relative;
}

.spacer {
    clear:both;
	height: 25px;
}

#topNavContainer {
    margin: 0;
    padding: 0;
	width: 100%;
	height: 30px;
    background-image: url(img/navBackground.jpg);
	color: #bfbdb1;
}

#topNavLeft {
    margin: 0;
    padding: 0;
	width: 700px;
	height: 30px;
	float: left;
}

#topNavRight {
    margin: 0;
    padding: 0;
	width: 271px;
	height: 30px;
	float: left;
}

#masthead {
	width: 100%;
	height: 182px;
	background: #0033CC;
}

#mastheadContainer {
	width: 100%;
	height: 182px;
	background-image: url(img/titleBackground.jpg);
	background-repeat: repeat-x;
}

#mastheadLeft {
    margin: 0;
    padding: 62px 0 0 50px;
	width: 650px;
	float: left;
}

#mastheadRight {
    margin: 0;
    padding: 0;
	width: 271px;
	height: 182px;
	float: left;
}

#botNavContainer {
    margin: 0;
    padding: 0;
	width: 100%;
	height: 30px;
	background:  #fff;
	border-bottom: 1px #bfbdb1 solid;
}

#botIECont {
  width: 1000px; /* this is a hack for IE 6 */
}

#botNavLeft {
    margin: 0;
    padding: 0;
	width: 799px;
	height: 30px;
	float: left;
	text-align:right;
}

#botNavRight {
    margin: 0;
    padding: 0;
	width: 172px;
	height: 30px;
	float: left;
}

#leftCol {
    margin: 0;
    padding: 0;
	width: 825px; /* the width of our main content column on the left */
	height: 100%;
	float: left;
}

.contentMain {
    margin: 20px 20px 10px 20px;
    padding: 20px;
	width: 739px; /* width available is really 825px but this needs to be downsized to accomodate the 20px margin on both left and right, and then dropped by 2px because of the padding */
	min-width: 739px;
	position: relative;
	height: 100%;
	background:#FFF;
	border: 1px #bfbdb1 solid;
	float: left;
	font-size: 12px;
	line-height: 2em;
}

.contentMain img {
	border: #e5e5e0 solid 1px;
	margin: 7px 5px 5px 10px;
	padding: 5px;
	float: right;
}

#rightCol {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
	width: 300px; /* the width of our main content column on the left */
	height: 100%;
	float: left;
	border: 1px #bfbdb1 solid;
}

.contentRight {
    margin: 5px 10px 10px 10px;
    padding: 0px 7px 0px 8px;
	width: 260px;
	min-width: 260px; /* again, adjusted width */
	position: relative;
	height: 100%;
	font-size: 10px;
	background:#FFF;
	border: 1px #bfbdb1 solid;
	float: left;
	font-size: 11px;
	line-height: 1.5em;
}

.rightTitle {
    clear: both;
    margin: 10px 10px 5px 10px;
    padding: 2px 5px 2px 10px;
	width: 260px;
	height: 100%;
	position: relative;
	border: 1px #bfbdb1 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #e7e7e2;
}

#foot {
	clear: both;
	margin:0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 100px;
	background: #c4c09d;
	background-image: url('img/footerBorder.jpg');
	background-repeat:repeat-x;
	font-size: 9px;
	text-align: center;
}

#topNavContainer ul li {
	padding: 0;
	margin: 0;
	font-size:10px;
	display: inline;
	padding: 0 15px 0 0;
}

#topNavList {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#topNavList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNavList li a { 
	text-decoration: none; 
	color: #bfbb94;
}

#topNavList li a:hover { 
	text-decoration: underline; 
	color: #c7c7a6;
}

#topNavContainer ul li.first {
	padding-left: 30px;
}

#botNavContainer ul li {
	margin: 0;
	font-size:10px;
	display: inline;
	padding: 0 15px 0 15px;
	border-left: 1px solid #bfbdb1;
}

#botNavList {
	padding: 0;
	margin: 7px 0 0 0; /* change this back to 0 when  you add back in the online store */
}

#botNavList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#botNavList li a { 
	text-decoration: none; 
	color: #57554A;
}

#botNavList li a:hover { 
	text-decoration: underline;
	color: #57554A;
}

#botNavContainer ul li.first {
	padding-left: 30px;
	background-image: url(img/cart.jpg);
    background-repeat: no-repeat;
	border-left: none;
}

.pressHed {
	padding: 5px 0 0 0;
	margin: 0 0 -5px 0;
	font-style: italic;
}

.amazon {
    margin: 5px;
}

.amazonLeft {	
    margin: 0;
    padding: 5px;
	float: left;

}

.amazonRight {	
    float: left;
    padding: 5px;
}

.retailerList {
  line-height:1.2em;
}

.state {
  font-weight:bold;
}

.thumb {
  margin: 0;
  height: 100%;
  width: 100%;
  clear: both;

}

.inlineThumb {
  position: relative;
  float: left;
  clear: both;
}
