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

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
    font-family: 'edmondsans_regular';
    src: url('../fonts/edmondsans-regular-webfont.eot');
    src: url('../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-regular-webfont.woff') format('woff'),
         url('../fonts/edmondsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-regular-webfont.svg#edmondsans_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edmondsansmedium';
    src: url('../fonts/edmondsans-medium-webfont.eot');
    src: url('../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-medium-webfont.woff') format('woff'),
         url('../fonts/edmondsans-medium-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edmondsansbold';
    src: url('../fonts/edmondsans-bold-webfont.eot');
    src: url('../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edmondsans-bold-webfont.woff') format('woff'),
         url('../fonts/edmondsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Begin Typography & Colors */
body {
	font-family:"Times New Roman", Times, Arial, Helvetica, serif;
	font-size:14px;
	color:#5c6058;
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-x #edefea;	
}

/* Layout */

.wrapper{
	width:980px;
	margin:0 auto;
}

.content{
	clear:both;
	margin:52px 0 0 0;
}


/* Header */

.specialdeal{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	clear:both;
	font-size:20px;
	color:#edefea;
	padding:12px 0;
	width:520px;
	margin:0 auto;
	text-align:left;
	letter-spacing:0.025em;
	background:url(../images/logotop.png) no-repeat center right;
}

#header{
	clear:both;
	height:90px;
	margin:10px 0 0 0;
	overflow:hidden;
}

#header .logo{
	background:url(../images/logo.png) no-repeat left center;
	display:block;
	width:478px;
	height:195px;
	margin:0 0 0 -50px;
	position:absolute;
	top:5px;
}

#header .logo a{
	width:400px;
	height:100px;
	display:block;
	margin:50px 0 0 60px;
}


#header .headerinfo{
	float:right;
	color:#ffffff;
	font-size:14px;
	margin:45px 0 0 0;
}

#header .headerinfo .facebookc{
	float:left;
	margin:0 8px 0 0;
}

#header .headerinfo .facebookc .facebooktxt{
	float:left;
	margin:0 10px 0 5px;
}

#header .sep{
	background:url(../images/sep.png) no-repeat;
	float:left;
	width:2px;
	height:20px;
	margin:0 3px 0 0;
}

#header .headerinfo .callemail{
	float:left;
	background:url(../images/sep.png) no-repeat left center;
	padding:0 0 0 10px;
}

#header .headerinfo .callemail a.emailus{
	background:url(../images/sep.png) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}

#header .headerinfo a{
	color:#ffffff;
	text-decoration:none;
}

#header .headerinfo a:hover{
	text-decoration:underline;
}

.topleaf{
	background:url(../images/topleaf.png) no-repeat;
	width:196px;
	height:103px;
	position:absolute;
	top:50px;
	margin:0 0 0 805px;
	z-index:-1;
}

/* Glowing */

.vwos{
	clear:both;
	margin:0 0 25px 0;
}

.vwos .video{
	float:left;
	width:675px;
}

.vwos .woas{
	float:right;
	width:285px;
 	padding:0;
}

.vwos .woas span{
	width:19px;
	height:11px;
	background:url(../images/quote.png) no-repeat;
	display:inline-block;
}

.vwos .woas p{
	font-size:14px;
	line-height:18px;
	padding:0;
	margin:0;
}

.vwos .woas p img{
	float:left;
}

.vwos .woas h2{
	font-size:20px;
	padding:0;
	margin:-10px 0 5px 0;
}

.vwos .woas h6{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#663d5b;
	line-height:normal;
	font-weight:normal;
	padding:5px 0 20px 105px;
	margin:0;
}

.vwos .woas img{
	float:left;
	margin:0 10px 40px 0;
}

.vwos .woas .sep2{
	background:url(../images/sep2.png) repeat-x bottom;
	padding:0 0 20px 0;
	margin:0 0 15px 0;
}

.vwos .woas .txt{
	clear:both;
	font-size:14px;
	line-height:24px;
}

.vwos .woas .txt strong{
	font-size:18px;
	padding:4px 0 0 105px;
	display:block;
}

