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

/* -- Clearfix -- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {
    display: inline-block;
}
 
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
 
.clearfix {
    display: block;
}

body{
padding:0px;
margin:0px;
font-size:11px;
color: #000000;
background-color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
overflow-y:scroll;
}

h1{
font-size:12px;
text-transform:uppercase;
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}

h2{
font-size:11px;
text-transform:uppercase;
}

h3{
font-size:10px;
text-transform:uppercase;
}

p{

}

a, a:link, a:visited{
	text-decoration: none;
	color: #2D5D9B;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img{
border: 0px;
}

#player{
width:960px;
margin:auto;
margin-bottom:5px;
}

#wrapper{
width:960px;
margin:auto;
}

/*----------------START HEADER----------------*/
.header{
width:960px;
height:120px;
}
/*----------------END HEADER----------------*/

/*----------------START MENU----------------*/
.menu_holder{
height:30px;
width:960px;
padding:0px;
margin:5px 0 0px 0;
background-image:url(../images/menu/background_menu.jpg);
background-position:top;
background-repeat:no-repeat;
}
/*----------------END MENU----------------*/

/*----------------START MAIN----------------*/
.main_content{
width:960px;
padding:5px 0 0 0;
background-image:url(../images/white_transparent.png);
background-repeat:repeat-y;
color: #000;
}

.left_content{
width:190px;
float:left;
margin:0 3px 0 0;
padding:0px;
min-height: 500px;
}

.center_content{
width:574px; 
min-height: 480px;
float:left;
margin:0;
padding:0px 0px 0px 0px; 
}

.center_content_strech{
width:767px; 
min-height: 480px;
float:left;
margin:0;
padding:0px 0px 0px 0px; 
}


.right_content{
width:190px;
float:left;
margin:0 0 0 3px;
padding:0px;
min-height: 500px;
}
/*----------------END MAIN----------------*/

/*----------------START FOOTER----------------*/
.footer{
width:960px;
height:60px;
padding:0px;
margin:5px 0 5px 0;
/*background-image:url(../images/background_footer.jpg);*/
background-position:top;
background-repeat:no-repeat;
position:relative;
}

.copyright{
position:absolute;
bottom:-20px;
right:0px;
}
.copyright a{
text-decoration:none;
color:#000;
}
/*----------------END FOOTER----------------*/

/*----------------START BANNERS----------------*/
.banner_top_left, .banner_top_right{
width:190px;
height: 248px;
padding: 0;
margin: 0 0 4px 0;
}

.banner_bottom_right, .banner_bottom_left{
width:190px;
height: 248px;
padding: 0;
margin: 0;
}


.banner_right_long, .banner_left_long{
width:190px;
height: 500px;
padding: 0;
margin: 0;
}
/*----------------END BANNERS----------------*/

/*----------------START FORM----------------*/
.input_form{
padding:5px 0 5px 0;
margin:0;
}

.input_form label{
font-size:11px;
font-weight:bold;
text-transform:uppercase;
display:block;
margin:4px 0 0 0;
}

.input_form span{
width:170px;
display:block;
float:left;
}

.input_form .text_field{
margin:0 0 0 5px;
border:1px #90919f solid;
color:#000;
font-size:12px;
width:290px;
}

.text_field_date{
margin:0 0 0 5px;
border:1px #90919f solid;
color:#000;
font-size:12px;
width:270px;
}

.input_form .select_box{
margin:0 0 0 5px;
border:1px #90919f solid;
width:220px;
color:#000;
font-size:12px;
text-transform:none;
}

.input_form .text_area{
margin:0 0 0 5px;
border:1px #90919f solid;
width:290px;
height:100px;
color:#000;
font-size:12px;
text-transform:none;
}
/*
.input_form .submit_button{
background-image:url(../images/background_submit_button.jpg);
padding:0px;
margin:0px 20px 0 0;
border:none;
width:84px;
height:21px;
font-size:9px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
}

.input_form .submit_button:hover{
background-image:url(../images/background_submit_button_hover.jpg);
}*/
/*----------------END FORM----------------*/

/*------------START PAGING-------------*/

.paging_section{
	width: 110px;
	float: right;
	padding: 0 10px 0 10px 0;
	margin: 10px;
}
.paging_section .paging_left{
	background: none;
	border:none;
	width:15px;
	height:17px;
	background-image: url(../images/paging_left.png);
	background-repeat: no-repeat;
}

.paging_section .paging_left:hover{
	background-image: url(../images/paging_left_hover.png);
}

.paging_section .paging_right{
	background: none;
	border:none;
	width:15px;
	height:17px;
	background-image: url(../images/paging_right.png);
	background-repeat: no-repeat;
}

.paging_section .paging_right:hover{
	background-image: url(../images/paging_right_hover.png);
}

.paging_section .text_middle{
	text-transform: uppercase;
		font-size: 10px;
	}
/*------------END PAGING-------------*/

/*------------START BUTTONS-------------*/
.button_download{
background:none;
background-image:url(../images/background_download_button.png);
background-position:top;
padding:0px;
margin:0px;
border:none;
width:35px;
height:20px;
font-size:8px;
}

.button_download:hover{
background-position:bottom;
}

.submit_button{
background:none;
background-image:url(../images/background_submit_button.jpg);
background-position:top;
padding:0px;
margin:0px 20px 0 0;
border:none;
width:84px;
height:21px;
font-size:8px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
}

.submit_button:hover{
background-position:bottom;
}

/*------------END BUTTONS-------------*/

/*------------START INERDECO-------------*/
.border_bottom{
	border-bottom: 1px #90919f solid; 
}

.border{
	border: 1px #90919f solid; 
}
/*------------END INERDECO-------------*/
.httx_content{
	padding: 0 5px 0 5px;
}

/*-------------START MODULE GENERAL STYLES-----------------*/

.news h2{
padding:3px;
color: #fff;
background-color: #3f6ba9;
}

.partners li img:hover, .partners li a img:hover{
	background-color: #3F6BA9;
}

/*-------------END MODULE GENERAL STYLES-----------------*/
