/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote{
	color: #000;
	font-family:Verdana,Arial,Sans-serif;
	font-size:14pt;
	font-size-adjust: inherit;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20pt;
	margin:0;
	padding:0;
	vertical-align: baseline
}

body{ background-color:#FFF} 

a {color:#50449B; text-decoration: underline;}
a:link {color:#50449B;text-decoration:underline}
a:visited {color:#3F9C35;text-decoration:underline}
a:hover {color:#A3A1AD;text-decoration:underline;
}

/*BIOBOTANCIAL */
#topLogo{
	display:none;
}

#topLogo img {
	display:block; 
	float:left;
}

#topLogo p{
	color:#FFF;
	font-size:.69em;
	margin:12px 0 0 0;
	padding:0;
}



/* MAIN WRAPPER */
#wrapper {
	height:auto !important;
margin:0 !important;
overflow:visible !important;
padding:0 !important;
width:auto !important;
}

/* NAV */
#navContainer {
	display:none;
	
}

/* LEFT SIDE BAR  */
#contentContainer {
	float:left;
	width:960px;
	padding:0;
	margin:0;
	
}

#contentContainer .leftSidebar {
	float:left;
	height:auto !important;
margin:0 !important;
overflow:visible !important;
padding:0 !important;
width:auto !important;
	
	}


#contentContainer .leftSidebarPages {
	float:left;
	height:auto !important;
margin:0 !important;
overflow:visible !important;
padding:0 !important;
width:auto !important;
	
	}

#contentContainer .wide {
	float:left;
	height:auto !important;
margin:0 !important;
overflow:visible !important;
padding:0 !important;
width:auto !important;
	background-image:url(../../images/bkg-shop.jpg); background-repeat: repeat-x;
	}


/* RIGHT SIDEBAR*/
#sideBarContainer.pages {
	
	display:none;
}

#sideBarContainer.home {
	
display:none;
}

#sideBar {
	
display:none;
}

#sideBarContainer.home .quote {
	
display:none;
}


.leftSidebarPages ul{
	margin: 20px 0 20px 15px;
	}

.leftSidebarPages li{
	font-size: 14pt;
	margin: 0 0 10px 0px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	}


/* SHOP */
.shop-Boxes {
	float:left;
	width:210px;
	border: 1px solid #A3A1AD;
	background-color:#F4F4ED;
	padding: 5px;
	margin: 0 10px 20px 0;
	}

.shop-BoxesInterior {
	border: 1px solid #A3A1AD;
	background-color:#FFF;
	padding: 10px;
	border: 1px solid #A3A1AD;
	}

.shop-BoxesInterior h4 {
	color:#50449B;
	font-size:.85em;
	font-weight:bold;
	line-height:1.15;
	}

.shop-BoxesInterior h4.green {
	color:#3F9C35;
	
	}



/* FOOTER */
#footer {
	width:960px;
	clear:left;
	font-size:0.69em;
	padding: 0 0 20px 20px;
	margin:0;
}

#footer img {
	display:block; 
	float:left;
}

#footer p {
	padding: 25px 0 0 20px;
}


/* TEXT */

p {
	margin:0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:1;
}

ul{
	margin:0;
	padding:0;
}


h1 {
	color:#000;
	font-size:18pt;
	font-weight:bold;
	line-height:1.1em;
	font-size:1.4em;
	margin:0 0 .2em 0
	}

h1.purple{
	color:#000;
	}


h2 {
	color:#FB5217;
	font-size:16pt;
	line-height:1.15;
	}


h3 {
	color:#000;
	font-size:14px;
	line-height:1.15;
	}

h4 {
	color:#000;
	font-size:14pt;
	line-height:1.15;
	}

h5 {
	color:#3F9C35;
	font-size: 14pt;
	line-height:1.5em;
}

h6 {
	color:#DC401A;
	font-size: .9em;
	line-height:1.1em;
	margin: 0 0 10px 0
}



.largeText {
	font-size:1.2em;
	line-height:1.5em;
	color:#50449B;
}

.logotext {
	color:#000;
	font-size:1.4em;
	line-height:1.1em;
	letter-spacing: 1px;
	font-weight:normal
}

.clr {
clear:both;
}

.clrBorder {
clear:both;
border-bottom: 1px dotted #A3A1AD;
margin:10px 0 10px 0;
}

.clrMargin {
margin:0 0 20px 0;
}

.clrMargin2 {
margin:0 0 40px 0;
}

.left {
float:left
}

.right {
float:right
}


