html {
	height: 100%;
}
body {
	margin: 5px;
	padding: 0;
	height: 100%;
	background: #000 url(../images/bg.png) repeat-x;
	min-width: 924px;
}
img {
	border: none;
}

a { color: #83b4d8; text-decoration: none; font-weight: bold; }
a:hover { color: #83b4d8; text-decoration: underline; }

a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	float: left;
	width: 100%;
	min-height: 100%;
}
.page-inside {
	background: none;
}
* html .page {
	height: 100%;
}
#main {
	margin: 0 auto;
	width: 924px;
}
#header {
	width: 904px;
	float: left;
	position: relative;
	display: inline;
}
.page-inside #header img { margin-left: 27px; }

.top-nav {
	float: right;
	background: url(../images/top-menu-bg.gif) repeat-x;
	margin: 0px 27px 0 0;
	display: inline;
}
.top-nav div {
	float: left;
	background: url(../images/top-menu-bg-left.gif) no-repeat;
}
.top-nav ul {
	float: left;
	margin: 0;
	padding: 0 7px 0 7px;
	background: url(../images/top-menu-bg-right.gif) no-repeat 100% 0;
	height: 22px;
}
.top-nav ul li {
	float: left;
	display: inline;
	font: 10px/13px Arial, sans-serif;
	padding: 0;
}
.top-nav ul li a {
	text-decoration: none;
	color: #000;
	float: left;
	padding: 4px 6px 4px;
	background: url(../images/black-grad-2.gif) repeat-x;
}
.top-nav ul li a:hover {
	background-position: 0 -21px;
	color: #ccc;
}
.logo {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 126px;
	height: 126px;
	top: 4px;
	left: 15px;
}
.page-inside  .logo {
	top: 9px;
	left: 9px;
}
.main-nav {
	margin: 32px 0 0 27px;
	padding: 0 0 0 130px;
	float: left;
	background: url(../images/main-nav-bg.gif) repeat-x;
	height: 35px;
	width: 720px;
	display: inline;
	white-space: nowrap;
}
.page-inside .main-nav {
	margin-top: 37px;
}
.main-nav li {
	float: left;
	display: inline;
	font: bold 15px/18px Arial, sans-serif;
	padding: 0px;
}
.main-nav li a {
	text-decoration: none;
	color: #000;
	padding: 9px 15px 7px;
	float: left;
	background: url(../images/main-nav-hover.gif) repeat-x;
}
.main-nav li a:hover,
.main-nav li a.active {
	background-position: 0 -35px;
	font-weight: bold;
	color: #fff;
}
.black-line {
	float: left;
	background: url(../images/black-grad-1.gif) repeat-x;
	margin: 0 0 0 27px;
	display: inline;
}
.black-line div {
	height: 40px;
	width: 850px;
	float: left;
	background: url(../images/corner.gif) no-repeat;
}
.page-inside .black-line div {
	background: none;
}
.black-line p {
	margin: 10px 0 0 131px;
	padding: 0;
	color: #ccc;
	font: 14px Arial, sans-serif;
}
.footer-centered {
	float: left;
	width: 100%;
	margin: -24px 0 0;
	position: relative;
	min-width: 904px;
}
.footer {
	margin: 0 auto;
	background: url(../images/footer-bg.gif) no-repeat;
	height: 24px;
	width: 848px;
}
.footer ul {
	margin: 0;
	padding: 4px 0 0 21px;
	float: left;
}
.footer ul li {
	float: left;
	display: inline;
	background: url(../images/sep.gif) no-repeat 0 2px;
	padding: 0 8px 0 10px;
	font: 10px/13px Arial, sans-serif;
	color: #ccc;
}
.footer ul li.first {
	background: none;
	padding-left: 0;
}
.footer ul li a {	
	text-decoration: none;
	color: #ccc;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.container {
	float: left;
	width: 904px;
	padding: 0 0 24px;
}
.welcome-box {
	float: left;
	width: 814px;
	padding: 0 0 0 47px;
	position: relative;
	z-index:1;
}
.welcome-box h1 {
	margin: 0;
	padding: 0 0 9px;
	color: #fff;
	font: bold 20px "Trebuchet MS", trebuchet, Arial, sans-serif;
}
.welcome-box h2 {
	margin: 0;
	padding: 0 0 9px;
	color: #fff;
	font: bold 16px "Trebuchet MS", trebuchet, Arial, sans-serif;
}
.welcome-box p {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 16px/24px Arial, sans-serif;
}
.tab-area {
	float: left;
	background: url(../images/tab-area.png) no-repeat;
	width: 924px;
	height: 265px;
	margin: -6px 0 0 -9px;
	z-index: 0;
	position: relative;
}
.tabset {
	float: left;
	margin: 34px 0 0 56px;
	padding: 0;
	position: relative;
	display: inline;
}
.tabset li {
	float: left;
	display: inline;
	font: bold 12px Arial, sans-serif;
	padding: 0 2px 0 0;
}
.tabset li a {
	color: #e2e2e2;
	text-decoration: none;
	background: url(../images/tab-bg.gif) repeat-x;
	float: left;
}


