/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background-color: #004871;
}

.wrap {
	margin: 0 auto;
	width: 925px;
	overflow:hidden;
}

.columns {
    margin-top:10px;

}

.center {
    text-align:center;
}

a {
	text-decoration: none;
	color:#e6691e;
}

a:hover {
	text-decoration: none;
	color:#d15408;
}

p {
    margin-top:15px;

}

p, li {
	color: #909090;
	font-size: 12px;
	line-height: 1.5em;
	text-shadow:0 1px 0 #fff;
}


h1, h2, h3, h4 {
    font-family: 'maven-pro','Antic', cursive;
	text-shadow:1px 1px lightgray;
}

h1 {
	font-size: 30px;
	color: #772359;
}


h2 {
	font-size: 1.2em;
	color: #666;
        font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
}


h3 {
	font-size: 20px;
	color: #772359;
	font-weight: normal;
}

h4 {
	font-family: Arial;
	font-size: 18px;
	color: #772359;
}


img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	overflow: hidden;
}

.divider {
	background: url("../images/divider.png") repeat-x top left;
	height: 3px;
    margin:20px;
}

.left {
    float:left;
}

.right {
    float:right;
}

a.zoom {
    position: relative;
    display: block;
    background: url(../images/icon_zoom.png) center center no-repeat;
    margin: 0;
    padding: 0;
}


/* ============ column setting ============ */

.one-fourth {
    width:216.25px;
}

.one-half {
    width:452.5px;
}

.one-third {
    width:295px;
}

.two-third {
    width:610px;
}

.fullwidth {
    width:925px;
}

.one-fourth, .one-half, .one-third, .two-third {
    margin-left:20px;
    float:left;
}

.first {
    margin-left:0;
}

.last {
    margin-right:0;
}

/* ============= Buttons ==================  */
.action_buttons {
    padding-top:20px;
}

.action_buttons ul li {
    margin-bottom: 20px;
    float:left;
    list-style:none;
    background:none;

}

.note {
    text-align:left;
    font-size: 10px;
    color: #828282;
    margin-left:20px;
}

.or {
    margin-left:10px;
    margin-right: 10px;
    line-height:43px;
    font-size: 20px;
    color: #828282;
 }
 


/* -------------- Buttons ------------------------------------------*/

.small_button {
    margin-top:20px;
    margin-bottom:20px;
}

.small_button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
.small_button a span {
    font-family: 'Antic', cursive;
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.smallbtn {
    float:left;
    font-size:16px;
}
a.smallbtn span {
    height:42px;
    line-height:42px;
    color:#fff;
	text-shadow: 0px 1px 0px #51565b;
}

a.smallbtn:hover {
    float:left;
    font-size:16px;
}


a.smallbtn:hover span{
    height:42px;
    line-height:42px;
}


.medium_button {

}

.medium_button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
  
.medium_button a span {
    font-family: 'Antic', cursive;
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.mediumbtn {
    float:left;
    font-size:16px;
}
a.mediumbtn span {
    height:42px;
    line-height:42px;
    color:#fff;
	text-shadow: 0px 1px 0px #51565b;
}

a.mediumbtn:hover {
    float:left;
    font-size:16px;
}


a.mediumbtn:hover span{
    height:42px;
    line-height:42px;
}




/* ========================== Header Styles ========================== */
#header {
	height: 64px;
}

.header {
margin: 0 auto;
height: 120px;
padding: 10px;
margin-top: 5px;
}

#header img, #header h1 {
	float: left;
}

#header p {
  text-shadow: none;
  color: #fff;
  padding-left: 10px;
	float:left;
	font-size: 12px;
	margin: 14px 0 20px 10px;
	font-style:italic;
}

#header .phone_number {
    float:right;
    margin-bottom: 20px;
}

.phone_number h3 {
		color: #fff;
		text-shadow: none;
	
}


/* ========================== Inner content Styles ========================== */
#inner {
    width:965px;
    margin:0 auto;
    margin-bottom:30px;
	overflow: hidden;
}

#inner .inner_top {
    background: url("../images/content_top_bg.png") no-repeat;
    width:965px;
    height:10px;

}

#inner .inner_mid {
    background: url("../images/content_mid_bg.png") repeat-y;
    width:965px;
	overflow: hidden;
}

#inner .inner_bottom  {
    background: url("../images/content_bottom_bg.png") no-repeat;
    width:965px;
    height:12px;
}

#inner .content_area {
   width:925px;
   margin:0 auto;

}


/* =========================== Featured area ======================== */

