
#wrap {
	width:580px;
	text-align:left;
	background:#fff;
	margin:0 auto;
	padding:0;
	font:12px/16px "Lucida Grande", Tahoma, Arial, sans-serif;
	background:url('../images/bg_tab_main.jpg') repeat-y;
}

#wrapdrop {
	width:580px;
	text-align:left;
	background:#fff;
	margin:0 auto;
	padding:0;
	font:12px/16px "Lucida Grande", Tahoma, Arial, sans-serif;
	background:url('../images/bg_tab_main.jpg') repeat-y;
}

#wrap h1 {
	color:#fff;
	font-size:1.6em;
	font-weight:normal;
	background:#434d56;
	margin:0;
	padding:25px;
	background:url('../images/bg_tabtop.jpg');
}

#wrapdrop h1 {
	color:#fff;
	font-size:1.6em;
	font-weight:normal;
	background:#434d56;
	margin:0;
	padding:25px;
	background:url('../images/bg_tabtopdrop.jpg');
}

#tabs {
	margin:0;
	padding:0 20px;
	list-style:none;
	min-height:26px;
	background:#434d56;
	background:url('../images/bg_tabs.jpg') repeat-y;
}

#tabs li {
	float:left;
	margin:0 7px 0 0;
}

#tabs li a {
	float:left;
	color:#000;
	//font-weight:bold;
	display:block;
	background:#63788b;
	padding:7px 15px;
	text-decoration:none;
	height:12px;
	text-shadow:2px 2px #333;
}

/* Commented backslash Hack ofr tabbed content
	hides rule for IE \*/
li a {
	float:none;
}
/* End of Hack */

#tabs li a:hover {
	background:#93a9c1;
}

#tabs li.selected a {
	background:#fff url('../images/gray.gif') repeat-x top;
	color:#000;
	text-shadow:none;
	border-bottom:1px solid #fff;
}

#tabs li.selected a:hover {
	text-decoration:underline;
}

.main {
	margin:10px 20px 1px;
	padding:0 0 30px;
}

.main h3 {
	font:bold 18px "Trebuchet MS", Tahoma sans-serif;
	margin:50px 0 15px;
}

#footertab {
	color:#fff;
	font-size:10px;
	background:#434d56;
	margin:0;
	padding:20px;
	background:url('../images/bg_tabbottom.jpg');
}

#footertabdrop {
	color:#fff;
	font-size:10px;
	background:#434d56;
	margin:0;
	padding:20px;
	background:url('../images/bg_tabbottomdrop.jpg');
}
