body {
	font: 10pt/14pt verdana, 'century gothic', arial, georgia;
	color: white;
	margin: 0;
	padding: 0;
	background: white url(/images/body-bg.jpg) repeat-x;
}

h1 {
	font-size: 1.3em;
	margin: 7px 0 0 0;
	height: 24px;
}

h2 {
	font-size: 1.1em;
	margin: 5px 0 0 10px;
}

h3 {
	font-size: 1em;
	margin: 20px 0 0 20px;
	background-color: #6ebb1f;
	color: #0e2b8d;
	padding: 5px;
}

h4 {
	font-size: 1em;
	margin: 20px 0 0 20px;
	padding: 5px;
	text-decoration: underline;
}

h5 {
	color: #6ebb1f;
	font-size: 1.3em;
}

h6 {
	color: #10305A;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #6ebb1f;
}

a:hover {
	color: #05488c;
}

img {
	border: 0;
	margin: 0;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #888;
	cursor: help;
}

form {
	margin: 3px 5px 17px 2px;
	padding-bottom: 7px;
}

form.options {
	margin: 0;
	padding: 0;
}

.block {
	display: block;
}

#bank {
	border: none;
}

div#content {
	padding: 0px;
	width: 900px;
	margin: auto;
}

div#header {
	background: url(/images/header-bg.jpg) top left no-repeat;
	height: 187px;
	margin-left: 100px;
}

div#blurb {
	position: relative;
	left: 215px;
	top: 122px;
	width: 250px;
	font-size: 13px;
}

div#marquee {
	position: relative;
	left: 215px;
	top: 122px;
	width: 247px;
	font-weight: bold;
	font-size: 11px;
}

/* NAV */
div#nav {
	position: absolute;
	top: 164px;
	padding: 0px;
	margin: 0px 0px 0px 26px;
	width: 695px;
	height: 31px;
	overflow: hidden;
	background: url(/images/nav.gif) no-repeat;
	background-color: #0c1f62;
}

#nav ul  {
	position: relative;
	width: 695px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -2000px;
	text-decoration: none;
	padding: 30px 0 0 0;
	overflow: hidden;
	width: 695px;
	height: 0px;
	height: 31px; /* IE5/Win */
	background: transparent url(/images/nav.gif) no-repeat 0px 0px;
}

/*body.home #nav ul, body.about-us #nav ul, body.crate-info #nav ul, body.ordering #nav ul, body.contact #nav ul, body.faq #nav ul { background-image: url(/images/nav.gif); }*/

#nav ul li#home a { left: 0px; width: 116px; background-position: 0px 0px; }
#nav ul li#about-us a { left: 116px; width: 113px; background-position: -116px 0px; }
#nav ul li#crate-info a { left: 229px; width: 120px; background-position: -229px 0px; }
#nav ul li#ordering a { left: 339px; width: 96px; background-position: -339px 0px; }
#nav ul li#contact a { left: 435px; width: 109px; background-position: -435px 0px; }
#nav ul li#faq a { left: 575px; width: 80px; background-position: -575px 0px; }

#nav ul li a:hover {	background-position: 0px -62px }
#nav ul li#home a:hover { background-position: 0px -62px }
#nav ul li#about-us a:hover { background-position: -116px -62px }
#nav ul li#crate-info a:hover { background-position: -229px -62px }
#nav ul li#ordering a:hover { background-position: -339px -62px }
#nav ul li#contact a:hover { background-position: -435px -62px }
#nav ul li#faq a:hover { background-position: -575px -62px }

.home #nav ul li#home a:hover, .home #nav ul li#home a { background-position: 0px -31px }
.about-us #nav ul li#about-us a:hover, .about-us #nav ul li#about-us a { background-position: -116px -31px }
.crate-info #nav ul li#crate-info a:hover, .crate-info #nav ul li#crate-info a { background-position: -229px -31px }
.ordering #nav ul li#ordering a:hover, .ordering #nav ul li#ordering a { background-position: -339px -31px }
.contact #nav ul li#contact a:hover, .contact #nav ul li#contact a { background-position: -435px -31px }
.faq #nav ul li#faq a:hover, .faq #nav ul li#faq a { background-position: -575px -31px }