.asohr{
	padding:0;
	margin:7px 0 0 0 !important;
}

/* Our Guarantee To You */

.ourguarantee{
	font-size:16px;
	color:#5c6058;
	font-style:italic;
	line-height:22px;
	background:url(../images/ourguarantee.png) no-repeat left center;
	padding:15px 0 15px 125px;
	margin:40px auto 30px auto;
	text-align:justify;
	width:800px;
}

.trykit{
	clear:both;
	margin:45px 0 40px 0;
	background:url(../images/sep2.png) repeat-x bottom;
	padding:0 0 15px 0;
	text-align:justify;
}

.trykit h1{
	width:979px;
	height:74px;
	background:url(../images/trykit.png) no-repeat top;
	display:block;
	text-indent:-9999em;
	padding:0 0 10px 0;
	margin:0;
	line-height:normal;
}

.trykit .img{
	float:left;
	margin:-18px 0 0 -108px;
	padding:0 5px 0 0;
}

.getsample{
	clear:both;
}

.getsample .form{
	margin:45px 0 0 0;
}

.getsample h1,.getsample h2{
	float:left;
	color:#5c6058;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:normal;
}

.getsample h2{
	margin:0 0 0 40px;
	background:url(../images/arrows.png) no-repeat right center;
	padding:0 30px 0 0;
}

.getsample .selectcss{
	float:left;
	margin:2px 0 0 5px;
	width:340px;
}

.getsample .addtocart{
	background:url(../images/addtocart.png) no-repeat;
	width:287px;
	height:34px;
	float:right;
	cursor:pointer;
	border:0;
	margin:-5px 0 0 0;
}

.error{
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:12px;
	display:none;
	padding:5px;
	text-align:center;
	position:absolute;
}

/* A very special offer from Food Matters */

.specialoffer{
	clear:both;
	margin:30px 0 20px 0;
	padding:0 0 25px 0;
}

.specialoffer p{
	font-size:18px;
	color:#585657;
	line-height:24px;
	padding:0 0 10px 0;
	margin:0;
}

.specialoffer img.alignright{
	float:right;
	margin:0 5px 0 50px;
}

.specialoffer .leafbottom{
	position:absolute;
	background:url(../images/leafbottom.png) repeat-x top;
	width:216px;
	height:102px;
	margin:160px 0 0 -85px;
	z-index:-1;
}

.choosekit{
	clear:both;
	width:540px;
	margin:25px auto 35px auto;
}

.choosekit .txt{
	background:url(../images/choosekittxt.png) no-repeat;
	width:210px;
	height:104px;
	display:block;
	float:left
}

.choosekit .form{
	float:left;
}

.choosekit .form .selectcss{
	margin:5px 0 0 0;
	width:316px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.choosekit .form .addtocart{
	background:url(../images/addtocart.png) no-repeat;
	width:316px;
	height:52px;
	display:block;
	border:0;
	cursor:pointer;
	margin:30px 0 15px 0;
	text-indent:-9999em;
}

.choosekit .fcc{
	margin:0 0 0 212px;
}

.choosekit .fcc p{
	font-family:Arial, Helvetica, sans-serif;
 	color:#4B4B4B;
    font-size:14px;
    line-height:20px;
    margin:0;
    padding:0 0 20px 0;
}

/* Samples */

.samples{
	clear:both;
	background:url(../images/sep2.png) repeat-x left top;
	padding:2px 0 0 0;
	margin:0 auto;
}

.samples .container{
	width:660px;
	margin:0 auto;
}


.samples .samplesc,.samples .samplesc1{
	float:left;
	width:200px;
	text-align:center;
	padding:0 10px 25px 10px;
}

.samples .alt{
	margin:0;
	background:url(../images/samplesbg.png) repeat-x top;
}

.samples .alth{
	padding:30px 0 0 0;
	height:65px;
}

.samples .addsample{
	background:url(../images/addsample.png) no-repeat;
	width:152px;
	height:42px;
	display:block;
	border:0;
	margin:0 auto;
	cursor:pointer;
}
.samples h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	color:#2c285d;
	font-size:24px;
	line-height:26px;
	height:90px;
	font-weight:normal;
	padding:5px 0 0 0;
}

