

#tabbed_box_1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

.tabbed_area {
}


ul.tabs {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
	float: left;
}
ul.tabs li a {
	text-decoration:none;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	text-transform:none;
	background-image:url(../images/tabinactive.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 26px;
	width: 97px;
	display: block;
	color: #a1a0a4;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.tabs li a:hover {
	background-image: url(../images/tabactive.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 26px;
	width: 97px;
	color: #ff7800;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.tabs li a.active {
	background-image: url(../images/tabactive.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 26px;color: #ff7800;
	width: 97px;padding-top: 10px;
}



.content {
	
	width: 290px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #c9c9cc;
	border-right-color: #c9c9cc;
	border-bottom-color: #c9c9cc;
	border-left-color: #c9c9cc;
	z-index:5;
	
	background-image: url(../images/rihtboxbg.jpg);
	background-repeat: repeat-x;
	margin-right:0px;
	
}

.contentisulation {
	
	width: 290px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #c9c9cc;
	border-right-color: #c9c9cc;
	border-bottom-color: #c9c9cc;
	border-left-color: #c9c9cc;
	z-index:5;
	
	background-image: url(../images/rightboxbg2.jpg);
	background-repeat: repeat-x;
	margin-right:0px;
	
}

a.redtext:link {
	font-family: tahoma;
	font-size: 11px;
	
	color:#5f6062;
	text-decoration:none;
}
a.redtext:visited {
	font-family: tahoma;
	font-size: 11px;
	
	color:#5f6062;
	 text-decoration:none;
}
a.redtext:hover {
	font-family: tahoma;
	font-size: 11px;
	
	color:#ff7800;
	 text-decoration:none;
}
.redtext2{
	font-family: tahoma;
	font-size: 11px;
	
	color:#5f6062;
	text-decoration:none;
}



.content ul {
	margin:0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content ul li {
	list-style:none;
	
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}