/* MAIN AREA */
/* Sidebar */

div#main {
	margin-top: 8px;
	width: 900px;
	background: #a68e76 url(/images/left-bg.jpg) repeat-x;
	padding: 0;
}

#sidebar {
	width: 179px;
	float: left;
	position: absolute;
	font-size: 15px;
	background: #a78f77 url(/images/left-bg.jpg) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	font-size: 0.9em;
	padding-left: 30px;
	margin: 0 0 26px 0;
}

#sidebar li {
	font-size: 1em;
	line-height: 1.7em;
	background: url(/images/tick.gif) no-repeat center left;
	margin-left: -10px;
	padding-left: 30px;
	list-style-type: none;
	text-align: left;
}

#sidebar p {
	color: white;
	margin: 15px 10px;
}

#sidebar .blue p {
	color: #0e2b8d;
}

#green {
	background: #6ebb1f;
	padding: 0;
	margin: 0 9px;
	border-bottom: 2px solid #CC0000;
}

#green p {
	color: #0e2b8d;
	border-top: 2px solid #cc0000;
	margin: 0;
	padding: 4px 0;
}

#green a {
	color: #0e2b8d;
	font-weight: bold;
}

#redarrow {
	background: url(/images/red-arrow.gif) no-repeat;
}

/* mainarea */
#headerpic {
	background:#1D3494 url(/images/intropic.jpg) no-repeat scroll 0 0;
	height: 373px;
	margin:0 -10px !important;
	padding:0;
	width:694px;
}

.headeroverlay {
	left:-288px;
	position:relative;
	top:205px;
	z-index:999;
}

#mainarea-index {
	position: relative;
	padding: 0 10px;
	margin: 0;
	left: 179px;
	text-align: center;
	width: 674px;
	background: #1D3494;
}

#mainarea-index table {
	padding: 25px;
}

#mainarea-index td {
	padding: 15px;
}

#mainarea-index table .flash {
	padding: 0;
}

#mainarea-index td .flash {
	padding: 0;
}

.bai {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}

.strip {
	background: #FFF;
	padding: 3px;
	margin: 15px -10px 0;
	color: #1D3494;
}

#strip-line {
	border-top: 2px solid #1D3494;
}

.strip p {
	margin-top: 12px;
	font-size: 12px;
	padding: 8px;
}

#mainarea-index #marquee2 {
	width: 247px;
	font-weight: bold;
	font-size: 11px;
}

#mainarea-index #marquee2 table {
	padding: 0;
}

marquee {
	padding: 10px 0 0;
	margin: 0;
}

#blue-link a {
	color: #1D3494;
}

#mainarea-index .strip table {
	padding: 0px;
}

#mainarea-index .strip td {
	padding: 1px;
}

#mainarea {
	position: relative;
	width: 700px;
	padding: 2px;
	margin: 0px;
	left: 179px;
	background: white;
	color: #10305a;
	min-height: 750px;
}

/* for IE */
* html div#mainarea {
	height: 975px;
}

#mainarea h1, #mainarea h2 {
	color: #6ebb1f;
	margin: 25px 0 0 20px;
	padding: 0;
}

#mainarea h1 {
	font-size: 1.3em;
}

#mainarea h2 {
	font-size: 1.1em;
	margin-bottom: 21px;
}

#mainarea p {
	margin: 2px 25px 15px 25px;
	font-size: 12px;
}

.greyb {
	padding: 4px;
	background-color: #eee;
}

#mainarea table {
	margin: 18px 15px;
}

#mainarea th {
	background-color: #6ebb1f;
	color: #0e2b8d;
	padding: 5px;
}

#mainarea td {
	padding: 6px 4px;
	vertical-align: top;
	font-size: 11px;
}

