/* CSS Document */
/* Last modified: Feb 2008 */
/* Owner: Bente van der Made */
/* Company: Jarimbi Web Sites, http://www.jarimbi.com */


/*======= central declarations ====== */
/* Reset all margins to zero  */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}
/* Font size needs to be in the body  */
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: black;
	/*color: #993300; original brown */
	background: url(../images/texture_bg.jpg) repeat; 
	height: 100%;
	text-align: center;
}


/*======= START - Settings other pages ====== */
/*======= outer container ====== */
#container {
	border: double 6px #993300;
	width: 900px; 
	margin: 2px auto 0 auto;
	text-align: left;
	padding-bottom: 40px;
}

#header {
/*	border: solid thin black; */
	width: 900px;
	height: 116px;
	font-family: "Castellar", Arial, Helvetica, sans-serif;
	color: #993300;
}
	
#headernola {
	/*border: solid thin yellow; */
	width: 520px;
	height: 116px;
	margin-top: 5px;
	margin-left: 216px;
}



/******2 column layout********/
/******Navigation - leftcolumn********/
#leftcolumn {
	/*border: solid thin yellow; */
	float: left;
	/*margin-top: 100px;*/
	width: 220px;
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
}

#leftcolumn ul {
	list-style: none;
}

#leftcolumn li {
	padding-bottom: 0;
}

#leftcolumn ul.lhnav {
	padding-left: 12px;
	padding-top: 27px;
}

#leftcolumn li.lhnav {
	padding-bottom: 4px;
}

#leftcolumn ul.submenu1 {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0;
}

#leftcolumn li.submenu1  {
	font-size: 72%;
}

#leftcolumn ul.submenu2 {
	padding-left: 8px;
	padding-bottom: 6px;
}

#leftcolumn li.submenu2  {
 	font-size: 85%;
	padding-bottom: 0px;
}

#leftcolumn a {
	text-decoration: none;
	color: #393900;
	font-weight: bold;
}

#leftcolumn a:visited {
	text-decoration: none;
	color: #393900;
}

#leftcolumn a:hover {
	color: #7b7b43;
	text-decoration: underline;
}

#leftcolumn a:focus {
	color: #7b7b43;
	text-decoration: underline;
}

#leftcolumn a.active {
	color: #993300;
	text-decoration: none;
}


body#home a.home, body#about a.about, body#contact a.contact, body#shipping a.shipping, body#octagon a.octagon, 
body#rectangular a.rectangular, body#adirondack a.adirondack, body#tables a.tables, body#kd_octagon a.kd_octagon
, body#kd_rectangular a.kd_rectangular, body#kd_fourpiece a.kd_fourpiece, body#kd_playhouse a.kd_playhouse, 
body#kd_furniture a.kd_furniture, body#shipping a.shipping ,body#localmarkets a.localmarkets, body#links a.links, body#coffeetables a.coffeetables, body#benches a.benches, body#porchswings a.porchswings, body#kd_adirondack a.kd_adirondack, body#kd_bench a.kd_bench
{
	color: #993300;
	text-decoration: none;
}

/*======= End Navigation - leftcolumn ====== */
/*======= content ====== */
#contentcolumn {
	/*border: solid thin red; */
	float: left;
	margin-left: 6px;
	width: 520px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
}

#contentcolumn.productdetail {
	width: 650px;
}


#product_descr {
	width: 380px;
	min-height: 360px;
	float: left;
}

/*=== hack for ie 5 and 6 ===*/
* html #product_descr{ 
	height: 360px;
} 

#product_images {
	float: right;
	width: 250px;
}

#rightcolumn {
	/*border: solid thin green; */
	float: left;
	width: 80px;
}

#rightcolumn.products {
	left: 800px;
	width: 0px;
}


/*======= styles ====== */
/* H1 always right under topnav bar  */
#contentcolumn h1 { 
	color: #993300;
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	margin: .60em 0 0 0; 
}

#contentcolumn h2 { 
	color: #993300;
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	margin: .75em 0;
}

#contentcolumn h3 { 
	color: #993300;
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	margin: .83em 0 0 0;
}

#contentcolumn p  { 
	font-size: 85%;
	margin: 1.12em 0;
}

#contentcolumn a {
	/*color: #eeffd6; darker*/
	color: #993300;
	/*color: #999900; green*/
	/*font-weight: bold;*/
}

#contentcolumn a:visited {
	/*color: #996600;*/
	color: #663300;
}

#contentcolumn a:hover {
	color: #996600;
	/*color: #cc3333;*/
	text-decoration: underline;
}

#contentcolumn a:focus {
	color: #996600;
	/*color: #cc3333;*/
	text-decoration: underline;
}

#contentcolumn ul  { 
	list-style-image: url("/images/list_fleur.gif");
	font-size: 85%;
	margin-left: 30px;
	margin-top: 0;
	padding: 4px;
}

body#links #contentcolumn ul {
	margin-left: 100px;
}

#contentcolumn li {
	padding-bottom: 4px;
}

#contentcolumn table td  { 
	font-size: 85%;
	vertical-align: top;
}

td.label {
	font-weight: bold;
	width: 25%;
}

img.products1 {
	margin-bottom: 10px;
}

img.products {

}

.nolawoodworks {
	font-weight: bold;
	font-size: 110%;
}

/******FOOTER********/
#footer, #footer_about, #footer_productdetail, #footer_productdetail_large  {
	/*border: solid thin green;*/
	margin: -25px auto 0 auto;
	width: 800px;
	text-align:center;
	font-size: 70%;
    /*margin-top: -7.5em;*/
}

/*=== hacks to get footer right for IE5 ===*/
#footer {
/*	top: 100%;
	margin-top: -40px;
	margin-\top: -30px;
	margin-left: -400px; */
}

/*=== specific settings for longer pages, otherwise footer too high ====*/
#footer_about {
	top: 700px;
	margin-top: -20px;
	margin-\top: -10px;
	margin-left: -360px; 
}
#footer_productdetail {
	top: 770px;
	margin-top: -20px;
	margin-\top: -10px;
	margin-left: -400px;
}

body#octagon #footer_productdetail {
	top: 800px;
}

#footer_productdetail_large {
	top: 950px;
	margin-top: -20px;
	margin-\top: -10px;
	margin-left: -400px; 
}

#printfooter {
	display: none;
}