

/*-------------------------- HEADER --------------------------*/ 
 
#header{
	width:100%;
	height:55px;
	background-color:#FFF;
	/*border-bottom:1px solid #FFFFFF;*/
	z-index:0;
	background:#FFF url("../img/TEST.jpg") repeat-y 0 0;
}

div#top2 {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:70px;
	opacity:0.6;
	background-color:#231f20;
	border-bottom:1px solid #FFFFFF;
	z-index:0;
}


div#top {
	position:relative;
	width:1000px;
	margin:0 auto;
	color:#FFFFFF;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

	div#top {
		width:100%;
	}
}

#header .logo {
	float:left;
}

#header .menu {
	float:right;
	display:none;
}

@media screen and (min-width: 801px) {
	#header .menu {
		margin-top:20px;
		margin-right:15px;	
		display:inherit;
	}
}

#header ul {
	padding:0;
	margin:0;
	list-style-type:none;
 }
#header li {
	float:left; 
	font-family: Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	font-size:12.5px;
	line-height:10px;
	text-transform:uppercase;
	background-color:#231f20;
	opacity:0.6;
	border-left: 1px solid #714A29;
}

#header li:first-child {
	border-left:none;
}

@media screen and (min-width: 801px) {
	#header li {
		font-size:12.5px;
		line-height:10px;
		background-color:transparent;
		opacity:1;	
	}
}

 #header li.connect {
	border:1px solid #CCCCCC;
	padding:0 10px;
 }
 
#header ul li a {
	display:block;
	float:left;   
	text-decoration:none;
	text-align:center;
	padding:15px 5px;
	color:#714A29;
 }
 
 @media screen and (min-width: 801px) {
	#header ul li a {
		padding:5px 10px;
	 }
 }
 
#header ul li a:hover {
		text-decoration:underline;
 } 

/*-------------------------- FOOTER --------------------------*/

#footer-bg {
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	width:100%;
	background-color:#231F20;
	color:#888888;
	opacity:0.3;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	margin:0 auto;
	padding:0;
	height:30px;
	text-align:center;
	padding:7px;
	font-family: Arial;
	font-size:10pt;
	color:#FFF;
}

#footer ul {
	padding:10px;
	margin:0 auto;
	list-style-type:none;
	display:table;
 }
 
#footer a {
	text-decoration:none;
	text-align:center;
	padding:3px 5px;
	color:#808080;
	color:#FFF;
	margin-right:10px;
 }
#footer a:hover {
		text-decoration:underline;
 } 
 
 #footer label {
	margin-left:15px;
 }
 
 #panel {
	opacity: 0.3;
	background-color:#231F20;
}

/*#panel2 {
	position: absolute;
	height:170px;
	width:1000px;
	bottom:30px;
	background-color:transparent;
	color:#FFFFFF;
	margin-bottom:20px;
}*/
