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

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, sup, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

a{
	color:#3891e5;
}

body{
	background:#f4f4f4;
	font-family: 'Carme', sans-serif;
	text-align: center;
}

#main h2{
	font-family: 'Carme', sans-serif;
	color: #fff;
	background:#3891e5;
	position: absolute;
	top: -11px;
	left: 7px;
	padding: 13px;
	text-transform: uppercase;
	border: 2px solid #fff;
}

h1 {
color:rgb(48, 136, 224);
font-size: 31px;
text-shadow: 1px 1px #fff;
letter-spacing: -2px;
border-bottom: 1px solid rgb(168, 168, 168);
padding-bottom: 5px;
margin-bottom: 8px;
}

.faq h1{
	color: rgb(99, 99, 99);
font-size: 31px;
text-shadow: 1px 1px #fff;
letter-spacing: -2px;
border-bottom: 1px solid rgb(168, 168, 168);
padding-bottom: 5px;
margin-bottom: 8px;
padding-left: 16px;
margin-bottom: 24px;
}
#main .type {
float: left;
width: 410px;
margin: 31px;
font-size: 22px;
color: rgb(65, 99, 117);
}

.rates #main .bullet {
float: left;
width: 338px;
margin-left: 27px;
}

.type p {
font-weight: bold;
letter-spacing: -1px;
color: rgb(0, 0, 0);
margin-top: 11px;
font-size: 23px;
text-shadow: 1px 1px #fff;
}

#header{
	background: rgb(46, 46, 46);
	float: left;
	width: 100%;
	box-shadow: 1px 0 3px #000;
}

#header ul li a{
	font-family: 'Carme', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #6a6a6a;
}
#header ul li a:hover, #header ul li .selected{
	color:#3891e5;
}
#header ul {
float: right;
margin-top: 36px;
}

#header ul li {
display: inline;
margin: 15px;
}

#logo{
}

#logo a{
    text-indent: -999px;
    display: block;
    overflow: hidden;
    background: url(images/logo.png) no-repeat center;
    width: 102px;
    height: 82px;
    float: left;
}

.inner{
	width: 963px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.slogan{
	position: absolute;
left: 110px;
font-size: 11px;
top: 52px;
color: rgb(153, 153, 153);
}

#mid{
	float: left;
	width: 100%;
	height: 415px;
	border-top: 1px solid rgb(25, 89, 126);
	border-bottom: 1px solid rgb(25, 89, 126);
	box-shadow: 1px 0 3px #000;
	background: rgba(0,0,0,0.35);
	background: -webkit-gradient(radial,50% 50%,0,50% 50%,100,color-stop(0%,rgba(0,0,0,0.01)),color-stop(100%,rgba(0,0,0,0.21))),url(images/bg.png);
	background: -webkit-radial-gradient(50% 50%,transparent,rgba(0, 0, 0, 0.21) 100%),url(images/bg.png);
	background: -moz-radial-gradient(50% 50%,transparent,rgba(0, 0, 0, 0.21) 100%),url(images/bg.png);
	background: -o-radial-gradient(50% 50%,transparent,rgba(0, 0, 0, 0.21) 100%,url(images/bg.png));
	background: radial-gradient(50% 50%,transparent,rgba(0, 0, 0, 0.21) 100%),url(images/bg.png);
}

#mid .inner{
    background: url(images/promo.png) no-repeat center right;
    height: 415px;
}

#sign-up{
background:url(images/sign-up.png) no-repeat top center;
width: 423px;
margin-top: 34px;
float: left;
text-align: center;
}

#sign-up .text{
    background: rgb(84, 175, 247);
	text-align:left;
    padding: 26px 30px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 31px;
    border-radius: 24px;  
    -moz-border-radius: 24px;  
    -webkit-border-radius: 24px;
    letter-spacing: -1.5px;
    padding-bottom: 42px;
    position: relative;
    margin-top: 111px;
    font-family: 'Carme', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px rgba(34, 34, 34, 0.16);
	box-shadow:1px 1px 3px rgb(26, 126, 173);
}

#sign-up p{
    width: 361px;
	margin: 0 auto;
    margin-top: 20px;
    line-height: 27px;
    color: rgb(158, 203, 238);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 26px;
	letter-spacing: -2px;
}

#mid .subscribe-button-inner {
position: absolute;
bottom: 10px;
left: 26px;
}
#content .subscribe-button-inner {
position: absolute;
top: 23px;
right: 4px;
}
input[type="text"],table select{
font-size: 15px;
background-color: white;
border: solid 1px #d3d3d3;
border-top-color: #c9c9c9;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
padding: 10px 10px;
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.45),0 0 2px rgba(74,139,217,0),0 -1px 0 rgba(0,0,0,0.02),inset 0 1px 0 rgba(0,0,0,0.04),inset 0 2px 0 rgba(0,0,0,0.02),inset 1px 0 0 rgba(0,0,0,0.04),inset -1px 0 0 rgba(0,0,0,0.04);
-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.45),0 0 2px rgba(74,139,217,0),0 -1px 0 rgba(0,0,0,0.02),inset 0 1px 0 rgba(0,0,0,0.04),inset 0 2px 0 rgba(0,0,0,0.02),inset 1px 0 0 rgba(0,0,0,0.04),inset -1px 0 0 rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(255,255,255,0.45),0 0 2px rgba(74,139,217,0),0 -1px 0 rgba(0,0,0,0.02),inset 0 1px 0 rgba(0,0,0,0.04),inset 0 2px 0 rgba(0,0,0,0.02),inset 1px 0 0 rgba(0,0,0,0.04),inset -1px 0 0 rgba(0,0,0,0.04);
-webkit-transition: border-color .3s ease;
-moz-transition: border-color .3s ease;
-o-transition: border-color .3s ease;
transition: border-color .3s ease;
}
input[type="radio"]{
	cursor: pointer;
}

