html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
  display: block;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* Base styles
   -------------------------------------------------------------------- */
* {
  font-size: 100%;
}
body {
  font: 0.84em/1.333 "Cabin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #878787;
  background: #727272
}
a {
  color: #30a2df;
  text-decoration: none;
}
a:visited {
  color: #30a2df;
}
a img {
  border: none;
}
a:active, a:hover {
  color: #48b5ef;
  text-decoration: underline;
}
img {
  behavior: url("js/pngbehavior.htc");
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  margin: 0 0 1em 0;
}
dt {
  margin: 0.5em 0 0;
}
dd {
  margin: 0.25em 0 0.5em 2.5em;
}
code, tt {
  font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
  margin: 1em 0;
}
code, tt {
  border-bottom: 1px solid #E3E3E3;
  padding: 0 1px;
}
small {
  font-size: 85%;
}
big {
  font-size: 115%;
}
abbr, acronym {
  border-bottom: 1px dotted #919191;
}
abbr {
  cursor: help;
}
/* Functional styles
   -------------------------------------------------------------------- */
.none {
  display: none;
}
.clear {
  clear: both;
}
.noborder {
  border: none;
}
.overflow {
  overflow: hidden;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
  text-align: right;
}
.c2, .c3, .c4, .c5 {
	float: left;
}
.c2 {
	width: 50%;
}
.c3 {
	width: 33%;
}
.c4 {
	width: 25%;
}
.c5 {
	width: 20%;
}
.show {
  display: block;
}
.hide {
  display: none;
}
a.trigger {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* Structure
   -------------------------------------------------------------------- */
#wrapper div div.inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
/* Header
   -------------------------------------------------------------------- */

#header {
	background: #f7f7f7;
}

#header .inner {
	padding: 20px 0;
	position: relative; 
	height: 120px;
}
#header form {
	position: absolute;
	display: block;
	top: 20px;
	right: 0px;
	overflow: hidden;
}
#header form ol li {
	clear: both;
	display: block;
	overflow: hidden;
}
#header form input.textinput {
	border: 1px solid #c9c9c9;
	background: #ffffff;
	color: #aeaeae;
	padding: 7px 10px;
	float: right;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
	margin: 0 0 10px 0;
	-webkit-box-shadow: 0px 3px 3px #efefef inset, 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 3px 3px #efefef inset, 0px 1px 0px #ffffff;
	box-shadow: 0px 3px 3px #efefef inset, 0px 1px 0px #ffffff;
}

#header form label {
	font-size: 1.04em;
	font-weight: 500;
	float: left;
	display: block;
	width: 70px;
	padding: 7px 0 0 0;
	text-shadow: #fff 1px 1px 0px
}

#header form input.buttons {
	float: right;
	width: 130px;
}

.site-title a {
	display: block;
	width: 458px;
	height: 101px;
	margin-top: 12px;
	text-indent: -9999px;
	background: transparent url(img/logo.png) 0 0 no-repeat;
}

.site-description {
	display: none;
}

/* Navigation
   -------------------------------------------------------------------- */
#navigation {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 88%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(88%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* W3C */
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}

#navigation ul.links {
	overflow: hidden;
	padding-top: 7px;
}

#navigation ul.links li {
	float: left;
	margin: 0 45px 0 0;
}

#navigation ul.links li a {
	font-size: 1.44em;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
}

#navigation ul.links li a.current {
	color: #30a2df;;
}

#navigation ul.links li a:hover {
	text-decoration: overline;
}

#navigation ul.links li.socialnetowks {
	float: right;
	margin: -5px 0 0 0;
}

#navigation ul.links li.socialnetowks ul li {
	float: left;
	margin: 0 0 0 10px;
}

#navigation ul.links li.socialnetowks ul li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

#navigation ul.links li.socialnetowks ul li a.facebook {
	background: transparent url(img/facebook.png) 0 0 no-repeat;
}

#navigation ul.links li.socialnetowks ul li a.twitter {
	background: transparent url(img/twitter.png) 0 0 no-repeat;
}

#navigation ul.links li.socialnetowks ul li a.linkedin {
	background: transparent url(img/linkedin.png) 0 0 no-repeat;
}

