/* standard declarations */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin:0 0 1px 0;
	padding: 0;
	background-color: #ddd;
}

img {border:0}
pre {font-size: 12px;}

a {color: #cc0000;text-decoration: none;}
a:link {color: #cc0000;}
a:visited {color: #990000;}
a:hover {color: #ff0000;text-decoration: underline;background-color: #eee;}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 125%;
}
#content_body_middle_data h1 {
	font-size: 200%;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #cc1100;
	margin: 2px 0;
}
h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 4px 0;
}
h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #cc1100;
	margin: 4px 0;
}


/* header */
#header{
	width: 100%;
	/*height: 32px;*/
	height: 32px;
	background-color: #fff;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: bottom;
	padding-top: 8px;
	background: #fff url(/images/background_header.gif) top left repeat-x;
}
#header_content{
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	text-align: center
}
#header_siteid{
	float: left;
	width: 80px;
	text-align: right;
	color: #999;
	margin-top: 2px;
	font-size: 70%;
}
#header_siteid a {color: #666;text-decoration: none;}
#header_siteid a:link {color: #666;}
#header_siteid a:visited {color: #666;}
#header_siteid a:hover {color: #000;text-decoration: underline;}

#header_tabs{
	padding-top: 13px;
	width: 370px;
	margin-right:auto;
	margin-left:auto;
	text-align: center
}

#header_tabs a {color: #000;text-decoration: none;}
#header_tabs a:link {color: #000;}
#header_tabs a:visited {color: #000;}
#header_tabs a:hover {color: #cc0000;background: none;}

.tab_on {
	float: left;
	display: block;
	background: url(/images/background_tab_on.gif) top left repeat-x;
	vertical-align: top;
	color: #fff;
}
#header_tabs a.tab_on_link, a.tab_on_link:link, a.tab_on_link:visited {
	margin: 4px 0;
	color: #fff;
}
#header_tabs a.tab_on_link:hover {
	margin: 4px 0;
	color: #cc0000;
}
.tab_off {
	float: left;
	display: block;
	background: url(/images/background_tab_off.gif) top left repeat-x;
	vertical-align: top;
}
a.tab_off_link {
	margin: 4px;
}


#header_account{
	float: right;
	font-size: 10px;
	margin-top: 3px;
	text-align:right;
}

#breadcrumbs {
	color: #666;
	font-size: 10px;
	padding: 4px 5px 1px 14px;
	border-bottom: 1px solid #aaa;
}

#menu_backfade {
	position: absolute;
	display:none;
	z-index: 50;
	width: 760px;
	height: 250px;
	background: url(/images/background-menufade.png) top left repeat-x;
}

/* content */
#content{
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	background-color: #fff;
	background: url(/images/background_mid_small.gif) left repeat-y;
	padding: 0 9px;
}

#content_body{
	clear:both;
}

#content_body_left{
	width: 169px;
	/*height: 400px; */
	background-color: #eee;
	float: left;
	border-right: 1px dashed #ccc;
}
#content_body_left_header {
	color: #fff;
	background-color: #666;
	padding: 70px 3px 5px 5px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #cc1100;
	background-image: url(/images/background-topleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content_body_left_subheader {
	background-color: #e9e9e9; padding: 1px 3px 1px 5px; font-size: 9px;
}

#content_body_left_menu{
	background-color: #e3e3e3; 
	background-color: #fff; 
	padding: 1px 10px 20px 10px; 
	border-bottom: 3px solid #999;
	color: #aaa;
	background-image: url(/images/background-left2.jpg);	
}
#content_body_left_menu ul {
	margin-top: 2px;
	margin-left: 8px;
	padding-left: 8px;
	list-style: square;
	font-size: 11px;
}
#content_body_left_menu ul li {
	margin-bottom: 5px;
}
#content_body_left_data {
	padding: 10px 10px 20px 10px; 
	background-image: url(/images/background-left.jpg);	
}
#content_body_left_news {
	padding-bottom: 15px; margin: 30px 0; border-top: 1px solid #ddd;  border-bottom: 1px solid #ddd;
}


#content_body_middle{
	width: 590px;
	background-color: #fff;
	float: left;
	line-height: 150%;
	font-size: small;
}
#content_body_middle_wide{
	width: 590px;
	background-color: #fff;
	float: left;
	line-height: 150%;
	font-size: small;
}
#content_body_middle_data{
	padding: 20px 25px 50px 30px;
}
#content_body_middle_data a, #content_body_middle_data a:link, #content_body_middle_data a:visited {
	/*border-bottom: 1px dashed #bbb;*/
	text-decoration: underline;
	
}
#content_body_middle_data a:hover {
	border-bottom: none;
}

