@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
}
#logo {
	float: right;
	padding-right: 10px;
}
#tabsH {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: normal;
	float: left;
	width: 100%;
}
#tabsH ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	list-style-type: none;
}
#tabsH li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#tabsH a {
	text-decoration: none;
	background-image: url(gradient.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#tabsH a span {
	background-image: url(gradient.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: fff;
}
#tabsH a:hover {
	background-position: 0% -42px;
}
#tabsH a:hover span {
	background-position: 100% -42px;
	color: #FFF;
}
.main {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.crunch {
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
