/* --------------------------
Basics
-----------------------------*/
/* html { height: 100%; margin-bottom: 1px; } */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #F5F6C1;
	}
body * {
	margin: 0;
	padding: 0;
	}
p,h1,h2,h3,h4,h5,h6,li,td,dt,dd { font-size: 0.8em; font-weight: normal; }
p,ul,ol,dl,blockquote,pre { margin-bottom: 1.0em; }

img {border: none;}

/*
-----------------------------
Head
-----------------------------*/

body.head a#logo {
	position: absolute;
	left: 22px;
	top: 20px;
	}

body.head div#navcontainer {
	position: absolute;
	left: 225px;
	bottom: 8px;
	width: 609px;
	height: 20px;
	text-align: center;
	}

body.head dl#nav dt {
  display:none;
  }

body.head dl#nav dd {
  padding:0; 
  margin:0;
  text-align: center;
  }

body.head a, body.head a:visited  {
  display:block; 
  margin-right: 14px;
  padding: 1px;
  font-family: Arial, Verdana, sans-serif;
  text-decoration:none;
  font-size: 11px;
  font-weight: 700;
  font-stretch: ultra-condensed;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:#A1896A; 
  text-align: center;
  float:left;
  }

body.head a:hover {
  color:#660000;
  }
/*
-----------------------------
Subnav
-----------------------------*/
body.subnav img#caption {
	position: absolute;
	bottom: 7px;
	}




/*
-----------------------------
Main
-----------------------------*/

body.main {
	background-color: #FFFFDB;
	}

body.main div#contentwrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 609px;
	overflow: hidden;
	}

body.main div.headingimg {
	margin: 0px;
	padding: 0px;
	border: none;
	}

body.main div.headingimg img{
	display: block;
	border: none;
	margin-bottom: 10px;
	}


body.main div#content {
	padding: 0px;
	width: 360px;
	border: none;
	font-family: Verdana; 
	line-height: 18px;
	font-size:10px; 
	font-weight:normal; 
	color:#666666;
	}

body.main div#content span.darker, body.main div#content span.darker td {
	font-family: Verdana; 
	line-height: 18px;
	font-size:10px; 
	font-weight:normal;
	color:#000000;
	}

body.main div#content h3 {
	font-family: Arial; 
	line-height: 13px;
	font-size:11px; 
	font-weight:bold; 
	color:#A1896A;
	text-decoration:none;
	}

body.main div#content h4 {
	font-family: Arial; 
	line-height: 13px;
	font-size:11px; 
	font-weight:bold; 
	color:#660000;
	text-decoration:none;
	}

body.main div#content h5 {
	font-family: Verdana; 
	line-height: 18px;
	font-size:10px; 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}

body.main div#content h1 {
	font-family: Arial; 
	line-height: 18px;
	font-size:13px; 
	font-weight:normal; 
	color:#666666;
	text-align: center;
	}

body.main div#content div.dlfile img{
	margin: 0px 4px -2px 0px;
	}

/*
-----------------------------
Footer
-----------------------------*/

body.foot {
	background-color: #A1896A;
	}

body.foot dl {
  margin: 7px 0px 0px 230px;
  }

body.foot dl dt {
  display:none;
  }

body.foot dl dd {
  display:block;
  float:left;
  padding:0px; 
  margin:0px;
  text-align: center;
  }
  
body.foot dl dd.cart_total {
  margin-left: 12px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 7px;
  font-weight: 700;
  font-stretch: ultra-condensed;
  letter-spacing: 0px;
  color:#FFFFDB;
  }

body.foot a.navmenu,
body.foot a.navmenu:visited,
body.foot a.navmenu:hover,
body.foot a.navmenu:active { 
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  font-family: Arial, Verdana, sans-serif;
  text-decoration:none;
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
  font-stretch: ultra-condensed;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#F5F6C1; 
  text-align: center;
  }
	
	