#content_body_right{
	width: 177px;
	/*height: 400px;*/
	background-color: #ddd;
	float: right;
	padding-bottom: 30px;
	border-left: 1px dashed #bbb;
}
#content_body_right_data {
	margin: 30px 10px 10px 10px;
}
#content_body_right_btv {
	text-align: center; padding: 6px 0 15px 0; border-top: 1px dashed #bbb; border-bottom: 1px dashed #bbb;
}
#content_body_right_skyscraper {
	width: 160px; height: 600px; margin-left: 10px;
	text-align: center;
	/* background-color:#eeeecc;*/
}
#content_body_break {
	clear:both;
	line-height: 1px;
	border-top: 10px solid #e3e3e3; border-bottom: 4px dashed #ccc;
}


#banner{
	background-image:url(/images/banner-background.jpg);	
	width: 760px;
	border-top: 2px solid black;
}
#banner_promo {
	position: absolute; 
	padding-left: 507px;
}
#ROS_banner{
	padding-top: 10px;
}


/* top menu */
#mainMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	background: url(/images/backgroundMainMenu.gif) center right repeat-x;
	height: 19px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 100;
}

#nav, #nav ul {
	font-size: 11px;
	width: 760px;
	list-style: none;
	line-height: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#nav {
	margin-left: 1px;
}

#nav ul li ul {
	background-color: #ccc;
}

#nav a {
	display: block;
	/*width: 110px;*/
	color: #333;
	text-decoration: none;
	padding: 4px 10px 5px 10px;
	font-weight: bold;
}
#nav a:hover {
	background: none;
	color: #cc0000;
}

#nav a.daddy {
	background: #666 url(/images/rightarrow2.gif) center right no-repeat;
}
#nav a.daddy:hover {
	background-color: #000;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul li {
	border-bottom: 1px solid #888;
}

#nav li ul {
	font-size: 11px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/*opacity: .98;
	filter: alpha(opacity=98);*/
}

#nav li li {
	width: 170px;
}

#nav li ul a {
	color: #fff;
	width: 150px;
	background: #666;
	padding: 5px 10px;
	display: block;
}

#nav li ul ul {
	margin: -20px 0 0 159px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #ff0000;
}

#nav li:hover, #nav li.sfhover {
	background: #555;
	color: #fff;
	background: #000;
	color: #ff0000;
}

.leftDivider{
	background: url(/images/dividerMainMenu.gif) center left no-repeat;
}


/* footer */
#footer {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	background-color: #fff;
	background: url(/images/background_mid_small.gif) left repeat-y;
	padding: 20px 9px 0 9px;
	font-size: 10px;
	color: #999;
}
#footer a, #footer a:link, #footer a:visited {color: #777;text-decoration: none;}
#footer a:hover {color: #cc1100;text-decoration: underline;}

#footer_b {
	clear: both;
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	background: url(/images/background_mid_small_b.gif) top left repeat-x;
	padding: 0 9px;
	height: 42px;
}
#footer_right {
	float: right; width: 120px; height: 80px;
}
#footer_right a, #footer_right a:link, #footer_right a:visited {color: #000;text-decoration: none;}
#footer_right a:hover {color: #cc1100;text-decoration: underline;}

#footer_mid{
	float: left; color: #000; padding: 5px 0px; width: 530px;
}
#footer_mid a, #footer_mid a:link, #footer_mid a:visited {color: #000;text-decoration: none;}
#footer_mid a:hover {color: #cc1100;text-decoration: underline;}

/* front page items */
#fp_banner {
	position: absolute;
	background-color: #fff;
	margin: 250px 0 0 248px;
	text-align: center;
	width: 510px;
	padding: 11px 0 10px 0;
	background: url(/images/background_fp_banner.gif) top left no-repeat;
}

#fp_news {
	float: left;
	border: 1px solid #ccc; 
	background-color: #fff;
	margin: 10px 0px 13px 10px;
	width: 486px;
	height: 308px;
	font-size: 11px;
	background: url(/images/fp-tab-i7-right4.gif) bottom left no-repeat;
}
#fp_news_story1 {
	padding: 5px 0 0 11px;
}
#fp_news_story2 {
	padding: 10px 0 0 11px;
	width: 250px;
}
#fp_news_story2_content {
	color: #444; 
	padding-right: 40px;
}

#fp_bombertvloader {
	margin: 5px 0 0 1px; position: absolute; z-index: 100;
}


#fp_box1_holder {
	width: 240px;
	height: 235px;
	background-color: #fff;
	float: right; 
	margin: 10px 10px 83px 0;
	z-index: 1;
}

#fp_box1 {
	width: 238px;
	height: 210px;
	border: 1px solid #ccc; 
	background-color: #fff;
	font-size: 11px;
}
#fp_bombertv_loader {
	margin-top: 6px;
	width: 238px;
	height: 19px;
	border: 1px solid #ccc; 
	background-color: #fff;
}

