/* Main CSS Document */

@import url("core.css");


/* header */
#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
}
.headerholder {
	width: 950px;
	margin: 0px auto;
	height: 100px;
	background-image: url(../images/bg-header-holder.jpg);
	background-repeat: no-repeat;
}
.logo {
width: 540px; float: left;
} 
.search {
	width: 295px;
	float: right;
	padding: 34px 34px 0px 0px;
}
input.searchfield {
	width: 251px;
	height: 35px;
	background-image: url(../images/bg-form-search.gif);
	background-repeat: no-repeat;
	border: 0px;
	float: left;
}


/* nav */
#nav {
	width: 100%;
	height: 44px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
}

#nav ul {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/bg-nav-links.gif);
	background-repeat: no-repeat;
}
#nav li {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 135px;
	background-image: url(../images/bg-border-nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li.contact {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 140px;
	background-image: none;
}
#nav li.on {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 135px;
	background-image: url(../images/bg-nav-on.gif);
	background-repeat: no-repeat;
}
#nav li.onhome {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 135px;
	background-image: url(../images/bg-nav-on-home.gif);
	background-repeat: no-repeat;
}
#nav li.oncontact {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: block;
	height: 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 140px;
	background-image: url(../images/bg-nav-on-contact.gif);
	background-repeat: no-repeat;
}
#nav li a, #nav li a:visited {	
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #ffd02e;
	text-decoration: none;
}



/* content */
#container {
	width: 100%;
	padding: 21px 0px 21px 0px;
	background-color: #f9f8f4;
	background-image: url(../images/bg-gradient-content.gif);
	background-repeat: repeat-x;
}

#content {
	width: 950px;
	margin: 0px auto;
}


/* middle */
#middle {
	width: 489px;
	height: 235px;
	padding: 40px 56px 0px 405px;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/bg-middle.jpg);
	background-repeat: no-repeat;
	color: #ab9f9f;
	font-size: 14px;
}

/* left */
.left {
	width: 190px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.leftblog {
	width: 680px;
	float: left;
}


/* right */
.right {
	width: 730px;
	float: right;
}
.rightblog {
	width: 250px;
	float: right;
}

.thumb {
	width: 200px;
	float: left;
}

.desc {
	width: 500px;
	float: right;
}


/* tabs */
.tab {
	height: 25px;
	background-image: url(../images/bg-tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabcorner {
	height: 25px;
	width: 25px;
	background-image: url(../images/bg-tab-corner-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabbox {
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 25px 0px;
	background-image: url(../images/bg-tab-box.gif);
	background-repeat: repeat-x;
}

.tabwood {
	height: 45px;
	background-image: url(../images/bg-tab-wood.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabwood h2 {
	height: 35px;
	background-image: url(../images/bg-tab-wood-corner.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 0px 25px;
}


/* footer */
#footer {
	width: 950px;
	padding: 30px 0px 40px 0px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer li a, #footer li a:visited {
	color: #f9f8f4;
	text-decoration: none;
}
#footer li a:hover {
	color: #ffffff;
}


/* form */
label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 80px;
}
.field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
.txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
.btn {
	padding: 0px 0px 20px 100px;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 8px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
}
th {
	padding: 8px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #160602;
	color: #fff;
	text-transform: uppercase;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
