/* ---------------------------------------------
Screen Stylesheet for http://www.FirewoodCreations.com
Created: 8/20/08 / MWW
Updated: 8/20/08 / Susan Nelson www.AuxanoCreative.com
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Links
	Lists
	Tables
	Typography
	Template 
	Navigation
	Forms
	Global Classes
	Pages

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, img, table {border:none;}

/* ---------- ::HTML & Body:: --------------------- */
html { 
font-size:100.01%; /* an old Opera fix - may be outdated now */ 
height: 101%; /* forces scroll on short length pages */
background:  #44281a url(../styleImages/fwc_images/background-html.jpg) repeat-x left top;
}
body { 
color:#333;
background: url(../styleImages/fwc_images/background-body.jpg) no-repeat left top;
margin: 0;
padding: 0;
height:100%;
position: relative;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* ---------- ::Links:: ------------------------ */
a {color:#875a14; text-decoration:underline;}
a:visited {color:#875a14; text-decoration:underline;}
a:active, a:focus, a:hover {
color:#875a14;
text-decoration:none;
outline:none;
}
a img {border:none;}

/* ---------- ::Lists:: ------------------- */
dl, ol, ul {margin-left: 25px;}
li, ol, dd, dt {vertical-align:middle;} /* or top, bottom, text-top, text-bottom */

/* ---------- ::Tables:: ------------------- */
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
}
caption, th, td {
text-align: left;
vertical-align:top;
}

/* ---------- ::Typography:: ------------------- */
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: .6em 0;}
h1 {font-size:2em;}
h2 {font-size:.9em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
address, li, p {
	font-size: 12px;
	color: #161c2a;
	line-height: 1.5;
	margin:0 0 5px 0;
	padding:0;
}
pre {font-size: 12px;}

/* ---------- ::Template:: --------------------- */

#header h1 {
	position: absolute;
	left: 280px;
	top: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #3f1b08
}

#header {
	width: 916px;
	height: 73px;
	background:  url(../styleImages/fwc_images/background-header.gif) no-repeat left top;
}

#tagline {
	width: 620px;
	height:60px;
	margin:0 auto;
}

#tagline p {
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	color: #3f1b08;
	padding:35px 0 0 0;
}

#site-wrapper { 
	width: 916px;
	padding-top: 5px;
	margin: 0 auto;
	position: relative;
}
 
#sidebar {
	width: 238px;
	background:  url(../styleImages/fwc_images/background-sidebar-repeat.jpg) repeat-y top right;
	min-height: 500px;
	float:left; /*PO add*/
}

#sidebar-top { /*PO add*/
    width: 238px;
    background:  url(../styleImages/fwc_images/background-sidebar-top.jpg) no-repeat 0 0;
    min-height: 500px;
    padding:0px 0 0 0;
}

/*#sidebar-wrapper {
	width: 256px;
	background:  url(../styleImages/fwc_images/background-sidebar-top.jpg) no-repeat top right;	
	min-height: 500px;
}*/ /*PO sub*/

#column-wrapper { /*PO add*/
    width:898px;
    background:#cabfa3 url(../styleImages/fwc_images/background-sidebar-repeat.jpg) repeat-y 0 0;
    margin-left:18px;
    overflow:hidden
}

#content {
	width: 660px;
	background:  url(../styleImages/fwc_images/background-content-top.jpg) no-repeat top left;	
	background-color: #cabfa3;
	/*min-height: 500px;*/ /*PO sub*/
	float:right; /*PO add*/
}

#content-wrapper {
	width: 620px;
	height:auto;
	background:  url(../styleImages/fwc_images/background-content-bottom.jpg) no-repeat bottom left;	
	margin: 50px auto;
	font-size:12px;
	min-height:500px; /*PO add*/
}

#logoedge {
	position: absolute;
	left: 1px;
	top: 78px;
	background:  url(../styleImages/fwc_images/logoedge.gif) no-repeat top left ;	
	width: 17px;
	height: 130px;
}

#logoedge a {
    position: absolute;
    left: 10px;
    top: -30px;
    width: 230px;
    height: 150px;
}

#hometext {
	width:300px;
	float:left;
	margin:0;
}

#slideshow {
	width:300px;
	height:300px;
	float:right;
	margin:0:
	text-align:center;
}

#footer {
	clear:both;
	position: relative;
	height: 121px;
	width: 916px;
	background:  url(../styleImages/fwc_images/background-footer.jpg) no-repeat top left;	
}
#footer-content {
	position: absolute;
	right: 0px;
	top: 39px;
	width: 660px;
	text-align: center;

}
p#copyright {
	color: #875a14;
	font-size:9px;
	margin: 0px 0px 1px 0px ;
	padding: 0;
}
p#createdby {
	color: #ba9466;
	font-size:9px;
	margin: 0px;
	padding: 0;	
}
#createdby a, #createdby a:visited {
	color:#ba9466;
	text-decoration:none;
}
#createdby a:focus, #createdby a:hover, #createdby a:active {
	color:#875a14;
	text-decoration:none;
}

