/*======================
	TABS
========================*/
.tabs
{
	background:#eeba3b url(../images/tab_background.jpg) no-repeat 100% 0;

	margin: 0px 0px 10px px;
	padding:6px 0 0 15px;
	height:33px; 
	clear:both;  
}
.tabs ul
{
	margin:0; 
	padding:0; 
	float:left; 
	list-style:none; 
}	
.tabs li
{
	float:left;
	margin:0; 
	padding:0; 
}
.tabs a
{
	display:block;
	padding:10px 20px 7px 20px; 
	background:#f7dfa2; 
	margin: 0 2px 0 2px;
	color:#a24f05; 
	font-size:14px; 
	text-decoration:none; 
}
.tabs a:hover
{
	color:#a24f05; 	
}
.tabs a.active
{
	background:#fff; 
}
/*======================
	CONTENT MENU
========================*/
#contents-wrapper
{
	background:url(../images/menu_bg.gif) repeat-y -5px;
	margin-left:-10px; 
	margin-top:-10px;  
	margin-right:-10px; 
	margin-bottom:-2px;
	min-height:280px;
	height:auto !important;
	height:280px;
	float:left;  
}
#content-menu
{
	float:left; 
	width:170px; 
	margin-top:10px; 
	margin-left:6px; 
	margin-right:0px; 
	
}
#content-menu li
{
	list-style:none; 
	padding:4px 0 4px 17px;	
	background:url(../images/menu_option.gif) no-repeat 0 50%; 
	margin-right:0px; 
}
#content-menu a
{
	color:#fff; 
	text-decoration:none; 
}
#content-menu a:hover, #content-menu a.active
{
	text-decoration:underline; 
}
#content-menu ul
{
	margin:0; 
	padding:0; 
}
#content-page
{
	margin-top:0px; 
	float:left; 
	width:604px; 
	margin:0; 
	padding:10px; 
}
#content-page .tabs
{
	margin: -10px 0 10px -10px; 
	width:609px; 
	 
}
/*======================
	ALERT
========================*/
.alert
{
	text-align:center; 
	padding-top:35px; 
	width:800px; 
}
.alert div
{
	text-align:center;
	font-size:18px; 
	width:500px;
	padding:10px 5px 10px 5px; 
	border:solid 2px #eee5cf;
	margin:0px auto; 
}
/*======================
	FEATURE
========================*/
.feature
{
	background:#fff6e0; 
	border:solid 1px #edba3b; 
	padding:10px; 
	margin-bottom:10px; 
}
.feature2{ border-bottom:solid 1px #bc7e47; margin-bottom:10px;  }

.facebook{ padding:7px; margin:7px 0 0 0; border:solid 1px #3b5998; background:#edf0f5; }
.facebook a{ color:#3b5998; }
.facebook a:hover{ color:#3b5998; }