body
{
	font-size: 8.23529px;
	font-family: Helvetica, "Helvetica", Verdana, Arial, sans-serif;
	color:#000000;
	background-color: #d1e1f4;
	background-image: url(../images/bg_int.jpg);
	background-repeat: repeat-x;
}
.int {
	background:url(../images/bg_int.jpg) repeat-x #d1e1f4;	
}
hr
{
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
#thirds h1 {
	font-size: 21px;
	font-weight: bold;
	color: #2d4a54;
	text-align: center;
	font-family: Helvetica, "Helvetica", Verdana, "Verdana", sans-serif;
	border-bottom: 1px dotted #aaa;
}

h1
{
	font-size: 32px;
	font-weight:normal;
	line-height:36px;
}
h2
{
	font-size: 20px;
	font-weight:normal;
}
h3
{
	font-size: 18px;
	font-weight:normal;
	line-height: 18px;
	margin-bottom: 18px;
}
h4
{
	font-size: 16px;
	font-weight:bold;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 12px;
	font-weight:normal;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}

blockquote {
	margin:0 50px;
}

p {
	margin-bottom: 18px;
}

/* =Divs
--------------------------------------------------------------------------------*/

#container {
	width:960px;
	margin:0 auto;
}
#header {
	height:131px;
	width:960px;
}
#logo {
	height:131px;
	width:246px;
	float:left;
}
#top {
	width:684px;
	height:131px;
	float:left;
	padding-left:30px;
}
#ad {
	width:488px;
	height:60px;
	float:left;
	padding:20px 0 0 20px;
}
#search {
	width:166px;
	float:right;
	padding-top:8px;
	color:#fff;
}
#buttons {
	height:34px;
	padding:14px 0 0 16px;
}
#banner {
	height:326px;
	width:960px;
}
#banner-int {
	height:86px;
	width:960px;
}
#banner-left {
	width:418px;
	float:left;
	padding-right:30px;
}
#banner-right {
	width:512px;
	float:left;
	padding-top:10px;
}
#banner-left-int {
	width:300px;
	float:left;
}
#banner-right-int {
	width:650px;
	float:left;
	padding-top:24px;
}
#banner-text {
	padding:15px 0 0 10px;
}
#content {
	padding:20px 0;
}
#left-half {
	width:460px;
	float:left;
	padding:30px 20px 0 0;
}
#right-half {
	width:460px;
	float:right;
	padding:30px 0 0 20px;
}
#left-third {
	width: 300px;
	float: left;
	padding: 30px 20px 0 10px;
}
#middle-third {
	width: 280px;
	float: left;
	padding: 30px 10px 0 10px;
}
#right-third {
	width: 300px;
	float: right;
	padding: 30px 10px 0 10px;
}
#left {
	width:250px;
	float:left;
	padding:6px 0 0 30px;
}
#right {
	width:660px;
	float:right;
	padding-top:10px;
	line-height: 18px;
	font-size: 12px;
}

.subright {
	width: 190px;
	float: left;
	font-size: 11px;
	padding: 10px;
	border-left: 1px dotted #999;
}

#footer-container {
	width: 100%;
	background:#14323c;
	margin: 0 auto;
}
#footer {
	margin: 0 auto;
	width: 960px;
	text-align:center;
	color:#bbb;
	font-size:12px;
	padding:14px;
}

#footer p {
	font-size: 10px;
	margin: 10px 0 0 0;
}

#footer ul {
	display: inline;
}

#footer ul li {
	background: none;
	display: inline;
}

#footer ul li a {
	color: #bbb;
	text-decoration: none;
	font-size: 12px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/

ul {
	margin:0;
	padding:0;
	padding-left:10px;
	margin-top:15px;
}
li {
	list-style-type:none;
	background: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left:20px;
	margin-left:0px;
	font-size:14px;
	text-align:left;
	line-height:18px;
/*	padding-bottom:13px;*/
}

#left ul {
	margin: 0;
	padding: 0 0 0 13px;
}

#left li {
	margin: 0;
	padding: 0 0 0 13px;
}

