@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.mid {
	width: 950px;
	margin: 0 auto;
}
.right {
	background: right repeat-y url('nav-sep.png');
}
.right-sub {
	background: right repeat-y url('sub-nav-sep.png');
}
#header {
	padding: 10px 0;
}
#header .logo {
	width: 350px;
	float: left;
}
#header .banner {
	width: 468px;
	height: 60px;
	border: 1px solid #000;
	float: right;
	margin: 6px 0 0 0;
}
#main-nav {
	background: top repeat-x url('main-nav.png');
	font-size: 14px;
}
#main-nav a {
	text-decoration: none;
	display: block;
	padding: 13px 15px 11px 15px;
	color: #2d4e7f;
}
#main-nav a:hover {
	background: top repeat-x url('main-nav-hover.png');
	text-decoration: underline;
}
#main-nav ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
}
#main-nav li {
	display: block;
	float: left;
	text-align: center;
	background: left repeat-y url('nav-sep.png');
}
#sub-nav {
	font-size: 12px;
	background: top repeat-x url('sub-main.png');
}
#sub-nav a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 3px 15px;
	color: #333;
}
#sub-nav a:hover {
	background: top repeat-x url('sub-main-hover.png');
	text-decoration: underline;
}
#sub-nav ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
}
#sub-nav li {
	display: block;
	float: left;
	text-align:center;
	background: left repeat-y url('sub-nav-sep.png');
}
#container {
	background: top repeat-x url('container.png') #2d4e7f;
	padding: 20px 0;
}
#box {
	background: #fff;
	border: 5px solid #0e2442;
}
#content {
	width: 665px;
	float: right;
	padding: 15px;
	border-left: 5px solid #0e2442;
	min-height: 920px;
}
#content a {
	color: #00f;
}
#content a:hover {
	text-decoration: none;
}
#content h2, h3, h4, p, blockquote, ul, ol, small {
	margin-bottom: 14px;
	font-weight: normal;
}
#content ul {
	margin-left: 25px;
}
#content ol {
	margin-left: 30px;
}
#content form {
	display: block;
	margin-bottom: 14px;
	border: 1px solid #CCC;
	padding: 10px 0;
}
#content img[align=right] {
	margin-left: 10px;
}
#content h1 {
	font-size: 22px;
	font-weight: normal;
}
#content h2 {
	font-size: 20px;
	color: #900;
}
#content h3 {
	color: #005788;
}
#content .title {
	background: #e9f0f7;
	padding: 10px;
	margin-bottom: 14px;
	border: 1px solid #c4d9ea
}
#content .title p {
	margin: 0;
}
#content input[type=submit] {
	background: top left no-repeat url('buy-now.png');
	width: 100px;
	height: 37px;
}
#content input:hover[type=submit] {
	background-position: 0 -37px;
	cursor: pointer;
}
#sidebar {
	width: 230px;
	float: left;
	padding: 20px 10px;
}
#sidebar a {
	color: #00f;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar img[align=left] {
	display: block;
	border: 1px solid #999;
	margin-right: 10px;
	padding: 5px 0;
}
#sidebar h4 {
	font-weight: bold;
	background: #0e2442;
	color: #fff;
	padding: 4px;
}
#sidebar form {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}
#sidebar strong {
	font-size: 15px;
}
#sidebar input[type=submit] {
	background: top left no-repeat url('buy-now.png');
	width: 100px;
	height: 37px;
}
#sidebar input:hover[type=submit] {
	background-position: 0 -37px;
	cursor: pointer;
}
#floor {
	clear: both;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
#floor a {
	color: #fff;
}

