* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 17px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #fff;
}

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

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #f0f; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #f0f; }

a.active { text-decoration: none; color: #f0f; }

a img { border: none; }

.bg_highlight {
    background: #000;
	padding: 0 59px 2px 0;
	line-height: 25px;
}

.section-top .bg_highlight,
.section-title .bg_highlight {
	padding: 0 59px 2px 10px;
}

.section-top { height: 20px; margin-bottom: 5px; }
.section-title { height: 20px; margin-bottom: 5px; }
.section-txt { margin-left: 176px; }

.section-txt .bg_highlight {
    background: #fff;
	color: #000;
	padding: 0 4px 2px 0px;
	line-height: 25px;
}

.delimiter {
    color:#fff;
}

#header { margin-top: 8px; }

#content {  }

#content .text {
    display: none;
    min-height: 21px;
}

#container {
    padding: 15px 5px 25px 30px;
}

#container .section {
    clear: left;
}    

#container .section-top {
    float: left; 
}

#container .section-sub {
    display: none;
    width: 800px;
} 

#container .section-txt {
    display: none;
    width: 800px;
}

#container ul {
	list-style: none;
}

#container section-title { }  

p {
    margin: 0 0 9px 0;
}

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


#once { clear: left; }

#navbutton {
    display: none;
}

#nav {
    position: absolute;
    bottom: 50px;
	left: 30px;
}

#nav #pages {
    background: #000;
    color: #fff;
    font-size: 14px;
   	padding: 4px 4px 2px 2px;
}

#nav a {
    background: #000;
	padding: 1px 3px;
	margin-right: 3px;
	text-transform: lowercase;
}

#nav a:hover {
    background: #f0f;
	color: #000;
}

#slideshow { 
    z-index:-1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	overflow: hidden;  
	text-align: left;
}

#slideshow #cont { 
	width: 100000px;
	height: 100%;
}

#slideshow li {
	float:left;
	margin:0;
	height: 100%;
}   

#slideshow img { 
    float:left;
    min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	
}

#contact_page {
	color: #fff;
	font-size: 17px;
}

#contact_page .colum {
	background: #000;
	width: 400px;
	padding: 20px 20px 20px 15px;
	margin: 5px 0 0 0px;
	float: left;
}

#footer {
	font-size: 11px;
	background: #000;
	padding: 4px;
	position: fixed;
	bottom: 15px;
	left: 30px;
}

.login {
	background: #0f0;
	color: #000;
	border: none;
	font-size: 12px;
	width: 110px;
	padding: 0 0 0 13px;
	margin-top: 20px;
	height: 20px;
}

.login_button {
	background: none;
	border: 0;
	color: #0f0;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}

.login_button:hover {
	color: #000;
}