/*---------------------------- slide thumbs ------------------------- */

		#preview_wrap {
            float:left;
			margin: 0 auto;
			margin-left:0.5px;
			padding: 10px;
			width: 432px;
			height: 260px;
			background: url(../images/slide_thumbs/bg_preview.png) top right no-repeat;
		}

		#preview_outer {
			overflow: hidden;
			width: 432px;
			height: 260px;
			position: relative;
		}

		#preview_inner {
			text-align: left;
			height: 100%;
			position: relative;
		}

		#preview_inner div {
			float: left;
			width: 432px;
			height: 260px;
			position: relative;
		}

		#preview_inner div a {
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			width: 100%;
			text-indent: 20px;
			padding: 10px 0;
			color: #fff;
			background: url(../images/slide_thumbs/bg_trans.png);
			text-decoration: none;
			font-size: 14px;
			text-align:center;
		}

		#thumbs {
			padding-top:30px;
			position: relative;
			width: 452px;
			text-align: center;
		}

		#thumbs span {
            margin-top:20px;
			width: 54px;
			height: 54px;
			padding:4px;
			border:1px solid #dfdddd;
			cursor: pointer;
			background:#f1f1f1;
			display: inline-block;
		}

		#arrow {
			position: absolute;
			top: 270px;
			background: url(../images/slide_thumbs/bg_arrow.png) top center no-repeat;
			width: 100px;
			height: 40px;
			display: none;
		}
		
		
/* ========================== 80 x 80 thumbs style =================== */
.thumbs img {
    float:left;

    margin-right:10px;
    margin-top:20px;
}


/* ======== scroll images ======*/



/*================== Hiden content =======================*/
.hide {
    display:none;
}

#contact-form{
    border:1px solid #0e161e;
    padding:20px;
    background:#f1f1f1;
}

.notification_error,.notification_ok{
    margin:10px 0px 10px 0px;
    line-height:1.5em;
    font-size:13px;
    color:red;
}

.notification_ok {
    color:#b0b2b3;
}

#contact-form h4 {
    margin:5px 0px 6px 0px;
    color:#797979;
    border:none;

}

#contact-form li{
    list-style:none;
    padding:10px 0px 10px 0px;
    clear:both;
}

#contact-form input{
    color:#909090;

    float:left;
    width:220px;
    height:20px;
    border:1px solid #DDD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-left:10px;
}

#contact-form label{
    font-size:12px;
    width:120px;
    line-height:20px;
    float:left;
    color:#b0b2b3;
}

#contact-form textarea{
    width:220px;
    height:140px;
    float:left;
    border:1px solid #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#contact-form input:hover, #contact-form textarea:hover,
#contact-form input:focus, #contact-form textarea:focus {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#contact-form button{
    width:100px;
    height:30px;
    margin:10px 0px 0px 0px;
    padding:0 0 0;
    color:#fff;
    text-shadow:0 1px 1px #4d4f55;
    font-size:12px;
    text-align:center;
    line-height:1.5em;
    cursor:pointer;
    background:url(../images/contact_submit.png);
    border:0px;
}

}

/* ========================== featured Styles ========================== */

.featured_area {
    margin-top:10px;
}


.featured_area p {
	color: #666;
	font-size: 12px;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #fff;
	line-height:1.5em;
	margin-top:0;
}



p.sub {
    background:url("../images/quote.png") center left no-repeat;
	color: #04b8c3;
	text-shadow: 0px 1px 0px #fff;
	font-style:italic;
	padding-left:40px;
}

.featured_text {
	overflow:hidden;
}

.featured_text h4 {
    margin-top:20px;
}

.featured_text ul#short_features {
    margin-top:20px;
}


ul#short_features li, ul#features li {
	color: #909090;
	text-shadow: 0px 1px 1px #fff;
	line-height:1.5em;
    background:url("../images/checklist.png") no-repeat 0% 3px;
    padding-left:25px;
}

/*------------------ featured video --------------*/

.video {
    padding:0;
    margin-top:10px;
    float:right;
}

p.video {
   padding-top:12px;
}

.video ul li {
    margin-bottom:0;
}

.video-full {
    margin-top:20px;
    width:913px;
    padding:5px;
	background:#f1f1f1;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	border:1px solid #dfdddd;
   -moz-box-shadow:inset 5px #f1f1f1;
   -webkit-box-shadow:inset 5px #f1f1f1;
   box-shadow:inset 5px #f1f1f1;

}


.video-half {
    width:375px;
    padding:3px;
	background:#f1f1f1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #dfdddd;
margin-left: 70px;

    
}

.video_shadow {
    height:16px;
    background:url("../images/half_shadow.png") no-repeat bottom center;
}

