/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #EBF6FC;
	background-image:url(../image_menu/menu_bg.jpg);
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#logo{
	position: absolute;
	top: 0px;
	left: 0px;	
}

div#mainMenu{
	position: absolute;
	top: 160px;
	left: 10px;
	background-color: transparent;
}

div#main{
	position: absolute;
	top: 150px;
	left: 175px;
	width: 590px;
}

div#mainPhotos{
	position: absolute;
	top: 170px;
	left: 770px;
	width: 170px;
	text-align: center;
}

div#langMenu{
	position: absolute;
	left: 700px;
	top: 140px;
	background-color: transparent;
	font-size:9px;
}

.langMenuLink a{
	border: none;
}

.langMenuLink a:hover{
	border: 1px solid red;
}


div#logoMenu{
	position: absolute;
	left: 770px;
	width: 168px;
	height: 168px;
	
	text-align: center;
	background-color: white;
	
	border: 1px solid black;
}

.logoMenuText{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 14px;
	color: maroon;
}

div#freeAnim{
	position: absolute;
	top: 110px;
	left: 200px;
}

.submenu{
	padding-left: 5px;
	font-weight: bold;
	
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.submenu table tr td{
	text-align: center;
	width: 125px;
	border-bottom: 1px solid rgb(234,154,59);
	border-top: 1px solid rgb(234,154,59);
}

.submenu a{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.submenu a:hover{
	color: black;
}

div#topText{
	position: absolute;
	top: 5px;
	left: 200px;
	background-color: transparent;

	color: maroon;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}