/* Stylesheet by RMW Web Publishing - Aug 2008 */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}

/* Layout */
#page {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#wrap{text-align:left;}
#content{float:left;width:550px}
#sidebar{float:right;width:190px;margin-bottom:2em}
#extra{float:right;clear:right;width:190px;text-align:left;}
#footer{clear:both;width:100%}

h1 {
	margin: 0;
	color: #87A448;
	font-style: italic;
	font-size: 2.6em;
}
h2 {
	margin-left: 120px;
	color: #BF8A44;
	font-size: 1.6em;
	font-style: italic;
}
h3 {
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCC;
}
.search-result h3 {
	padding-left: 0;
	color: #000;
	font-style: normal;
	font-size: 1em;
}
h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #6B383D;
}
img {
	border: none;
}
a {
	color: #557C2B;
	text-decoration: none;
}
a:visited {
	color: #83A956;
}
a:hover {
	color: #821115;
}
a:active {
	color: #577E2D;
}

p.welcome {
	font-size: 1.2em;
	color: #6B383D;
}

#header {
	text-align: left;
}
#header a {
	display: block;
	height: 186px;
	width: 400px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}
#page {
	background: #FFF url(../img/bg-body.png) right repeat-y;
	font-size: 1.2em;
}

/* Content */
#content {
	padding-right: 5px;
	line-height: 1.6;
	font-size: 90%;
}
#wrap > #content { /* Filter out IE */
	background: url(../img/bg-content.gif) left bottom no-repeat;
}
#content a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #557C2B;
}
#content a:visited {
	border-bottom-color: #83A956;
}
#content a:hover {
	border-bottom-color: #821115;
}
#content a:active {
	border-bottom-color: #577E2D;
}

#content > p:first-letter { /* large caps */
	color: #6F9800;
	margin-top: 20px;
	font-size: 1.3em;
    padding-right: 2px;
}

/* Sidebar */
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #900;
}
#sidebar a {
	display: block;
	margin-left: 8px;
	padding: .6em 0 .6em 30px;
	text-align: left;
	color: #557C2B;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar .selected a {	
	color: #1A1A1A;
	background: url(../img/bg-nav.png) left no-repeat;
}
#nav_services a:hover,
#nav_services.selected a {
	background-position: -300px 50%;
}
#nav_products a:hover,
#nav_products.selected a {
	background-position: -600px 50%;
}
#nav_suppliers a:hover,
#nav_suppliers.selected a {
	background-position: -900px 50%;
}
#nav_distribution a:hover,
#nav_distribution.selected a {
	background-position: -1200px 50%;
}
#nav_contact a:hover,
#nav_contact.selected a {
	background-position: -1500px 50%;
}

/* Footer */
#footer {
	margin-top: 40px;
	padding: 20px 0;
	background: #E3E397 url(../img/bg-footer.png) left top no-repeat;
	font-size: 80%;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 1em;
	color: #FFF;
}
#footer a:hover {
	color: #557C2B;
}
#siteby {
	margin: 2em 0 1em;
	font-size: 70%;
}

/* Form */
form {
	color: #6B383D;
}
fieldset {
	border: 0;
	border-top: 1px solid #6B383D;
}
legend {
	font-size: 70%;
	text-align: left;
	color: #6B383D;
}
label {
	display: block;
	margin-top: .7em;
	color: #A5BB73;
	font-style: italic;
	font-weight: bold;
	font-size: .7em;
}
input,
textarea,
select {
	background: transparent;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.radio label,
.checkbox label {
	display: inline;
}
.radio input,
.checkbox input {
	border: 0;
}

.required,
.note {
	font-size: 70%;
	color: #999;
}
.buttons input {
	margin: .5em 0 .5em 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #6B383D;
}
#content .buttons input {
	background: #CAC85A;
	border: 2px solid #FFF;
	color: #FFF;
}
#extra fieldset {
	padding-left: 1em;
}
#extra fieldset input {
	width: 11em;
	border: 1px solid #CAC85A;
}
#extra label {
	font-size: 75%;
	color: #6B383D;
}
#extra .buttons input {
	border-color: #6B383D;
}
#extra form p {
	font-size: 70%;
	color: #726164;
}

.images {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
}
.images li {
	display: block;
	margin: 1px;
	padding-top: .7em;
	border: 1px solid #DDD;
}
.images img {
	display: block;
	margin: 0 auto .8em;
}
.icon img {
	display: inline;
	margin: 0;
}
