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


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


/* Font size needs to be in the body  */
body {
	font-size: 100%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	text-align: left;
}

/*======= outer container ====== */
#container, #container_about, #container_productdetail, #container_productdetail_large {
	border-color: white;
	border: none; 
	width: 900px; 
	position: absolute;
	left: 0;
	margin-left: 20px; 
}
	
#headernola {
	background: none;
	color: black;
    left: 0;
	margin-left: 12px;
	width: 700px;
}

#headerwoodworks {
    left: 0;
	margin-left: 14px;
	width: 700px;
	text-align: left;
	color: black;
}

/******HOMEPAGE, 3 column layout********/
#hp_container {
	border: none;
	width: 900px; 
	position: absolute;
	left: 400px;
	top: 300px;
}

#hp_header {
	/*border: solid thin black; */
	color: black;
}


#hp_leftcolumn {
	display: none;
}

#hp_centercolumn {
	/*border: solid thin red; */
	position: absolute;
	top: 160px;
	left: 210px;
	/*left: 270px;*/
	width: 520px;
}

#hp_rightcolumn {
	display: none;
}

.hp_section {
	font-family: "Castellar", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

a.hp_section {
	color: black;
	text-decoration: underline;
}

a.hp_section:visited {
	color: #999900;
}

a.hp_section:focus {
	color: #993300;
}

a.hp_section:hover {
	color: #993300;
}

a.hp_section:active {
	color: #993300;

}

/******FOOTER********/
#footer, #footer_about, #footer_productdetail, #footer_productdetail_large, #hp_footer {
	display: none;
}
 
#printfooter {
	/*border: solid thin green;*/
	display: block;
	width: 500px;
	margin-top: 25px;
	text-align:left;
}

body#home #printfooter {
	/*border: solid thin green;*/
	display: block;
	left: 200px;
	width: 500px;
	margin-top: 500px;
	text-align:left;
}

/******OTHER PAGES, 2column layout********/
/******Navigation - leftcolumn********/
#leftcolumn {
 	display: none;
}

#leftcolumn ul {
 	display: none;
}

#leftcolumn li {
 	display: none;
}

#leftcolumn ul.submenu1 {
 	display: none;
}

#leftcolumn li.submenu1  {
 	display: none;
}

#leftcolumn ul.submenu2 {
 	display: none;
}

#leftcolumn li.submenu2  {
 	display: none;
}

#leftcolumn a {
 	display: none;
}

/*======= End Navigation - leftcolumn ====== */
/*======= content ====== */
#contentcolumn {
	left: 20px;
	width: 900px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
}

#contentcolumn.products {
	/*width: 500px;*/
}

#product_descr {
}

#product_images {

}

#rightcolumn {
	display:none;
}

#rightcolumn.products {

}


/*======= styles ====== */
/* H1 always right under topnav bar  */
#contentcolumn h1 { 
	color: black;
}

#contentcolumn h2 { 
	color: black;
}

#contentcolumn h3 { 
	color: black;
}

#contentcolumn p  { 
}

#contentcolumn a {
	color: black;
	font-weight: normal;
}

#contentcolumn a:visited {
	color: black;
	font-weight: normal;
}


#contentcolumn ul  { 
	list-style-image: none;
}

#contentcolumn li {
}

#contentcolumn table td  { 
}

td.label {

}

img.products1 {
}

img.products {

}

.nolawoodworks {
	font-weight: normal;
	font-size: 100%;
}

#rightcolumn {
	display: none;
}