/* CSS Document */
body 
{
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	border: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p 
{
	padding-top: 0;
	margin-top: 0;
}

/* p class */
.p_top_padding_5
{
	padding-top:5px;
}
img
{
	border: none;
}
.link_white
{
	color: #fff;
	text-decoration:none;
}
.link_white a
{
	color: #fff;
	text-decoration:none;
}


.link_bold
{
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
.link_bold a, .link_bold a:visited
{
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
.link_normal
{
	color: #000;
	text-decoration:none;
}
a.link_normal, a.link_normal a:visited
{
	color: #000;
}

a.link_white:hover
{
	color: #fff;
	text-decoration:underline;
}

a.link_bold
{
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a.link_bold, a.link_bold a:visited
{
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

a.link_bold:hover
{
	color: #000;
	text-decoration:underline;
	font-weight: bold;
}
a.link_normal
{
	color: #000;
	text-decoration:none;
}
a.link_normal, a.link_normal a:visited
{
	color: #000;
}
a.link_normal:hover
{
	color: #000;
	text-decoration:underline;
}


#wrapper
{
	width: 1017px;
	/* border: 2px solid #000; */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background:#fff;
	margin-top:20px;
}
#wrapper_confirmation
{
	width: 1017px;
	/* border: 2px solid #000; */
	margin: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background:#fff;
}
/* Information Page */
#left
{
	width: 160px;
	background: #6D6E71;
	
}

#vertnav{list-style: none;
	padding:0;
	margin:0;
	width: 160px;
}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style: none;
    width:160px;
	z-index:99;
	overflow:visible;
	background-color:#DFDFDF;      
}

#vertnav li { 
	position: relative;
	width: 160px;
    background-color:#6D6E71;
	border:solid 1px #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	display:block;
	height:28px;
}
#vertnav ul li{ background-color:#6D6E71;}
#vertnav li{ border-width:1px 1px 0 1px;}
#vertnav li.last-child{border-bottom:1px solid #fff;}
#vertnav li.first{
border-top:1px solid #DFDFDF;      
}
#vertnav li.last {border-bottom:1px solid #fff;} 
#vertnav a {
    text-decoration:none;
	color: #fff; 
    display:block;
    padding-left: 10px;
	padding-top: 7px;
    margin: 0;/*helps Opera with hover */
    width: 150px;
   	height:20px;
}

#vertnav li.second_level  {
	 width: 240px;
	 border-left:1px solid #fff;   
	 border-right:1px solid #fff;   
	 }
#vertnav li.second_level  a{
	width: 230px;
	background-color:#464646;
}
#vertnav li.second_level:hover  a:hover{
 	background:#BF1E2D;
}
#vertnav li:hover, #vertnav a:hover{
    background:#BF1E2D;
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:160px;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
    display:none; 

}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
    display:block;
	 
}

li>ul { 
	top: auto;
	left: auto;

}

/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */

/* Main Content */
#middle
{
	width:536px;

}
#main_content
{
	width:536px;
	border-top: 2px solid #7F7F7F;	
	border-right: 2px solid #7F7F7F;
	border-left: 2px solid #7F7F7F;
	margin:0;
	padding: 0;
}
#main_content_confirmation
{
	width:536px;
	border-top: 2px solid #7F7F7F;	
	border-right: 2px solid #7F7F7F;
	border-left: 2px solid #7F7F7F;
	margin:auto;
	padding: 0;
}
#main_content_bottom
{
	margin: auto;
	clear:both;
	width:540px;
}

#main_content_pages
{
	width:536px;
	
}
#main_content_page_numbers
{
	width:536px;
	height: 47px;
	border-bottom: 6px solid #BF1E2D; ;
	background: #BDBEC0; 
	
	
}

.main_content_page_number
{
	float: left;
	width:26px;
	height:47px;
	background:url(../images/page_bg_hover.gif) no-repeat top right;
	text-align: center;
	font-size: 0.8em;
}
.main_content_page_number a {
    text-decoration:none;
	width:24px;
	height:7px;
	padding-right: 2px;
	padding-top: 30px;
    display:block;
	background: url(../images/page_bg.gif) no-repeat top right;
	text-align: center;
	color:#000;
}
.main_content_page_number a:hover{
	background:transparent;
	color:#BE4651;
	text-decoration:none;
}

