/*---------------------------------------------------------------------------------------------------------------------------------
	  													   RESET
----------------------------------------------------------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, label, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------------------------------------------------------------------------------------
	  													STRUCTURAL
----------------------------------------------------------------------------------------------------------------------------------*/

body {
	background: #fff;
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
	
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
	
#mast-nav {
	height: 50px;
	background: url(../images/layout/header-bg.jpg) repeat-x;
	clear: both;
}
	
#mast-nav-wrapper {
	width: 940px;
	margin: 0 auto 0 auto;	
}

#header {
	width: 940px;
	clear: both;
}	

#main-nav {
	width: 230px;
	float: left;
	background: url(../images/layout/nav-top-bg.jpg) no-repeat center top;
	padding: 36px 0 0 0;
	display: inline;
}

#main-nav-footer {
	width: 230px;
	background: url(../images/layout/nav-bottom-bg.jpg) no-repeat center top;
	margin: 20px 0 0 0;
	clear: both;
	height: 26px;
}
	
#main-content {
	width: 680px;
	margin: 20px 0 20px 20px;
	display: inline;
	float: left;
}

#two-col-main {
	width: 450px;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}

#two-col-sidebar {
	width: 220px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}	
	
#supp-content {
	width: 230px;
	margin: 20px 0 20px 0;
	display: inline;
	float: left;
}

#gallery {
	width: 680px;
	float: left;
	display: inline;
	margin: 20px 0 20px 20px;
}
	
#footer {
	clear: both;
	height: 40px;
	background: url(../images/layout/footer-bg.jpg) repeat-x;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
	
#footer-wrapper {
	width: 940px;
	margin: 0 auto 0 auto;	
}
		
		
/*---------------------------------------------------------------------------------------------------------------------------------
	  													STANDARD SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #7030a0;
	text-decoration: underline; 
}
	 
a:hover, a:active {
	color: #e46ca3;	
}
	 
h1 {
	font-size: 30px;
	color: #e52a7a;
	clear: both;
	line-height: 25px;
	margin: 10px 0 20px 0; 
}
	
h2 { 
	font-size: 20px;
	color: #666666;
	clear: both;
	text-align: center;
	margin: 20px 0 15px 0;
}

h3 { 
	font-size: 24px;
	color: #7030a0;
	clear: both;
	text-align: center;
	margin: 20px 0 15px 0;
}

h4 {
	width: 230px;
	background: #efeef4;
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 14px; 
}

h5 { 
	font-size: 20px;
	color: #7030a0;
	clear: both;
	text-align: center;
	margin: 10px 0 15px 0;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 35px; 
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/*---------------------------------------------------------------------------------------------------------------------------------
	  													SPECIFIC SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

#main-nav a:link, #main-nav a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #533595;
	line-height: 25px;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

#main-nav a:active {
	color: #535167;
	text-decoration: underline;	
}

#main-nav a:hover {
	background: #7030a0;
	color: #ffffff;
} 

#mast-nav a:link, #mast-nav a:visited {
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
}

#mast-nav a:hover, #mast-nav a:active {
	text-decoration: underline;	
}

#main-nav ul {
	width: 230px;  /* This is breaking IE6 */
	text-align: left;
	list-style: none;
	margin: 0 0 0 5px;  /* or this is... */
}

#main-nav ul ul {
	width: 230px;
	text-align: left;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	text-indent: 10px;
}

#main-nav ul ul a:link, #main-nav ul ul a:visited {
	font-weight: normal; 
}

#mast-nav ul {
	float: right;
	margin:  5px 0 0 0;
}

#mast-nav li {
	display: inline;
	margin: 20px 0 0 20px;
}

#header img {
	border: 1px solid #7030a0;
	border-top: none;
}

#footer p {
	float: right;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	margin: 2px 0 0 0;
}

#footer a:link, #footer a:visited {
	color: #ffffff; 
}

#two-col-sidebar p {
	margin: 20px 0 0 0;
}

#two-col-main p {
	margin: 20px 0 0 0;
}

#two-col-main table p {
	margin: 0px;
}

.half-width {
	width: 320px;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;
}

.half-width img {	
	margin: 0 10px 0 0;
}	

#top-link {
	width: 940px;
	clear: both;
	margin: 10px auto 0 auto;
	text-align: right;
	font-size: 9pt;
}

#top-link a {
	text-decoration: none;
}

#gallery img {
	margin: 10px 5px 0 5px;
}

#other-page #main-content img {
	margin: 10px;
	float: left;
}

#feelgood-page #footer p {
	margin: 2px 0 0 0;
}