#navigation ul.links li.socialnetowks ul li a.youtube {
	background: transparent url(img/youtube.png) 0 0 no-repeat;
}

#navigation ul.links li.socialnetowks ul li a:hover {
	background-position: 0 -32px;
}

/* Breadcrumb
   -------------------------------------------------------------------- */
   
#breadcrumb {
	background: #f1f1f1;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #a3a3a3;
	font-size: 1.14em;
} 

#breadcrumb ul {
	overflow: hidden;
}

#breadcrumb ul li {
	background: transparent url(img/sep.png) center left no-repeat;
	padding: 17px 12px 15px 24px;
	height: 17px;
	float: left;
}

#breadcrumb ul li:first-child {
	padding: 12px;
	background: none;
}

#breadcrumb ul li:first-child a {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 15px;
	margin-top: 7px;
	background: transparent url(img/home.png) 0 0 no-repeat;
}

/* Content
   -------------------------------------------------------------------- */
#content {
	background: #30a2df url(img/bluebg.png) 50% 50% no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main {
	padding: 30px 0;
	background: #fff;
}
.entry-title {
	color: #fff;
	font-size: 3.2em;
	padding: 0px;
}
.entry-content {
	font-size: 1.2em;
	line-height: 1.5
}
.entry-content h2 {
	font-weight: normal;
	color: #000000;
	font-size: 1.84em;
	padding: 0 0 20px 0
}
.entry-content ul {
	position: relative;
	margin-left: 25px;
}
.entry-content ul.maleflash {
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
	height: 302px;
	padding: 0px;
	overflow: visible;
}

.entry-content ul.virtualflash {
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
	height: 270px;
	padding: 0px;
	overflow: visible;
}

.entry-content ul.topmenu {
	border-bottom: 1px solid #999;
	margin-bottom: 50px;
	height: 185px;
	padding: 0px;
	overflow: visible;
}

.entry-content ul li {
	display: block;
	margin-bottom: 10px;
}
.flashvideo {
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
	margin-top: -20px;
	padding: 0px;
	overflow: visible;
}


#content .flashspace {
	height: 0px;
	display: block;
}
#content div.inner:first-child {
	background: transparent url(img/waves.png) 0 50% no-repeat;
	color: #fff;
	text-shadow: #287da5 -1px -1px 0px;
	padding: 25px 0;
}