.full_video_shadow {
    height:15px;
    background:url("../images/full_shadow.png") no-repeat bottom center;
}



/* ========================== Tab content ================================ */

/*------- screenshots -------------*/

ul#screenshots {
    list-style:none;
}

ul#screenshots li {
    float:left;
    width:135px;
    margin-left:10px;
}

ul#screenshots li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:9px;
}

ul#screenshots li.first {
    margin-left:0;
}

/*-------- sub cols -----------*/

.tab-one-half {
    width:275px;
    float:left;
}

.inner_tab .first {
    margin-left:0;
}


/* ========================== Newsletter Styles ========================== */

.newsletter {
	margin: 0 auto;
	color: #f9f9f9;
	font-size: 12px;
}

.newsletter p {
    margin-bottom:10px;
}

.searchDiv { width:295px; height:47px; margin:0; padding:0;}

.searchDiv .inputbg {

	background: #fff;
	width:273px;
	height:13px;
	margin: 10px 0 10px 0;
	padding:10px;
	color:#909090;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    border:1px solid #d5d5d5;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

.subscribebtn {
    float:left;
    margin-top:10px;
}



/*----- Testimonial ------*/

.testimonials {
    width:570px;
}

.full .testimonials {
    margin:0 auto;
    width:905px;
}

.testimonials ul {
    margin-top:10px;
}

.testimonials ul li {
    line-height:1.5em;
    color:#e3e1e1;
}

.testimonials span.meta {
    font-size:12px;
    font-weight:bold;
    text-align:right;
    line-height:1.5em;
    color:#909090;
}


.testimonials p {
    background:url("../images/quote.png") top left no-repeat;
    color:#909090;
    font-style:italic;
    padding-left:40px;
}





/* ========================== Footer content Styles ========================== */

.footer {

}
/*------- gallery -------------*/

.gallery {
    margin-top:15px;
}

ul#gallery {
    list-style:none;
}



ul#gallery li {
    float:left;
    width:95px;
    margin-left:5px;
    margin-top:5px;
}


ul#gallery li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:3px;
}

ul#gallery li.first {
    margin-left:0;
}


.contact {
    margin-top:20px;
    width:295px;
}


.twitter-block {
    margin-top:15px;
    color:#b0b2b3;
}


#twitter {
	width: 295px;
	float: left;
}
#twitter ul {
	padding: 0;
	margin: 0;
	float: left;
}
#twitter ul li {
    background:url("../images/tweet_quote.png") top left no-repeat;
	line-height: 1.5em;
	float: left;
    margin-bottom:15px;
	padding-left:35px;
}
#twitter ul li a {
	padding: 0;
}
#twitter ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #444444;
}


.copyright {
    float:left;
}

.copyright p {
    padding:0;
    margin-top:5px;
    line-height:1.5em;
    text-shadow: none!important;
    color: #fff;
}

/*--- Social ---- */

.social {
    float:right;
}

.social ul {
    list-style:none;
}

.social ul li {
    float:left;
    margin-left:10px;
}

#top-navbar {
	background:#b5dfe9;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	
}

#top-navbar ul li {
	color: #00455f;
	display: inline;  
	text-shadow: none;
	font-weight:bold;
	padding: 0 25px 0 0;
        text-transform: uppercase;
}

#header-bannerspace {
	font-size:40px;
}

#header-banner {
	position: relative;
	background:#06546B;
	padding:20px 120px 20px 20px;
	border-radius: 10px;
	margin-top: -10px;
	margin-bottom: 10px;

}

#arrow-badge {
	position:absolute;
	width: 90px;
	height:auto;
	right: 5px;
	top: 10px;
}

#header-text {
	color:#fff;
	font-weight: bold;
}

input {
width: 210px;
padding: 3px;
border-radius: 8px;
margin-bottom: 0px;
font-weight: bold;
float: left;
}
label {width: 120px; margin-top: 7px; display: block; float:left; font-size: 0.8em;}

.close {
float: right;
font-size: 12px;
padding: 4px;
background-color: grey;
color: white;
margin: -12px;
border-radius: 6px;
font-weight: bold;
}

.close:hover {
	background-color: #158eb3;
	color: white;	
}

.buttons {cursor: pointer; width: auto;margin-top: 10px;float: right;clear: both;font-size: 13px;border: 3px solid;font-weight: bold;padding: 10px;}

.forgotpass {
margin: auto;
display: block;
width: 100%;
text-align: center;
font-size: 0.7em;
float: left;
display: block;
width: auto;
margin-top: 24px;
color: #158EB3;
}

.forgotpass:link{color: grey}