#feelgood-page p {
	margin: 20px 0 0 0;
}

.testimonials {
	width: 300px;
	float: left;
}

.testimonials-2 {
	width: 300px;
	float: left;
	margin: 0 0 0 40px; 
}

.testimonials li {
	margin: 0 0 20px 0;
}

.testimonials-2 li {
	margin: 0 0 20px 0;
}

#multimaster-page #two-col-main img {
	margin: 20px 0 10px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													OTHER SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
	
.promo {
	margin: 20px auto 0 auto;
	text-align: center;
	clear: both;
}

.promo img {	
	border: 1px solid #534573;
}

.first {
	margin-top: 10px;
}

.clear {
	clear: both;
}
	
.float-r {
	float: right;
	margin: 0 0 0 20px;
}
	
.float-l {
	float: left;
}
	
.bulleted {
	margin: 0 0 0 40px; 
}

.bulleted li{
	list-style: disc;
}

.bulleted-sidebar {
	margin: 0 0 0 60px;
	line-height: 21px;
}

.bulleted-sidebar li{
	list-style: disc;
}

.numbered {
	list-style: decimal;
	margin: 0 0 0 60px;
	line-height: 21px;
}

.numbered li {
	list-style: decimal;
	padding: 0 0 10px 0;
}

.trio td {
	width: 230px;
	padding: 8px;
	line-height: 16px;
	vertical-align: top;
	font-size: 12px;
	text-align: center; 
}

.trio td ul {
	list-style: disc;
	text-align: left;
	margin: 0 0 0 20px;
}

.trio td li {
	list-style: disc;
	text-align: left;
	margin: 0 0 0 10px;
}

.shaded {
	background-color: #dddce1;
	line-height: 21px;
	padding: 10px;
	width: 220px;
} 

.image-p {
	width: 680px;
	clear: both;
	margin: 0 0 20px 0;
}

.image-p p {
	width: 310px;
	margin: 25px 40px 0 40px;
	float: right;
	display: inline;
}

image-p img {
	float: left;
	display: inline;
}

.p-image {
	width: 680px;
	clear: both;
}

.p-image p {
	width: 310px;
	margin: 25px 40px 0 40px;
	float: left;
	display: inline;
}

image-p img {
	float: right;
	display: inline;
}

.h6-left {
	margin: 10px 0 0 0;}
	
.question {
	font-weight: bold;
	color: #7030a0;
	margin: 20px 0 0 0;
}

.h5-left {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
}

.img-pad {
	margin: 0 20px 20px 0;
}

.disclaimer {
	font-size: 10px;
	line-height: 15px;
}

.bordered {
	border: 1px solid #7030a0;
	margin: 2px;
}

.title-cell {
	background: #533595;
	color: #ffffff;
	padding: 2px;
} 

.pink-text {
	color: #e52a7a;
}

.purple-text {
	color: #7030a0;
}

.center {
	text-align: center;
}

.duo-list ul {
	width: 630px;
}

.two-column-list {
	float: left;
	margin-bottom: 25px;
	display: inline;
	margin: 20px auto 0 0;
	list-style: disc;
}

.two-column-list li {
	text-indent: -20px;
	width: 315px;
	float: left;
	padding-right: 0;
	padding-left: 20px;
	color: #7030a0;
	list-style: disc;
}

.contacts {
	text-indent: 4px;
	border: 1px solid #533595;
	margin: 10px 0 0 0;
}

.top-space {
	margin: 10px 0 0 0;
}

.videos {
	width: 200px;
	height: 65px;
	background: url(../images/content/video-icon.jpg) no-repeat left;
}

.videos p {
	margin: 0 0 0 110px; 
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													BROWSER FIXES
----------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*---------------------------------------------------------------------------------------------------------------------------------
	  													CONTACT FORM
----------------------------------------------------------------------------------------------------------------------------------*/
#contact_form * { list-style-type: none; }

#contact_form {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	color: #666666;
}

#contact_form label { 
	text-align: left;
	width: 60px; 
	float: left; 
	display: inline;
}

#contact_form input {
	width: 220px;
	float: right;
	margin: 0;
	display: inline;
	height: 19px;
	color: #666666;
}

#contact_form textarea {
	width: 300px;
	color: #666666;
}

#contact_form .bot-input { 
	float: left; 
	margin-left: -999em;
}

#contact_form .submit {
	border: 1px solid #533595;
	color: #ffffff;
	padding: 5px;
	background-color: #563795;
	margin: 10px 0 10px 0;
	width: 80px;
	clear: both;
	float: none;
	height: 34px;
}

#contact_form p {
	clear: both;
	width: 300px;
}