#mainarea ul {
	margin: 0;
	padding: 1px 24px;
}

#mainarea li {
	margin: 0;
	padding: 1px 24px;
	background: url(/images/arrow.gif) no-repeat;
	list-style-type: none;
}

#prodnav {
	margin:9px 0 10px 72px;
	padding:0;
	text-align:center;
	width:559px;
}

#prodnav #boxes {
	position: relative;
	top: 3px;
}

span {
	color: #10305a;
}

span.green {
	color: #6ebb1f;
	font-weight: bold;
}

span.red {
	color: #cc0000;
	font-weight: bold;
}

.option {
	background: white url(/images/op-bg.gif) repeat-x bottom;
}

.option input {
	margin: 2px;
}

#mainarea .option p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.button {
	text-transform: uppercase;
	padding: 0;
	color: #10305A;
}

.small {
	font-size: /*8px;*/ 11px;
	padding: 1px;
	overflow: visible;
}

#mainarea .desc p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#mainarea p span {
	color: #6ebb1f;
	font-weight: bold;
}

.confirm {
	width: 400px;
}

.quote {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #6ebb1f;
	border-bottom: 1px solid #6ebb1f;
	padding: 8px;
}

.bb {
}

.bb2 {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

/* Footer */
#footer {
	font-size: 11px;
	color: white;
	text-align: right;
	height: 31px;
	width: 890px;
	background: url(/images/footer.gif) top left no-repeat;
	padding-right: 10px;
	margin: 0;
}

#footer a {
	color: white;
}

#footer p {
	padding: 4px;
	margin: 0;
}

.diagram {
	margin: 20px 0;
}

.centre, .centre2 {
	text-align: center;
}

.centre2 {
	padding-left: 5px;
}

.centre2 td {
	width: 215px;
}

.error, .text-errors, .f-error {
	color: red;
}

#copy {
	text-align: left;
	color: #6fbc21;
	padding: 10px;
}

#copy a {
	color: #314a9e;
} no-repeat;
	padding-right: 10px;
	margin: 0;
}

#shop {
	margin: 5px 30px;
	width: 190px;
}

#mainarea #shop p {
	text-align: right;
	font-size: 10px;
	margin: 3px;
}

#mainarea #shop form {
	margin: 3px;
	font-size: 10px;
}

hr {
	background-color: #81A6C3;
	border-width: 0;
	color: #81A6C3;
	height: 1px;
}

.h_box {
	background: #e9f2f8 url(../images/h_box_t.gif) repeat-x scroll 0 0;
}
.h_box div {
	background: url(../images/h_box_b.gif) repeat-x scroll center bottom;
}
.h_box div div {
	background: url(../images/h_box_l.gif) repeat-y scroll left center;
}
.h_box div div div {
	background: url(../images/h_box_r.gif) repeat-y scroll right center;
}
.h_box div div div div {
	background: url(../images/h_box_tr.gif) no-repeat scroll right top;
}
.h_box div div div div div {
	background: url(../images/h_box_tl.gif) no-repeat scroll left top;
}
.h_box div div div div div div {
	background: url(../images/h_box_bl.gif) no-repeat scroll left bottom;
}
.h_box div div div div div div div {
	background: url(../images/h_box_br.gif) no-repeat scroll right bottom;
	padding: 12px;
}

.intpop {
	float:left;
	margin:2px 5px 2px 0;
	width:168px;
}

.h_box p strong {
	color: #0a2d03;
	font-size: 15px;
}

.h_box p {
	color: #0a500a;
	font-size: 11px;
}

#mainarea .items li {
	display: inline-table;
	margin: 6px 4px;
	border: 2px solid #f5f5f5;
	background: none;
	width: 250px;
	height: auto;
	vertical-align: top;
	padding:8px 15px;
}

.warn {
	background-color:#FFEFEF;
	border:1px solid red;
	color:#FF0000;
	margin-top:10px;
	padding:9px;
	text-align:center;
}

.warn em {
	font-weight: bold;	
}