/* Main CSS Document */

@import url("core.css");

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

/*==========================HEADER==========================*/
#header {
	width: 940px;
	height: 80px;
	background: url(../images/bg-header.gif) no-repeat right top;
}
.logo {
	width: 320px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}


/*==========================NAV==========================*/
#nav {
	width: 940px;
	height: 40px;
	background: url(../images/bg-nav.gif);
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#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: #fff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #ffd504;
}
.searchBox {
	width: 240px;
	float: right;
	padding: 7px 0 0 0;
}
input.searchField {
	width: 174px;
	height: 25px;
	float: left;
	border: 0;
}


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

/*==========================LEFT==========================*/
.left {
	width: 695px;
	float: left;
}
#middle {
	width: 265px;
	height: 260px;
	background: url(../images/bg-middle.jpg) no-repeat;
	padding: 40px 390px 0 40px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#middle h1 {
	font-size: 24px;
	color: #4d6f22;
	font-weight: normal;
	padding: 0 0 5px 0;
	border: 0;
line-height:1.25em;
}


/*==========================RIGHT==========================*/
.right {
	width: 240px;
	float: right;	
}


/*==========================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;
}


/*==========================BOTTOM==========================*/
#bottom {
	padding: 20px;
	background: #fbf9f2;
	margin: 10px 0 0 0;
}
.box1 {
	width: 280px;
	padding: 0 20px 0 0;
	border-right: 1px solid #e9e8e3;
	float: left;
}
.box2 {
	width: 260px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #e9e8e3;
	float: left;
}
.box3 {
	width: 260px;
	padding: 0 0 0 20px;
	float: left;
}


/*==========================FOOTER==========================*/
#footer {
	width: 940px;
	font-size: 11px;
	color: #7d7b7b;
	padding: 20px 0 20px 0;
	text-align: center;
}
#footer a {
	color: #7d7b7b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	list-style:none;
	display:inline;
}
#footer ul li a {
	padding:0 10px;
}

/*==========================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: #f4df98;
}


