@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

body {
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFF;
  text-align: center;
  background-image: url(../images/woodtile.jpg);
  background-color: #c1af9d;
}

#headerWrapper {
  width: 100%;
  height: 150px;
  background-color: #150c01;
}

#header {
  /* FIREFOX CENTERING */
  margin-left: auto;
  margin-right: auto;
  /* IE CENTERING */
  text-align:center;
  width: 730px;
  height: 150px;
  background-image: url(../images/small_header.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #000;
}

#news {
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding-top: 17px;
  /*padding-left: 40px; */
  text-align: center;
  width: 730px;
  height: 40px;
  background-image: url(../images/taxcredits.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: .75em;
  color: #FFF;
}

#news p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: .9em;
}

#news a {
  margin-left: 5px;
}

#news a:link, #news a:visited {
  text-transform: none;
  color: #051f05;
  font-weight: bold;
}

#news a:hover {
  color: #FFFFFF;
}

/* MAIN NAVIGATION BAR */
#mainNavDiv {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  background-color: #000;
  text-align: center;  
  letter-spacing: 1px;
  padding-top: 10px;
}

#mainNavDiv ul {
  margin: 0;
  list-style-type: none;
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
}

#mainNavDiv li {
  display: inline;
  border-right: 1px solid #FFFFFF;
}

#mainNavDiv li a {
  text-decoration: none;
  color: #FFFFFF;
  padding-bottom: .1em;
  padding-left: .5em;
  padding-right: .5em;
}

#mainNavDiv li.last {
  border-right: none;
}

#mainNavDiv li a:hover
{
  color:#d9d9d9;
  text-decoration: underline;
}

/* ------------------- */


#prodNavDiv {
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial;
  letter-spacing: 1px;
  text-transform: uppercase;    
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: transparent;
  background-image: url(../images/product_bar_bg_slice.png);
  background-repeat: repeat-x;
}

#prodShadow {
  width: 730px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(../images/prod_bar_shadow_slice.png);
  background-repeat: repeat-x;
}


#centeredProd {
  width: 800px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}

#content {
  /* FIREFOX CENTERING */
  margin-left: auto;
  margin-right: auto;
  /*                   */
  font-family: Verdana, Arial, Helvetica;
  font-size: .8em;
  width: 760px;
  margin-top: -10px;
  z-index: 998;
  /* CENTERING OF CONTENT - IE */
  text-align: center;
  background-image: url(../images/content_bg_slice.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  /* ADDED FOR SHADOW
  margin-top: 30px;
  */
  overflow: hidden;
  padding-bottom: 4em;
}

#containBanner {
  /* FIREFOX CENTERING */
  margin-left: auto;
  margin-right: auto;
  /*                   */
  font-family: Verdana, Arial, Helvetica;
  font-size: .8em;
  width: 760px;
  margin-top: -10px;
  z-index: 998;
  /* CENTERING OF CONTENT - IE */
  text-align: center;
  background-image: url(../images/content_bg_slice.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  /* ADDED FOR SHADOW
  margin-top: 30px;
  */
  overflow: hidden;
}


#pageTopper {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#pageTitle {
  height: 34px;
  width: 730px;
  margin-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #8a1d03;
  background-image: url(../images/pagetitle_bg_slice.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  text-align: left;
  overflow: hidden;
}

#pageTitle h1.pageTitleHeader {
  padding: 6px 0px 5px 10px;
  font-family: Georgia;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: bold;
  color: #FFFFFF;
}

#pageTitle a:link, #pageTitle a:visited {
  color: #FFFFFF;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}

#pageTitle a:hover, #pageTitle a:active {
  color: #FFFFFF;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none; 
}

/* PAGE NAVIGATION BAR */
#pageNavDiv {
  height: 25px;
  width: 730px;
  text-align: right;
  background-color: #150c01;
  color: #FFFFFF;
  padding-top: .3em;
}

#pageNavDiv li {
  display: inline;
  border-right: 1px solid #FFFFFF;
  padding-left: .3em;
  padding-right: .3em;
}

#pageNavDiv li.current {
  color: #8a1d03;
  font-weight: bold;
}

#pageNavDiv li a {
  text-decoration: none;
  color: #FFFFFF;
}

#pageNavDiv li.last {
  border-right: none;
}

#pageNavDiv li a:hover
{
  text-decoration: underline;
}
/* ------------------- */

#fullContent {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 2em;
}

#fullContent h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #8a1d03;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

#fullContent h2 {
  clear: both;
  color: #000;
  font-size: 1em;
  font-variant: small-caps;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  padding-top: 5px;
  border-bottom: 1px solid;
}

#fullContent h3 {
  padding-top: 15px; 
  font-size: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 1.5em;
}

#fullContent h5 {
  
}

#fullContent p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: .7em;
  margin-bottom: 1em;
}

#fullContent p a:link, #fullContent p a:visited {
  color: #000;
}

