body, html { 
	height: 100% !important; 
	padding: 0;
	margin:0;
	/* overflow: hidden; */
	background: #000;
}

body { 
	font-family: arial,helvetica,san-serif;
}

a {
	color: #bbb;
	text-decoration: none;
}
	
a:hover {
	color: #fff;
	text-decoration: underline;
}

* html .container { 
	height:100% !important; 
}

.container { 
	position:relative !important;
	height: auto !important;
	margin: 0 auto;
	min-height:100%; /* real browsers */
	background: #000;
}

.logo { 
	position: absolute;
	top: 10px;
	left:20px;
	z-index: 200;
}

div#horizmenu {
	background: #3c0000 /* url(menu_horiz_bg.png) 0 0 repeat-x */;
	height: 45px;
	position: relative;	
}

#horizmenu a {
	font-family: Helvetica, Arial, sans-serif;
}

#navheader {
	z-index: 2;
	position: relative;
	height: 20px;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}

#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navheader li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 24px;
	text-decoration: none;
	color: #bbb;
}
	
#navheader li a:hover {
	color: #fff;
}
	
#navheader li.active {
	z-index: 1;
	height: 17px;
	border-bottom: 4px solid #8a0000;
}

#slider {
	z-index: 0;
	position: absolute;
	height: 20px;
	border-bottom: 4px solid #8a0000;
}

.content { 
	position: relative;
	width: 95%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #646464; 
	font-family: arial,helvetica,san-serif;
}

.content p { 
	font-size:14px; 
	font-weight: 100;
	text-align: left;
	padding: 0 50px;
}

.picmain {
	/* border: 10px solid #3c0000; */
}

.tab {
	margin: 0 20px;
}

#footer {
	position:relative !important;
	width: 100%;
	margin: 0 auto;
	/* move #footer to its position ... */
	margin: -50px auto 0;
	border: 0 none;
	padding: 0;
	background: #3c0000 /* url(menu_horiz_bg_b.png) 0 0 repeat-x */;
	text-align: left;
	font-size: 12px;  
	color:#666;
}

#footer .text {
	padding: 10px 20px;
}

#footer a {
	font-size: 12px;
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:none;
	color:#8a0000;
}