.samples p{
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	font-size:14px;
	line-height:21px;
	height:160px;
}

.samples hr{
	margin:0 !important;
}

/* Want to give us a try first?   */

.tryfirst{
	clear:both;
	background:url(../images/tryfirst.png) repeat-x top;
	width:979px;
	height:167px;
	margin:0 auto 40px auto;
	text-align:center;
	position:relative;
}

.tryfirst h5{    
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#714d67;
	font-size:46px;
	padding:20px 0 0 0;
	margin:0;
	font-weight:normal;
}

.tryfirst h6{    
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	color:#585657;
	font-size:24px;
	padding:0;
	margin:0;
	font-weight:normal;
}

.tryfirst a.clickhere{
	clear:both;
	background:url(../images/clickhere.png) repeat-x top;
	width:230px;
	height:26px;
	display:block;
	text-indent:-9999em;
	margin:15px auto 0 auto;
}

.tryfirst a.link{
	width:979px;
	height:167px;
	display:block;
	position:absolute;
}


/* Common */

*:focus{outline:0;}

a{
	color:#5a5e56;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p{
	font-size:18px;
	color:#585657;
	line-height:24px;
	padding:0 0 25px 0;
	margin:0;
}

.clear{
	clear:both;
}

a#backtotop{
	background:url(../images/backtotop.png) no-repeat;
	width:86px;
	height:67px;
	display:block;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
}

.content h1{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#663d5b;
	line-height:normal;
	font-weight:normal;
	padding:0 0 15px 0;
	margin:0;
}

.content h1 span{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
}

.content h2{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#714d67;
	line-height:36px;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
	letter-spacing:0.045em;
}

.content h2 span{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:39px;
	letter-spacing:normal;
}

.content h2 strong{
	font-size:39px;
	font-weight:normal;
	letter-spacing:normal;
}

.content h3{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:42px;
	color:#714d67;
	line-height:normal;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:center;
}

.content h4{
		font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;

	font-size:30px;
	color:#706e6e;
	line-height:normal;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:center;
}

.content h4 span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
}

.sunlove{
	background:url(../images/sunlove.jpg) no-repeat;
	width:815px;
	height:223px;
	clear:both;
	padding:30px 20px 0 150px;
	margin:10px 0 20px 0;
}

.sunlove h3{
	font-size:24px;
	padding:0 0 10px 0;
	margin:0;
	text-align:left;
}

.sunlove h4{
	font-size:20px;
	color:#b07e23;
	padding:0;
	margin:0;
}

.sunlove p{
	color:#2c285d;
	padding:10px 20px 0 0;
}

.getkitcoupon{
	background:url(../images/getkitcoupon.jpg) no-repeat;
	width:680px;
	height:223px;
	clear:both;
	padding:30px 0 0 300px;
	margin:10px 0 20px 0;
}

.getkitcoupon h3{
	font-size:41px;
	padding:0 0 10px 0;
	margin:0;
	text-align:left;
}

.getkitcoupon h4{
	font-size:20px;
	color:#b07e23;
	padding:0;
	margin:0;
}

.getkitcoupon p{
	color:#2c285d;
	padding:10px 20px 0 0;
}

/* Media */

.media{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif !important;
	font-size:16px;
	color:#555;
	font-weight:normal;
	letter-spacing:0.15em;
	text-transform:uppercase;
	padding:15px 0 75px 0;
	margin:45px 0 0 0;
	width:100%;
	clear:both;
	border-top:solid 1px #e4e1da;
	border-bottom:solid 1px #e4e1da;
	background:url(../images/media.png) no-repeat top center #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}

/* Tabs CSS */

.tabscontainer{
	clear:both;
	background:url(../images/sep3.png) repeat-x;
	padding:2px 0 0 0;
	margin:0;
}

#tabs{
	clear:both;
}

#tabs .tablinks{
	width:990px;
	margin:0 auto;
}

