@charset "utf-8";
/* CSS Document */
a{
	font-family: "Arial",sans-serif;
	font-size:10pt;
	color: #777;
}
a:hover{color:#fff;}

hr{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #666;
}

h3{
	font-family:"Century Gothic","Times New Roman", Times, serif;
	font-size:20pt;
	display:inline;
}
h4{
	font-family:"Century Gothic","Times New Roman", Times, serif;
	font-size:14pt;
	color:#FFFFFF;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}
body{
	margin:0px;
	padding:0px;
	background-color:#1f1f1f;
	/*background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	background-position:right 300%;*/

}
img{
	border:none;
}
#languageBar{
	padding-top:5px;
	width:100%;
	height:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#languageBar1{
	width:100%;
	height:5px;
	background-color:#FFFFFF;
}
#languageButton{
	background:url(../images/language.jpg);
	background-repeat:no-repeat;
	width:85px;
	height:26px;
}
#header{
	
	width:100%;
	height:140px;
	background:#000;
	background-repeat:repeat-x;
}
#headerImage{
	width:600px;
	height:120px;
	background:url(../images/headerImage.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left:50px;
	margin-top:15px;

}

#footer{
	clear:both;
	width:100%;
	height:110px;
	background:#000;
	padding-top:10px;
}




/*=====================MENU SMALL=====================*/

#menuSmall div{
	width:60px;
	height:60px;
	background:#ffd013;
	border: 1px solid #555;
	float: left;
	margin:0px 5px 0px 0px;
	padding:0px;
	overflow:hidden;
}
#menuSmall div div{border:none; background-repeat:no-repeat; }
#menuSmall div:hover div {border:none}
#menuSmall div:hover {
		border: 1px solid #ffd013;
}

/*======================LEFT COLUMN==============================*/
#leftColumn{
	/*border:1px solid #555;*/
	padding:10px;
	width:221px;
	float:left;
}
.text{
	margin:0px;
	padding:0px;
}
#rightColumn{
	/*border: 1px solid #555;*/
	width:600px;
	float:left;
	margin:0px 0px 0px 10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}

#login{
	font-family: "Arial",sans-serif;
	font-size:10pt;
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
/*=================*/

#smallSubMenu{
	width:193px;
	margin-top:5px;
	margin-bottom:30px;
	margin-left:4px;
	border:1px solid #666;
	
}
#smallSubMenu a{
	font-family: "Arial",sans-serif;
	font-size:13pt;
	color: #fff;
	text-decoration: none;
	display:block;
	background:#444;
	padding:3px;
	margin:0px;

}
#smallSubMenu a:hover{ color: #ffd013;  background:#666;}

/*==============================*/
#imageHolder{
	margin-top:8px;
	margin-bottom:28px;
	padding:3px;
	width:580px;
	height:200px;
	background-color:#333333;
	background-image:url(images/main/1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #666;
	vertical-align:top;
}
/*===================================*/
