body {
	background: url(../images/bg.jpg) top repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #373232;
}
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.clear { clear: both; }
.small { font-size: .9em; }
.smaller { font-size: .8em; }
.larger {
	font-size: 1.2em;
	line-height: 1.5em;
}
.inline { display: inline; }
.bg {
	padding: .5em 2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.bg.explanation {
	margin-bottom: 1em;
}
.largest {
	font-size: 1.5em;
	line-height: 1.5em;
}
.w80 { width: 78%; }
.w60 { width: 58%; }
.w50 { width: 48%; }
.w40 { width: 38%; }
.w20 { width: 18%; }

.left.w50, .left.w20 { padding-right: 2%; }
.error { color: #f00; }
.light { color: #999; }
.hide, .explain {
	cursor: pointer;
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	width: 700px;
}
#header {
	margin-bottom: 35px;
	height: 188px;
	background: url(../images/header_bg.jpg) bottom repeat-x;
}
#footer {
	margin: 10px 0 30px;
	padding-top: 20px;
	background: url(../images/stripes.gif) top repeat-x;
}
div.left { width: 47%; }
div.right { width: 47%; }
a { color: #39c; }
h1 span { display: none; }
h1 a {
	height: 188px;
	width: 400px;
	display: block;
	float: left;
	background: url(../images/header.jpg) no-repeat;
}
#header .nav {
	margin-top: 50px;
	float: right;
	text-align: right;
}
#header .nav li {
	font-weight: bold;
	text-transform: uppercase;
}
#footer .nav li {
	margin-right: 20px;
	display: inline;
	font-weight: bold;
}
.nav a {
	color: #163d78;
	text-decoration: none;
}
.nav li.current a, .nav a:hover {
	color: #3399cc;
}
h2 {
	margin: 0 0 .75em;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3399cc;
}
h3 {
	margin: 1.2em 0 .5em;
	font-size: 1.5em;
	font-weight: normal;
	color: #3399cc;
}
h3 a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}
.subnav {
	float: right;
}
.subnav a {
	padding: 8px 8px 5px;
	background: none;
	font-weight: bold;
	color: #39c;
}
.subnav a.current {
	background: #ccc;
	color: #fff;
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: none;
}
#home div.left, #home div.right {
	margin-top: 2em;
}
#home h2 a {
	display: block;
	text-decoration: none;
	color: inherit;
}
p, label, #content ul {
	margin-bottom: 1em;
	padding-top: .5em;
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", serif;
}
p.larger, p.largest {
	margin-bottom: 1em;
}
img.left, object.left {
	margin: .5em 2em 1em 0;
}
img.right, object.right {
	margin: .5em 0 1em 2em;
}
object { padding-top: 1.5em; }
img.border {
	padding: 1px;
	border: 1px solid #333;
}
img.top {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a.arrow {
	padding-left: 24px;
	background: url(../images/arrow.gif) left center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #3399cc;
}
p.larger a.arrow {
	margin-top: 1.5em;
}
#content ul {
	padding-left: 20px;
	list-style: disc outside;
}
#content ul.smaller li {
	margin-bottom: .5em;
	font-size: .9em;
	line-height: 1.5em;
}
table {
	margin: 15px 0 50px;
}
thead th {
	padding-top: .75em;
	padding-bottom: .25em;
}
td, th {
	vertical-align: middle;
}
td, th {
	padding: .5em;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
tbody tr:hover { background-color: #eee; }
tbody tr.desc:hover { background: none; }
td.col1, th.col1 {
	width: 10%;
	/*padding-left: 0;*/
}
td.col1 {
	background-color: #fff;
	text-align: center;
}
.col2 {
	width: 60%;
}
.col3, .col4 {
	width: 15%;
	text-align: right;
}
td.col4, th.col4 {
	width: 15%;
	/*padding-right: 0;*/
}
td.col3.price {
	width: 30%;
}
td.col4, td.price {
	color: #39c;
	font-size: 1.3em;
	font-weight: bold;
}
table h3 {
	margin: 0;
}
a.title {
	padding: 20px 20px;
	display: block;
	background: url(../images/arrow_down.gif) no-repeat left center;
}
table.accessories {
	margin: 50px 0 20px;
}
table.accessories td {
	padding: .1em;
}
table.accessories h3 {
	font-size: 1.2em;
}
table.accessories td.col4 {
	font-size: 1.2em;
}
.note p {
	margin: 0;
	padding: 0;
}


/* forms */

form {
	margin: 0;
	padding: 0;
}
label {
	margin-bottom: 0;
	display: block;
}
input[type=text], textarea {
	margin-bottom: 1em;
	display: block;
	width: 100%;
}
input[type=submit] {
	float: right;
}
textarea {
	height: 100px;
}

#footer p, #footer li {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1em;
}