
/* resets all values to zero */
* { margin: 0; padding: 0; }

html { height: 100.1%;}

body {
	background: #fff;
	color: #464646;
	font: 12px/14px Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	text-align: center;
}

/***** links *****/
a:link, a:visited, a:hover, a:active {
	color: #0181b7;
	text-decoration: underline;
}
a:hover {
	color: #585858;
}



/***** HEADINGS *****/
h2 {
	color: #373737;
	font-size: 16px;
	font-weight: normal;	
	line-height: 18px;
	margin: 0 0 9px 0;
	text-transform: uppercase; 
}
h3 {
	color: #373737;
	font-weight: normal;
}





/***** container - keeps the page in right size and centered *****/
#container {
	margin: 0 auto;
	overflow: visibile;
	position: relative;
	text-align: left;
	width: 850px;
}


/***** header area *****/
#header {
	background: #3c3b42 url(../images/navigation/bg.gif) top left repeat-x;
	height: 27px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header ul {
	float: left;
	height: 27px;
	overflow: hidden;
	width: 578px;
}
#header ul li {
	float: left;
	height: 27px;
	list-style-type: none;
}
#header ul li a:link, #header ul li a:visited, #header ul li a:hover, #header ul li a:active {
	color: #c2c2c2;
	display: block;
	height: 27px;
	text-decoration: none;
	text-indent: -999em;
    outline: none;
}
#header ul li a:hover {
	background-position: 0 -27px !important;
}
#header ul li#nav1 a:link, #header ul li#nav1 a:visited, #header ul li#nav1 a:hover, #header ul li#nav1 a:active { 
	background: transparent url(../images/navigation/nav_wisa.gif) top left no-repeat; 
	width: 78px;  
}
#header ul li.current a:link, #header ul li.current a:visited, #header ul li.current a:hover, #header ul li.current a:active { background-position: 0 -27px !important; }





/***** flash/image header in top of the page *****/
#liftup {
	height:361px;
	overflow: hidden;
	position: relative;
	width: 850px;	
}



/***** content *****/
#content {
	height: 1%;
	overflow: hidden;
	padding: 45px 11px 45px 11px;
	position: relative;
}
.plywood {
	float: left;
	height: 1%;
	width: 400px;
}
.plywood h2 {
	border-bottom: 1px solid #e8eae9;
}
.plywood img {
	float: left;
	margin: 19px 0 14px 0;
}
.plywood p {
	float: left;
	margin: 29px 0 14px 8px;
	width: 332px;
}

.timber {
	float: right;
	height: 1%;
	width: 400px;
}
.timber h2 {
	border-bottom: 1px solid #e8eae9;
}
.timber img {
	float: left;
	margin: 19px 0 14px 0;
}
.timber p {
	float: left;
	margin: 29px 0 14px 8px;	
	width: 332px;
}




/***** misc *****/
#dropdown_plywood, #dropdown_timber {
    display: none;
    height: auto;
	left: 10px;
    position: absolute;
    top: 519px;
    z-index: 9999;
}
#dropdown_timber {
	left: 438px;
}

.dropdown_plywood, .dropdown_timber {
	background: transparent url(../images/frontpage/dropdown_plywood.gif) 0 0 no-repeat;
	clear: both;
	display: block;
	height: 23px;
	outline: none;
	text-indent: -999em;	
	width: 191px;
}
.dropdown_timber {
	background: transparent url(../images/frontpage/dropdown_timber.gif) 0 0 no-repeat;
}
.dropdown_plywood:hover, .dropdown_timber:hover {
	background-position: bottom left;
}

.dropdown {
	height: 1%;
	overflow: hidden;
	width: 215px;
}
.dropdown .wrapper {
	background: url(../images/components/dropdown/bg.png) top left no-repeat;
	position: relative;
}
* html .dropdown .wrapper {
	background: url(../images/components/dropdown/bg.gif) top left no-repeat;
}
.dropdown .wrapper h3 {
	background: transparent url(../images/components/dropdown/heading_bg.gif) bottom left no-repeat;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 5px 3px;
	padding: 12px 0 12px 9px;
	position: relative;
	text-transform:none;
	width: 206px;
	z-index: 1;
}
.dropdown .wrapper .close {	
	background: transparent url(../images/components/dropdown/close.gif) 3px 4px no-repeat;
	height: 16px;
	outline: none;
	position: absolute;
	left: 193px;
	text-indent: -999em;
	top: 9px;
	width: 14px;
	z-index: 2;
}
.dropdown .wrapper .close:hover {	
	background: transparent url(../images/components/dropdown/close.gif) -30px 4px no-repeat;
}
.dropdown .wrapper ul {
	margin: 0 10px 0 12px;
}
.dropdown .wrapper ul li { 
	color: #0181b7;
	font-size: 11px;
	line-height: 13px;
	list-style-type: none;
	padding: 0 0 2px 0;
}
.dropdown .wrapper ul li a { 
	text-decoration: none;
}
.dropdown .bottom {
	background: transparent url(../images/components/dropdown/bg_bottom.png) top left no-repeat;
	height: 14px;
}
* html .dropdown .bottom {
	background: transparent url(../images/components/dropdown/bg_bottom.gif) top left no-repeat;
}






/***** footer area *****/
#footer {
	border-top: 1px solid #e8eae9;
	clear: both;
	color: #b2b2b2;
	font-size: 11px;
	height: 1%;
	overflow: hidden;
	padding: 16px 0px 19px 0;
	width: 100%;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #656565;
	text-decoration: none;
    outline: none;
}
#footer a:hover {
	color: #464646;
	text-decoration: underline;
}
#footer ul {
	float: left;
	margin: 0 0 0 7px;
}
#footer li {
	background: transparent url(../images/navigation/li.gif) center left no-repeat;
	display: inline; 
	list-style-type: none;
	padding: 0 0 0 11px;
}
#footer li.first {
	background: none;
	padding: 0;
}
#footer p {
	float: right;
	margin: 0 -1px 0 0;
}


