.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */

body {
	background: #4E897B;
	margin: 0px;
	font-family: arial, verdana, sand-serif;
	font-size: small;
	color: #333333;
}

img {
	border: 0 none;
}

.clear {
	clear: both;
}

.align-right {
	text-align: right;
}

.content {
	padding: 18px 20px;
}
.content h4 {
	margin: 0;
	background: #C2CD9F;
	padding: 5px;
	font-weight: normal;
}
.content h5 {
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	padding: 5px;
	color: #91A452;
}
.content p {
	padding: 0 5px;
}

.home {
	background: url(../graphics/home.ie.gif);
}
#main>div.home {
	background: url(../graphics/home.gif);
}

.twocol {
	background: #E7EBD9 url(../graphics/twocol.gif) repeat-y top right;
}
.twocol img {
	margin: 0 0 7px -11px;
}

.onecol {
	background: #E7EBD9;
	padding: 18px !important;
	height: 5px;
}
#content>.onecol {
	height: auto;
}

#wrapper {
	width: 778px;
	margin: 0 auto 15px;
	background: white;
	padding: 0 1px 1px;
	position: relative;
}
body>#wrapper {
	width: 775px;
}
#wrapper div.corner_bl {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1000;
}
#wrapper div.corner_br {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1000;
}

#sidebar {
	width: 250px;
	float: left;
}
#sidebar div.sidebar {
	border: 1px solid #DBDADA;
	margin: 20px;
	font-size: 90%;
	padding-bottom: 30px;
	position: relative;
}
#sidebar div.sidebarcorner {
	position: absolute;
	bottom: 248px;
	right: 20px;
}
#sidebar>div.sidebar div.sidebarcorner {
	bottom: -1px !important;
	right: -1px !important;
}
#sidebar div.sidebar h3 {
	margin: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-weight: normal;
	color: white;
	background: #035642;
	text-transform: uppercase;
	font-size: 120%;
}
#sidebar div.sidebar h3.alt {
	background: #859A3F;
}
#sidebar div.sidebar p {
	margin: 0;
	padding: 12px;
}
#sidebar div.sidebar p a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../graphics/arrow.gif) no-repeat 10px 8px;
	color: white;
	text-decoration: none;
	padding: 0 25px;
}
#sidebar>div.sidebar p a {
	background: url(../graphics/arrow.png) no-repeat 10px 8px;
}
#sidebar div.sidebar p a.employee {
	background-color: #4E897B;
	margin-bottom: 10px;
}
#sidebar div.sidebar p a.shipping {
	background-color: #81ABA1;
}
#sidebar div.sidebar p a.news {
	background-color: #9EAE65;
	margin-bottom: 10px;
}
#sidebar div.sidebar p a.calc {
	background-color: #B6C38C;
	margin-bottom: 10px;
}
#sidebar div.sidebar p a.feedback {
	background-color: #c5cda2;
}
#sidebar div.search {
	margin: 20px;
	font-size: 90%;
}
#sidebar div.search input.button {
	background: #357868 url(../graphics/arrow.gif) no-repeat 90% 50%;
	border: none;
	padding: 0 8px;
	height: 16px;
	color: white;
	padding: 0 12px 0 3px;
	width: 62px;
}
#sidebar div.search input.input {
	height: 12px;
	border: 1px solid #B7B6B6;
	background: #E7EBD9 url(../graphics/search_box.gif) no-repeat;
	padding-left: 20px;
	width: 120px;
	font-size: 90%;
}
#sidebar>div.search input.input {
	width: 124px;
}

#main {
	margin-left: 250px;
}

#banner {
	height: 126px;
	position: relative;
}

#navigation {
	height: 43px;
	background: url(../graphics/ul.gif);
	border-top: 1px solid white;
	position: relative;
}
#navigation td {
	margin: 0;
	padding: 0;
	width: 20%;
	white-space: nowrap;
}
#navigation td a {
	display: block;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	padding: 0 11px;
	background: url(../graphics/nav.gif);
	margin-left: 1px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#navigation td a:hover {
	background: url(../graphics/nav_over.gif);
}
#navigation td a:active {
	background: #035642;
}

#crumbs {
	height: 30px;
	line-height: 30px;
	background: #D7EBF6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0 21px;
	color: #035642;
}
#crumbs a {
	color: #035642;
	text-decoration: none;
	padding: 0 5px 0 10px;
	background: url(../graphics/crumb.gif) no-repeat 0 50%;
}
#crumbs a:hover {
	text-decoration: underline;
}