a#ourstorybtn,
a#testimonialsbtn,
a#determinebtn,
a#faqbtn
{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	color:#585657;
	font-size:32px;
	padding:6px 30px;
	margin:0;
	text-decoration:none;
	display:inline-block;
	background:url(../images/sep5.png) repeat-y left top;
}

a#faqbtn{
	background-image:url(../images/sep2.png), url(../images/sep2.png);
    background-position:left top, right top;
    background-repeat:repeat-y;
}

a.ourstoryactive,
a.testimonialsactive,
a.determineactive,
a.faqactive{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif !important;
	color:#7c2456 !important;
	background-color:#edefea !important;
}

a:hover#ourstorybtn,
a:hover#testimonialsbtn,
a:hover#determinebtn,
a:hover#faqbtn{
	color:#7c2456;
}

#ourstory{
	clear:both;
	margin:0 0 100px 0;
	position:relative;
}

#ourstory .storyc{
	position:relative;
}

#ourstory a.arrowdown{
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	background:url(../images/arrowdown.png) no-repeat;
}

#ourstory .storyc img{
	width:100%;
	max-width:100%;
    height:auto;
    width:auto\9; /* ie8 */
	vertical-align:middle;
}

#ourstory ul{
	width:940px;
	padding:0;
	margin:60px auto;
	list-style:none;
	clear:both;
}

#ourstory ul li{
	font-size:17px;
	color:#3f3e3d;
	line-height:25px;
	padding:0 0 25px 0;
	margin:0 0 0 0;
}

#ourstory ul li strong{
	color:#762157;
}

#ourstory ul li .agsc{
	color:#ae3864;
}

#ourstory ul li span.whatskincare{
	font-size:23px;
	font-weight:normal;
}

#ourstory ul li span.number,
#determineskintype span.number
{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#e6e2d9;
	float:left;
	background:#762157;
	border:solid 2px #e2ddd2;
	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	border-radius:50%;
	width:20px;
	height:20px;
	padding:5px;
	display:block;
	line-height:22px;
	margin:-5px 20px 25px 0;
	text-align:center;
}

#ourstory ul li span.heart{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/heart.png) no-repeat;
}

#testimonials{
	clear:both;
	display:none;
}

#testimonials .testimonialsc{
	width:990px;
	margin:60px auto;
}

#testimonials .royalSlider{
	clear:both;
	margin:70px 0 0 0;
	background:#edece6;
}

#testimonials .royalSlider .img{
	width:410px;
	float:left;
}

#testimonials .royalSlider .txt{
	width:490px;
	float:left;
	text-align:center;
	background:url(../images/quote2.png) no-repeat center top;
	padding:45px 0 0 0;
	margin:70px 0 0 50px;
}

#testimonials .royalSlider .slide5 .txt{
	margin-top:20px;
}

#testimonials .royalSlider .txt p{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#414042;
	line-height:21px;
	letter-spacing:0.025em;
	padding:0 0 10px 0;
	margin:0;

}

#testimonials .royalSlider .txt p strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#799a3d;
	font-weight:normal;
}

#testimonials .royalSlider h1{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#799a3d;
	font-weight:normal;
	line-height:normal;
	letter-spacing:0.24em;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

#testimonials .royalSlider h1 span{
	display:block;
	text-transform:none;
}

#testimonials .royalSlider .txt h2{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#799a3d;
	font-weight:normal;
	line-height:17px;
	padding:0 0 5px 0;
	margin:0;
}

#testimonials .royalSlider .txt h3{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#799a3d;
	font-weight:normal;
	line-height:normal;
	padding:0;
	margin:0;
}

#determineskintype{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	display:none;
	padding:25px 0;
	overflow:auto;
}

#determineskintype .determineskintypec{
	width:970px;
	margin:50px auto 40px auto;
}

#determineskintype .determineskintypec p.firststep{
	font-size:17px;
	color:#772157;
	line-height:24px;
	padding:0 0 30px 0;
	margin:0;
}

#determineskintype .determineskintypec h1{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:33px;
	color:#7c2557;
	line-height:40px;
	padding:0 0 40px 0;
	margin:0;
	text-align:left;
}

#determineskintype .determineskintypec h1 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

