body {
	color: #333;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../images/header-background.gif) repeat-x 0px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p, div, td {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
h2 {
	font: 22px/26px "Trebuchet MS", Arial;
	color: #4B6EB0;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 607px;
}
#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.menu {
	margin: 32px 0px 0px;
	padding: 0px;
	height: 26px;
	overflow: hidden;
}
.menu li {
	padding: 0px;
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
	background: url(../images/tab-left-off.png) no-repeat 0px 0px;
}
.menu li.current {
	background: url(../images/tab-left-on.png) no-repeat 0px 0px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	padding: 6px 15px 8px 15px;
	height: 26px;
	line-height: 26px;
	background: url(../images/tab-right-off.png) no-repeat 100% 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.menu a:hover {
	color: #666666;
}
.current a, .current a:link, .current a:active, .current a:visited {
	padding: 6px 15px 8px 15px;
	background: url(../images/tab-right-on.png) no-repeat 100% 0px;
}
.submenu {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 17px;
}
.submenu li {
	padding: 0px;
	display: block;
	height: 17px;
	line-height: 17px;
	float: left;
}
.submenu a, .submenu a:link, .submenu a:active, .submenu a:visited {
	padding: 0px 10px;
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	color: #004383;
}
.submenu a:hover {
	color: #005CB9;
}
.subcurrent a, .subcurrent a:link, .subcurrent a:active, .subcurrent a:visited {
	color: #005CB9;
}

#wrapper {
	background: url(../images/wrapper-bg.png) repeat-x 0px 0px;
	margin: 0px;
	padding: 20px 0px 0px;
}
#content {
	margin: 20px auto 10px;
	padding: 0px;
	width: 774px;
	line-height: 120%;
}
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#footer-links {
	padding: 8px 0px;
	margin-bottom: 30px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	color: #333333;
}
#footer-links a:link,
#footer-links a:visited {
	text-decoration: none;
	color: #0000FF;
}
#footer-links a:hover {
	text-decoration: underline;
}
#copyright {
}

.block-left {
	float: left;
	margin-right: 18px;
}
.block-right {
	float: left;
}
.price-amount {
	font: bold 18px "Trebuchet MS", Arial;
	color: #396BAF;
}
#special {
	float: right;
	width: 250px;
	margin-left: 15px;
	text-align: center;
}

