

/* MAIN BG*/
body, 
h2.title span, 
ul.tabs li a.active{ 
	background: #fdfdfd;
	background: rgba(246,246,246,0.5) ;
	background: white ;
	position: relative;
	z-index: 1;
} 

body {
/*    border-left: 15px solid #55872e;
    border-right: 10px solid #55872e; */  
}

body:after, 
h2.title span:after, 
ul.tabs li a.active:after{  
	content: "";
	background: #fdfdfd;
	background: transparent url("../images/theme/backgrounds/noise-white.jpg") repeat;  
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.logo-box{
	margin-top: 30px; 
	margin-bottom: 20px;
	display: block;
  	border-style: ridge;
	border-width: 6px;
	border-color: #222;
	border-color: rgba(0,0,0,0.8);
}



	
/* FOOTER */
#section-tophat{
	border-top: 5px solid #9a9a9a;
	background: #ddd;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: #ddd;
}

/* SUBFOOTER */
#section-sub-footer{
	border-bottom: 5px solid #9a9a9a;
	background: #ddd;
}

#section-sub-footer:after {
	content: "";
	background: #ddd;