#determineskintype .determineskintypec h1.tissuebox{
	margin:0;
	padding:0 0 10px 80px;
	background:url(../images/tissuebox.png) no-repeat left top;
}

#determineskintype p{
	line-height:22px;
	padding:0 0 15px 0;
}

#determineskintype p.taketissue{
	font-size:17px;
	color:#646463;
}

#determineskintype p.taketissue strong{
	font-size:17px;
	color:#646463;
}

#determineskintype ul{
	padding:0;
	margin:0 0 20px 30px;
	list-style:none;
}

#determineskintype ul li{
	font-size:17px;
	color:#646463;
	line-height:24px;
	float:left;
	width:275px;
	padding:0;
	margin:0 25px 0 0;
}

#determineskintype ul li a{
	color:#eb6851;
	font-weight:bold;
	text-decoration:none;
}

#determineskintype span.number{
	font-weight:normal;
	display:block;
	clear:both;
	float:none;
	margin:0 0 10px -10px;
}

#determineskintype .quicktip{
	clear:both;
	background:#fff;
	padding:20px 20px 10px 20px;
	margin:20px 0 0 0;
	width:530px;
}

#determineskintype .quicktip h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	color:#eb6851;
	font-size:17px;
	padding:0 0 0 25px;
	margin:0;
	background:url(../images/quicktip.png) no-repeat left top;
	text-align:left;
}

#determineskintype .quicktip p{
	font-size:14px;
	color:#646463;
	line-height:20px;
	clear:both;
	background:#fff;
	padding:0 0 10px 0;
	margin:0;
}

#determineskintype .quicktip p strong{
	color:#646463;
}

#determineskintype .doesit{
	font-size:17px;
	color:#646463;
	font-weight:bold;
	background:url(../images/doesit.png) no-repeat left center;
	padding:20px 0 10px 40px;
	clear:both;
}

#determineskintype hr{
	margin:50px 0;
}

#determineskintype .skintypes{
	clear:both;
}

#determineskintype .skintypes .skintypesc{
	float:left;
	width:270px;
	margin:0 50px 0 0;
}

#determineskintype .skintypes h6{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#762057;
	line-height:30px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:left;
}

#determineskintype .skintypes p{
	font-size:17px;
	color:#646463;
	line-height:20px;
	padding:0;
	margin:0;
}

#determineskintype .skintypes p strong{
	color:#646463;
}

#determineskintype .skintypes h6 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

#faqs{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	display:none;
	overflow:auto;
}

#faqs p,
#faqs ul,
#faqs ol{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#646463;
}

#faqs ul{
	width:990px;
	padding:0;
	margin:80px auto 60px auto;
	list-style:none;
}

#faqs ul li{
	padding:0 0 30px 0;
	margin:0;
}

#faqs ul li.question{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#772157;
	background:url(../images/question.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li.answer{
	font-size:16px;
	color:#5c6058;
	line-height:26px;
	background:url(../images/answer.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li a{
	color:#eb6852;
	font-weight:bold;
	text-decoration:none;
}

#faqs ul li hr{
	margin:0 0 0 -25px;
	width:980px;
}

#faqs ul ul{
	padding:0;
	margin:0 0 20px 15px;
	background:none;
}

#faqs ul ul li{
	list-style:disc;
	padding:0 0 10px 0;
	margin:0;
}

hr{
	width:100%;
	height:2px;
	background:url(../images/hr.png) repeat-x;
	border:0;
	margin:60px 0;
	clear:both;
}


/* Footer */

#footer{
	clear:both;
	background:url(../images/footerbg.png) repeat-x top center;
	padding:65px 0 20px 0;
	margin:50px 0 0 0;

}

#footer .footerc{
	width:980px;
	margin:0 auto;
}

#footer .info{
	clear:both;
	font-size:13px;
	padding:0px 0 20px 0;
	text-align:center;
}

#footer p{
	font-size:13px;
	padding:0 0 5px 0;
	margin:0;
	line-height:normal;
}

#footer p.allrights{
	font-size:10px;
	text-align:center;
	line-height:14px;
}