.tabset li a:hover { text-decoration: underline; }
.tabset li a span {
	float: left;
	background: url(../images/tab-left-bg.gif) no-repeat;
	cursor: pointer;
}
.tabset li a span span {
	height: 18px;
	background: url(../images/tab-right-bg.gif) no-repeat 100% 0;
	padding: 4px 18px 0;
}
.tabset li a.active {
	background: #fff;
	color: #333;
}
.tabset li a.active span {
	background: url(../images/tab-left-bg-active.gif) no-repeat;
}
.tabset li a.active span span {
	background: url(../images/tab-right-bg-active.gif) no-repeat 100% 0;
}
div.tab {
	float: left;
	width: 100%;
}
div.tab .btn-prev,
div.tab .btn-next {
	text-indent: -9999px;
	float: left;
	background: url(../images/btn-left.gif) no-repeat;
	width: 27px;
	height: 27px;
	margin: 62px 0 0 9px;
}
div.tab .btn-next {
	background: url(../images/btn-right.gif) no-repeat;
	float: right;
	margin: 62px 11px 0 0;
}
.news {
	float: left;
	width: 765px;
	margin: 23px 0 0;
	padding: 0 0 0 45px;
	display: inline;
}
.news li {
	margin-left: 40px;
	list-style: none;
	float: left;
}
.news h2 {
	margin: 0;
	padding: 0 0 2px;
	color: #333;
	font: bold 12px Arial, sans-serif;
}
.news p {
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px/18px Arial, sans-serif;
}

.news li table tr td { font-family: Arial, sans-serif !important; color: #333; font-size: 12px; padding: 0 10px 0 0; }


.read-full {
	float: left;
	color: #0b1867;
	text-decoration: none;
	font: bold 11px Arial, sans-serif;
	background: url(../images/arrow.gif) no-repeat 100% 4px;
	padding: 0 15px 0 0;
	margin: 19px 0 0 1px;
}
.read-full:hover {
	text-decoration: underline;
}
.content {
	float: left;
	width: 570px;
	padding: 0 0 0 47px;
}
.content h1 {
	margin: 0;
	padding: 0 0 15px;
	color: #fff;
	font: bold 20px "Trebuchet MS", trebuchet, Arial, sans-serif;
}

.content p {
	margin: 0;
	padding: 0 0 10px;
	color: #fff;
	font: 12px/18px Arial, sans-serif;
}
.content .image {
	float: left;
	padding: 0 18px 0 4px;
	margin: -3px 0 0;
}
.content .image img {
	display: inline;
}

.content ul { margin-top: 0; }
.content ul li { color: #FFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-left: 15px; margin-bottom: 5px; }

.col-1 {
	float: right;
	width: 232px;
	margin: 5px 27px 0 0;
	display: inline;
}
.col-1 h2 {
	margin: 0;
	padding: 3px 0 0 19px;
	background: url(../images/heading.gif) no-repeat;
	height: 27px;
	color: #fff;
	font: 16px "Trebuchet MS", trebuchet, Arial, sans-serif;
}
.col-1 ul {
	margin: 0;
	padding: 0;
	font: 14px/18px Arial, sans-serif;
}
.col-1 ul li {
	list-style: none;
	background: url(../images/subnav-bg.gif) repeat-x;
	padding: 2px 0 3px 19px;
}
.col-1 ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.col-1 ul li a:hover {
	text-decoration: underline;
}

.banner { margin-left: 27px; }
.img_left { float: left; margin: 0 10px 10px 0; }
.flash_banner { margin-left: -137px; margin-top: -5px; }
.left { float: left; margin: 0 15px 30px 0; }
.right { float: right; margin: 0 0 10px 10px; }

.contactleft { padding: 10px 0; }
.contactleft label { color: #FFF; }

h1.error { font: bold 20px "Trebuchet MS", trebuchet, Arial, sans-serif; color: #FFF; margin-left: 30px; }
.pagetitle {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, "sans serif";
	font-size: 16px;
}
#product-table, .product-table {
 color: #ffffff;
 font-family: Trebuchet MS, Arial, Helvetica, "sans serif";
 font-size: 12px;
}
#product-table, .product-table td {
	vertical-align: top;
	}
	
td.center {
	text-align: center;
	}	
td.left {
	text-align: left;
	}	
#subscription {
	
}
#subscription label {
	color: #ffffff;
	float:left;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
}
.mmf-not-valid-tip {
	color: #000000;
}
.mmf-validation-errors {
	color: #ffffff;
	font-family: Arial, "sans serif";
}
.exc-prod th {
	text-align: left;
}
.exc-prod .code {
	width: 50px;
	vertical-align: top;
}
.exc-prod .description {
	width: 300px;
	vertical-align: top;
}
.exc-prod .count {
	width: 100px;
	vertical-align: top;
	text-align: center;
}

#exc-cat .exc_prod_grp {
	font-weight: bold;
	font-size: 1.1em;
}
#searchform {
	margin:0;
	padding:0;
}
#s {
	font-size: 11px;
	margin:0;
	padding:0;
}
#searchsubmit {
	font-size: 10px;
	background: #0B1867;
	color: #ffffff;
}
.post {
	font-family: Arial, "sans serif";
	color: #ffffff;
}
#gform_wrapper_1 div.gform_heading {
color: #ffffff !important;
	font-family: arial;
}
.gform_description {
	font-size: 12px;
}
.gfield_required {
	color: #ffffff;
}