#fp_row2 {
	clear:both;
	margin-top: 15px;
	padding-top: 5px;
	background-color: #D6D6D6;
	font-size: 11px;
}

#fp_infobar_horiz {
	background-color: #eee;
	margin: 3px 10px 10px 10px;
	padding: 2px 0px 4px 0px;
	border: 1px solid #bbb;
	font-size: 9px;
}

#fp_infobar_vert {
	position: absolute; 
	float: right;
	display: none;
	margin-top: 0px;
	margin-left: 758px;
	width: 168px;
	height: 635px;
	background: url(/images/background_fp_right.gif) top left repeat-y;
	background-color: #D6D6D6;
	z-index: 2;
	padding: 10px 10px 10px 10px;
}

.infobar_h_c{
	float: left;
	width: 226px;
	padding: 5px 5px 5px 12px;
	border-right: 1px dashed #aaa; 
}
.infobar_v_c{
	border-bottom: 1px dashed #aaa; 
	padding: 6px 2px 20px 6px;
	font-size: 11px;
	clear:both;
}


.fp_box_head {
	width: 240px;
	height: 15px;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	background: url(/images/background_fp_boxhead.gif) top left repeat-x;
}
.fp_box_head_t {
	float: left;
	padding-right: 20px;
	padding-left: 2px;
	background: #D6D6D6 url(/images/fp_boxhead_slash.gif) top right no-repeat; 
}
.fp_box {
	width: 238px;
	height: 195px;
	border: 1px solid #B2B2B2; 
	background-color: #fff;
}
.fp_box_popmenu {
	display: none; 
	line-height: 18px; 
	position: absolute; 
	margin: 20px 0 0 25px; 
	background-color: #222; 
	color: #fff; 
	height: 150px; 
	width: 190px; 
	padding: 7px; 
	z-index: 2; 
	border: 1px solid #aaa;
}
.fp_box_more {
	position: absolute; margin: 111px 0 0 216px; z-index: 1;
}

#fp_box2 {
	width: 238px;
	height: 210px;
	float: left;
	margin: 0 0 10px 10px;
}
#fp_box1 ul, #fp_box2 ul, #fp_box3 ul, #fp_box4 ul   {
	margin-top: 5px;
	margin-bottom: 5px;
}
#fp_box3 {
	width: 238px;
	height: 210px;
	float: left;
	margin: 0 0 10px 12px;
}
#fp_box4 {
	width: 238px;
	height: 210px;
	float: left;
	margin: 0 0 10px 12px;
}

#fp_row3 {
	clear:both;
	padding: 5px 0 10px 0;
	background-color: #4C4C4C;
}

#fp_promo2 {
	float: right;
	margin: 1px 10px 0 10px;
}
#fp_shop {
	margin: 0 0 0 10px;
}



/* classes */

.clr {
	clear:both;
	line-height: 1px;
}
.small{
	font-size: 9px;
}
.small_gray{
	font-size: 10px; color: #666;
}
.small_white{
	font-size: 10px; color: #fff;
	line-height: 120%;
}
.news_date {
	font-size: 9px;
	color: #999;
	margin-bottom: 10px;
	margin-top: -10px
}
.fp_news_date {
	font-size: 9px;
	color: #999;
	margin-bottom: 5px;
}
.news_link {
	padding-left: 10px;
	color: #cc0000;
	font-weight: bold;
	font-size: 9px;
}

a.link_white, a.link_white:link, a.link_white:visited {
	color: #fff;
}
a.link_white:hover {
	color: #cc0000;
}
a.link_black, a.link_black:link, a.link_black:visited {
	color: #000;
}
a.link_black:hover {
	color: #cc0000;
}
a.link_blue, a.link_blue:link, a.link_blue:visited {
	color: #0000cc;
}
a.link_blue:hover {
	color: #cc0000;
}

.list_news {
	padding-left: 8px;
	margin: 3px 3px 3px 8px;
	font-size: 10px;
	list-style: square;
	color: #999;
}

.table_head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cc1100;
	font-weight: bold;
	background: #BBBBBB;
}

.table_head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background: #E6E6E6;
}

.table_cell1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: #E6E6E6;
}
.table_cell2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: #fff;
}
.form_head1 {
	border-bottom: 1px solid #ccc; padding-top: 20px;
	margin-bottom: 3px;
}
	
.headbar {
	background: #fff url(/images/background_bar.gif) bottom left repeat-x;
	padding-left: 6px;
	letter-spacing: 1px;
	border-left: 3px solid #ccc;
}

.forminput {
	border: 1px solid #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 3px;
}	

.head_red_s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc1100;
	font-weight: bold; 
}


