/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ffffcc;
	margin: 20px 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: #0033ff;
}
a:visited {
	color: #5d79eb;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 18px;
	color: #cc0000;
	line-height: 150%;
}
h2 {
	font-size: 14px;
	color: #f98101;
	margin: 0px;
}
h3 {
	font-size: 12px;
	color: #000;
}
ul {
	list-style-image: url(../images/bullet_orange.gif);
}
hr {
	margin: 20px 0px;
	padding: 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}

/* IDs */

#container {
	width: 947px;
	text-align: left;
}
#header {
	padding: 0px 0px 5px 20px;
}
#main {
	border: 1px solid #423934;
	overflow: hidden;
	position: relative;
}
#topLine {
	border-top: 1px solid #d9dca7;
	border-bottom: 1px solid #423934;
	background-color: #9a9868;
	height: 10px;
	clear: both;
}
#topRays {
	background-image: url(../images/title_top_inside.gif);
	background-repeat: no-repeat;
	height: 22px;
	clear:both;
}
#title {
	background-image: url(../images/title_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
	background-color: #663366;
}
#inside #title {
	background-image: none;
	padding-top: 0px;
}
#title div {
	padding: 5px 20px;
	border-top: 1px solid #423934;
	border-bottom: 1px solid #423934;
}
#leftCol {
	float: left;
	width: 189px;
	border-right: 1px solid #79755a;
	background-color: #ccff99;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 38px;
}
#leftCol div {
	width: 189px;
	text-align: right;
}
#leftCol div.current {
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: right;
}
#leftCol div img {
	padding: 10px 15px;
	margin: 5px 0px;
}
#inside #leftCol {
	background-image: url(../images/left_bg_inside.gif);
	padding-top: 23px;
}
#rightCol {
	float: left;
	background-color: #FFF;
	width: 755px;
}
#leftCol, #rightCol {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
#content {
	padding: 20px;
	line-height: 150%;
}
#tradeShows { float: right; width: 200px; margin-left: 40px; }
#tradeShows div { padding-bottom: 15px; }
#tradeShows a { text-decoration: none; }
#tradeShows a.title { font-size: 14px; font-weight: bold; text-decoration: none; }
#tradeShows a:hover, #tradeShows a.title:hover { text-decoration: underline; }
#tradeShows h1 { margin-bottom: 0; padding-bottom: 0; }
#tradeShows p { margin-top: 0}

#footer {
	line-height: 180%;
	font-size: 11px;
	padding-top: 40px;
}
#footer a {
	font-size: 11px;
}

/* Classes */

.right {
	float: right;
	text-align: center;
	padding: 0px 0px 5px 20px;
}
.right img {
	padding-bottom: 5px;
}

.left {
	float: left;
	text-align: center;
	padding: 0px 30px 5px 0px;
}
.leftHalf {
	float: left;
	width: 48%;
	margin-right: 14px;
}
table.data tr.title,
table.data tr.spacer {
	background-color: #FFF;
}
table.data tr {
	background-color: #faf2be;
}

ul.spaced {
	margin-top: 0px;
}
ul.spaced li {
	padding-bottom: 18px;
}

.smallText {
	font-size: 9px;
	color: #666;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#title.about div {
	background-color: #663366;
}
#title.health div {
	background-color: #95d159;
}
#title.quality div {
	background-color: #cc0000;
}
#title.market div {
	background-color: #e6af0b;
}
#title.contact div {
	background-color: #f98101;
}

span.hometitle { color: #0033ff; font-size:13px; font-weight: bold;  }


