/* CSS Document */

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
}

html, body {
	margin: 0;
	padding: 0;
	color: #3b2314;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	background-color: #8aa8ac;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 16px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

p, ul li {
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 18px;
}

ol li {
	font-size: 14px;
	line-height: 18px;
}

.error {
	color: #990000;
	font-weight: bold;
}

img, div, table, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.leftpic {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

img.rightpic {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

.formtext {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 3px;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #3b2314;
}

a:hover {
	color: #93A285;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

ul, ol {
	margin-top: 0;
	margin-left: 20px;
	padding-left: 20px;
}

ul {
	list-style-image:url(../images/list_square.gif);
}

li {
	margin-top: 10px;
}

li div {
	margin-top: 16px;
}

p.listhead {
	margin-bottom: 0;
}

div.testimonial {
	margin-left: 20px;
}

span.underline {
	text-decoration: underline;
}

div#footer p {
	color: white;
	margin: 10px 0 20px 0;
	font-size: 11px;
	text-align: center;
}

div#footer p a {
	color: white;
}

hr {
	background-color: #527c81;
	color: #527c81;
	height: 1px;
	width: 500px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.quotes {
	padding: 20px;
	padding-bottom: 4px;
	margin-bottom: 16px;
	background-image: url(../images/bg_quotes.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div.quotes p {
	color: #527c81;
	font-weight: bold;
	font-style: italic;
}

td.label {
	padding-right: 10px;
	text-align: right;
}

.blue {
	color: #305a5f;
}

/* HOME PAGE */

div#home {
	background-color: white;
	background-image: url(../images/bg_home.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#homecontent {
	padding: 0 88px 20px 88px;
}

div#flashbox {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 24px;
}

div#homecontent p, div#homecontent li {
	font-size: 14px;
	margin-bottom: 16px;
} 

div#homecontent p.listhead {
	margin-bottom: 0;
} 

table tr.odd {
	background: url(../images/bg_greenpics.gif);
	background-repeat: repeat;
	background-color: #c8d8ba;
}

table td.imagecol {
	text-align:center;
	padding: 25px 0 15px 20px;
}

table td.textcol {
	padding: 10px;
}

table td.textcol ul, table td.textbox ul {
	margin-left: 0;
}

table td.audiobox {
	padding: 10px 0;
	text-align: center;
	background: url(../images/bg_greenpics.gif);
	background-repeat: repeat;
	background-color: #c8d8ba;
}


/* 2-COLUMN LAYOUT */

div#page {
	background-color: #c7d8da;
	background-image: url(../images/bg_sidebar.gif);
}

div#sidebar {
	float: left;
	padding: 35px 31px;
}

div#content {
	z-index: 50;
	margin-left: 226px;
	background-color: white;
	background-image: url(../images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 31px;
	padding-bottom: 20px;
}

td#content {
	background-color: white;
	background-image: url(../images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 31px;
	padding-bottom: 20px;
	width: 612px;
}

td#sidebar {
	background-color: #c7d8da;
	background-image: url(../images/bg_sidebar.gif);
	padding: 35px 31px;
	width: 164px;
}


/* MENU */

table#menu {
	border-top: 4px solid #93a285;
	border-bottom: 4px solid #93a285;
	margin: 0;
	width: 900px;
}

table#menu td {
	border-top: 2px solid #3b2314;
	border-bottom: 2px solid #3b2314;
	border-left: 1px solid #3b2314;
	border-right: 1px solid #3b2314;
	text-align: center;
	width: 13%;
}

table#menu td.first {
	border-left: none;
	width: 11%;
} 

table#menu td.last {
	border-right: none;
	width: 11%;
} 

table#menu td a, table#menu td span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #8aa8ac;
	padding-top: 8px;
	padding-bottom: 8px;
}

table#menu td a:hover {
	color: white;
	background-color: #93a285;
}

table#menu td a.hassub:hover {
	color: white;
	background-color: #8aa8ac;
}

table#menu td span.active, table#menu td a.active, table#submenu td a.active {
	color: #3c2213;
}

table#submenu {
	display: none;
	position: absolute;
	top: 189px;
	width: 170px;
	z-index: 150;
	left: 216px;
}

table#submenu td {
	border-top: 0;
	border-bottom: 1px solid #3b2314;
	border-left: 1px solid #3b2314;
	border-right: 1px solid #3b2314;
	text-align: left;
}

table#submenu td a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #8aa8ac;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

table#submenu td a:hover {
	color: white;
	background-color: #93a285;
}

table#sublogin {
	display: none;
	position: absolute;
	top: 189px;
	width: 190px;
	z-index: 150;
	left: 684px;
	border-bottom: 1px solid #3b2314;
	border-left: 1px solid #3b2314;
	border-right: 1px solid #3b2314;
}

table#homelogin {
	border: 1px solid #3b2314;
	margin: 0 auto;
}

table#sublogin td, table#homelogin td {
	text-align: left;
	color: white;
	background-color: #8aa8ac;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 0px;
	border: 0;
}

table#sublogin td.label, table#homelogin td.label {
	padding-left: 10px;
}

table#sublogin td.data, table#homelogin td.data {
	padding-right: 10px;
}

/* ORDER PAGES */

table#ordersteps {
	float: right;
	border: 1px solid #3b2314;
	border-left: none;
	position: relative;
	top: -1px;
}

#ordersteps td {
	border-left: 1px solid #3b2314;
	background-color: #CCCCCC;
	color: #999999;
	padding: 2px 10px;
	font-size: 12px;
}

#ordersteps td.on {
	background-color: #93a285;
	font-weight: bold;
	color: white;
}
