
@charset "utf-8";
/* CSS Document */


body {
    background-color: #ff72c5;
  }


.header
{
	width: 768px;
	height: 162px;
	background-image:url(images/header_bgr.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.logo
{
	width: 195px;
	height: 140px;
	background-image: url(images/logo.gif);
	position: relative;
	top: -20px;
	left: 15px;
	float: left;
}

.right_header
{
	float: left;
	width: 400px;
}

.consultant_login_top
{
	width: 95px;
	height: 22px;
	background-image: url(images/consult_login.gif);
	position: relative;
	top: -17px;
	left: 650px;
	display: block;
}

.consultant_logout_top
{
	width: 95px;
	height: 22px;
	background-image: url(images/consult_logout.gif);
	position: relative;
	top: -17px;
	left: 650px;
	display: block;
}

.follow
{
	position: relative;
	height: 24px;
	width: 222px;
	left: 325px;
}

.follow_us
{
	width: 130px;
	height: inherit;
	float: left;
	margin-right: 5px;
	background-image: url(images/follow_us.gif);
}

.twitter
{
	width: 24px;
	height: inherit;
	float: left;
	background-image: url(images/twitter_logo.gif);
	display: block;
	margin-right: 5px;
}

.facebook
{
	width: 24px;
	height: inherit;
	float: left;
	background-image: url(images/facebook_logo.gif);
	display: block;
	margin-right:5px;
}

.youtube
{
	width: 24px;
	height: inherit;
	float: left;
	background-image: url(images/youtube_logo.gif);
	display: block;
}

.header_buttons
{
	width: 534px;
	height: 89px;
	position: relative;
	top: 14px;
	left: 14px;
}

.header_buttons a
{
	width: 89px;
	height: inherit;
	float: left;
}

.shop_online
{
	background-image: url(images/shop_online_btn.gif);
}

.host_a_party
{
	background-image: url(images/host_a_party_btn.gif);
}

.join_our_team
{
	background-image: url(images/join_our_team_btn.gif);
}

.contact_us
{
	background-image: url(images/contact_us_btn.gif);
}

.read_our_blog
{
	background-image: url(images/read_our_blog_btn.gif);
}

.consultant_login
{
	background-image: url(images/consultant_login_btn.gif);
}

.consultant_info
{
	background-image: url(images/consultant_info_btn.gif);
}

.body
{
	width: 768px;
	height: 266px;
	margin-left:auto;
	margin-right: auto;
}

.content
{
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	display: block;
	position: relative;
	right: 5px;
}

.contelt_left
{
	float: left;
	width: 357px;
	height: 273px;
	background-image:url(images/content_bgr_left.gif);
}

.content_right
{
	float: left;
	width: 419px;
	height: 273px;
	background-image:url(images/content_bgr_right.gif);
}

.content_header
{
	width: 776px;
	height: 55px;
	background-image: url(images/cnt_bgr_head.gif);
}

.content_middle
{
	width: 776px;
	overflow: auto;
	position: relative;
	top: -15px;
}

.content_footer
{
	width: 776px;
	height: 17px;
	background-image:url(images/cnt_bgr_foot.gif);
	position: relative;
	
}

.content_user_header
{
	width: 776px;
	height: 102px;
	background-image: url(images/user_cnt_header.gif);
	background-color: #ffffff;
	margin-bottom: 30px;
}

.content_bullet
{
	width: 480px;
	height: 35px;
	background-image: url(images/bulletdr.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	display:block;
	text-decoration: none;
	color: black;
}

.text_content
{
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	display: block;
	position: relative;
	right: 5px;
	background-image:url(images/cnt_bgr_bgr.gif);
}

.text_content_left
{
	float: left;
	display: block;
	width: 470px;
	position: relative;
	margin-left: 40px;
}

.text_content_right
{
	float: left;
	display: block;
	width: 200px;
	margin-left: 20px;
}

.spec_content
{
	width: 343px;
	height: 230px;
	position: relative;
	top: 21px;
	left: 17px;
}

.left_buttons
{
	float: left;
	position: relative;
	left: 10px;
	width: 377px;
}

.left_buttons a
{
	width: 377px;
	display: block;
}

.left_top_button
{
	height: 125px;
	background-image:url(images/left_top_button.gif);
}

.left_bottom_button
{
	height: 115px;
	background-image: url(images/left_bottom_button.gif);
}

.right_button
{
	float: left;
	width: 368px;
	height: 240px;
	background-image: url(images/host_a_party.gif);
	position: relative;
	left: 10px;
	display: block;
}

.footer
{
	margin-left: auto;
	height: 24px;
	display: block;
	width: 311px;
	position: relative;
	top: 10px;
	right: 30px;
}

.footer a
{
	float: left;
	height: 24px;
	display: block;
}

.privacy_btn
{
	width: 72px;
	background-image:url(images/privacy_btn.gif);
}

.shipping_btn
{
	
	width: 75px;
	background-image:url(images/shipping_btn.gif);
}

.returns_btn
{
	width: 75px;
	background-image:url(images/returns_btn.gif);
}

.contactus_btn
{
	width: 89px;
	background-image:url(images/contactus_btn.gif);
}


