.tabs h1 {
	position: relative;
	overflow: hidden;
	left: -15px;
}
.tabs {
	margin-right: auto;
	margin-left: auto;
	width: 612px;
}

.tabs h1 span {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}

.tabs h1, h1 span {
	width: 294px;
	height: 109px;
	background-image: url(logo.gif);
}
.tabs div/* demo */

 {
	margin: 0 0 0 0;
}
.tabs  ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: both;
	width: 100%;
}
.tabs  ul li {
	float: left;
}
.tabs  ul  a, .tabs a:link,.tabs a:visited {
	float: none;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666666;
	background: #eee;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 14px;
}
.tabs  ul a:hover {
	background: #fff;
}
.tabs  ul a.active {
	padding-bottom: 5px;
	cursor: default;
	color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0D7C6;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0;
}
.tabs h2  {
	font-size: 16px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #AA2800;
}
.tab {
	border: 1px solid #CCCCCC;
	float: left;
	background-image: url(../_images/cmn/bg_gradient_sm.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	padding: 15px;
	width: 580px;
}
.tab  ol {
	list-style-type: disc;
}
.tab a, .tab  a:link, .tab a:visited {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #AA2800;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.tab   a:hover, .tab a:active {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #AA2800;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.tab ul, .tab ul li, {
	clear: none !important;
	float: none !important;
}
.tab ul {
	margin-left: 2em;
	list-style-type: disc;
	margin: inherit inherit 10px;
}
.tab li {
	display: list-item;
	clear: both;
}

