body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	background: url(../images/bg.gif) repeat-x 0 0 #d8e6f3;
}
#container {
	width: 840px;
	margin: 0 auto;
}
img {
	border: 0;
}
a {
	color: #3a86c4;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	color: #fff;
}
h2, h3 {
	font-size: 18px;
	color: #4D4D4D;
	margin-bottom: 6px;
}

/* Header */

#header {
	width: 840px;
	float: left;
	background: url(../images/bg-header.jpg) no-repeat;
	color: #fff;
	position: relative;
	height: 111px;
	margin-bottom: 4px;
	font-family: Georgia, serif;
	font-size: 13px;
	z-index: 50;
}
#header img {
	border: 0;
	margin-top: 20px;
	margin-left: 12px;
	float: left;
}
#header p {
	width: 600px;
	float: right;
	text-align: right;
	padding-top: 24px;
}
#header a {
	color: #eaa200;
}
#header sup {
	font-size: 10px;
	font-style: italic;
}


/* Main Menu */

#header .menu {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#header .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header .menu ul ul {
	width: 210px;
}
#header .menu li {
	float: left;
	position: relative;
}
#header .menu a, .menu a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	padding: 8px 18px;
	border-right: 1px solid #39507a;
}
#header .menu .active a {
	background: #3a86c4;
}
#header .menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #3a86c4;
}
#header .menu ul ul a:hover {
	background: #3a86c4;
	color: #d8e6f3;
}
#header .menu ul ul :hover > a.drop {
	background: #3a86c4;
}
#header .menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0; 
	width: 210px;
}
#header .menu ul .last ul {
	left: -57px; 
	text-align: right;
	width: 136px;
}
#header .menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
#header .menu ul ul a, .menu ul ul a:visited {
	background: #3a86c4;
	height: auto;
	padding: 4px 18px;
	width: 174px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	border-right: 0;
}
#header .menu ul .last ul a, .menu ul .last ul a:visited {
	width: 100px;
}
#header .menu a:hover, .menu ul ul a:hover{
	background: #3a86c4;
}
#header .menu :hover > a, .menu ul ul :hover > a {
	background: #3a86c4;
}
#header .menu ul li:hover ul,
#header .menu ul a:hover ul{
	visibility: visible;
}

/* Intro */

#intro {
	width: 840px;
	height: 304px;
	float: left;
	position: relative;
	z-index: 0;
}
.intro {
	width: 480px;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: #3a86c4;
}
.intro p {
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.35em;
}
.intro img {
	float:left;
	margin: 4px 10px 0 0;
}

/* Content */

#content {
	width: 840px;
	float: left;
	background: url(../images/bg-line.gif) repeat-y 520px 0;
}
.main {
	width: 480px;
	padding: 20px;
	float: left;
	background: url(../images/bg-main.jpg) no-repeat top right;
}
.main p {
	margin-bottom: 12px;
	margin-right: 30px;
	line-height: 1.45em;
}
.main ul {
	margin-bottom: 12px;
	line-height: 1.45em;
}
.home p {
	margin-right: 0px;
}
.productlist {
	width: 480px;
	float: left;
	padding-bottom: 20px;
}
.product {
	padding: 0 20px 20px 0;
	width: 220px;
	float:left;
}
.home .product {
	padding: 0 0 5px 0;
	width: 240px;
}
.product p {
	margin: 0;
}
.product h2 img {
	float:left;
	margin: 5px 10px 0px 0;
}
.product p img {
	top: 12px;
	position: relative;
	margin-right: 3px;
}
.clear {
	clear:left;
}
.crumbs {
	width: 280px;
	float: right;
	background: #b0cee8;
	margin-top: 20px;
	padding: 10px;
}
.quote {
	width: 300px;
	float: right;
	clear: right;
	background: #619dcf;
	margin: 20px 0;
	color: #F2F2F2;
}
.quote blockquote {
	padding: 15px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 1.35em;
}
.quoteby {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 5px;
	line-height: 1.45em;
}
.divider {
	display:block;
	clear:left;
	padding: 10px 0 0px 0;
	border-top: 1px solid #abb9c4;
}
.divider img {
	float:left;
	border:0;
	margin: 0 10px 10px 0;
}

/* Call Back Form */

#callback form {
	margin: 0;
	padding: 0;
	border: 0;
}
#callback td {
	padding: 10px 5px;
	border-top: 1px solid #abb9c4;
}
#callback p {
	margin:0;
	padding:0;
}
#callback .message {
	width: 200px;
}
#callback .callsubmit a {
	float: left;
	background: #eaa200;
	border: 1px solid #eaa200;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
}

/* Search Results */

.ajaxSearch_paging {
	display:block;
	border-bottom: 1px solid #abb9c4;
	padding: 10px 0;
}
.ajaxSearch_result {
	border-bottom: 1px solid #abb9c4;
	padding: 10px 0 0 0;
}
.ajaxSearch_highlight, .ajaxSearch_highlight {
	font-weight: bold;
}
.ajaxSearch_resultLink {
	font-family: Georgia, serif;
	font-size: 18px;
}

/* Footer */

#footer {
	width: 840px;
	float: left;
	border-top: 1px solid #abb9c4;
	background: url(../images/bg-line.gif) repeat-y 520px 0;
}
#footer fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer form {
	margin: 0;
	padding: 0 0 10px 0;
	border: 0;
}
.form-button {
	background: #eaa200;
	border: 1px solid #eaa200;
	padding: 4px 8px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.input-text {
	border: 1px solid #bfbfbf;
	padding: 6px;
	margin: 0 5px 0 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.signup {
	width: 480px;
	padding: 20px;
	float: left;
}
.search {
	width: 300px;
	padding: 20px 0;
	float: right;
}