#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:660px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}

.tabbed_area {
	border:0px solid #494e52;
	background-color:#e7e7e7;
	padding:8px;
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:8px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#eeeeee;
	color:#ccc;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
	cursor:default;
}
ul.tabs li a:hover {
	background-color:#f4f4f4;
	border-color:#2f343a;
	color:#ffffff;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#111111;
	border:1px solid #b4b4b4; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:20px;
	margin-top:1px;
	border:1px solid #b4b4b4; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8, #content_9, #content_10, #content_11, #content_12, #content_13{ display:none; }


/* FEATURES Page
===================================================================== */	
body#features ul.tabs {float:left; margin-top:0;}
	body#features ul.tabs li {display:block; width:200px; height:35px;}
	body#features .content {float:right; width:400px; margin:0; border:none; height:480px;}
	
	body#features ul.tabs li a {
		background-color:#eeeeee;
		color:#9e9e9e;
		width:175px;
		float:left;
		padding:8px 15px 8px 15px;
		text-decoration:none;
		font-size:13px;
		font-weight:bold;
		cursor:default;
	}
	body#features ul.tabs li a:hover {
		background-color:#f7f7f7;
	}	
	body#features ul.tabs li a.active {
		color:#111111;
		border:none; 
		background:#fff url(../images/icons/arrow_right.gif) no-repeat 190px 10px;
	}

