/* Coral Cay Health Style Sheet created by Terry Church Design */
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #FDB813 url(images/sidestrip.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 845px;
	background: #FFF8CC;	
}
#masthead {	
}
#masthead #headerTop {
	height: 297px;
	background: url(images/header1.jpg) no-repeat left top;
}
#masthead #headerBot {
	height: 26px;
	background: url(images/header2.jpg) no-repeat left top;
}
#content {
	padding: 0 20px;
	margin-bottom: 15px;
}
#sideContent {
	width: 259px;
	float: left;
}
#mainContent {
	width: 526px;
	float: right;
}
#footer {
	color: #FFF;	
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 43px;
	background: url(images/footer.jpg) no-repeat left top;
}
#footer p {
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFF8CC;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px 0px 10px;
	color: #417011;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
h3 {	
	font-size: 14px;
	
}
p {
	line-height: 1.4em;
	padding: 0 0 10px 0;
	margin: 0;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;	
}
img {
	border: none;
}
ul {	
	margin-left: 10px;
}

/* ------------- MISC ------------------------ */
.separatorInvisible {
	clear: both;
}
.yellowBold {
	color: #FDB813;
	font-weight: bold;
}
.greenBold {
	color: #417011;
	font-weight: bold;
}

.smallBox {
	width: 259px;
	background: #FFF;
	margin-bottom: 10px;
}
.smallBoxTop {
	background: url(images/box1top.jpg) no-repeat left top;
	width: 259px;
	height: 20px;	
}
.smallBoxBody {
	width: 216px;
	margin-left: 1px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 20px;
}
.smallBoxBot {
	width: 259px;
	height: 12px;
	background: url(images/box1bottom.jpg) no-repeat left bottom;
}

.bigBox {
	width: 526px;
	background: #FFF;
	margin-bottom: 10px;
}
.bigBoxTop {
	background: url(images/box2top.jpg) no-repeat left top;
	width: 526px;
	height: 20px;	
}
.bigBoxBody {
	width: 483px;
	margin-left: 1px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 20px;
}
.bigBoxBot {
	width: 526px;
	height: 12px;
	background: url(images/box2bottom.jpg) no-repeat left bottom;
}
.bigBoxLeft, .bigBoxRight {
	width: 220px;
}
.bigBoxLeft {
	float: left;
}
.bigBoxRight {
	float: right;
}
.logoLeft, .logoRight {
	float: left;
	width: 180px;
	margin: 3px 55px 20px 20px;
	text-align: center;

}
.logoRight {
	margin-right: 0;
}
	
.award img {
	float: left;
}
.award p {
	float: left;
	width: 130px;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 11px;
}
#news1 {
	width: 220px;
	float: left;
	border-right: 1px solid #CCC;
	padding-right: 20px;
}
#news2 {
	width: 220px;
	float: left;
	padding-left: 20px;
}
#boxBrands img {
	margin-bottom: 10px;
}
.readMore {
	float: right;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
}
.warning {
	font-weight: bold;
	color: #CC0000;
}
.product-img-wrapper {
	width: 200px;
	margin: 20px 40px 0 0;
	float: left;
	text-align: center;
}
.product-img-wrapper img {
	
}
.product-img-wrapper p {
	font-weight: bold;
}

/* ------------- CONTACT FORM ------------- */
#contactForm {
	margin: 30px 0 0 0;
}
#contactForm label, #contactForm input, #contactForm select, #contactForm textarea {
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#contactForm label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	border: none;
}
#contactForm .submitButton {
	border: 1px solid #417011;
	background: #417011;
	font-weight: bold;
	color: #FFF8CC;
	width: 80px;
	cursor: pointer;
	padding: 0;
}
#contactForm br {
	clear: left;
}