.ModalIntro {
margin: 10px 0 20px 0;
display: block;
font-size: 13px;
}

#top-navbar ul li a {
color: #00455f;
}

#top-navbar ul li a:hover {
color: #e2ab00;
}

.third {
	width: 33%;
	float: left;
}

.dateForms {
	width: 150px;
	border: 1px solid;	
}

#iframereg {
width: 100%;
height: 420px;
overflow: hidden;
}

.formelm {
clear: both;
float: left !important;
width: 100%;
margin-bottom: 6px;
}

input[type="submit"] {
float: right;
margin-left: 130px;
width: auto;
font-weight: normal;
padding: 5px;
}

input[type="submit"]{
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Arial;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
}

.error {
font-weight: bold;
font-size: 11px;
background: darkred;
color: white;
padding: 3px;
margin: 3px;
text-align: center;
border-radius: 5px;
}

.report_container {
width: 883px;
background-color: white;
padding: 20px;
border: 1px solid darkgrey;
float: left;
}

.report_field {
padding: 5px 0;
border-bottom: 1px solid #EEE;
font-weight: bold;
}

.report_field span {
font-weight: normal;
float: right;
text-align: left;
display: block;
width: 600px;
}

.report_note {
padding-top: 40px;
color: teal;
}

.examples {
font-weight: bold;
text-align: center;
color: darkgreen;
font-family: arial;
font-size: 16px;
}

.helpbox {
text-align: center;
padding: 10px;
margin: 5px;
background-color: darkGreen;
border: 2px solid darkGray;
border-radius: 10px;
font-weight: bold;
color: white;
cursor: pointer;
}

.comparison {
font-size: 15px;
margin-top: 15px;
border-radius: 10px;
color: #666;
}

.optionYes {
width: 32px;
height: auto;
}


.optionNo {
width: 32px;
height: auto;
}


.comparison td {
padding: 5px;
}

.comparison th {
font-weight: bold;
padding: 5px;
}

#loginmodal {
height: 195px;
}

p {
padding-top: 0;
padding: 10px 0;
}

.videoLinks ul li {
  font-size: 120%;
}

.videoLinks {
  padding: 10px;
  border: 1px solid #666;
  margin-top: 10px;
  border-radius: 10px;
  background-color: white;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:460px; width:470px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url('http://text2savetax.co.uk/static/uploads/7ee256e3327e65d3b48f95a5f39d8f33.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

.seContainer select {
  padding: 4px;
  font-size: 12px;
  width: 220px;
}

.mts-page .wrap.header {
  margin: 0 auto;
  height: 180px;
}
.mts-page .first-container {float: left; clear: both;}

.mts-page .left-container,
.mts-page .right-container {
  float: left;
  width: 50%;
  overflow: hidden;

}

.arrow_box {
  position: relative;
  background: #31bd72;
  border: 4px solid #c2e1f5;
  display: block;
  padding: 10px;
  margin: 10px 0;
  color: white;
  font-weight: bold;
  font-family: 'maven-pro','Antic', cursive;
  border-radius: 10px;
  text-align: center;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 74px !important;
}

.arrow_box:after {
  border-color: rgba(55, 213, 129, 0);
  border-top-color: #31bd72;
  border-width: 20px;
  left: 50%;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #c2e1f5;
  border-width: 26px;
  left: 50%;
  margin-left: -26px;
}

.helpbox {
  position: relative;
  background: #00455f;
  border: 4px solid #c2e1f5;
  display: block;
  padding: 10px;
  margin: 10px 0;
  color: white;
  font-weight: bold;
  font-family: 'maven-pro','Antic', cursive;
  border-radius: 10px;
}

#dateContainer .jqTransformInputInner div img {
  position: absolute;
  right: 5px;
  top: 5px;
}

#dateContainer .jqTransformInputInner {
  position: relative;
}

.arrow_box_red_up {
	position: relative;
	background: #d14508;
	border: 4px solid #c2e1f5;
}
.arrow_box_red_up:after, .arrow_box_red_up:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_red_up:after {
	border-color: rgba(209, 69, 8, 0);
	border-bottom-color: #d14508;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrow_box_red_up:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.arrow_box_green_up {
	position: relative;
	background: #00c42e;
	border: 4px solid #c2e1f5;
}
.arrow_box_green_up:after, .arrow_box_green_up:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_green_up:after {
	border-color: rgba(0, 196, 46, 0);
	border-bottom-color: #00c42e;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrow_box_green_up:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

.jqTransformInputInner div img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
}

.jqTransformInputInner {
  position: relative;
}

.mts-page #header .phone_number a img{
display: block;
padding-top:40px;
}