table label {
font-size: 20px;
font-weight: bold;
color: rgb(20, 132, 207);
cursor:pointer;
}
.rsform-submit-button{
	-moz-box-shadow:inset 0px 1px 0px 0px #575757;
	-webkit-box-shadow:inset 0px 1px 0px 0px #575757;
	box-shadow:inset 0px 1px 0px 0px #575757;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #2b2b2b) );
	background:-moz-linear-gradient( center top, #404040 5%, #2b2b2b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#2b2b2b');
	background-color:#404040;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3d3d3d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #080808;
	cursor: pointer;
}.rsform-submit-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b2b2b), color-stop(1, #404040) );
	background:-moz-linear-gradient( center top, #2b2b2b 5%, #404040 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#404040');
	background-color:#2b2b2b;
}.rsform-submit-button:active {
	position:relative;
	top:1px;
}
#content{
	float: left;
	width: 100%;
}

#content .top{
	background: url(images/tear.png) bottom center no-repeat;
	height: 154px;
	float: left;
	position:relative;
	width: 100%;
	margin-top: 14px;
}
inncer
.what-is{
    float: left;
	width: 300px;
    height: 127px;
    background: url(images/what-is.png) no-repeat center left;
    margin-left: 20px;
}

#content .top .details{
    font-family: 'Carme', sans-serif;
	
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 46px;
    font-size: 20px;
    color: gray;
    text-shadow: 1px 1px #fff;
}

#main{
	background:#d6d6c9;
	width: 100%;
	float: left;
}
.faq ul {
margin-left: 57px;
}

.faq li strong{
	font-weight: bold;
font-size: 16px;
margin: 5px 0;
float: left;
width: 100%;
}

.faq ul li, .rates ul li {
margin-bottom: 16px;
font-size: 14px;
background: rgb(207, 230, 255);
padding: 7px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: rgb(70, 88, 111);
text-shadow: 1px 1px rgba(255, 255, 255, 0.41);
border-left: 6px solid rgb(71, 71, 71);
line-height: 18px;
}
.rates ul li strong {
padding: 3px 7px;
color: rgb(0, 0, 0);
font-size: 17px;
}
#main .bullet{
position: relative;
margin: 10px 40px;
background: url(images/check.png) center right no-repeat #fff;
box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.25);
padding-top: 1px;
padding-bottom: 20px;
margin-bottom: 25px;
padding-right: 76px;
}
.faq #main .bullet{
	background: url(images/question.png) center right no-repeat #fff;
}

#main .bullet p{
margin-top: 46px;
margin-left: 20px;
color: rgb(117, 120, 121);
line-height: 25px;
font-size: 17px;
font-family: 'Carme', sans-serif;
}

#social{
    background: url(images/social.png) no-repeat 16px #ebebe1;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 66px;
    -webkit-border-bottom-right-radius: 8px;  -webkit-border-bottom-left-radius: 8px;  -moz-border-radius-bottomright: 8px;  -moz-border-radius-bottomleft: 8px;  border-bottom-right-radius: 8px;  border-bottom-left-radius: 8px;
}

#social #icons{
    float: left;
    margin-left: 92px;
}

#footer-txt{
    float: right;
    font-size: 12px;
    margin: 27px;
    color: #555;
}
.how{
    margin-bottom: 14px;
    background: url(images/how.png) no-repeat top center;
    padding-top: 61px;
    margin-top: -19px;
float: left;
width: 100%;
}
.how a{
    width: 135px;
	
    height: 125px;
    display: block;
    background: url(images/get-started.png) no-repeat;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 auto;
}
.facebook, .twitter, .gplus, .linked{
	height: 44px;
	width: 44px;
	display: block;
	float: left;
	text-indent: -999px;
	overflow:hidden;
	margin: 10px 6px;
}
#social a:hover, .how a:hover, .request:hover{
	-moz-opacity: 0.58;
opacity: 0.58;
}
#main table{
	margin-left: 30px;
}
.special table {
font-size: 19px;
color: rgb(77, 70, 62);
text-shadow: 1px 1px #fff;
margin: 30px 0;
	margin-left: 30px;
}

.check-out table{
	margin: 30px;
	float: left;
}

.check-out input[type="image"] {
margin-left: 90px;
}

.formNoError {
background: #3891e5;
color: #fff;
padding: 3px 7px;
text-shadow: none;
margin-top: 1px;
float: left;
font-weight: normal;
margin-left: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
}
.facebook{
    background: url(images/fbook.png) no-repeat;
	
}

.twitter{
    background: url(images/twitter.png) no-repeat;
}

.gplus{
    background: url(images/gplus.png) no-repeat;
}

.linked{
    background: url(images/linked.png) no-repeat;
	
}

#partners{
    float: left;
    width: 100%;
    height: 100px;
    background: url(images/footer-logos.png) no-repeat top center;
    margin-top: 10px;
}