body{
	padding: 0px;
	margin: 0px;
	background-color: #444;
	text-align: center;
}

#first-page-container{
	background: url('/_file/assets/image/theme/first-page/bg.gif');
	word-spacing: 0px;
	height: 584px;
	text-align: center;
}

#first-page-container #main{
	margin: auto;
	width: 1007px;
	height: 300px;
	line-height: 0px;
	padding: 0px;
	word-spacing: 0px;
}

#first-page-container #main img{
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

#first-page-container #buttons{
	margin: auto;
	height: 270px;
	width: 1007px;
}

#first-page-container #buttons img{
	border: 0px;
	border-left: 1px solid white;
	float: left;
}

#first-page-container #buttons img.first{
	border-left: 0px;
}

#first-page-container #buttons a{
	opacity: 0.8;
	filter:alpha(opacity=80);
	height: 268px;
	line-height: 268px;
	float: left;
	position: relative;
	text-decoration: none;
	color: white;
}

#first-page-container #buttons a span.section-name{
	position: absolute;	
	left:20px;
	top:20px;
	line-height: 24px;
	cursor: pointer;
}

#first-page-container #buttons a span.section-text{
	position: absolute;	
	left:85px;
	top:50px;
	line-height: 18px;
	font-size: 12px;
	width: 170px;
	cursor: pointer;
}

#first-page-container #buttons a:hover{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#first-page-container #space{
	height: 14px;
	line-height: 14px;
	background-color: #AAA;
	font-size: 0px;
}

#first-page-container #space #middle{
	background-color: #FFF;
	margin: auto;
	width: 1007px;
	height: 14px;
	line-height: 14px;
	font-size: 0px;
}

.bottom{
	background-color: #555;
}

#bottom-menu{
	/*border: 1px solid #666;
	border-bottom: 0px;*/
	margin: auto;
	height: 30px;
	width: 1007px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

div#bottom-menu-container{
	margin-top: 8px;
}

html>body div#bottom-menu-container{
	margin-top: 0px;
}

#bottom-menu a{
	color: #989393;
	text-decoration: none;
}

#bottom-menu a:hover{
	text-decoration: underline;
}

#bottom-menu #left{
	float: left;
	margin-left: 10px;
}

#bottom-menu #right{
	float: right;
	margin-right: 10px;
}

#bottom-menu img{
	border: 0px solid gray;
}

#language-bar{
	text-align: left;
	border: 1px solid #666;
	border-bottom: 0px;
	margin: auto;
	line-height: 30px;
	width: 1007px;
	height: 0px;
	text-align: center;
	font-size: 12px;
	background-color: #AAAAAA;
	overflow: hidden;
}

div#language-bar-container{
	margin-top: 8px;
}

html>body div#language-bar-container{
	margin-top: 0px;
}

#language-bar a{
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

#language-bar img{
	border: 0px solid gray;
}

.description{
	font-size: 11px;
	margin: auto;
	text-align: left;
	width: 1007px;
	background-color: #444;
	color: #989393;
}

.description div{
	margin: 10px;
}

#description-more{
	color: black;
	text-decoration: none;
}

.descriptionLarge{
	position: absolute;
	top: 300px;
	height: 500px;
	font-size: 16px;
	background-color: #DFDFDF;
	color: #666;
}

.descriptionLarge div{
	margin: 20px;
}

.separator{
	border-top: 1px solid #666;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* CONTACT FORM */
div#contact-form-popup-container{
	position: absolute;
	top: 158px;
	width: 100%;
}

div#contact-form-popup{
	margin: auto;
	height: 420px;
	width: 420px;
	background-color: #B4B8AE;
	border: 1px solid #B1ADA6;
	color: black;
	font-size: 12px;
	text-align: left;
}

div#contact-form-popup #contact-form-content-holder{
	margin: 10px;
}

div#contact-form-popup #contact-form-content-holder span{
	font-size: 11px;
}

div#contact-form-popup #contact-form-content-holder input{
	width: 400px;
	background-color: #A4B4AA;
}

div#contact-form-popup #contact-form-content-holder textarea{
	width: 400px;
	height: 200px;
	background-color: #D1DFDC;
}

div#contact-form-popup #contact-form-content-holder a{
	color: #414947;
	text-decoration: none;
}
/* END - CONTACT FORM */

div#info-container{
	display: none;
	position: absolute;
	width: 100%;
}

div#info{
	background-color: #C3C8CC;
	color: #061D2F;
	font-size: 12px;
	width: 1007px;
	margin: auto;
	height: 300px;
}