#content {
	border-bottom: 1px solid white;
}
#content a {
	color: #859A3F;
}
#content h2 {
	font-size: 180%;
	text-transform: uppercase;
	margin: 0 0 1px;
	font-weight: normal;
	padding: 12px 20px;
	background: #AAB979;
	color: white;
	height: 1px;
}
#content>h2, #content>div h2 {
	height: auto;
}
#content p {
	margin: 0;
}
#content div.left {
	float: left;
	width: 50%;
	position: relative;
	left: 3px;
}
#content>div.left {
	left: 0;
}
#content div.left h2 {
	background: #AAB979;
	color: white;
	border-bottom: 1px solid white;
}
#content div.left p {

	margin: 0;
	padding: 6px 18px;
}
#content div.right {
	margin-left: 260px;
	padding-bottom: 18px;
	height: 490px;
}
#content div.right h2 {
	background: #E7EBD9;
	color: #9EAF65;
	border-bottom: 1px solid white;
}
#content div.right p {
	background: #CFD7B2;
}
#content div.right div.quote {
	background: white url(../graphics/quotecorner.gif) no-repeat bottom right;
	padding-bottom: 5px;
	width: 222px;
	margin: 18px auto 0;
}
#content div.right div.quote p {
	background: white url(../graphics/quote_open.gif) no-repeat 20px 20px;
	padding: 16px 50px 5px;
	min-height: 50px;
	height: 50px;
}
#content>div.right div.quote p {
	height: auto;
}
#content div.right div.quote span {
	font-size: 80%;
	padding: 30px 0 0;
	margin-left: 50px;
	background: url(../graphics/quote_close.gif) no-repeat 130px 5px;
	display: block;
	position: relative;
	top: -20px;
}
#content div.content {
	padding: 0;
	min-height: 230px;
	height: 230px;
	border-top: 1px solid white;
	position: relative;
	top: -1px;
}
#content>div.content {
	height: auto;
}
#content div.content div.right, #content div.content div.left {
	padding: 18px;
}
#content div.content div.right {
	float: right;
	margin: 0;
	background: #CFD7B2;
	width: 160px;
	text-align: center;
}
#content div.content div.left {
	float: none;
	margin-right: 160px;
	width: 260px;
}
#content div.content div.left h3 {
	margin-top: 0;
	color: #859A3F;
	font-weight: normal;
	font-size: 150%;
}
#content div.content div.left p {
	padding: 0;
}

#footer {
	background: #035642;
	padding: 0 20px;
	color: white;
	height: 30px;
	line-height: 30px;
	font-size: 85%;
}
#footer div.left {
	float: left;
}
#footer div.right {
	float: right;
}
#footer div.centre {
	text-align: center;
	margin: 0 200px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#print, #email {
	padding-left: 20px;
}
#print {
	background: url(../graphics/print.gif) no-repeat 0 50%;
}
#email {
	background: url(../graphics/email.gif) no-repeat 0 50%;
}

td, th {
	padding: 5px;
}

td.divider {
	height: 2px;	
}

th {
	text-align: left;
	font-weight: normal;
	background: #C2CD9F;
}

#login {
	background: #CFD7B2;
	margin: 0 auto;
	width: 300px;
	border: 1px solid #C1C4B7;
	position: relative;
}
#login h4 {
	background: #9EAE65;
	color: white;
	font-size: 120%;
	padding: 5px 18px;
}
#login p {
	padding: 18px 0;
	text-align: center;
}
#login div.corner {
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1000;
}

#contacts, #contacts td table {
width: 100%;
}
#contacts td {
	padding: 2px 5px;
	vertical-align: top;
}
#contacts th.buyer {
	background: #D8DFC2;
}
#contacts th {
	font-weight: bold;
}
#contacts th.alt {
	padding-top: 30px;
	background-color: transparent;
	font-size: 120%;
}
#contacts h2 {
	font-size: 120%;
	padding: 0;
	background: none;
	color: #035642;
	text-transform: none;
}
#contacts p {
	padding: 0;
	margin: 0;
	font-size: 85%;
}
#contacts td table td {
	width: 50%;
}

#employee_login input.float {
	float: left;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
#employee_login input.submit {
	float: right;
	margin: 0 10px 0 0;
	position: relative;
	top: -10px;
}
#employee_login label {
	display: block;
	margin-left: 40px;
	font-size: 85%;
	margin-right: 10px;
}
#employee_login label span {
	color: red;
}

#employee_login p.alignleft {
	text-align: left;
}

#content div.form p { margin: 0 0 1em; }
div.form label { float: left; width: 150px; }
div.form input.text,
div.form textarea { padding: 3px; font-size: 1em; width: 300px; border: 1px solid #888; font-family: arial, verdana, sand-serif; }
div.form textarea { height: 100px; }
div.form input.submit { margin: 0 0 0 150px; }