@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg-header.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrap{
	width:870px;
	margin-right: auto;
	margin-left: auto;
}
h1{ font-size:24px;}
.register{ background-color:#006FB9; padding:5px; color:#FFFFFF; font-size:11px; }
.registeri{ background-color:#006FB9; padding:5px; color:#FFFFFF; font-size:11px; margin-top:-10px;}
form{
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 .toplinks{
	font-size:12px;
	color:#333;
	padding-bottom:10px;
	text-align: center;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #F8F8F8;
}
  .toplinks a{
	font-size:12px;
	color:#333333;
	text-decoration:none
}
    .toplinks a:hover {
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}


/*Header ==============================================================================================================*/
#header{
	width:869px;
	height:129px;
	margin-top:6px;
	
}
#header #logo{ float:left;width:305px;
	height:129px;
	margin-top:6px;}
#header #search{float:left; height:129px; margin-left:230px; margin-top:30px; width:250px;}
#header #search form{ padding:0px; margin:0px;}
#header #search form input.text{
	padding:2px;
	margin:0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/*Navigation ==============================================================================================================*/
#nav{
	width:870px;
	height:30px;
	font-size:18px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
}
#nav ul{
	padding:0px;
	margin-left:90px;
}
#nav li{ list-style:none; float:left; padding-left:5px; height:25px;}
#nav a{
	text-decoration:none;
	color:#FFFFFF
}
#nav a:hover{
	text-decoration:none;
	color:#FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#nav .selected{
	text-decoration:none;
	color:#FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*Hack for IE 6*/
*html #nav a:hover{
	text-decoration:none;
	color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	
}
*html #nav .selected{
	text-decoration:none;
	color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*Banner ==============================================================================================================*/
#banner{
	width:869px;
	height:220px;
	clear:both;
	margin-top:10px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
/*Content ==============================================================================================================*/

#content-home{ width:869px; margin-top:10px; font-size:12px; margin-bottom:10px; height:345px;}
#content-home a{
	font-size:12px;
	text-decoration:undelin;
	color:#990000;
}
#content-home a:hover{
	font-size:12px;
	text-decoration:none;
	color:#fff;
	background-color:#990000;
	
}
#content-home #welcome{
	width:357px;
	height:327px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}
#content-home #sub{
	width:196px;
	height:327px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	margin-left:5px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}
#content-home #sub img{
	margin-bottom:5px;
	margin-left: -3px;

}
#content-home #news{
	width:246px;
	height:327px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	margin-left:5px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}
#content-home #news img{margin-top:10px;}
*html #content-home #news img{margin-top:20px;}
/*Hack for IE6*/

*html #content-home #welcome{ width:349px; background-color:#FFF; padding:10px; float:left;background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;}
*html #content-home #sub{width:189px; background-color:#FFF; padding:10px; float:left; margin-left:5px; background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;}
*html #content-home #sub img{
	margin-bottom:5px;
	margin-left: 0px;

}
*html #content-home #news{width:245px; background-color:#FFF; padding:10px; float:left; margin-left:5px;background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;}
/*Content  Subsequent Pages==============================================================================================================*/
#content{ width:869px; margin-top:10px; font-size:12px; margin-bottom:10px; height:400px;}
#content #main{
	width:576px;
	height:380px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}#content #main a{
	font-size:12px;
	text-decoration:undelin;
	color:#990000;
}
#content #main a:hover{
	font-size:12px;
	text-decoration:none;
	color:#fff;
	background-color:#990000;
	
}
#content #main img{ margin:2px;}
#content #main  a img{
	margin:2px;
	border: 3px solid #000;}
#content #main a:hover img{
	margin:2px;
	border: 3px solid #990000;
}


#content #main fieldset { border:0px;margin:0px;padding:0px; }
#content #main form {
	border:0px;
	margin-top:5px;
	padding:10px;
	background-color: #D9F5FF;
}

