div.tabs {
	float:left;
	width:100%;
	border-bottom:2px solid #B0B3B3;
}

div.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url(../images/lefttab.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}
div.tabs a {
	float:left;
	display:block;
	background:url(../images/righttab.gif) no-repeat right top;
	padding:5px 25px 3px 0px;
	text-decoration:none;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#565656;
	line-height:22px;
}

div.tabs a img{
margin-right:5px;}

div.tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover {
	color:#000;
}

body.tabs div.tabs li.selected {
	background-position:0 -30px;
	border-width:0;
}

body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	background-position:100% -30px;
	padding-bottom:3px;
	color:#000;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a{
	background-position:0% -30px;
	color:#000;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -30px;
}

/* tab body */
div.tabBody {
	clear: both;
	border-top: 0;
	padding:0px 0 0 0;
}
/* IE only nonsense */
* html div.tabBody {
	height:;
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height:px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height:px;
}
/* Make the minimum height of an embedded tab embedded in a tab less than the embedded tab. */
div.tabBody div.tabBody div.tabBody {
	min-height:px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height:px;
}
/* use this if javascript is turned off */
div.tabItem {
	margin:0;
	padding:0;
}
body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding:0px 0px 0px 0px ;
	display: none;
}
body.tabs div.tabBody div.selected {display: block;}

.botmain{width:897px; float:left; padding:10px 0 0 20px;}
.botmain h2{margin:0px; padding:0px; font-size:20px; font-weight:normal; line-height:22px;}
