/*
-----------------------------------------------
Woodland's Pharmacy Styles
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Global properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0;}

body {
	background: #FFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	text-align: left;
	margin-bottom: 15px;
}

a:link, a:visited {text-decoration: underline; color: #333;}
a:hover {text-decoration: none; color: #E6531F;}
a:active {color: #333;}

p {margin: 14px 0 14px 0; line-height: 1.5em;} 

table tbody td {font: 11px Verdana, Arial, Helvetica, sans-serif;}

a img {border: 0;}

ul, ol {
  	padding: 0;				
	margin: 20px 30px 20px 40px;
}

ul li {
	line-height: 1.5em;
	list-style-image: url('list-bullet.gif');
}
ul li ul {margin-top: 10px;}
ul li ul li{list-style-image: url('list-bullet2.gif');}

hr {
	color: #D1D1D1;
	border-width: thin;
	border-style: dashed;
}

blockquote, blockquote p {
	font-weight: bold;
	font-style: italic;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 15px 0;
	font: 21px Helvetica, sans-serif;
	color: #87A136;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: 17px;
	font-weight: bolder;
	color: #E6531F;
}

h3 {color: #5B5B5B;}
h4,h5,h6 {color: #E3BD34; font: 14px Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
h5 {color: #44ABCE; font-size: 13px;}
h6 {color: #5E5E5E; font-size: 13px;}

/****************************************************************************************
>> Page Containers << 
*****************************************************************************************/

/* Main Holding Container
----------------------------------------------- */
	
#main {
	width: 743px!important;
	width /**/:745px;
	background: #FFF url('main-bg.gif') repeat-y left;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}

/* Top Banner Container
----------------------------------------------- */

#main #topBanner {
	background: #FFF url('top-bg.gif') repeat-x top left;
	height: 17px;
}

/* LeftCol Container
----------------------------------------------- */

#main #leftCol {
	background: #FFF url('leftCol-bg.gif') no-repeat bottom left;
	position: absolute;
	top: 17px;
	left: 0;
	width: 233px;
	padding-bottom: 1px;
}

#main #leftCol #logo {
	height: 112px;
	background: #000;
}

/* ------- Menu Layout -------- */

#main #leftCol #menuContainer {
	background: transparent url('menu-bg.gif') no-repeat top left;
	height: 208px;
	position: relative;
	margin-top: 2px;
	z-index: 6;
}

#main #leftCol #menuContainer #menu {
	position: absolute;
	top: 13px;
	left: 40px;
	z-index: 8;
}

/* Drop Down Menu Settings */
ul#imenus0 {
	margin: 0; 
	padding: 0;
	list-style: none;
	z-index: 50;
} 
ul#imenus0 li {
	list-style-image: none; 
	line-height: normal; 
	padding: 0;
	margin: 0;
}

/* Content Container
----------------------------------------------- */

#main #contentContainer {
	margin-left: 235px;
	background: #FFF;
	text-align: right;
	z-index: 4;
}

#main #contentContainer #content {
	text-align: left;
	padding: 0 15px 10px 15px;
	min-height: 308px;
	background: #FFF;
	margin: 0;
}
* html #main #contentContainer #content {height: 315px;}

#main #contentContainer #content img {border-color: #D1D1D1; padding: 1px;}

/* Footer Container
----------------------------------------------- */

#main #footer {
	clear: both;
	background: #FFF url('footer-bg.gif') repeat-x bottom;
	height: 34px;
	text-align: left;
	position: relative;
}

#main #footer p {
	padding: 7px 0 0 20px; 
	color: #CFCFCF; 
	font-size: 10px;
	margin: 0;
}
#main #footer img {position: absolute; top: 11px; right: 14px;}


/****************************************************************************************
>> Main Tables << 
*****************************************************************************************/

/* Home Page Table 
----------------------------------------------- */

table.homeTable {
	width: 508px;
	border: 0;
	margin-top: -2px;
}

table.homeTable td {vertical-align: top; text-align: left;}

table.homeTable td.leftCol {
	width: 340px;
	border-right: 1px solid #D1D1D1;
	padding: 10px 9px 5px 9px;
}

table.homeTable td.rightCol {
	width: 168px;
	padding: 10px 9px 5px 9px;
}

table.homeTable td.leftCol h1,
table.homeTable td.rightCol h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bolder;
}
table.homeTable td.leftCol h1 {color: #E6531F;}

table.homeTable td.leftCol p,
table.homeTable td.rightCol p {margin: 9px 0 9px 0;}
table.homeTable td.leftCol h2,h3,h4,h5,h6 {margin: 9px 0 9px 0;}
table.homeTable td.rightCol h2,h3,h4,h5,h6 {margin: 9px 0 9px 0;}

/* Email Form Table 
----------------------------------------------- */

table.formTable {
	width: 370px;
	margin: 10px auto 10px auto;
	border: 0;
}

table.formTable td {
	padding: 2px;
	width: 230px;
	color: #333;
}

table.formTable td span {color: #FF0000; font-weight: bolder;}
table.formTable td em {font-size: 9px; font-weight: normal; color: #999999;}

table.formTable td.checkBoxCell {background: #E9E9E9;}

table.formTable td.leftColForm,
table.formTable td.leftColForm2,
table.formTable td.leftColForm3 {
	padding: 2px 3px 2px 0;
	width: 140px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: #DDDDDD;
	vertical-align: middle;
	border: 1px solid #999;
	color: #87A136;
}
table.formTable td.leftColForm2 {
	border: 0; 
	background: #999; 
	width: 400px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999;
	padding: 4px 0 4px 5px;
	text-align: left;
}
table.formTable td.leftColForm3 {font: 11px Arial, Helvetica, sans-serif; font-weight: bold; color: #87A136;}

/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

span.redStar {font-weight: bold; color: red;}

form {margin: 0; padding: 0;}

input, 
textarea {
	background: #F2F2F2;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E6BD31;
	color: #333;
	width: 210px;
}

textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
}

input.button {
	background: #E6BD31;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #999;
	font-size: 11px;
	font-weight: 600;
	color: #666;
	text-align: center;
	cursor: hand;
	padding: 3px 0 3px 0;
	width: auto;
}
input.checkBox {border: 0; width: auto; background: none;}

/****************************************************************************************
>> Miscellaneous Styles << 
*****************************************************************************************/
.WClubSubNav{
	float:right;
	margin-top:8px
}
.WClubSubNav a, .WClubSubNav span{
	color:#E6531F
}
