/*********************************/
/* Basic.css - Basic Site Styles */
/*********************************/

/* Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: 14px;
	background-color: #2E2E2E;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin: 0px;	
}
input {
	padding: 0px;
	margin: 0px;
}

/* Header */

.header_sides {
	background-image: url(../images/header/header_sides.png);
	height: 64px;
}
.header_background {
	background-image: url(../images/header/header_background.png);
	width: 780px;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
}
.header_site-title {
	background-image: url(../images/header/header_site-title.png);
	margin-left: 160px;
	width: 128px;
	height: 64px;
	float: left;
}
.header_newsletter_background {
	background-image: url(../images/header/header_newsletter_background.png);
	margin-left: 358px;
	width: 365px;
	height: 64px;
}
.header_newsletter_text {
	width: 98px;
	height: 49px;
	margin-top: 15px;
	float: left;
	color: #FE9900;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.header_newsletter_form {
	margin-top: 22px;
	padding-left: 18px;
	float: left;
}
#email-input {
	width: 182px;
	border: 0;
	float: left;
	color: #434343;	
}
#email-submit {
	width: 24px;
	height: 24px;
	margin-top: -3px;
	margin-left: 20px;
	border: 0;
	background-color: transparent;
	background-image: url(../images/bullets/bullet_large.png);
	cursor: pointer;
	float: left;
}

/* Menu */

.menu_bar {
	background-image: url(../images/menu/menu_bar.png);
	height: 48px;
	clear: left;
}
.menu_container {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
.menu_item {
	width: 110px;
	height: 33px;
	padding-top: 15px;
	float: left;
	text-align: center;
}
.menu_line {
	background-image: url(../images/menu/menu_line.png);
	width: 2px;
	height: 48px;
	float: left;
}

/* Menu-Links */

a.menu_item {
	text-decoration: none;
	border: none;
}
a.menu_item:hover {
	background-image: url(../images/menu/menu_item_hover.png);
}
a.menu_item:active {
	background-image: url(../images/menu/menu_item_hover.png);
}

/* Main Body */

.body_container {
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.body_main {
	min-height: 400px;
	background-image: url(../images/body/body_main.png);
	background-repeat: repeat-y;
	background-position: 4px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 37px;
	padding-bottom: 4px;
}
.body_footer {
	height: 20px;
	background-image: url(../images/body/body_footer.png);
	background-repeat: no-repeat;
	background-position: 4px;
}
.footer_box {
	width: 684px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}

/* Newsbox */

.newsbox_container {
	float: right;
	width: 242px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.newsbox_header {
	background-image: url(../images/newsbox/newsbox_header.png);
	height: 26px;
	width: 242px;
	padding-top: 10px;
	text-align: center;
}
.newsbox_body {
	background-image: url(../images/newsbox/newsbox_body.png);
	width: 242px;
}
.newsbox_body_text {
	width: 212px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
}	
.newsbox_footer {
	background-image: url(../images/newsbox/newsbox_footer.png);
	height: 10px;
	width: 242px;
}