@charset "UTF-8";
/* CSS Document */

body 
{
  	font-family: Arial, Verdana;
	font-size: x-small;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

* {
  margin:0;
  padding:0;
}

img
{
	border: none;
	border-style: none;
}

input, select, textarea
{  
	background-color: #112323; 
	color: #fff;
	border: 1px solid #fff;
	padding: 2px; 
	margin: 0;
	width: 250px;
}

.send
{
	background-color: #112323; 
	color: #fff;
	width: auto;
}



#bx_global 
{
  	background-image: url(background_website.jpg);
	background-repeat: no-repeat;
	background-color: black;
	width: 980px; 
	height: 550px;
	margin: 0 auto;
	padding: 10;
	
}

#bx_header 
{	color: #999;
	font-size: 24px;
	font-weight: bold;
  	margin: 20px 10px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#bx_broadcrumb
{	
	clear: both;
	color: #2D494C;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 20px 10px 5px 10px;
	padding: 5px 0px 5px 0px;
}

.selected
{
	background-color: #2D494C;
}

#bg_button
{
	float: left;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #112323;
}

#bg_right_button
{
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #112323;
}

#bg_left_button
{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #112323;
}

#bg_button:hover, #bg_right_button:hover, #bg_left_button:hover
{
	background-color: #2D494C;
}

#bg_button_selected
{
	float: left;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #2D494C;
}
#bg_right_button_selected
{
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #2D494C;
}

#bg_left_button_selected
{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #2D494C;
}

#bx_content 
{
	/*background-image: url(bx_background.gif);
	background-repeat: repeat;
	opacity: 0.6;*/
	clear: left;
	width: 475px;
	min-height: 460px;
  	margin: 0px auto 5px 20px;
  	padding: 5px;
}

#bx_news 
{
	clear: left;
  	float: right;
  	width: 300px;
  	margin: 0px 10px 5px 10px;
  	padding: 5px;
}

#bx_footer 
{
  	clear: both;
  	margin: 0px 5px 0px 5px;
  	padding: 5px;
}


#bx_movie_global 
{
	background-color: black;
	width: 810px; 
	vertical-align: middle;
	height: auto;
	margin: 0 auto;	
}

#bx_movie_header 
{	color: #999;
	font-size: 24px;
	font-weight: bold;
	width: 800;
	margin: 50px 0px 0px 5px;
}

#bx_movie_footer 
{
	width: 800;
	margin: 0px 5px 0px 0px;
}


.txt_caption
{
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #2D494C;
	/*color: #4C030E;*/
	text-decoration: none;
	text-align: left;
	padding: 20px 10px 10px 5px;
}

.txt_content
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.txt_footer 
{
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	text-align: right;
}

.txt_news_date 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D494C;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 0px 5px;
}

.txt_news_content 
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding:05px 10px 10px 20px;
}



a.navi_main  
{
	color: #CCC; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a  
{
	font-size:12px; 
	color: #2D494C; 
	text-decoration: underline;
	text-transform: none;
}

a:hover  
{
	font-size:12px;  
	color: #2D494C; 
	text-decoration: none;
}

a.navi_main:hover  
{
	color: #000000; 
	text-decoration: none;
}

a.navi_main:selected  
{
	color: #000000; 
	text-decoration: none;
}
	
a.small  
{
	font-size:10px; 
	color: #EEE; 
	text-decoration: none;
	text-transform: none;
}

a.small:hover  
{
	font-size:10px;  
	color: #2D494C; 
	text-decoration: none;
}

#breadcrumb {
  margin-bottom: 20px;
}