#content .media, #content .signup {
	float: left;
	display: block;
	width: 50%;
	text-align: center;
}
#content .media img {
	margin-top: 50px;
}
#content h3 {
	font-weight: 400;
	padding: 20px 0 20px 0
}
.maleblue {
	height: 200px;
	overflow: hidden;
	display: block;
	margin: -130px 0 -50px 0;
	position: relative;
	z-index: 9999;
}
form#signup span.step {
	color: #34a8e2;
	text-shadow: #a2e3ff 1px 1px 0px;
	display: block;
	float: left;
	margin: 4px 20px 0 0;
	width: 22px;
	height: 22px;
	font-size: 1.44em;
	-moz-border-radius: 38px;
	border-radius: 38px;
	padding: 8px;
	background: #5fcfff;
	background: -moz-linear-gradient(top, #5fcfff 0%, #5fcfff 50%, #5acafa 50%, #5acafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fcfff), color-stop(50%,#5fcfff), color-stop(50%,#5acafa), color-stop(100%,#5acafa));
	background: -webkit-linear-gradient(top, #5fcfff 0%,#5fcfff 50%,#5acafa 50%,#5acafa 100%);
	background: -o-linear-gradient(top, #5fcfff 0%,#5fcfff 50%,#5acafa 50%,#5acafa 100%);
	background: -ms-linear-gradient(top, #5fcfff 0%,#5fcfff 50%,#5acafa 50%,#5acafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fcfff', endColorstr='#5acafa',GradientType=0 );
	background: linear-gradient(top, #5fcfff 0%,#5fcfff 50%,#5acafa 50%,#5acafa 100%);
	-webkit-box-shadow: 0px 1px 1px #2688bc, 0px 1px 0px #bcebff inset;
	-moz-box-shadow: 0px 1px 1px #2688bc, 0px 1px 0px #bcebff inset;
	box-shadow: 0px 1px 1px #2688bc, 0px 1px 0px #bcebff inset;
	text-align: center;
}
.form-text{
	width: 402px;
	height: 40px;
	display: block;
	border: none;
	background: transparent url(img/inputs.png) 0 0 no-repeat;
	padding: 10px 0 0 15px;
	color: #fff;
	font-size: 1.34em;
	float: left;
}
.form-text:hover, .form-text:focus, .form-text:active{
	background-position: 0 -50px;
}
.form-button{
	width: 415px;
	height: 49px;
	border: none;
	background: transparent url(img/selects.png) 0 0 no-repeat;
	padding: 5px 0px 5px 10px;
	color:black;
	font-size: 24px;
	text-align: left;
	vertical-align:middle;
	float: left;
	cursor: pointer;

}
.media .videocontainer {
	overflow: visible;
	z-index: 9999;
	margin: -15px 0 -25px 0;
}
::-webkit-input-placeholder {
    color:    #cef0ff;
}
:-moz-placeholder {
    color:    #cef0ff;
}
.form-button:hover{
	background-position: 0 -52px;
}
.form-button:active, .form-button:focus{
	background-position: 0 -104px;
}
form#signup .inner {
	display: none;
}
form#signup ol li {
	display: block;
	clear: both;
	padding-top: 13px;
	text-align: left;
}
form#signup input.buttons {
	font-size: 1.6em;
	display: block;
	padding: 15px;
	width: 84%;
	margin-left: 58px;
}

.toggleLink {
	display: block;
	float: left;
	background: #64c7fe;
	color: #ffffff !important;
   background: -moz-linear-gradient(top, #64c7fe 0%, #54bbf5 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c7fe), color-stop(100%,#54bbf5));
   background: -webkit-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   background: -o-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   background: -ms-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c7fe', endColorstr='#54bbf5',GradientType=0 );
   background: linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   height: 26px;
   padding: 12px 10px;
   width: 60px;
   text-align: center;
   font-size: 1.2em;
}
.testemonial-block {
	clear: both;
	display: block;
	margin-top: -20px;
	padding-bottom: 50px;
}

.testemonial-block .testemonial-header{
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 20px;
	display: block;
	clear: both;
	margin-bottom: 0px;
	margin-top: 20px;
	border: 1px solid #e1e1e1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 88%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(88%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* W3C */
	-webkit-box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	-moz-box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.testemonial-block .testemonial-text {
	position: relative;
	z-index: 1;
	float: none;
	clear: both;
	padding: 40px 25px 25px 25px;
	display: block;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.testemonial-block .testemonial-num {
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 10px;
	background: #fafafa;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-top:  1px solid #eaeaea;
	border-bottom:  1px solid #eaeaea;
	width: 27px;
	color: #bdbdbd;
	font-size: 1.3em;
	display: block;
	text-align: center;
}

.faq-block {
	clear: both;
	display: block;
	margin-top: -20px;
	padding-bottom: 50px;
}
.faq-block h4 {
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
.faq-block .faq-header{
	overflow: hidden;
	position: relative;
	height: 50px;
	z-index: 2;
	padding: 0px;
	display: block;
	clear: both;
	margin-bottom: -20px;
	margin-top: 20px;
	border: 1px solid #e1e1e1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 88%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(88%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ffffff 88%,#f2f2f2 100%); /* W3C */
	-webkit-box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	-moz-box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	box-shadow: 0px 2px 1px rgba(172,172,172,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.faq-block h4 {
	font-weight: normal;
	padding: 8px 15px !important;
}
.faq-block .faq-text {
	position: relative;
	z-index: 1;
	float: none;
	clear: both;
	padding: 40px 25px 25px 25px;
	display: block;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.faq-block .faq-num {
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 10px;
	background: #fafafa;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #2aa4eb;
	width: 27px;
	color: #bdbdbd;
	font-size: 1.3em;
	display: block;
	text-align: center;
}
.pricinghead {
	display: block;
	width: 843px;
	height: 216px;
	float: right;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -2px;
	background: transparent url(img/pricinghead.png) 0 0 no-repeat;
}
.pricinghead h4, .pricinghead h3, .pricinghead a, .pricinghead strong {
	display: none;
}
.pricinghead a.signuplink {
	display: block;
	font-weight: bold;
	font-size: 17.1px;
	padding: 0px 12px;
	position: absolute;
	top: 157px;
	text-shadow: rgba(0,0,0,0.2) -1px -1px 0px;
	color: #fff;
	
}

.pricinghead a.signuplink:hover {
	color: black;
	text-decoration:none;
	
}

.pricinghead .signuplink2 {
	left: 167px;
}
.pricinghead .signuplink3 {
	left: 336px;
}
.pricinghead .signuplink4 {
	left: 503px;
}
.pricinghead .signuplink5 {
	left: 670px;
}
.pricingcontent {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
border: 1px solid rgba(0,0,0,0.1);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
z-index:2;
clear: both;
display: block;
overflow: hidden;
-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.pricingcontent .col {
	display: block;
	float: left;
	width: 167px;
	clear: none;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0,0.04)
}

.pricingcontent .col:first-child {
	background: rgba(0,0,0,0.02);
	-webkit-box-shadow: inset -25px 0px 15px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset -25px 0px 15px 0px rgba(0, 0, 0, 0.04);
	box-shadow: inset -25px 0px 15px 0px rgba(0, 0, 0, 0.04);
	width: 155px;
	border-right: 1px solid #dfdfdf;
	font-size: 0.9em;
}

.pricingcontent .row {
	padding: 20px;
	font-size: 1.1em;
	display: block;
	min-height: 40px;
}

.freecalls {
	height: 50px;
}

.support {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	text-align: center;
	margin: 30px auto;
}

.pricerow {
	font-size: 1.3em !important;
}

.col1, .col2, .col3, .col4, .col5 {
	font-size: 1.1em;
	color: #26a0e5;
}

.pricingcontent .col5 {
	border: none;
}

.tickrow {
	height: 30px;
}

.pricingcontent small {
	font-size: 0.74em;
}

.col2 {
	color: #639039;
	background: #fefddc;
}

span.tick {
	display: block;
	width: 36px;
	height: 28px;
	margin: 0 auto;
	text-indent: -9999px;
	background: transparent url(img/tick.png) 0 0 no-repeat;
}

.servicenav {
	font-size: 1.4em;
	text-align: right;
	display: block;
	margin: 20px 0 10px 0
}

.servicenav a:first-child {
	font-size: 1em;
	color: #888
}
/* Description 
   -------------------------------------------------------------------- */
#description {
	background: #4a4a4a;
	background: -moz-linear-gradient(top, #f2f5f8 0%, #e8edf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f8), color-stop(100%,#e8edf1));
	background: -webkit-linear-gradient(top, #f2f5f8 0%,#e8edf1 100%);
	background: -o-linear-gradient(top, #f2f5f8 0%,#e8edf1 100%);
	background: -ms-linear-gradient(top, #f2f5f8 0%,#e8edf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#e8edf1',GradientType=0 );
	background: linear-gradient(top, #f2f5f8 0%,#e8edf1 100%);
	text-shadow: #ffffff 1px 1px 0px;
	color: #356f90;
}
#description h3 {
	text-align: left;
	font-weight: 700;
	margin: 0 auto;
	width: 1000px;
	font-size: 1.54em;
	letter-spacing: 0.3em;
	display: block;
	text-shadow: #565656 -1px -1px 0px;
	color: #d3d3d3;
}
#description .description_title {
	background: #4a4a4a;
	padding: 12px 0;
}
#description ul {
	overflow: hidden;
}
#description ul li {
	float: left;
	width: 25%;
	padding: 30px 0;
	font-size: 0.9em;
}

#description ul li div {
	min-height: 60px;
}

#description ul li.step1 div {
	padding: 7px 10px 0 72px;
	background: transparent url(img/forward.png) 0 40% no-repeat;
}

#description ul li.step2 div {
	padding: 7px 10px 0 68px;
	background: transparent url(img/phone.png) 0 40% no-repeat;
}

#description ul li.step3 div {
	padding: 0 10px 0 81px;
	background: transparent url(img/receptionist.png) 0 50% no-repeat;
}

#description ul li.step4 div {
	padding: 0 10px 0 80px;
	background: transparent url(img/bubbles.png) 0 50% no-repeat;
}
/* Footer
   -------------------------------------------------------------------- */

#footer {
	background: #4a4a4a;
	color: #d3d3d3;
	font-size: 0.9em;
}
#footer .inner {
	padding: 35px 0;
}
#footer a {
	color: #ffffff;
}

