/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url("/images/body-bg.png") repeat #666666;
}

div#container {
	position: relative;
	min-height: 100%;
	z-index: 1;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* Start Header Layout Code */

div#header {
	position: relative;
	display: block;
	height: 100px;
	width: 798px;
	margin: 0;
	background: #ffffff;
	float: left;
	border: 1px solid #333333;
}

img.logo {
	position: absolute;
	top: 0;
	left: 0;
}

img.blog {
	position: absolute;
	top: 0;
	right: 18px;
}

a#newsletter {
	color: #e54a9a;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	position: absolute;
	right: 213px;
	top: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#menu-container {
	position: absolute;
	right: 18px;
	bottom: 5px;
	display: block;
	height: 35px;
	width: 610px;
	margin: 0;
	background: #ffffff;
}

/* End Header Layout Code */

/* Submenu Layout */

div#submenu-container {
	position: relative;
	display: block;
	height: 111px;
	width: 800px;
	margin: 0;
	float: left;
	background: url("/images/submenu-bg.png") 0 0 no-repeat #ffffff;
}

/* Start Copy Layout Code */

div#copy-container {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background: #333333;
}

div#copy-content {
	display: block;
	clear: both;
    height: 100%;
	width: 760px; /* 800px */
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}

div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 760px; 
	min-height: 150px;
	height: auto !important;
    height: 150px; /* IE6 Hack */
	margin: 0;
	padding: 0;
}

body#home div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 420px; 
	min-height: 150px;
	height: auto !important;
    height: 150px; /* IE6 Hack */
	margin: 0;
	padding: 0 20px 0 0;
	background: url("/images/right-panel-bg.png") right top repeat-y;
}

/* End Copy Layout Code */

/* Start Right Panel Layout and Styles */

div#right-panel {
	float: left;
	width: 302px; /* 320px */
	min-height: 150px;
	height: auto !important;
    height: 150px; /* IE6 Hack */
	margin: 0;
	padding: 0 0 0 18px;
}

/* End Right Panel Layout and Styles 

/* Start Footer Layout Code */

div#home-images {
	clear: both;
	float: left;
	position: relative;
	display: block;
	height: 144px;
	width: 800px;
	background: url("/images/home-images.png") 0 0 #555555;
	margin: 0;
}

div#testimonials {
	clear: both;
	float: left;
	position: relative;
	display: block;
	height: 51px; /* 53px */
    padding-top: 2px;
	width: 800px;
	background: #ffffff;
	margin: 0;
}
	
div#footer {
	clear: both;
	float: left;
	position: relative;
	display: block;
	height: 25px;
	width: 800px;
	background: #555555;
	margin: 0;
}

/* End Footer Layout Code */

/* End CSS Layout Code */

/* Start Menu Nav */

div#cat_518681_divs {
	height: 35px;
	border: none;
	width: 610px;
}

#nav_518681, #nav_518681 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_518681 li {
	float: left;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
    display: inline-block;
} 

#nav_518681 li a { /* all list */
	display: block;
	height: 35px;
	text-decoration: none;	
	background: 0 0 no-repeat;
    text-indent: -99999px;
}

#nav_518681 li#menu-home a { /* all list */
	background: url("/images/menus/menu-home.png") 0 0 no-repeat;
	width: 79px;
}

#nav_518681 li#menu-about a { 
	background: url("/images/menus/menu-about.png") 0 0 no-repeat;
	width: 82px;
}

#nav_518681 li#menu-services a {
	background: url("/images/menus/menu-services.png") 0 0 no-repeat;
	width: 96px;
}

#nav_518681 li#menu-packages a {
	background: url("/images/menus/menu-packages.png") 0 0 no-repeat;
	width: 105px;
}

#nav_518681 li#menu-media a {
	background: url("/images/menus/menu-media.png") 0 0 no-repeat;
	width: 83px;
}

#nav_518681 li#menu-faq a {
	background: url("/images/menus/menu-faq.png") 0 0 no-repeat;
	width: 65px;
}

#nav_518681 li#menu-contact a { 
	background: url("/images/menus/menu-contact.png") 0 0 no-repeat;
	width: 100px;
}

#nav_518681 li#menu-home a:hover, #nav_518681 li#menu-about a:hover, #nav_518681 li#menu-services a:hover, #nav_518681 li#menu-packages a:hover, #nav_518681 li#menu-media a:hover, #nav_518681 li#menu-faq a:hover, #nav_518681 li#menu-contact a:hover  {
	background-position: 0 -35px;
}

/* End Menu Nav */

/* Start Sub Menu Nav */

div#cat_518991_divs {
	height: 80px;
	border: none;
	width: 765px;
	position: absolute;
	top: 26px;
	left: 18px;
}

#nav_518991, #nav_518991 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_518991 li {
	float: left;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
} 

#nav_518991 li a { /* all list */
	display: block;
	height: 80px;
	text-decoration: none;	
	background: 0 0 no-repeat;
    text-indent: -99999px;
}

#nav_518991 li#menu-detox a { /* all list */
	background: url("/images/menus/menu-detox.png") 0 0 no-repeat;
	width: 86px;
}

#nav_518991 li#menu-personal a { 
	background: url("/images/menus/menu-personal.png") 0 0 no-repeat;
	width: 81px;
}

#nav_518991 li#menu-style a {
	background: url("/images/menus/menu-style.png") 0 0 no-repeat;
	width: 69px;
}

#nav_518991 li#menu-makeup a {
	background: url("/images/menus/menu-makeup.png") 0 0 no-repeat;
	width: 77px;
}

#nav_518991 li#menu-qvb a {
	background: url("/images/menus/menu-qvb.png") 0 0 no-repeat;
	width: 101px;
}

#nav_518991 li#menu-subpackages a {
	background: url("/images/menus/menu-subpackages.png") 0 0 no-repeat;
	width: 84px;
}

#nav_518991 li#menu-corporate a { 
	background: url("/images/menus/menu-corporate.png") 0 0 no-repeat;
	width: 87px;
}

#nav_518991 li#menu-vietnam a { 
	background: url("/images/menus/menu-vietnam.png") 0 0 no-repeat;
	width: 80px;
}

#nav_518991 li#menu-testimonials a { 
	background: url("/images/menus/menu-testimonials.png") 0 0 no-repeat;
	width: 100px;
}

#nav_518991 li#menu-detox a:hover, #nav_518991 li#menu-personal a:hover, #nav_518991 li#menu-style a:hover, #nav_518991 li#menu-makeup a:hover, #nav_518991 li#menu-qvb a:hover, #nav_518991 li#menu-subpackages a:hover, #nav_518991 li#menu-corporate a:hover, #nav_518991 li#menu-vietnam a:hover, #nav_518991 li#menu-testimonials a:hover  {
	background-position: 0 -80px;
}

/* End Sub Menu Nav */