#search input {
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-size:10px;
	color:#989898;
	margin:0;
}
#search input:focus {
	background:#efefef;
	border:1px solid #ccc;
}
#search form {
	margin:0;
}
.emphasis {
	font-weight:bold;
	color:#8d3539;
}
.login {
	font-size:12px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
.logged_in {
	font-size:12px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-align: right;
}
.sign_up td{
	font-size:10px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	text-align: left;
	padding: 3px;
}
.clear {
	clear:both;
}
.banner-text-big {
	font-size:25px;
	line-height:30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #8d3539;
}
.banner-text-small {
	font-size:20px;
	line-height:30px;
}

.underline {
	text-decoration: underline;
}

.register a {
	text-align: right;
	font-size: 12px;
	color: #fff;
}

.order_review h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.order_review p {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

.order_review {
	margin-bottom: 30px;
}

.indent {
	margin-left: 20px;
}

.ital {
	font-style: italic;
}

fieldset {
	border: 1px solid #000;
	width: 500px;
	background-color: #fff;
	margin-top: 30px;
	clear: both;
	display: block;
	padding: 10px;
}

fieldset p {
	font-size: 14px;
	margin-top: 5px;
}

legend {
	background: #14323c;
	color: #fff;
	border: 1px solid #000;
	margin-left: 10px;
	padding: 2px 6px;
}

select {
/*	float: left;*/
}

a {
	text-decoration:underline;
	color:#2d4a54;
}
a:hover {
	text-decoration:none;	
}
#left a {
	text-decoration:none;
	color:#2e2b2b;
}
#left a:hover {
	text-decoration:underline;
}

p.faq {
	padding: 10px 0 10px 20px;
}

ul.faq li {
	list-style-type: disc;
	padding: 10px;
	background: none;
}


/* =Registration form
--------------------------------------------------------------------------------*/
#new_user label {
	width: 150px;
	text-align: right;
/*	float: left;*/
	clear: left;
	padding-right: 18px;
/*	line-height: 28px;*/
}

#new_user input {
/*	float: left;*/
	clear: right;
}


/* =Other forms
--------------------------------------------------------------------------------*/
label {
	width: 150px;
	text-align: right;
	float: left;
	clear: left;
	padding-right: 18px;
}

input {
/*	float: left;*/
	clear: right;
}

.formError {
	color: #f00;
	margin-left: 18px;
	font-size: 12px;
	float: left;
	clear: none;
	display: inline;
}

.fieldWithErrors {
	clear: none;
	display: inline;
	float: left;
}

p.error {
	color: #f00;
}

.errorBox {
	border: 1px solid #f00;
	background-color: #fff;
	padding: 10px;
	font-size: 13px;
}


/* =Navigation
--------------------------------------------------------------------------------*/
#buttons ul {
	display: inline;
	margin: 0 0px 0px 0;
	float: right;
}
#buttons ul li {
	display: inline;
	background: none;
	padding-left: 50px;
}

a#buttonA {float:left;width:84px;height:34px;background:url(../images/btn_home.jpg);}
a#buttonA:link {background:url(../images/btn_home.jpg)}
a#buttonA:visited {background:url(../images/btn_home.jpg)}
a#buttonA:hover {background:url(../images/btn_home.jpg) 0 -34px;}
a#buttonB {float:left;width:200px;height:34px;background:url(../images/btn_what.jpg);}
a#buttonB:link {background:url(../images/btn_what.jpg)}
a#buttonB:visited {background:url(../images/btn_what.jpg)}
a#buttonB:hover {background:url(../images/btn_what.jpg) 0 -34px;}
a#buttonC {float:left;width:186px;height:34px;background:url(../images/btn_why.jpg);}
a#buttonC:link {background:url(../images/btn_why.jpg)}
a#buttonC:visited {background:url(../images/btn_why.jpg)}
a#buttonC:hover {background:url(../images/btn_why.jpg) 0 -34px;}
a#buttonD {float:left;width:143px;height:34px;background:url(../images/btn_who.jpg);}
a#buttonD:link {background:url(../images/btn_who.jpg)}
a#buttonD:visited {background:url(../images/btn_who.jpg)}
a#buttonD:hover {background:url(../images/btn_who.jpg) 0 -34px;}