#main_content_page_number_selected
{
	float: left;
	font-weight:bold;
	font-size:1.1em;
	color: #FF0000;
	width:42px;
	height:47px;
	padding-right: 0px;
	padding-top: 5px;
	background:url(../images/page_bg_selected.gif) no-repeat top right;
	text-align: center;
}
#main_content_page_number_selected a
{
    text-decoration:none;
	color: #FF0000;
	width:42px;
	height:47px;
    display:block;
}
.main_content_page_number2
{
	float: left;
	width:26px;
	height:47px;
	background:url(../images/page_bg_hover2.gif) no-repeat top right;
	text-align: center;
	font-size: 0.8em;
}
.main_content_page_number2 a {
    text-decoration:none;
	width:24px;
	height:30px;
	padding-right: 2px;
	padding-top: 17px;
    display:block;
	background: url(../images/page_bg2.gif) no-repeat top right;
	text-align: center;
	color:#000;
}
.main_content_page_number2 a:hover{
	background:transparent;
	color:#BE4651;
	text-decoration:none;
}

#main_content_page_number_selected2
{
	float: left;
	font-weight:bold;
	font-size:1.1em;
	color: #FF0000;
	width: 42px;
	height: 47px;
	background:url(../images/page_bg_selected.gif) no-repeat top right;
	text-align: center;
}
#main_content_page_number_selected2 a
{
    text-decoration:none;
	color: #FF0000;
	width:40px;
	height:31px;
	padding-right: 2px;
	padding-top: 16px;
    display:block;
}
#main_content_container
{
	width:536px;
	height:auto;
}
#main_content_container_picture
{	
	margin:auto;
	
	text-align: center;
	
}
#main_content_container_picture_editorial
{	
	margin:0;
	padding:0;
	text-align: center;
}
#main_content_container_picture img
{	
	margin: 10px;
	border: 2px solid #7F7F7F;	
}
#main_content_container_picture_without_border
{	
	margin:auto;
	
	text-align: center;
}



.main_content_container_picture
{	
	margin:auto;
	
	text-align: center;
}
.main_content_container_picture img
{	
	margin: 10px;
	border: 2px solid #7F7F7F;	
}
.main_content_container_picture_without_border
{	
	margin:auto;
	margin: 10px;
	text-align: center;
}


#main_content_container_picture img
{	
	margin: 10px;
}
#main_content_container_top
{	
	margin:0;
	width:516px;
	padding: 10px;

}

#main_content_container_left
{
	float:left;
	width: 248px;
	padding: 10px 10px 0 10px;
}
#main_content_container_right
{
	float:right;
	width: 248px;
	padding: 10px 10px 0 10px;
}



/* For Editorial Pages */
#main_content_container_top_editorial
{	
	margin:0;
	width:536px;
	padding: 0px;

}

#main_content_container_left_editorial
{
	float:left;
	width: 268px;
	padding: 10px 0px 0px 0px;
}
#main_content_container_right_editorial
{
	float:right;
	width: 268px;
	padding: 10px 0px 0px 0px;
}
.editorial
{
	padding: 10px;
}


#main_content_bottom
{
	clear:both;
	width:540px;
}


/* Home page */
#container
{
	width: 956px;
	background:#fff;
}
#container_bg
{
	width: 995px;
	background:url(../images/new_strip.jpg) no-repeat top right;
	background-color:#bf1e2d;
	text-align:left;
	padding-right: 10px;
	float:left;

}
#ad_top
{
	width: 1017px;
	height: 168px;
	margin-bottom: 0;
	padding-bottom: 0;
	display:block;
	overflow: visible;
	background:url(../images/ad_top_bg.png) no-repeat top left;
	background-color:#000;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 791px;
	height: 94px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
#logo_top
{
	margin:0;
	width: 1017px;
	height: 21px;
	padding-bottom: 20px;
	background:url(../images/head_bottom.png) no-repeat top left;
	background-color:#fff;

}
#logo_top img
{
display: block;
}
#content_left
{
	width: 700px;
	padding-left:13px;
	float: left;
	background: #fff;
	text-align: left;
}
#content_left_top
{
	width: 696px;
	height:auto;
	/*border-top: 2px solid #000;	
	border-right: 2px solid #000;
	border-left: 2px solid #000;*/
	color:#fff;
	background: #6D6E71;
}
#menu
{
	width: 696px;
	height: 47px;
	background:#c01d2e;
}

.search
{
	width: 300px;
	float:left;
	padding: 10px 0 5px 10px;
}
#category
{

	width: inherit;
	clear:both;
	padding: 0;
}

#quick_links
{
	margin: 0px;
	padding: 0px;
	width: 696px;
}
#quick_links ul
{
	margin: 0px;
	padding-left: 10px;
	padding-bottom:10px;	
	list-style: none;
	overflow:visible;
}

#quick_links li { 
	display:inline;
	padding: 0px 10px 0px 0px;
}
#quick_links li a{
	color: #fff;
	text-decoration:none;
}
#quick_links a:hover{
 	text-decoration:underline;
}