#content #main .label { float:left; width:250px; margin-right:10px;}
#content #main .label2 { float:left; width:500px; margin-right:10px;}
#content #main input.text{
	color:#666;
	padding:1px;
	border:1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:250px
	
}
#content #main input.text2{
	color:#666;
	padding:1px;
	border:1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:510px;
	
}
#content #main input .select{
	color:#666;
	padding:1px;
	border:1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:510px;
	
}
*html #content #main input.text2{
	color:#666;
	padding:1px;
	border:1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:513px;
	
}
#content #main textarea {
width:510px;
	background-color:#FFFFFF;
	color:#666;
	padding:1px;
	border:1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
#content #main input.submit {
	padding:2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333; margin-left:430px;}
#content #navigation{
	width:246px;
	height:380px;
	background-color:#FFFFFF;
	padding:10px;
	float:left;
	margin-left:5px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}
#content #navigation img{margin-top:15px;}
#content #navigation ul{
	padding:0px;
	margin-bottom: 10px;
	margin-top:-10px;
}
*html #content #navigation ul{
	padding:0px;
	margin-bottom: 10px;
	margin-top:-3px;
	margin-left:0px;
}
#content #navigation li{ list-style:none; margin:0px; padding:0px; font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content #navigation a{ font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content #navigation a:hover{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	color:#0077C6;
	background-position: left center;
}
#content #navigation .selected{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	color:#0077C6;
	background-position: left center;
}

#content #navigation .sub a{ font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content #navigation .sub a:hover{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: none;
	background-repeat: no-repeat;
	color:#0077C6;
}
#content #navigation .sub .selected{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: none;
	background-repeat: no-repeat;
	color:#0077C6;
}
/*Made specially for Wood  Products==============================================================================================================*/
#content-special{ width:869px; margin-top:10px; font-size:12px; margin-bottom:10px; height:345px; }

#content-special #products{ width:566px; height:317px; background-color:#0099FF; padding:15px; float:left;  }
#content-special #products #holder{ width:547px; height:230px; background-color:#0099FF; padding:10px; float:left; overflow:scroll;  overflow-x:hidden; overflow-y: scroll; }
#content-special #products img{ padding:10px;}
#content-special #navigation{width:246px; height:327px; background-color:#0099FF; padding:10px; float:left; margin-left:5px;}
#content-special #navigation img{margin-top:15px;}
#content-special #navigation ul{
	padding:0px;
	margin-bottom: 10px;
	margin-top:-10px;
}
*html #content-special #navigation ul{
	padding:0px;
	margin-bottom: 10px;
	margin-top:-3px;
	margin-left:0px;
}
#content-special #navigation li{ list-style:none; margin:0px; padding:0px; font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content-special #navigation a{ font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content-special #navigation a:hover{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	color:#0077C6;
	background-position: left center;
}
#content-special #navigation .selected{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	color:#0077C6;
	background-position: left center;
}

#content-special #navigation .sub a{ font-size:12px; text-decoration:none; color:#333333;padding-left:17px;}
#content-special #navigation .sub a:hover{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: none;
	background-repeat: no-repeat;
	color:#0077C6;
}
#content-special #navigation .sub .selected{
	font-size:12px;
	text-decoration:none;
	padding-left:17px;
	background-image: none;
	background-repeat: no-repeat;
	color:#0077C6;
}
/*Footer==============================================================================================================*/
#footer{
	width:859px;
	height:17px;
	color:#333333;
	padding:5px;
	font-size:12px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006F93;
}
#footer #credits{
	width:200px;
	float:left;
	text-align: right;
}
#footer #copyright{
	width:870px;
	float:left;
	text-align: center;
}
#footer a{color:#FFFFFF;}
#footer a:hover{color:#FFFFFF; text-decoration:none;}

/*----------------------------------------------------------------------------------------------------------------*/

.summary{
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top:5px;
}
 .heading{ color:#cc6600}
 hr{ width:510px;}
 .gallerx img{ margin-left:7px; background-color:#FFFFFF; border: 1px solid #0053a6; padding:3px; margin-top:5px; }

