
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#wrap {
	width: 1011px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 993px;
	float: left;
	padding: 0px 9px;
	background-image: url(../images/bg_main.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.main_inside {
	width: 983px;
	float: left;
	padding: 0px 5px;
	background-image: url(../images/bg_main_inside.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_left {
	width: 988px;
	float: left;
	padding: 0px 0px 0px 5px;
	background-image: url(../images/bg_main_left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main_right {
	width: 983px;
	float: left;
	padding: 0px 5px 0px 0px;
	background-image: url(../images/bg_main_right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#main_middle {
	width: 983px;
	float: left;
	padding: 0px;
	background-image: url(../images/bg_main_middle.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 983px;
	height: 139px;
	float: left;
}

#logo {
	width: 462px;
	height: 94px;
	float: left;
}

#top_navigation {
	width: 520px;
	height: 82px;
	float: right;
	padding: 12px 1px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg_top_navigation.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#top_navigation .link {
	width: 99px;
	height: 81px;
	float: right;
	padding: 0px 0px 1px 3px;
	margin: 0px;
	background-image: url(../images/bg_top_navigation_link.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#top_navigation .link a {
	width: 99px;
	height: 22px;
	padding-top: 59px;
	display: block;
	font-size: 13px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
}

#top_navigation .link a:hover,
#top_navigation .link a.current {
	height: 17px;
	padding-top: 59px;
	text-decoration: none;
	color: #333333;
	border-bottom: 5px solid #bd0906;
	background-image: url(../images/bg_top_navigation_hover.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#quicklinks {
	width: 983px;
	height: 40px;
	padding-top: 5px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#quicklinks img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_inside {
	width: 983px;
	height: 119px;
	padding-bottom: 4px;
	float: left;
	background-image: url(../images/bg_header_inside.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}




/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 231px;
	float: left;
	padding: 4px 5px 0px 6px;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 300px;
}

#navcontainer {
	width: 231px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 217px;
	height: 21px;
	padding: 3px 7px 0px 7px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	text-decoration: none;
	background-image: url(../images/bg_menu1_on.png);
	color: #ffffff;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li a {
	display: block;
	width: 215px;
	height: auto;
	padding: 0px 6px 3px 10px;
	text-decoration: none;
	background-image: none;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #d8512a;
}

#search {
	width: 155px;
	height: 26px;
	float: right;
	margin-top: 11px;
	padding: 10px 0px 0px 75px;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
}

#banners {
	width: 230px;
	float: right;
	padding: 15px 0px 0px 0px;
}

.navbanner {
	width: 230px;
	float: left;
	margin-bottom: 4px;
}

.search_button {
	width: 14px;
	height: 14px;
	float: left;
	margin: 1px 0px 0px 6px;
	background-image: url(../images/bttn_search.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 735px;
	float: left;
	padding: 0px 1px 0px 5px;
	border-top: 4px solid #030303;
}

#pagetitle {
	border-top: 1px solid #9e9e9e;
	width: 706px;
	height: 40px;
	float: left;
	padding: 0px 12px 0px 17px;
	background-image: url(../images/bg_pagetitle.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content {
	width: 701px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 0px 17px 15px 17px;
	min-height: 400px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 12px;
	color: #666666;
	padding: 2px 0px 15px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#homepage {
	width: 983px;
	float: left;
}

#welcome {
	width: 983px;
	height: 280px;
	padding: 0px 0px 5px 0px;
	float: left;
	background-image: url(../images/bg_welcome.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#youtube {
	width: 342px;
	height: 273px;
	padding: 7px 0px 0px 641px;
	float: left;
}

#contentboxes {
	width: 983px;
	float: left;
	background-image: url(../images/bg_contentboxes_body.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#contentboxes_top {
	width: 983px;
	float: left;
	background-image: url(../images/bg_contentboxes_title.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_container {
	width: 241px;
	float: left;
	padding: 0px 4px 0px 1px;
}

.cb_container_right {
	width: 243px;
	float: left;
	padding: 0px 1px 0px 1px;
}

.cbTitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	text-transform: uppercase;
	height: 28px;
	padding-top: 13px;
}

.cbBody {
	background-image: url(../images/bg_cb_body.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 7px 8px 10px 8px;
	min-height: 150px;
}
	


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer_home {
	width: 983px;
	height: 130px;
	padding: 35px 14px 10px 14px;
	float: left;
	font-size: 12px;
	font-family: Tahoma;
	color: #ffffff;
	background-image: url(../images/bg_footer_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer_inside {
	width: 983px;
	height: 130px;
	padding: 35px 14px 10px 14px;
	float: left;
	font-size: 12px;
	font-family: Tahoma;
	color: #ffffff;
	background-image: url(../images/bg_footer_inside.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer_home a,
#footer_inside a {
	color: #eedd5a;
	text-decoration: none;
}

#footer_home a:hover,
#footer_inside a:hover {
	color: #eedd5a;
	text-decoration: underline;
}

#address {
	width: 330px;
	float: left;
}

#links {
	width: 650px;
	height: 50px;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

#links a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	float: right;
	display: block;
}

#subscription {
	width: 311px;
	float: right;
}

.subscribe_button {
	width: 5px;
	height: 8px;
	float: left;
	background-image: url(../images/bttn_submit.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.inputtext {
	width: 165px;
	height: 16px;
	border: none;
	font-size: 11px;
	color: #464646;
}

#partners {
	width: 500px;
	float: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


