@charset "utf-8";

/* CSS Document */



/*html, body {*/

/*	height:100%;	overflow: auto; */	/*For fixed position in IE style everything else with position absolute*/

/*}*/

h3{

	font-family:"Book antique","Times New Roman", Times, serif;

	font-size:20pt;

	color:#FFFFFF;

}

h4{

	font-family:"Book antique","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:5px 0px 0px 0px;

	margin:0px;

	width:100%;

	height:0px;

	background-color:#FFFFFF;

	overflow:hidden;

}

#languageBar1{

	padding:0px;

	margin:0px;

	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{

	height:100%;

	width:100%;



}

#footer{

	/*position:absolute;*/

	bottom:0px;

	left:0px;	

	width:100%;

	height:110px;

	background:#000;

	padding-top:10px;

}

/*=====================MENU=====================*/

#menu{margin:15px; text-align:left; }
#menu table{ margin:0 auto;}
#menu div{
	width:230px;
	height:180px;
	background:#ffd013;
	border: 2px solid #555;
	float: left;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
	position:relative; 
}

#menu div div{border:none; position:absolute; top:0px; left:0px; width:400px; }

#menu div:hover div {border:none}
#menu a{text-decoration:none;}
#menu div:hover {

	border: 2px solid #ffd013;

}

#menu p{
	text-align:left;
	position:relative;
	font-size:20pt;
	margin:15px 0px 0px 10px;
	line-height:14pt;	
}
#menu p small{
	font-size:12pt;
}

#menu div span{
	width:100%;
	height:50px;
	background:#ffd013;
	opacity:.8;
	-moz-opacity:.8;
	-webkit-opacity:.8;
	position:absolute;
	bottom:-50px;
	left:0px;
}

#menu div span p{
	position:relative;
	margin-top:7px;
}

.menuImg{

	width:300px;

	height:175px;

	position:relative;

	left:0px;

	top:0px;

}



#login{

	font-family: "Arial",sans-serif;

	font-size:10pt;

	color: #666;

	text-decoration: none;

	font-weight:bold;

}