#footer .terms, #footer .sitemap {
	float: left;
}

#footer .terms {
	width: 800px;
}

#footer .terms p {
	padding-right: 25px;
	line-height: 1.54em;
}

#footer ul.sitemap {
	width: 200px;
}

#footer ul.sitemap li {
	float: left;
	width: 50%;
	display: block;
}

#footer ul.sitemap li ul li {
	float: none;
	width: auto;
	display: block;
}

#footer ul.sitemap li ul li a {
	display: block;
	padding-bottom: 6px;
}

/* Internal post styles
   -------------------------------------------------------------------- */
img.alignleft, .alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
img.alignright, .alignright {
  float: right;
  margin: 0 0 25px 25px;
}
img.aligncenter, img.center, .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
b, strong {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
i, em {
  font-style: italic;
}
/* Selection colors
   -------------------------------------------------------------------- */
::selection {
  background: #ffff9e;
}
::-moz-selection {
  background: #ffff9e;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #ffff9e;
}
/* Buttons
   -------------------------------------------------------------------- */
*.buttons{
	font-weight:600;
	display: block;
	width:auto;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	line-height:100%;
	padding:9px 15px;
}
*.orangebuttons{
	background: #ecb944;
	color: #ffffff !important;
   background: -moz-linear-gradient(top, #ecb944 0%, #edac12 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecb944), color-stop(100%,#edac12));
   background: -webkit-linear-gradient(top, #ecb944 0%,#edac12 100%);
   background: -o-linear-gradient(top, #ecb944 0%,#edac12 100%);
   background: -ms-linear-gradient(top, #ecb944 0%,#edac12 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb944', endColorstr='#edac12',GradientType=0 );
   background: linear-gradient(top, #ecb944 0%,#edac12 100%);
	border:1px solid #1c86ba;
	text-shadow:-1px -1px 0px #aa8326;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
}
*.orangebuttons:hover{
	color: #fff0ce !important;
	border: 1px solid #0f6a97;
}
*.orangebuttons:active{
	background: #edac12;
   background: -moz-linear-gradient(top, #edac12 0%, #ecb944 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edac12), color-stop(100%,#ecb944));
   background: -webkit-linear-gradient(top, #edac12 0%,#ecb944 100%);
   background: -o-linear-gradient(top, #edac12 0%,#ecb944 100%);
   background: -ms-linear-gradient(top, #edac12 0%,#ecb944 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edac12', endColorstr='#ecb944',GradientType=0 );
   background: linear-gradient(top, #edac12 0%,#ecb944 100%);
}
*.bluebuttons{
	background: #64c7fe;
	color: #ffffff !important;
   background: -moz-linear-gradient(top, #64c7fe 0%, #54bbf5 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c7fe), color-stop(100%,#54bbf5));
   background: -webkit-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   background: -o-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   background: -ms-linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c7fe', endColorstr='#54bbf5',GradientType=0 );
   background: linear-gradient(top, #64c7fe 0%,#54bbf5 100%);
	border:1px solid #39a7e2;
	text-shadow:-1px -1px 0px #4da0ca;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
	-moz-box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0px 1px 0px 0 rgba(255, 255, 255, 0.4);
}
*.bluebuttons:hover{
	color: #def4ff !important;
	border: 1px solid #1e8cc7;
}
*.bluebuttons:active{
	background: #54bbf5;
   background: -moz-linear-gradient(top, #54bbf5 0%, #64c7fe 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54bbf5), color-stop(100%,#64c7fe));
   background: -webkit-linear-gradient(top, #54bbf5 0%,#64c7fe 100%);
   background: -o-linear-gradient(top, #54bbf5 0%,#64c7fe 100%);
   background: -ms-linear-gradient(top, #54bbf5 0%,#64c7fe 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bbf5', endColorstr='#64c7fe',GradientType=0 );
   background: linear-gradient(top, #54bbf5 0%,#64c7fe 100%);
}