#fullContent p a:hover, #fullContent p a:active {
  color: #8a1d03;
}

.clear {
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.features {
  margin-left: 15px;
  padding-left: 15px;
}

.features li {
  margin-top: .5em;
  margin-bottom: .5em;
}

.colors {
  margin-top: 1.75em;
  margin-left: 25px;
  padding-left: 25px;
}

.colors li {
  margin-top: .5em;
  margin-bottom: .5em;
}

.colorsTitle {
  padding-top: 3em;
  color: #8a1d03;
}

p.lastP {
  padding-bottom: 2em;
}

p.extra25 {
  padding-bottom: 25px;
}

#fullContent img {
  border: 1px solid #000000;
  margin: 15px;
}

#divider {
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #444;
  padding: 0px;
  margin: 30px 0px 30px 265px;
}

#footer {
  width: 760px;
  height: 18px;
  /* FIREFOX CENTERING */
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/index_bottom_slice.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: visible;
}

#sitemap {
  padding-top: 1em;
  padding-bottom: 1.5em;
  width: 760px;
  font-size: .75em;
  margin-left: auto;
  margin-right: auto;
}

#sitemap ul {
  list-style-type: none;
}

#sitemap li {
  display: inline;
  margin-left: .5em;
}

#sitemap a:link, #sitemap a:visited {
  color: #000000;
}

#sitemap a:hover, #sitemap a:active {
  color: #FFFFFF;
}

#companyInfo {
  padding-top: 1em;
  padding-bottom: 1.5em;
  width: 760px;
  font-size: .75em;
  margin-left: auto;
  margin-right: auto;
}

#companyInfo ul {
  list-style-type: none;
}

#companyInfo li {
}


/* TESTING STYLE FOR OPTIONS PAGE */

#options li {
  width: 100px;
  height: 120px;
}

#options li li {
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* TESTING STYLE FOR OPTIONS PAGE W/ MENU */

#optionsMenu {
  width: 180px;
  float:right;
  background-color: #222;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em;
}

#optionsMenu h5 {
  font-size: 1em;
  font-variant: small-caps;
  color: #fff;
  margin-bottom: .75em;
  background-color: #8a1d03;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}

#optionsMenu a {
	font-weight: normal;
  	color: #fff;
}

#optionsMenu ul{
	list-style-type: none;
}

#optionsMenu li{
	margin-top: .3em;
}

#optionsMenuList {
	color: #8a1d03;
	font-weight: bold;
}

/* ---- STYLING FOR STANDARD SIZING PAGE ---- */
#sizing {
	margin: 20px 35px;	
}

#sizeListing a:link, #sizeListing a:visited {
	color: #000;
	font-weight: bold;
}

#sizeListing a:hover, #sizeListing a:active {
	color: #8a1d03;
	text-decoration: none;
}

#sizeListing dd {
	padding-left: 2em;
	margin-bottom: 1em;	
}

#sizeListing dt.newSection {
	padding-top: 1em;
	border-top: 1px solid #000;	
}
/* ------------------------------------------ */

/* ---- STYLING FOR "NOTE" TEXT ---- */
#fullContent .note {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	font-size: .75em;
	font-style: italic;
}

#fullContent .note em {
	font-weight: bold;	
}
/* --------------------------------- */

/* ---- STYLING FOR CONTACT US PAGE ---- */
#phoneInfo, #emailInfo {
	margin: 20px 35px;	
}

#phoneList a:link, #phoneList a:visited, #emailList a:link, #emailList a:visited {
	color: #000;
}

#phoneList a:hover, #phoneList a:active, #emailList a:hover, #emailList a:active {
	color: #8a1d03;
	text-decoration: none;
}

#phoneList dt, #emailList dt {
  font-weight: bold;
}

#phoneList dd, #emailList dd {
	padding-left: 2em;
	margin-bottom: 1em;	
}

#phoneList dt.newSection {
	padding-top: 1em;
	border-top: 1px solid #000;	
}
/* ------------------------------------------ */

/* STYLING FOR ACCESSORIES PAGE */
#accessories {
  text-align: center;
  margin: 0 auto;
}



/* PRODUCT LINE NAVIGATION BAR */
#prodLineDiv {
  height: 15px;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #150c01;
  color: #FFFFFF;
  font-size: .75em;
}

#prodLineDiv li {
  display: inline;
  border-right: 1px solid #FFFFFF;
  padding-left: .3em;
  padding-right: .3em;
}

#prodLineDiv li.current {
  color: #8a1d03;
  font-weight: bold;
}

#prodLineDiv li a {
  text-decoration: none;
  color: #FFFFFF;
}

#prodLineDiv li.last {
  border-right: none;
}

#prodLineDiv li a:hover
{
  text-decoration: underline;
}
/* ------------------- */

#bodyText {
  height: 0px;
  text-indent: -99999px;
}





