/* Main CSS Document */

@import url("core.css");

#container {
	width: 1049px;
	margin: 0px auto;
	padding: 66px 25px 0px 26px;
	/*background-image: url(../images/bg-container.gif);
	background-repeat: no-repeat;*/
}

#header {
	width: 1049px;
	height: 149px;
	margin: 0px auto;
	background-color: #ffffff;
}
.logo {
	width: 384px;
	float: left;
}
.newsletter {
	width: 257px;
	float: right;
	padding: 30px 22px 0px 0px;
}
input.newsletterfield {
	width: 253px;
	height: 20px;
	border: 0px;
	margin: 4px 0px 0px 0px;
	background-image: url(../images/bg-newsletter-field.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
}
p.btn {
	text-align: right;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}


#nav {
	width: 1049px;
	height: 49px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 33px;
	padding: 16px 20px 0px 20px;
	background-image: url(../images/bg-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a, #nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
#nav li a:hover {	
	color: #fff457;
}


#content {
	width: 1049px;
	padding: 0px 0px 30px 0px;
	background-color: #ffffff;
	background-image: url(../images/bg-right-side.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#content .middleleft {
	width: 730px;
	float: left;
}
#content .middleright {
	width: 319px;
	float: right;
	/*background-image: url(../images/bg-middle-right.gif);
	background-repeat: no-repeat;*/
}
#content .middleright .box {
	padding: 20px 20px 0px 20px;
	line-height: 14px;
	background-image: url(../images/bg-middle-right-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#content .left {
	width: 730px;
	float: left;
	/* padding: 20px 30px 0px 30px; */
}
#content .padding {
	padding: 20px 30px 0px 30px;
}

#content .right {
	width: 291px;
	float: right;
	background-color: #f2f2f2;
	/*border: 1px solid #e9e9e9;*/
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 14px;
}

#footer {
	width: 950px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 20px 50px 20px 49px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
#footer .box {
	width: 235px;
	float: left;
}
#footer .box ul {
	margin: 0px;
	padding: 0px;
}
#footer .box li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
}
#footer .box li a, #footer .box li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
#footer .box li a:hover {
	text-decoration: underline;
}
