/*******************************************************/
/****************	Default Tags
/*******************************************************/

body {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

strong {

}

a {

}

a:link {

}

a:hover {

}

/* Main Headings (Interior Pages) */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #19218e;
	text-align: left;
}

h2 {

}

/* Pink Box (Front Page) */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330066;
	text-transform: uppercase;
	text-align: center;
}

/* Green Box (Front Page) */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4ec201;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #4ec201;
}

/* Reverse Green Box (Sunny's Bio) */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f027c;
	text-transform: capitalize;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #4f027c;
}

h6 {

}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

ul {

}

li {

}

/*******************************************************/
/****************	Body Tags
/*******************************************************/

.header {
	width: 100%;
	float: left;
	clear: both;
	overflow: visible;
}

.header_main {
	width: 784px;
	clear: both;
	overflow: visible;
	text-align: left;
}

.header_bar {
	width: 100%;
	height: 30px; /* was 28px */
	background-color: #4ec201;
	float: left;
	clear: both;
	overflow: visible;
}

.body {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	overflow: visible;
}

.cart_menu {
	width: 731px;
	margin-top: 0px; /* was 3px */
	margin-bottom: 0px; /* was 3px */
	text-align: left;
	clear: both;
	overflow: visible;
}

.body_holder {
	width: 731px;
}

.body_menu {
	width: 731px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main {
	width: 731px;
	text-align: left;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main_left {
	width: 351px;
	text-align: left;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main_left_content {
	width: 351px;
	text-align: left;
	margin-top: 3px;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main_left2 {
	width: 730px;
	text-align: left;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main_left_content2 {
	width: 730px;
	text-align: left;
	margin-top: 3px;
	float: left;
	clear: both;
	overflow: visible;
}

.body_main_right {
	width: 350px;
	text-align: left;
	float: right;
	clear: both;
	overflow: visible;
}

.footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	overflow: visible;
}

.footer_slogan {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	overflow: visible;
}

.footer_bar1 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: #0D1486;*/
	float: left;
	clear: both;
	overflow: visible;
}

.footer_bar2 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4ec201;
	float: left;
	clear: both;
	overflow: visible;
}

/*******************************************************/
/****************	Boxes
/*******************************************************/

.box_pink_top {
	width: 178px;
	height: 12px;
	float: right;
	clear: both;
}

.box_pink_body {
	width: 156px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B2A1CA;
	border-right: 1px solid #BFA0C3;
	background-image: url(../images/box_pink_gradient.gif);
	background-repeat: repeat-x;
	background-color: #D8A8BD;
	clear: both;
}

.box_pink_bottom {
	width: 178px;
	height: 12px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

.box_green_top {
	width: 328px;
	height: 8px;
	margin-top: 15px;
	float: left;
	clear: both;
}

.box_green_body {
	width: 322px;
	border-left: 3px solid #4ec201;
	border-right: 3px solid #4ec201;
	float: left;
	clear: both;
}

.box_green_content {
	width: 292px;
	text-align: left;
	margin: 0px 15px 0px 15px;
}

.box_green_bottom {
	width: 328px;
	height: 9px;
	float: left;
	clear: both;
}

.box_products {
	position:relative;
	width: 328px;
	/*background-image: url(../images/box_products.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
	float: left;
	clear: both;
	z-index: -2;
}

.box_products_content {
	width: 298px;
	text-align: left;
	margin: 0px 15px 0px 15px;
}

/*******************************************************/
/****************	Text
/*******************************************************/

#text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 24px;
	text-align: center;
}

#text_footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

#text_footer a:visited {
	text-decoration: none;
	color: #000000;
}

/*#text_footer a:active {
	text-decoration: underline;
	color: #F4F4F4;
}*/

#text_footer a:hover {
	text-decoration: underline;
	color:#999999;
}

#text_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #97C996;
	text-align: left;
}

#celeb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 4px 0px 17px 0px;
}

#kirlian {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 17px 15px;
}

#tearsheets_mag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #19218e;
	text-align: center;
	margin: 15px 0px 5px 0px;
}

#tearsheets_prod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

#tearsheets_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}


/*******************************************************/
/****************	JavaScript Menu
/*******************************************************/

#chromemenu {
	width: 100%;
	z-index: 5;
	position:relative;
}

#chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 12px Verdana;
}


#chromemenu ul li {
	display: inline;
}


#chromemenu ul li a {
	float: left;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover {
	color: #494949;
}

#chromemenu ul li a[onMouseover]:after { /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/*************************************************/
/********    Style for TearPages Flyouts   *******/
/*************************************************/
#popUp{
	width:261px;
	height:330px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding:0px;
	background: url(http://www.astaraskincare.com/images/indicator.gif) center no-repeat #FFFFFF;
	z-index:20;
	position:absolute;
	top: 0;
	left: 0;

}
.clearer{
	clear:both;
	}
* html body #popUp{
	width:261px;
	height:330px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	padding:0px;
	background:url(http://www.astaraskincare.com/images/indicator.gif) center no-repeat;
	z-index:20;
	position:absolute;
	top: 0;
	left: 0;

}

.popImage{
	float:left;
	background:url(http://www.astaraskincare.com/images/indicator.gif) center no-repeat;
	background-color:#FFFFFF;
}
.popTop{
	clear:both;
}
.popLeft{
	float:left;
}
.popRight{
	float:left;
	background-color:#FFFFFF;
}
.popBottom{
	clear:both;
}
.hideClass{
	display:none;
}
.showClass{
	display:block;
}
.viewer{

}
/*************************************************/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border-left: 0px solid #1a228f; /*Theme Change here*/
	border-right: 0px solid #1a228f; /*Theme Change here*/
	border-bottom: 0px solid #1a228f; /*Theme Change here*/
	border-bottom-width: 2;
	font:normal 12px Arial;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-align: left;
	line-height:18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: auto;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-left: 0px solid #e4ddf3;
	border-bottom: 0px dotted #1a228f; /*Theme Change here*/
	padding: 2px 10px 0px 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	background-color: #ffe5f6;
	color: #1a228f;
}

.dropmenudiv a:hover { /*Theme Change here*/
	/*background-color: #F0F0F0;*/
	color: #FFFFFF;
	border-left: 0px solid #1a228f;
	background-image: url(../images/button_grad.gif);
}

/*******************************************************/
/****************	Tags
/*******************************************************/
