@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	outline: none;
}

html{
	background-image:url('images/bg.jpg');
	/*background: #d4d4d4;*/
	font-family: Arial,Helvetica,sans-serif;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

.container{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

img{
	border: none;
}

/* =============== || Header || =============== */

#head-banner{
	background-color: #121212 ;
	height: 25px;
}

#header{
	height: 250px;
}

#header-left{
	float: left;
	padding-top: 25px;
	padding-left: 35px;
}

#header-right{
	float: right;
	padding-top: 30px;
	padding-right: 35px;
}

#header-img{
	width: 960px;
	height: 250px;
}

h1{
	font-size: 30px;
	color: #df2121;
	text-align: center;
	margin-top: 70px;
}

#language-btn{
	float:left;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 10px;
}

#language-btn a{
	text-decoration: none;
	color: #000000;
	background-color: #f8f8f8;
	padding: 2px 4px;
	font-weight: bold;
}

#language-btn :hover{
	color: #FFFFFF;
	background-color: #7A7A7A;
	padding: 2px 4px;
}

#social-network{
	padding-top: 5px;
	margin-left: 900px;
	float: left;
}

/* =============== || Navigation || =============== */

#nav{
	background-color: #151515 ;
	height: 50px;
	clear: both;
	box-shadow: 0 0 8px #7A7A7A;
}

.menu{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
}

.menu ul{
	list-style: none;
	display: block;
	text-align: center;
}

.menu li{
	display: inline-block;
	margin-left: -4px;
}

.menu a{
	color: #f8f8f8;
	display: block;
	padding: 13px 40px;
	text-decoration: none;
}

.menu a:hover{
	color: #f8f8f8;
	background-color: #2D2D2D;
}

.menu .current_page_item a{
	color: #d01e1e;
	background-color: #f8f8f8;
}
	
#nav-red{
	background: #d01e1e;
	height: 4px;
}

/* =============== || Content || =============== */

iframe {
	width: 100%;
	height: 1250px;
}

#content-left{
	float: left;
	width: 700px;
	background: #f8f8f8;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 8px #7a7a7a;
	-webkit-box-shadow: 0px 0px 8px #7a7a7a;
	box-shadow: 0px 0px 8px #7a7a7a;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#content-right{
	float: right;
	width: 240px;
	height: 195px;
	margin-top: 20px;
	
	display: block;
	
	-moz-box-shadow: 0px 0px 8px #7a7a7a;
	-webkit-box-shadow: 0px 0px 8px #7a7a7a;
	box-shadow: 0px 0px 8px #7a7a7a;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}

.sponsors-title{
	height: 30px;
	background: #393939;
}

.sponsors-title p{
	font-size: 10pt;
	text-align: center;
	padding-top: 7px;
	color: #cecece;
}

.sponsors-logo{
	text-align: center;
	background: #ececec;
}

.partners{
	text-align: center;
	padding: 20px 0px;
}

.partners a{
	margin: 0 30px;
}

.news-content{
	margin-top: 25px;
	padding-left: 25px;
}

.news-content-header, .content-header{
	float: left;
	background: #242424;
	width: 400px;
	height: 30px;
	color: white;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14pt;
}

.content-header{
	background: #dd0f0f;
	width: 640px;
}

.news-content-editor{
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	color: #aeaeae;
	font-size: 7pt;
}

.news-text{
	font-size: 10pt;
	text-align: justify;
	line-height: 22px;
	color: #535353;
	width: 650px;
	margin-top: 10px;
}

.content-text{
	font-size: 12pt;
	background: #ededed;
	color: #343434;
	margin-top: 5px;
	width: 640px;
	line-height: 30px;
	text-align: justify;
	border-top: 3px solid #d01e1e;
}

.content-text p{
	margin-left: 20px;
	margin-right: 20px;
}

.important-text{
	font-weight: bold;
	font-size: 14pt;
}

.text-title{
	color: white;
	font-size: 26px;
	background: #242424;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.text-grey{
	color: grey;
}

.form-title{
	background: black;
	color: white;
	padding: 3px;
	padding-left: 5px;
	text-transform:uppercase;
}

input, textarea, select, option{
	background: #ededed;
	border: 1px solid #bdbdbd;
	color: #343434;
	margin-top: 7px;
}

input[type=text]{
	width: 500px;
	height: 20px;
}

input[type=submit]{
	background: #df2121;
	width: 500px;
	height: 30px;
	color: #f1f1f1;
	font-weight: bold;
}

input[type=submit]:hover{
	background: #b50c0c;
}

textarea{
	width: 500px;
	height: 200px;
}

hr{
	margin-top: 3px;
	margin-bottom: -5px;
	width: 608px;
	color: #dd0f0f;
	background-color: #dd0f0f;
	height: 2px;
	border: 0;
}

/* =============== || Footer || =============== */

#footer{
	margin-top: 100px;
	background: #0c0c0c;
	clear: both;
}

#copyright{
	color: #919191;
	font-size: 7.5pt;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
}
