#frame {
	width: 760px;
	text-align: left;
	margin: 0;
	padding:0;
		}
#frame #header	{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0 0 0 0px;
	height: 140px;
	border-bottom: 3px dashed navy;
	}	
#frame #header #cart	{
	/**/position: absolute;
	top: 3px;
	left: 600px;
	width: 160px;
	height: 80px;
	background-color: #FFFFFF;
	}
#frame #header #prefdiv	{
	margin-top: -1px;
	float: right;
	font-size:11px;
	width: 150px;
	}
#frame #header #prefdiv	#setpref	{
	font-size: 9px;
	}

#frame #header #navbar {
	position:absolute;
	top: 122px;
	left:0;
	width: 760px;
	background-color: #003366;
	text-align: center;
	height: 20px;
}
#frame #nav	{
	width:120px;
	padding:0;
	float: left;
	margin: 30px 0 0 20px;
	text-align:right;
	padding-right: 30px;
	 }

#frame #main	{
	width:570px;
	padding:0;
	margin: 10px 0 10px 0px;
	float: left;
	 }
#frame #main #prodpics	{
	width: 260px;
	float:right;
	
	}
#frame #footer	{
	width:100%;
	float: left;
	margin:20px 10px 5px 0;
	padding:5px 0;	
	text-align: center;
	border-top: 1px solid silver;
	} 
	
#header img	{
	padding-right: 20px;
	}

body,td,th {
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: small;
	color: #012A54;
}
body {
	background-image: url(graphics/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

h1	{
	font-size:20px;
	font-weight:normal;
	line-height: 36px;
	}

h2	{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0 5px 0;
	}
h3	{
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 3px 0;
	}
h4	{
	font-size: 13px;
	color:#993300;
	font-weight: 400;
	line-height: 120%;
	margin: 2px 0;
	}
h5	{
	font-size: 12px;
	color:#993300;
	font-weight: 400;
	line-height: 120%;
	margin: 2px 0 4px 0;
	}
a	{
	color: #012A54;
	text-decoration:none;
}
a:hover	{
	color: #FFCC33;
	text-decoration:underline;
	}
table {
	margin: 5px 0;
	padding: 5px;
}
table.smaller td	{
	font-size: 11px;
	}
th	{
	text-align:center;
	font-size: 90%;
	}
td.centerdata	{
	text-align:center;
	}	
td.rowtitle	{
	font-weight: bold;
	padding: 5px;
	}
p.note	{
	font-size: 11px;
	color: #993333;
	margin-top: 2px;
	}
#main #cartform	{
	border: 3px dotted #CC9900;
		width: 200px;
		text-align:center;
		padding: 5px;
		margin: 5px 0;
		}
#main #cartform3	{
	
		width: 395px;
		text-align:center;
		padding: 5px;
		margin: 5px 0;
		}
#main #cartform3 p {
	font-size: 11px;
	color:#996633;
	margin: 3px;
	padding: 0;
	line-height: normal;
	}
#main #cartform3 table	{
	border: 3px dotted #CC9900;
	margin:0;
	padding:0;
	}

form#selectprod 	{
	margin: 0;
	color:#993300;
	/*text-align:center;*/	
	}
form#selectprod, form#selectprod select, form#selectprod input, form#selectcurrprod, form#selectcurrprod select, form#selectcurrprod input {
	font-size: 11px;
	color:#996633;
	font-weight: bold;
	
	}
form#selectprod select#woodselect 	{
	width: 85px;
	margin-right: 5px;
	margin-top: 3px;
	}
form#selectprod input	{
	width: 80px;
	margin-right: 5px;
	margin-top: 3px;
	}
form#selectprod select#sizeselect 	{
	width: 85px;
	margin-top: 3px;
	}
form#selectprod select#bagselect	{
	width: 85px;
	margin-top: 3px;
	}
form#selectcurrprod {
	float: left;
	margin-top: 3px;
	text-align: center;
	margin: 3px;
	}
h1.header	{
	font-size:24px;
	font-weight:normal;
	line-height: 48px;
	margin: 0 0 0 75px;
	}
h2.header	{
	font-size: 18px;
	font-weight: normal;
	}
h2.prods	{
	text-transform: capitalize;
	width: 50%;
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
	margin: 18px 0;
	}
h2.wood	{
	display: block;
	text-transform: capitalize;
	width: 50%;
	text-align: justify;
	color: #993300;
	font-size: 15px;
	line-height: 20px;
	margin: 12px 0;
	}
p.wood	{
	display: block;
	text-transform: capitalize;
	width: 50%;
	text-align: left;
	color: #993300;
	font-size: 17px;
	line-height: 24px;
	margin:  0;
	}
h1.cart	{
	font-size: 18px;
	margin-top: 0;
	text-align: left;
	}
table.cart, table.cart td	{
	margin:0;
	padding:2px;
	font-size: 11px;
	border: 0px solid silver;
	}

form#buyform, form#buyform input{
	font-size: 11px;
	text-align: center;
	}
.smaller	{
	font-size: 85%;
	}
/* navigation styling */
#header #navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#navbar a	{
	padding: 10px 0;
	line-height: 250%;
	}
#header #navbar a:hover {
	color: #003366;
	background-color: #FFFFFF;
	text-decoration:none;
	}
#nav a:hover	{
	color: #FFFFFF;
	background-color: #003366;
	text-decoration:none;
	}
#pricehead	{
	text-transform: capitalize;
	}
#qtydiv	{
	 white-space: nowrap;
	display: inline;
	 }

.alert	{
	color: navy;
	font-weight: bold;
	background-color: #FFCC00;
	}
pre	{
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: small;
	color: #012A54;
	width: 570px;
	white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

	}