/**
* CSS
* 
* @version 1.0
* @author Stefan Morocutti
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: auto;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #000000;
	
	background-repeat: no-repeat;
	height: 100%;
	margin: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 155px;
    height: 198px;

    top: 130px;
    left: 0px;
	
    position: absolute;
    
    
    z-index: 10;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding-left: 5px;
}

#menu ul li.section-title { }

#menu_container {
	position: absolute;
	z-index: 20;
	padding: 0px;
	margin: 10px;
}

#menu_bg_image {
	height: 100%;
	position: absolute;
	z-index: -1;
	width: 155px;
	top: -10px;
	left: -10px;
}

#content {
	position: absolute;
	top: 100px;
	left: 220px;
	height: 400px;
	height: auto !important;
	min-height: 400px;
	width: 540px;
	color: #FFFFFF;
	z-index: 10;
	border: 1px solid #666666;
	background-image: url("../images/content_bg.png");
	padding-bottom: 20px;
}

#content img {
	max-width: 518px;
}

#content_box_img {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
}

#main_content {
	height: 100%;
	width: 518px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 15;
	position: relative;
}

.container {
    padding: 5px 5px 25px 5px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



#main_preloader_container {
	width: 540px;
	height: 180px;
	color: #FFFFFF;
	position: absolute;
	padding: 0px;
	z-index: 0;
	top: 0px;
	left: 220px;
	
	vertical-align: center;
	text-align: center;	
}

	#main_preloader_content {
		padding-top: 0px;
	}
	
#main_bg_container {
	width: 2000px;
	height: 1400px;
	position: fixed;
	z-index: 1;
	background-image: url('../images/main_bg_small.jpg');
}


#menu .section-title{
	height: auto !important;
	display: list-item !important;
	padding-left: 0px !important;
}
#menu .section-title a{
	color: #222222;
}

#menu .no_sub_item {
	height: auto !important;
	display: list-item !important;
	padding-left: 0px !important;
}
#menu .no_sub_item a{
	color: #222222;
}

#menu .active_sub {
	height: auto !important;
	display: list-item !important;
}

#menu li {
	height: 0px;
	display: none;
	padding-left: 10px;
	overflow: hidden;
}

#menu a:hover {
	color: #555555;
	text-decoration: none;
}
		