/*

Theme Name: woodson

Theme URI: Your Theme's URI

Description: A brief description.

Version: 1.0

Author: You

Author URI: Your website address.

*/

/* CSS Document */

/*-------------LAYOUT----------
------------------------------*/

body {
	background-image:url(images/bg-page.jpg);
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; 
    padding: 0; 
    border: 0;
}
.page {
	width: 800px;
	background-color:#FFF;
	color:#999;
	font-size:12px;
	text-align:left;
}
.headerbg {
	width:100%;
	height:130px;
	border-bottom:#ccc 5px solid;
	background-color:#fff;
	background-repeat:repeat-x;
	margin-bottom:-140px;
}
.header {
	width: 800px;
}
.header .address {
	width:788px;
	text-align:right;
	font-size:12px;
	color:#666;
	border-top:2px solid #663;
	margin-top:-25px;
	margin-bottom:-10px;
	padding-right:10px;
	padding-top:15px;
	font-weight:bold;
}
.navmenu {
	width: 800px;
}
.homeban {
	width: 800px;
}
.homebantext {
	float: left;
	height: 40px;
	width: 780px;
	padding: 10px;
	background-color:#FBFBFB;
}
.homebody {
	background-color:#FFF;
	float: left;
	width: 800px;
	padding-bottom:5px;
}
.homebody_b {
	background-color:#FFF;
	float: left;
	width: 800px;
	padding-bottom:5px;
}
.contactban {
	width: 800px;
	background-color:#FFF;
}
.footer {
	width: 800px;
	height: 100px;
	background-image:url(images/footer.gif);
}
.imgbox{
	width:245px;
	padding:10px;
	float:left;
	font-size:14px;
	text-align:center;
	color:#660;
	font-weight:bold;
}

/*-------------LINKS----------
------------------------------*/
a:link {
	color: #8b9468;
	text-decoration:none;
}
a:visited {
	color: #8b9468;
	text-decoration:none;
}
a:hover {
	color: #4a5327;
	text-decoration:none;
}
a:active {
	color: #8b9468;
	text-decoration:none;
}

/*-------------HEADERS----------
------------------------------*/

h1 
    { 
	margin:0px;
    font-size: 18px; 
	color:#fff;
	background-image:url(images/h1.gif);
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	background-repeat:no-repeat;
} 
h2 
    { 
    font-size: 14px;     
} 
h3 
    { 
    font-size: 12px; 
} 

h4 
    { 
    font-size: 10px;     
} 
h5
    { 
	margin:10px;
    font-size: 15px;
	color:#09C;
} 
h6 
    { 
	margin:0px;
    font-size: 18px; 
	color:#fff;
	background-image:url(images/h1.gif);
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	padding-right:30px;
	background-repeat:no-repeat;
} 
h7 
    { 
	margin:0px;
    font-size: 18px; 
	color:#fff;
	background-image:url(images/h1.gif);
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	display:block;
} 
p  
	{ 
    font-size: 13px; 
	line-height: 18px;
}
ul li {
	line-height:18px;
	color:#8b9468;
	font-size:13px;
	margin-left:-5px;
		}




/*-------------SMALL DIVS----------
------------------------------*/
.text {
	float: left;
	width: 446px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight:bold;
}
.text2 {
	float: left;
	width: 520px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight:bold;
}
.text3 {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight:bold;
}
.spacer {
	padding-top:25px;
	height: 15px;
	width: 800px;
	float: left;
	text-align:center;
	font-size: 9px;
	color:#666;
}
.t1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	float: left;
	height: 38px;
	width: 240px;
	text-align: center;
	line-height: 18px;
}
.t2 {
	float: left;
	height: 30px;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #666;
	line-height: 70px;
	text-align:center;
}
.t3 {
	float: left;
	width: 180px;
	line-height: 18px;
	margin: 5px;
	padding-left:20px;
}
.fixed, .clear {
	clear:both;
}
.wood {
	width: 535px;
	float:left;
	padding:5px;
	padding-left:15px;
	padding-right:20px;
	background-color:#FFF;
}
.woodside {
	float:left;
	width: 200px;
}
.staywrapped {
	width: 800px;
	background-color:#333;
}