/* Font-Face */

@font-face {
    font-family: 'TFFFranklinGothicDemi';
    src: url('../fonts/tff_franklin_gothic_demi-webfont.eot');
    src: url('../fonts/tff_franklin_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tff_franklin_gothic_demi-webfont.woff') format('woff'),
         url('../fonts/tff_franklin_gothic_demi-webfont.ttf') format('truetype'),
         url('../fonts/tff_franklin_gothic_demi-webfont.svg#TFFFranklinGothicDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
.FGC {
	font-family: 'TFFFranklinGothicDemi', Verdana, sans-serif;
} /* .FGC was initially used for Cufon replacement */
/* 
	You can use it with - font-family: 'TFFFranklinGothicDemi', Verdana, sans-serif;
	Fonts after are if font-face isn't supported by the web browser 
*/

/* Default Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
	
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet 
{ border: none; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, dir, menu { list-style: none; }
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
	line-height: 110%;
	
}
hr { display: none; }
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
img{vertical-align:top;}

a{text-decoration:none;
cursor:pointer;color: inherit;
}


input,textarea,select{color:#000000;}

textarea{border:0 none;overflow:auto;}



ul:after, p:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}



input[type="button"],
input[type="submit"]
{
	cursor:pointer;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


h1{font-size:180%;}
h2{font-size:160%;}
h3{font-size:140%;}
h4{font-size:120%;}
h5{font-size:100%;}
h6{font-size:80%;}
.relatposition{position:relative;}
.lfloat{float:left !important}
.rfloat{float:right !important}
.break{clear:both !important;}

/* End Default Styles */

/* Common Styles */
.martop10 {
margin-top:10px;
}
.padleft15
{
	padding-left:15px;
}

.padtop0
{
	padding-top:0px !important;
}

.padbottom5
{
	padding-bottom:5px !important;
}

.padbottom0
{
	padding-bottom:0px !important;
}

.padbottom15
{
	padding-bottom:15px !important;
}
.padtop12
{
	padding-top:12px !important;
}

/* End Common Styles */
body
{
	font:normal normal 14px/1.5em Arial, Helvetica, sans-serif;
	color:#bfbfbf;
	background:#07060a url(../img/body_bg.jpg) no-repeat center 0;
}
#wrapper
{
	width:960px;
	margin:0 auto;
}
#header
{
	margin-top:50px;
	padding-top:150px;
}
#header .logo
{
	background:url(../img/logo.png) no-repeat 0 0;
	width:153px;
	height:225px;
	display:block;
	position:absolute;
	left:400px;
	top:0;
}
#header .logo
{
	display:block;
	text-indent:-9999px;
}
#header .trans_rounded
{
}

.trans_rounded
{	
	background:url(../img/trans_rounded_bottom.png) no-repeat 0 bottom;
	width:960px;
	padding-bottom:16px;
}
.trans_rounded .top
{
	background:url(../img/trans_rounded_top.png) no-repeat 0 0;
	height:16px;
	width:960px;
}
.trans_rounded .middle
{
	background:url(../img/trans_rounded_middle.png) repeat-y 0 0;
}
.sub_links
{
	position:relative;
	top:14px;
}
#header .trans_rounded .middle
{
	padding:0px 125px 0;
}
.link_pink, .link_pink a
{
	width:282px;
	float:left;
	margin-top:-10px;
	text-align:center;
	text-decoration:underline;
	color:#ffffff;
}
.link_blue, .link_blue a
{
	width:281px;
	float:right;
	text-align:center;
	margin-top:-10px;
	text-decoration:underline;
	color:#ffffff;
}
.link_blue, .link_pink 
{
    position: relative;
    z-index:999;
}
.btn_pink,
.hs-form .hs_submit .actions
{
	background:url(../img/button_pink.png) no-repeat 0 0;
	width:282px;
	height:110px;	
	float:left;
	padding-right:147px;
}
.btn_pink a,
.hs-form .hs_submit .actions .hs-button
{
	width:281px;
	height:64px;
	display:block;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-top:8px; /* Maxime's edition 28px to 8px */ 
}
.hs-form .hs_submit .actions .hs-button
{
	-webkit-appearance:none;
	appearance:none;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
	white-space: normal;
	height:90px;
	text-transform:uppercase;
	font-family: 'TFFFranklinGothicDemi', Verdana, sans-serif;
	line-height: 40px;
	letter-spacing: -2px;
}
.btn_blue
{
	background:url(../img/button_blue.png) no-repeat 0 0;
	width:281px;
	height:112px;	
	float:left;
}
.btn_blue a
{
	width:281px;
	height:64px;
	display:block;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-top:8px; /* Maxime's edition 28px to 8px */ 
}
.btn_pink, .btn_blue {
	line-height: 40px;
	letter-spacing: -2px;
}
#content
{
	padding-top:11px;
}
.content_rounded
{	
	width:960px;
}
.content_rounded .top
{
	background:url(../img/content_rounded_top.png) no-repeat 0 0;
	height:17px;
	width:960px;
}
.content_rounded .middle, .content_rounded .middle_subscribe
{
	background:url(../img/content_rounded_middle1.png) no-repeat 0 0;
	padding-top:26px;
}
.content_rounded .middle .left
{
	width:568px;
	padding:0px 0 0 30px;
	float:left;
}
.content_rounded .middle .right
{
	float:right;
	width:275px;
}
.content_rounded .middle .left h3,
.content_rounded .middle .right h3,
.content_rounded .middle.single h3,
.testimonial h3
{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	padding-bottom:15px;
}
.content_rounded .middle .right h3
{
	padding-left:7px;
}
.content_rounded .middle .left p,
.content_rounded .middle.single p
{
	padding-bottom:20px;
}
.content_rounded .middle .left h4
{
	color:#fff;
	font-size:18px;
	padding-bottom:15px;
}
.content_rounded .middle .left ul li
{
	float:left;
	color:#70b7ff;
	background:url(../img/tick_icon.png) no-repeat 0 0;
	padding:0px 0 15px 28px;
}

.content_rounded .middle .left ul.steps li
{
	color:#70b7ff;
	background:url(../img/tick_icon.png) no-repeat 0 0;
	padding:0px 0 15px 28px;
	width:568px;
}

.content_rounded .middle .left ul li.c1
{
	width:197px;
}
.content_rounded .middle .right ul.contact
{
	margin-bottom:15px;
}
.content_rounded .middle .right ul.contact li
{
	background:url(../img/contact_bg.png) repeat-y 0 0;
	padding:8px 0 8px 0px;
	margin-bottom:5px;
}
.content_rounded .middle .right ul.contact li a
{
	font-size:16px;
	color:#9eceff;
	padding:4px 0 7px 51px;
	display:block;
}
.content_rounded .middle .right ul.contact li.highlight, .content_rounded .middle .right ul.contact li:hover
{
	background:url(../img/contact_bg_selected.gif) no-repeat 0 0;
}
.content_rounded .middle .right ul.contact li a.mail
{
	background:url(../img/mail_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.msn
{
	background:url(../img/msn_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.yahoo
{
	background:url(../img/yahoo_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.flower
{
	background:url(../img/flower_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.google
{
	background:url(../img/google_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.skype
{
	background:url(../img/skype_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.phone
{
	background:url(../img/phone_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.faqpink
{
	background:url(../img/faqpink_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.howpink
{
	background:url(../img/howpink_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.blogpink
{
	background:url(../img/blogpink_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.faqblue
{
	background:url(../img/faqblue_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.howblue
{
	background:url(../img/howblue_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.blogblue
{
	background:url(../img/blogblue_icon.png) no-repeat 9px 0;
}
.content_rounded .middle .right ul.contact li a.chat
{
	background:url(../img/chat_icon.png) no-repeat 5px 0;
	padding-bottom:15px;
}
.testimonial
{
	padding-top:86px;
}
.testimonial h3
{
	padding-left:30px;
}
.testimonial ul li
{
	background:url(../img/testimonial_border.gif) repeat-x 0 0;
	padding-top:2px;
	width:450px;
	float:left;
	padding-left:30px;
}
.testimonial ul li.c2
{
	width:450px;
	margin-left:30px;
	padding-left:0px;
}
.testimonial ul li div
{
	background:url(../img/testimonial_center.gif) no-repeat center 0;
	padding:17px 0 20px;
}
.testimonial ul li div p
{
	font-size:13px;
	color:#bfbfbf;
	padding-bottom:10px;
}
.testimonial ul li div p.name
{
	font-size:11px;
	color:#bfbfbf;
	text-align:right;
	padding-bottom:0px;
	line-height:1.2;
}
.testimonial ul li div p.name a
{
	color:#70b7ff;
}

#footer
{
	background:url(../img/testimonial_border.gif) repeat-x 0 0;
	padding-top:2px;
}
#footer .footer_main_link
{
	background:url(../img/testimonial_center.gif) no-repeat center 0;
}
#footer .footer_main_link p
{
	font-size:12px;
	color:#505050;
	padding:10px 0 36px;
}

.footer_link div
{
	width:216px;
	float:left;
}
.footer_link div.last
{
	width:96px;
	float:left;
}
.footer_link div .footer_header
{
	font-size:16px;
	color:#1a4479;
	padding-bottom:10px;
}
.footer_link div p
{
	color:#bebebe;
	font-size:12px;
}
/* Subscribe Form */
.content_rounded .middle_subscribe,
.content_rounded .middle.single
{
	padding:26px 32px;
}
.content_rounded .middle_subscribe h3,
.content_rounded .middle.single h3
{
	color:#fff;
	font-size:30px;
	font-weight:normal;
}
.form_subscribe,
.hs-form,
.hbspt-form
{
	padding-top:40px;
}
.hbspt-form .submitted-message 
{
	width:500px;
	margin:0 auto;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
  text-align: center;
}
.hbspt-form .submitted-message p
{
	color: #70b7ff!important;
	background: url(../img/tick_icon.png) no-repeat 0 0;
	padding: 0px 0 0 28px;
}
.content_rounded .middle_subscribe .below_heading
{
	font-size:16px;
	color:#70b7ff;
	padding-bottom:18px;
}
.content_rounded .middle_subscribe p
{
	font-size:14px;
	color:#bfbfbf;
}
.common_form,
.hs-form fieldset,
.hs-form .hs_submit,
.hs-form .hs_error_rollup
{
	margin:0 auto!important;
}
.common_form,
.hs-form fieldset > div,
.hs-form .hs_submit,
.hs-form .hs_error_rollup
{
	padding-top:20px!important;
}
.hs-form .hs_submit,
.hs-form .hs_error_rollup
{
	max-width: 500px;
}

.common_form .left_form
{
	float:left;
	width:306px;
	padding:6px 13px 0 0;
	color:#bfbfbf;
	font-size:14px;
	text-align:right;
}
.common_form .right_form
{
	float:left;
	width:433px;
}
.common_form .right_form .btn_blue a
{
	font-size:40px;
}
.common_form .right_form .medium span
{
	width:198px;
}
.common_form .right_form .medium
{
	margin-right:5px;
	float:left;
}
.common_form .right_form .large span
{
	width:417px;
}
.common_form .right_form .small span
{
	width:120px;
}
.common_form .right_form .nomar
{
	margin:0;
}
.form_text,
.hs-form .input
{
	background:url(../img/textBg.png) no-repeat 0 -80px;
	padding-left:8px;
}
.hs-form .hs-fieldtype-checkbox .input,
.hs-form .hs-fieldtype-radio .input,
.hs-form .hs-fieldtype-booleancheckbox .input {
	background:transparent;
	padding-left:0;
}
.form_text.form-error
{
	background:url(../img/textBg.png) no-repeat 0 -124px;
}
.form_text span
{
	display:inline-block;
}
.form_text span input,
.hs-form .hs-input
{
  background:url(../img/textBg.png) no-repeat right 0;
	padding:10px 8px 10px 0;
}
.hs-form input[type="checkbox"],
.hs-form input[type="radio"]
{
	margin-right:5px;
}
.hs-form .inputs-list .hs-form-checkbox,
.hs-form .inputs-list .hs-form-radio
{
	width:50%;
	float:left;
	margin-bottom:5px;
}
.form_text.form-error span input
{
	background:url(../img/textBg.png) no-repeat right -44px;
}
.form_text span input,
.hs-form .hs-input
{
	border:0 none;
	width:95%;
	font-size:14px;
}
.hs-form .hs-input
{
	width:100%!important;
}
.hs-form input[type="checkbox"],
.hs-form input[type="radio"]
{
	width:auto!important;
}
form fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - 10px)!important;
	float: left!important;
}
form fieldset.form-columns-2 .hs-form-field+.hs-form-field {
	float: right!important;
}
span.input-notification,
.hs-form .hs-error-msg,
.hs-form .hs-error-msgs label,
.hs-form .legal-consent-container .hs-error-msgs label
{
    display: inline-block;
    color: #cd0a0a;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input 
{
	float:none;
	display:inline-block;
	vertical-align: middle;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span
{
	display: inline-block;
	vertical-align: middle;
  margin-left: 0;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p,
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span .hs-form-required
{
	display: inline-block;
  vertical-align:top;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.medium span.input-notification {
    padding-left: 8px;
}

.common_form .right_form .payment
{
	font-size:14px;
	color:#fff;
	padding-top:5px;
}
.common_form .right_form .first
{
	padding-top:10px;
}
.common_form .right_form .payment span,
.common_form .right_form .payment a
{
	color:#72b8ff;
}
.common_form .right_form .static
{
	color:#fff;
	font-size:12px;
	padding-top:2px;
}

.submit_btn
{
	background:url(../img/button_blue1.png) no-repeat 0 0;
	width:186px;
	height:90px;
}
.submit_btn a
{
	font-size:28px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	padding:14px 0 12px;
	text-align:center;
	width:186px;
}

/* End Subscribe Form */

.form_text .ddlupper
{
padding:2px 3px;
width:196px;
background-color:#fff;
}
.form_text .ddlinner {
height:18px;
overflow:hidden;
position:relative;
width:196px;
}
.form_text .ddlmain {
background-color:#fff;
height:22px;
left:-4px;
position:absolute;
top:-2px;
width:100%;
font-size:16px;
color:#172f4c;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}
/* End Subscribe Form */

strong.email-address,
strong.name
{
    font-weight: bold;
}

a.call-link
{
    font-weight: bold;
    font-style: normal;
}
a.call-link:hover {
    text-decoration: underline;
}

/* Serge - Migration from Simpla */

.button {
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    border: 1px solid #459300 !important;
    padding: 5px 30px !important;
    color: #fff !important;
    font-size: 14px !important;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.button.pink {
    background: url("../../simpla/img/bg-button-blue.gif") repeat-x scroll left top #CE4DC3 !important;
    border-color: #CE4DC3 !important;
}
.button.blue {
    background: #004a95 url('../../simpla/img/bg-button-blue.gif') top left repeat-x !important;
    border-color: #004994 !important;
}


input.simpla {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    padding: 7px 8px;
    font: 14px/1.5em Arial,Helvetica,sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Serge End */

/** Login and Subscribe **/

.top-bar {
    position:absolute;
    z-index:100;
    right:0;
    top:-50px;

    width: 100%;
    background: none;
    height: 26px;
    margin: 0;
    padding: 0 2px 0 0 ;
}

.top-bar > * {
    display: block;
    float: right;

    height: 26px;
    line-height: 25px;
    padding:1px 10px 0;
    margin: 0 0 0 15px;

    font-size:13px;
}

.top-bar .panel {
    border: none;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    1px 1px 1px 0 rgba(50, 50, 50, 0.45);
    box-shadow:         1px 1px 1px 0 rgba(50, 50, 50, 0.45);
}

.blue-panel {

    color:#2689c4;
    font-weight:bold;

    background: #f4fbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4fbfb 0%, #ceedf1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4fbfb), color-stop(100%,#ceedf1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4fbfb 0%,#ceedf1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4fbfb 0%,#ceedf1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4fbfb 0%,#ceedf1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4fbfb 0%,#ceedf1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbfb', endColorstr='#ceedf1',GradientType=0 ); /* IE6-9 */
}

.pink-panel {
    color:#8c3089;
    font-weight:bold;

    background: #fee7fb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fee7fb 0%, #f49dea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee7fb), color-stop(100%,#f49dea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fee7fb 0%,#f49dea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fee7fb 0%,#f49dea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fee7fb 0%,#f49dea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fee7fb 0%,#f49dea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee7fb', endColorstr='#f49dea',GradientType=0 ); /* IE6-9 */
}

#lang-btn {
    margin: 0 5px 0 -12px;
    padding: 2px 0 0;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}
#lang-btn a {
    margin: 0 0 0 12px;
    padding:0;
}
#lang-btn a img {
    vertical-align: baseline;
}

/* Login ans Subscribe End */

.subscribe_main
{
    padding:35px 0 24px;
    width:568px;
    margin:0 auto;
    margin-bottom:40px;
}
.subscribe_main .subscribe_content
{
    font-size:17px;
    color:#ffffff;
    padding:0 0 15px 0;
    margin-top:0px;
    text-align:left;
}
.subscribe_main .subscribe_btn
{
    display:inline-block;
    background:url(../img/subscribe_right.png) no-repeat right 0;
    padding-right:14px;
}
.subscribe_main .subscribe_btn span
{
    display:block;
    background:url(../img/subscribe_main.png) no-repeat 0 0;
    height:30px;
    padding:9px 26px 0 40px;
    text-align:center;
    text-shadow:1px 0px 1px #237fad;
    font-size:16px;
    color:#ffffff;
    font-weight:bold;
}

.subscribe_main .subscribe_btnpink
{
    display:inline-block;
    background:url(../img/subscribe_rightpink.png) no-repeat right 0;
    padding-right:14px;
}

.subscribe_main .subscribe_btnpink span
{
    display:block;
    background:url(../img/subscribe_mainpink.png) no-repeat 0 0;
    height:30px;
    padding:9px 26px 0 40px;
    text-align:center;
    text-shadow:1px 0px 1px #237fad;
    font-size:16px;
    color:#ffffff;
    font-weight:bold;
}


.notconvinced a
{
	color:#ffffff;
	text-decoration:underline;
}

.notconvinced a:hover
{
	color:#ffffff;
	text-decoration:none;
}

.ralign
{
	text-align:right;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.textured-top th{
	background-color:#c950c2;
	background-repeat:repeat;
	width:20%;
	font-size:14px;
	font-weight:bold;
    text-align: center;
	padding:1em;
	height:20px;
}
.tablepink{
	font:normal normal 14px/1.5em Arial, Helvetica, sans-serif;
	background:#f770e7;
	color: #ffffff;
	text-shadow: 1px 0px 1px #237FAD;
	width:568px;
}
.tablepink tr:nth-of-type(odd), .odd {
	background:#321244;
}
.tablepink td{
	border:none;
    padding: 1em;
	text-align:center;
}
.tablepink h1{
    text-align: center;
	text-shadow: 1px 0px 1px #237FAD;
	font-size:1.4em;
}

.tableform
{
	background:url(../img/textBg.png) no-repeat 0 -80px;
	height:16px;
	text-align:center;
}

.tableform span input
{
    background:url(../img/textBg.png) no-repeat right 0;
	padding:10px 8px 10px 0;
	text-align:center;
}

.tableform span input
{
	border:0 none;
	width:80%;
	font-size:14px;
}

#accordion li
{
	float:left;
	color:#70b7ff;
	background:none;
	padding:0px 0 15px 28px;
}

#accordion h4
{
	cursor: pointer;
}

.catalog_main
{
	position:absolute;
	z-index:100;
	right:0;
	top:-50px;
}
.catalog_btn
{
	background:url(../img/catalog_btn.png) no-repeat 0 0;
	width:164px;
	height:27px;
	font-size:13px;
	color:#8c3089;
	font-weight:bold;
	display:block;
	padding:1px 0 0 8px;
}

.signup_main
{
	position:absolute;
	z-index:100;
	right:90px;
	top:-50px;
	float:left;
	display:inline;
}
.signup_btn
{
	background:url(../img/catalog_btn.png) no-repeat 0 0;
	width:164px;
	height:27px;
	font-size:13px;
	color:#8c3089;
	font-weight:bold;
	display:block;
	padding:1px 0 0 8px;
}

.signupblue_btn
{
	background:url(../img/btn_catalogblue.png) no-repeat 0 0;
	width:164px;
	height:27px;
	font-size:13px;
	color:#2689c4;
	font-weight:bold;
	display:block;
	padding:1px 0 0 8px;

}