/* ---------- ::Cart:: ------------------------ */
#addcart-button {
	margin-left: 15px;
}
#view-cart {
	background: url(../styleImages/fwc_images/top-edge.gif) no-repeat left top;
	margin-top: 2px;
}

#view-cart img {
	background: url(../styleImages/fwc_images/top-edge.gif) no-repeat left top;
	margin-top: 20px;
}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
vertical-align:middle;
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

.contactform fieldset {
	padding: 0; 
	background: transparent;
	font-size:.7em;
} 
.contactform fieldset legend {
	font-weight: bold;
	display:none;
} 
.contactform div {
	width: 100%; 
	padding: 0.25em 0 0.25em 0;
} 
.contactform div label {
	display: block; 
	width: 10em; 
} 
.contactform div.required {
	font-weight:bold;
}
.contactform textarea {
	width:190px;
	height:100px;
}
.fbsubmit {
	font-size:.6em;
}
.captcha {
	margin-left:1px;
	font-size:.6em;
}
/* ---------- ::Global Classes:: --------------- */
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:0;
height:0;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
/* ------------ ::Home Page Slideshow --------------- */
#slideshow {
width:496px;
height:409px;
float:none;
margin:0 auto 10px auto;
padding:0;
background:transparent;
}
#slideshow img {
padding:0;
}
/* ------------ ::Shopping Cart Styles --------------- */
#BreadCrumb {
font-size:11px;
margin-bottom:5px;
}
#BreadCrumb a {
	padding-right:5px;
}
.catProducts {
	position: relative;
	display: block;
	font-size: 10px;
	padding: 10px 20px 15px 30px;
	width: 152px;
	height: 200px;
	float: left;
	text-align: center;
	line-height: 13px;
}
.catProducts a {
	font-size: 11px;
	font-weight: bold;
	position: relative;
}
#productDetails {
	padding: 0;
	margin:15px auto;
	width: 620px;
	font-size:12px;
}
#productDetails h2 {
	font-size:14px;
}
#productPhoto {
	padding: 0;
	margin:15px auto;
	width: 400px;
	text-align:center;
}
#ProdPrice {
	margin:10px 0;
}
#ProdType {
	margin:10px 0;
}
#viewcart {
	position:relative;
	top:152px;
	left:37px;
	width:200px;
	margin:0;
	color:#fff;
	text-align:right;
}
#divider {
	position:relative;
	top:145px;
	left:40px;
	width:214px;
	margin:0;
	text-align:right;
}
.cartprice {
	color:#ba9466;
}
.Button {
 	margin:15px auto;
}
.BasketProduct p {
	color:#ba9466;
}
#BasketItems, .TotalItems, #BasketTotal, .TotalPrice {
	font-size:12px;
	color:#ba9466;
}
#Login p {
	text-align:right;
}
#cartTable {
	font-size:12px;
}
.tdcartTitle {
	font-weight:bold;
}
.txtButton {
	font-size:12px;
}
#ContentBox {
	font-size:12px;
}
#loginTable {
	font-size:12px;
	border:0;
}
.topnav {
width:880px;
margin:0 auto;
font-size:12px;
color:#ba9466;
text-align:right;
}
.topnav a, .topnav a:link, .topnav a:visited {
	color:#ba9466;
	text-decoration:none;
	font-weight:bold;
}
.topnav a:focus, .topnav a:hover, .topnav a:active {
	color:#875a14;
	text-decoration:none;
	font-weight:bold;
}
#bottomnav {
width:350px;
margin:0 0 0 30px;
float:left;
padding-top:85px;
font-size:11px;
text-align:left;
clear:both;
}
#bottomnav a, #bottomnav a:visited {
	color:#875a14;
	text-decoration:none;
}
#bottomnav a:focus, #bottomnav a:hover, #bottomnav a:active {
	color:#ba9466;
	text-decoration:none;
}

/* Light Box Styling */
.LightBox {
	display: inline;
}
.LightBox img {
margin:0 10px 0 0;
}
/* End Light Box Styling */
.pagination {
	clear:both;
}
#topsession {
width:880px;
margin:0 auto;
padding-top:20px;
text-align:right;
}
#topsession p {
color:#ba9466;
}
.Sale {
	font-weight:bold;
}
.txtOldPrice {
	text-decoration:line-through;
}
#sitedocs1 {
	width:238px;
	float:right;
	margin:50px 0 0 0;
	text-align:right;
}
#bottom-links {
width:300px;
float:left;
margin:0;
}
#payment-logos {
width:500px;
margin:0 20px 0 0;
float:right;
font-size:11px;
padding-top:85px;
text-align:right;
	color:#875a14;
}
.AuthorizeNetSeal {
float:right;
text-align:right;
}
.AuthorizeNetSeal a {
color:#875a14;
}