#content_left_menu_bottom
{
	width: 700px;
}
#content_left_main
{
	padding-bottom: 0px;
	padding-left: 10px;
	width: 686px;
	height:auto;
	border-top: 2px solid #7F7F7F;	
	border-right: 2px solid #7F7F7F;
	border-left: 2px solid #7F7F7F;
	color:#000;
	background: #fff;
}
.content_left_main_search_result
{
	padding: 10px;
	width: 656px;
	height:auto;
	color:#000;
	background: #fff;
}
.column
{
	float:left;
	width:159px;
	padding: 5px;
	
}
.column2
{
	float:left;
	width:208px;
	padding: 5px;
	
}

#main_column_1
{
	float:left;
	width: 163px;
	padding-top: 10px;
}
#main_column_1_1
{
	height: 245px;
	overflow:auto;
}
#main_column_2_1_1
{
	height: 255px;
}
#main_column_2
{
	float:right;
	width: 513px;
	padding: 0 0px 0px 0px;
}
#main_column_copyright
{
	float:left;
	min-height: 300px;
	padding: 10px 10px;
	height: auto !important;
	height: 300px;
}
#main_column_2_1
{
	float:left;
	width: 161px;
	padding: 0 5px 5px 5px;
}
#main_column_2_2
{
	float:left;
	width: 161px;
	padding: 0 5px 5px 5px;
}
#main_column_2_3
{
	float:left;
	width: 161px;
	padding: 0 5px 5px 5px;
}
#content_left_main_bottom
{
	width: 700px;
}
#content_right
{
	width: 217px;
	padding: 0 13px 0 13px;	
	float: left;
	clear:right;
	text-align: left;

}
.content_right_news_test
{
	width: 217px;
	padding: 0 13px 0 13px;	
	float: left;
	clear:both;
	text-align: left;

}
.news
{
	width: 213px;
	float: left;
	border-top: 2px solid #7F7F7F;	
	border-right: 2px solid #7F7F7F;
	border-left: 2px solid #7F7F7F;
	text-align: left;
}
.news_top
{
	width: 203px;
	float: left;
	height: 30px;
	text-align: left;
	background:#000;
	background:url(../images/news.gif) repeat-x;
	color:#fff;
	padding-top: 5px;
	padding-left: 10px;
}
.news_bottom
{
	width: 217px;
	float: left;
	text-align: left;
}
.news_content
{
	width: 180px;
	padding: 10px;
	float: left;
	text-align: left;
}
#ad_right
{
	width: 217px;
	height: 352px;
	float: left;
	text-align: left;
	overflow: visible;
}

/* Footer */
#footer
{
	clear: both;
	width: 1017px;
	margin-top: 10px;
	height: 28px;
	text-align:left;
	background:#000000;
	background:url(../images/footer_background.gif) repeat-x;
	color:#FFFFFF;
}
#footer ul
{
	padding-top :7px;	
	list-style: none;
	overflow:visible;
}

#footer li { 
	display:inline;
	padding-right: 10px;
}
#footer li a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
 	text-decoration:underline;
}


#footer_bottom
{
	clear: both;
	width: 1017px;
	height: 11px;
	background:#fff;
	
}
/* font-color */
.red
{
	color:#BF1E2D;
}
.red_strong
{
	font-weight:bold;
	color:#BF1E2D;
}
.bold
{
	font-weight:bold;
}
/* Images */
.float_right
{
	padding: 0 0 10px 0;
	float: right;
}
.image_wrapper
{
	border-left: 2px solid #7F7F7F;	
	border-right: 2px solid #7F7F7F;	
}


/* Miscellnious */
.clear
{
	clear:both;
	height:1px;
}

/* Buttons */
input.button 
{
	background: #000;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:0px 5px;;
	margin:0px;
}
input.button:hover {
	background-position:0 0;
	background:#333333;
}

/* table blocks */
#blocks { display: table; background: #fff;}
#blocks-row { display: table-row; /* bug fix */ position: relative; z-index:1; background: #fff;}
#left, #middle, #right { display: table-cell; /* bug fix */ position: relative;}

#left
{
	vertical-align:top;

}
#middle
{
	vertical-align:top;
		padding-left: 10px;
}
#middle img
{
	vertical-align:top;
}
#left
{
	vertical-align:top;
}
#navigation
{
	height: 500px;
	background:#6D6E71;      
	
}
div.debug
{
	white-space: pre;
}

div.debug {
	overflow: auto;
	width: 500px;
	/*height: 300px;*/
	margin: 1em;
	padding: 1em;
	white-space: pre;
	font-size: 0.8em;
	border: 1px dashed #609;
	background-color: #f9f9f9;}
span.highlight
{
	background-color:yellow;
	font-weight:bold;
}
#flashcontent
{
	margin:0;
	padding: 0;
}
