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

/*p, div, td {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}*/
a {
	color: #036;
	text-decoration: none;
}
a:hover, a:focus {
	color: #369;
}
h2 {
	font: 22px/26px "Trebuchet MS", Arial;
	color: #4B6EB0;
}

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

#wrapper {
	background: url(/images/wrapper-bg.png) repeat-x 0px 0px;
	margin: 0;
	padding: 20px 0 0;
}
#content {
	margin: 20px auto 10px;
	padding: 0;
	width: 774px;
	line-height: 120%;
}
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin-top: 10px;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#footer-links {
	padding: 8px 0;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	color: #333;
}
#footer-links a {
	text-decoration: none;
	color: #00F;
}
#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;
}


