﻿body 
{
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 10px;
    background-color: #61522D;
    text-align: center;
}
#wrapper
{
    width: 766px;
    margin: 0 auto; 
    text-align: left;
	background-image: url(../../images/sub_back.jpg);
	background-repeat: repeat-x;
}
*
{
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.7em;
}
/*-------------------SUB PAGES-----------------------------------------------------------*/
#branding
{
    width: 766px;
    height: 150px;
    background-color: #FFF;
    text-align: center;
    position: relative;
}

/*-------------------TOP PRODUCT NAV BAR--------------------------------------------------*/
#prodNav
{
    width: 766px;
	height: 30px;
    background-color: #B59253;
}

/*-------------------BOTTOM NAV BAR--------------------------------------------------*/
#subNav
{
    height:30px;
    width: 739px;
    margin-left: 14px;
    background-color: #29261F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#fcf3d6;
}

#subNav ul
{
    height:30px;
    padding:0;
	margin-left:45px; /*-- adjusts the centering position of the buttons on the bar --*/
    margin-right:auto;
}

#subNav ul li
{
	height:25px; /*-- equals prodNav height MINUS prodNav ul li padding-top --*/
	margin-left:35px; /*-- adjusts the spacing between buttons --*/
	display:block;
	float:left;
	list-style-type:none;
	padding-top:5px; /*-- to help center text in middle of bar --*/
	letter-spacing:-1px;	
}

#subNav ul li a
{
	color:#fcf3d6; /*-- keep the same color as subNav so that it only changes on hover --*/
	text-decoration:none;
}

#subNav ul li a:hover
{
	color:#473e1f;
}
/*------------Main Content - Sub Pages--------------------------------------*/
#mainContent
{
	width: 719px;
	margin-left: 14px;
	padding: 10px;
	background-color: #FFF;
	color: #61522D;
	font-size: 1.1em;
}
label 
{
	float: left; 
	width: 125px;
	clear: left;
}
ul
{
    list-style: circle;
    font-size: 1.0em;
    padding: 0 25px 25px 25px;
}
h1
{
    font-size: 1.6em;
    line-height: 2.0em;
    padding-bottom: 10px;
}
h2
{
    font-size: 1.4em;
}
h3, .titleclass
{
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
}
#mainContent a
{
	font-weight: bold;
	padding-bottom: 10px;
	color: #593D00;
	text-decoration: none;
}
#mainContent a:hover
{
    text-decoration: underline;
}
#mainContent p
{
    padding-bottom: 20px;
}
/*-----------------Left Column----------------------*/
#col1
{
    float: left;
    width: 465px;
    padding: 10px;
    text-align: center;
}
.mainImg
{
    width: 465px;
}
.gallery
{
    float: left;
    width: 465px;
    margin-top: 15px;
    background-color: #F0E8CE;
}
/*-----------------Right Column----------------------*/
#col2
{
    float: right;
    width: 234px;
    padding: 10px;
}
#col2 h1
{
    font-size: 1.6em;
    line-height: 2.0em;
    padding-bottom: 10px;
    color: #61522D;
}
#col2 p
{
    line-height: 2.5em;
    text-align: justify;
    font-size: 1.1em;
    padding-bottom: 10px;
}
#shopping
{
    text-align: center;
}
/*---------JD Sub Page--------------------*/
#col3
{
    width: 350px;
	float: left;	
}
#col4
{
    width: 350px;
    float: right;
}
#col5
{
    width: 425px;
	float: left;
	padding: 15px 0 0 25px;
}
#col6
{
    width: 200px;
    float: right;
}
#topinfo
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#botinfo
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#botinfo td
{
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    padding: 3px;
}
#links
{
    line-height: 15
}
/*-------------------FOOTER-------------------------------------------------------------*/
#footer
{
    clear: both;
    width: 766px;
    padding: 10px 0;
    background-color: #61522D;
    text-align: center;
    color: #C9C4B7;
    font-size: 0.9em;
    line-height: 1.8em;
}

