/* Main CSS Document */

@import url("core.css");

/*==========================CONTAINER==========================*/
#container {
	width: 940px;
	margin: 0 auto;
}

/*==========================HEADER==========================*/
#header {
	width: 940px;
}
.logo {
	width: 940px;
	height: 80px;
	margin: 0;
	padding: 0;
}


/*==========================NAV==========================*/
#nav {
	width: 940px;
	height: 50px;
	background: url(../images/bg-nav.gif) no-repeat;
}
#nav ul {
	margin: 0;	
	padding: 0;
	width: 500px;
	float: left;
}
#nav li {
	margin: 0;	
	padding: 10px 0 0 23px;
	list-style-type: none;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
}
#nav a {
	color: #ee6a23;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #bb4809;
}
.searchBox {
	width: 240px;
	float: right;
	padding: 7px 0 0 0;
}
input.searchField {
	width: 175px;
	height: 34px;
	float: left;
	border: 0;
	background: url(../images/bg-search.gif) no-repeat;
	padding: 0 0 0 10px;
}


/*==========================MIDDLE==========================*/
#middle {
	width: 580px;
	height: 260px;
	background: url(../images/bg-middle.jpg) no-repeat;
	padding: 40px 40px 0 370px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
#middle h1 {
	color: #7d5834;
}


/*==========================CONTENT==========================*/
#content {
	width: 940px;
	padding: 20px 0 0 0;
}
.solo {
	padding: 10px 30px 10px 30px;
}

/*==========================LEFT==========================*/
.left {
	width: 280px;
	float: left;
	padding: 20px 20px 0 20px;
	background: url(../images/bg-right.gif) no-repeat right top;
}


/*==========================RIGHT==========================*/
.right {
	width: 580px;
	float: right;	
	padding: 20px 20px 0 0;
}
.right h3 {
	color: #333;
}

/*==========================FORM==========================*/
label {
	margin: 0px 20px 10px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 110px;
}
.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 130px;
}
input.subscribe {
	width: 258px;
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	height: 24px;
	margin: 0 0 5px 0;
	padding: 0;
}
.captcha {
	padding: 0px 0px 20px 130px;
}


/*==========================FOOTER==========================*/
#footer {
	width: 940px;
	font-size: 11px;
	color: #a2a2a2;
	padding: 60px 0 40px 0;
	background: url(../images/bg-footer.gif) no-repeat;
	text-align: center;
}
#footer p {
	padding: 0 0 6px 0;
}
#footer a {
	color: #7d7b7b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style:none;
	list-style-position:outside;
}
#footer li {
	display:inline;
	padding: 0px 5px 0px 5px;
}

/*==========================TABLE==========================*/
table {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
td {
	padding: 4px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
th {
	background: url(../images/bg-th.gif) repeat-x;
	height: 45px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	text-transform: uppercase;
	color: #fff;
}
th a {
	color: #fdcd3a;
}