#footer a
{
    color: #C9C4B7;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/* ------------- Product Pages ----------------*/
input, select, textarea 
{
	font-family: Arial;
    font-size: 1em;
    height: 18px;
    margin: 0;
    padding: 0 3px;
    background-color: #F7F7F7;
    border-width: 1px;
}
#productTop 
{
	float: left;
	clear: both;
}
#productCol1 
{
	float: left;
	width: 385px;
}
#productCol2 
{
	float: left;
	width: 330px;
}

#EavePreview 
{
	position: absolute;
	background-color: #F4F4F4;
	border: dotted 1px #CCC;
	padding: 10px;
	visibility: hidden;
}

#EavePreview img 
{
	border: solid 1px #333;
	padding: 2px;
	background-color: #FFF;
}

#sqftCalculator {
    position: absolute;
    border: solid 2px #61522D;
    padding: 20px;
    background-color:#FFF;
    visibility: hidden;
}
/* ------- Image Gallery ---- */
.galleryNumbers 
  {
  	display: block;
  	text-align: center;	
  	width: 12px;
  	height: 8px;
  	float: left;
  	border: solid 1px #63542F;
  	background-color: #F4F4F4;
  	margin-right: 3px;
  	margin-top: 2px;
  	cursor: pointer;
  }    
#mainImage 
  {
  	width: 365px;
  	height: 245px;
  	border: solid 1px #63542F;
  	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
  }
#imageCollection 
{
	float: left;
	margin-right: 15px;
  	width: 367px;
  	height: 285px;
}  
#thumbs img 
  {
  	cursor: pointer;
  	padding: 3px 3px 0 0;
  }  
#collectionTitle 
{
	font-weight: bold;
}
#productDescription 
{
	height: 128px !important;
	height: 127px;
	width: 330px;
	float: left;
}
*+html #productDescription 
{
	height: 127px !important;
	float: left;
}
#imageGallery
{
	background-color: #F0E8CE;
	border: solid 1px #63542F;
	padding: 10px;
	width:310px;
	float: left;
}
#imageGallery img.smallImage
{
	padding: 3px;
	background-color: #FFF;
	border: solid 1px #63542F;
	margin: 0 3px 0 3px;
	cursor: pointer;
}
.RecieptPanel 
{
	top: 150px;
	width: 700px;
	padding: 10px;
	border: solid 2px #000;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	background-color: #FFF;
}
.col33 
{
	width: 33%;
	float: left;
}
.ViewCartHeader, .ViewCartHeader th 
{
	border-top: solid 1px #61522D;
	border-bottom: solid 1px #61522D;
	background-color: #F7F3E7;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial;
}
.ViewCartHeader th 
{
		padding: 0 3px;
}
.ViewCart td 
{
	padding: 0 3px;
}
.button
{
	background-color: #F0E9CF;
	border: solid 1px #61522D;
	padding: 2px;
	line-height: 1em;
}
.loginbox .button 
{
	margin-right: 30px;
}
.lostpassword .button 
{
	margin-right: 30px;
}
#orderTotal 
{
	border-top: solid 1px #61522D;
	float: right;
	margin-top: 8px;
	padding-top: 8px;
	width: 230px;
	text-align: right;
}
#orderTotal label 
{
	font-weight: bold;
}
.costs table
{
	 border-collapse:collapse;
}
.costs .col2 
{
	text-align: right;
}
.costs table 
{
	width: 250px;
	margin-bottom: 25px;
}
.costs .total 
{
	font-weight: bold;
	line-height: 25px;
	height: 25px;
}
.costs .total .col2 
{
	background-color: #F4F4F4;
}
.u 
{
	text-decoration: underline;
}

/* Form */

fieldset 
{
    margin: 0;
    padding: 0;
    border: 0;
}



fieldset#contactForm 
{
    margin: 0;
    padding-left: 30px;
    border: none;
    font-size: 1.1em;
}

fieldset#contactForm label
{
    float: left;
    width: 110px;
    margin: 0;
    padding: 0;
    line-height: 2.5em;
}

.linebreak
{
    margin-top: 10px;
}

fieldset#contactForm input
{
    float: left;
    width: 200px;
    margin-top: 6px;
    border-width:1px;
    border-left-color:#D4D7EE;
	border-top-color:#D4D7EE;
	border-bottom-color:#5C6190;
	border-right-color:#5C6190;
}

fieldset#contactForm textarea
{
    float: left;
    width: 300px;
    height: 75px;
    border-width:1px;
	border-left-color:#D4D7EE;
	border-top-color:#D4D7EE;
	border-bottom-color:#5C6190;
	border-right-color:#5C6190;
}

fieldset#contactForm select
{
    float: left;
    width: 204px;
    margin-top: 5px;
}