body {
	background: #fff !important;
	color: #3c3c3c;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	border: none !important;
}

.page_content a {
	font-weight: bold;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.header {
	background: url('images/header-footer.jpg') repeat;
	width: 100%;
	border-bottom: 1px solid #000;
}

.undermenu {
	background: url('images/undermenu.jpg') repeat-x;
	height: 43px;
	width: 100%;
}

.footer {
	background: url('images/header-footer.jpg') repeat;
	width: 100%;
	min-height: 270px;
	border-top: 1px solid #000;
}

.logo {
	padding-top: 5px;
}
	
.content {
	width: 100%;
	min-height: 200px;
	padding-bottom: 0px;
}

.footerline {
	width: 100%;
	background: url('images/content.jpg') repeat-x bottom left;
	height: 42px;
}

.menu {
	float: right;
	margin-bottom: 0px !important;
}

.nav {
	padding-top: 8px;
}

.menu li {
	float: left;
	background: url('images/sep.jpg') no-repeat left center;
	padding-left: 1px;
	margin-bottom: 2px;
}

.menu li:first-child {
	background: none !important;
}

.menu li a {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
	padding-right: 10px;
}

.menu li a:hover {
	background: url('images/hover.jpg') no-repeat center center;
}

.homepage-header {
	width: 100%;
	background: url('images/homepage-header.jpg') repeat;
}


.left-slider {
	background: url('images/slider-left.jpg') no-repeat left center;
}

.right-slider {
	height: 309px;
	background: url('images/slider-right.jpg') no-repeat right center;
	padding-left: 13px;
}

.footerborder {
	margin-top: 20px;
	border-top: 1px dotted #808080;
	padding-top: 5px;
}

.copyright {
	color: #b2b2b2;
	font-size: 10px;
	padding-top: 12px;
}

.copyright p {
	margin-bottom: 3px;
}

.copyright a {
	color: #b2b2b2;
	font-size: 10px;
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
}

.copyrights {
	font-size: 10px;
	color: #b2b2b2;
	float: right;
}

.copylinks {
	padding-left: 0px;
	margin-left: 0px;
}

.copylinks li {
	float: left; 
	background: url('images/sep.jpg') no-repeat left center;
	padding-left: 10px;
	padding-right: 10px;
}

.copylinks li:first-child {
	background: none !important;
	padding-left: 0px !important;
}

.page_content {
	background: url('images/fade.jpg') no-repeat top center;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.padding_small {
	background: url('images/fade.jpg') no-repeat top center;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

hr {
	width: 945px;
	height: 24px;
	background: url('images/fade.jpg') no-repeat top center;
	margin-left: -23px !important;
	border: none !important;
	margin-bottom: 20px;
}

.silverline {
	width: 945px;
	height: 24px;
	background: url('images/silverline.png') no-repeat top center;
	border: none !important;
	margin-bottom: 20px;
}

.biglink {
	color: #666666;
	font-size: 16px;
	font-style: Italic;
	font-family: Georgia;
	text-align: center !important;
	font-weight: normal !important;
	width: 100%;
	padding-bottom: 20px;
	display: block;
}

.page_content ul {
	padding-left: 0px;
	margin-left: 2px;
}

.page_content li {
	background: url('images/li.jpg') no-repeat 0px 4px;
	margin-left: 0px;
	padding-left: 15px;
}

.alignleft, .alignright, .alignnone, .aligncenter {
	-moz-box-shadow: 0px 0px 6px 3px #cdcdcd; /* Firefox */
    -webkit-box-shadow: 0px 0px 6px 3px #cdcdcd; /* Safari and Chrome */
    box-shadow: 0px 0px 6px 3px #cdcdcd; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border: 1px solid #fff;
}

.dotted {
	border-left: 1px dotted #cccccc;
	padding-left: 20px;
}

.post {
	background: url('images/blogfade.png') no-repeat bottom center;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.blog-header {
	width: 100%;
	height: 153px;
	background: url('images/blogpattern.png') repeat;
}


.left-blog {
	background: url('images/blogfade_left.png') no-repeat left center;
}

.right-blog {
	height: 153px;
	background: url('images/blogfade_right.png') no-repeat right center;
	padding-left: 13px;
}

.bloghead {
	background: url('images/bloghead.png') no-repeat 295px 0px;
}

.blogtitle {
	padding-left: 20px;
	padding-top: 60px;
	float: left;
}

.blogtitle h1 {
	color: #fff;
}

.dotted_right {
	border-right: 1px dotted #cccccc;
	padding-right: 35px;
	margin-right: 35px;
}

.social {
	float: right;
	padding-top: 55px;
	padding-right: 60px;
}

.social2 {
	list-style-type: none !important
}

.social2 li {
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	background: none !important;
	padding: 0px;
}

.social li {
	float: left;
	margin-right: 20px;
}

.widget ul  {
	list-style-type: none !important
}

.widget {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.button_orange {
	background: url('images/buttonleft.png') no-repeat top left;
	height: 42px;
	display: block;
	padding-left: 20px;
	width: auto;
	width: 150px;
}

.button_orange span {
	background: url('images/buttonright.png') no-repeat top right;
	height: 42px;
	display: block;
	padding-right: 36px;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}


.button_orange:hover {
	background: url('images/buttonlefth.png') no-repeat top left;
	height: 42px;
	display: block;
	padding-left: 20px;
	width: auto;
	width: 150px;
}

.button_orange:hover span {
	background: url('images/buttonrighth.png') no-repeat top right;
	height: 42px;
	display: block;
	padding-right: 36px;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}

.clickth {
	background: url('images/clickt.png') no-repeat left bottom;
	float: right;
	padding-left: 140px;
}

.widget a {
	font-weight: normal;
}

.follow-button {
	display: none !important;
}

.widget .entry-meta {
	background: #fff;
	border: none;
}

.commentlist li {
	background: none;
}

/* Pagination */

.pagination {
	clear:both;
	position:relative;
	font-size:11px;
	line-height:13px;
	float: right;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	background: #e5e5e5;
}
 
.pagination a:hover{
	background: #cccccc;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #cccccc;
}


.contact-header {
	width: 100%;
	height: 153px;
	background: url('images/contactpattern.png') repeat;
}

.page-header {
	width: 100%;
	height: 153px;
}

.left-contact {
	background: url('images/contactfade_left.png') no-repeat left center;
}

.right-contact {
	height: 153px;
	background: url('images/contactfade_right.png') no-repeat right center;
	padding-left: 13px;
}

.contacthead {
	background: url('images/contacthead.png') no-repeat 295px 0px;
}

.post a {
	color: #44a3d5;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #3c3c3c;
}

h1 a, h2 a {
	color: #3c3c3c !important;
}

.callout_box {
	background: none;
}

.callout_box li {
	background: none;
	padding-left: 0px;
}

.page_content input {
	border: 1px solid #e6e6e6;
	background: #fafafa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	color: #4c4c4c;
}

.page_content textarea {
	border: 1px solid #e6e6e6;
	background: #fafafa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 99%;
	color: #4c4c4c;
}

.formleft {
	width: 48%;
	float: left;
}

.formright {
	width: 48%;
	float: right;
}

.dottedsep {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}

.formsubmit {
	background: url('images/shy.png') no-repeat;
	padding-left: 160px;
	float: right;
}

.formsubmit input {
	width: 170px;
	height: 41px;
	background: url('images/contacts.png') no-repeat top left;
	border: none;
	font-size: 0px;
}

.formsubmit input:hover {
	width: 170px;
	height: 41px;
	background: url('images/contacts.png') no-repeat bottom left;
	border: none;
	font-size: 0px;
}


.btn_yellow {
	background: url('images/buttonleft.png') no-repeat top left !important;
	height: 42px !important;
	display: block !important;
	padding-left: 20px !important;
	width: 150px !important;
}

.btn_yellow span {
	background: url('images/buttonright.png') no-repeat top right !important;
	height: 42px !important;
	display: block !important;
	padding-right: 36px !important;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}


.btn_yellow:hover {
	background: url('images/buttonlefth.png') no-repeat top left !important;
	height: 42px !important;
	display: block;
	padding-left: 20px !important;
	width: auto;
	width: 150px !important;
}

.btn_yellow:hover span {
	background: url('images/buttonrighth.png') no-repeat top right !important;
	height: 42px;
	display: block;
	padding-right: 36px !important;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}

.home-header {
	width: 100%;
	height: 309px;
	background: url('images/homepattern.jpg') repeat;
}

.home-header .container {
	height: 309px !important;
	overflow: hidden;
}

.template-header {
	width: 100%;
	height: 309px;
	background: url('images/template_pattern.png') repeat;
}



.left-home {
	background: url('images/homeslider-left.jpg') no-repeat left center;
}

.right-home {
	height: 309px;
	background: url('images/homeslider-right.jpg') no-repeat right center;
	padding-left: 40px;
	padding-right: 40px;
}


.shadowleft {
	background: url('images/leftshadow.png') no-repeat left center;
}

.shadowright {
	height: 153px;
	background: url('images/rightshadow.png') no-repeat right center;
	padding-left: 15px;
}

.homehead .alignleft, .homehead .alignright {
	-moz-box-shadow: 0px 0px 6px 3px #3e94c1; /* Firefox */
    -webkit-box-shadow: 0px 0px 6px 3px #3e94c1; /* Safari and Chrome */
    box-shadow: 0px 0px 6px 3px #3e94c1; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border: 1px solid #fff;
}

.homehead {
	padding-top: 20px;
}

.homehead, .homehead h1, .homehead h2, .homehead h3, .homehead a {
	color: #fff;
}

.homehead ul {
	margin-left: 0px;
	padding-left: 0px;
}

.homehead li {
	background: url('images/li_white.png') no-repeat 0px 4px;
	margin-left: 0px;
	padding-left: 15px;
}

.wp-image-51 {
	margin-top: 20px;
}



.subscribe-widget form {
	margin: 0px;
	padding: 0px;
}

.subscribe-widget {
	padding-top: 10px;
}

.af-header, .af-footer {
	display: none;
}

.buttonContainer .submit {
	margin-bottom: 0px;
}

.subscribe {
	margin-left: 20px;
}


.buttonContainer .submit {
	width: 170px;
	height: 42px;
	background: url('images/subscribe_button.png') no-repeat top left;
	border: none;
	font-size: 0px;
}

.buttonContainer .submit:hover {
	width: 170px;
	height: 42px;
	background: url('images/subscribe_button.png') no-repeat bottom left;
	border: none;
	font-size: 0px;
}

#awf_field-37149090 {
	width: 145px;
	margin-left: 5px;
}

.templatehead {
	padding-left: 20px;
}

.templatehead .alignleft, .templatehead .alignright {
	-moz-box-shadow: 0px 0px 6px 3px #004885; /* Firefox */
    -webkit-box-shadow: 0px 0px 6px 3px #004885; /* Safari and Chrome */
    box-shadow: 0px 0px 6px 3px #004885; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border: 1px solid #fff;
}

.featured {
	-webkit-box-shadow: 0px 8px 5px #ccc;
    -moz-box-shadow: 0px 8px 5px #ccc;
    box-shadow: 0px 8px 5px #ccc;
	position: relative;
}
.ctlogos {	width: 100%;	height: 82px;	background: url('images/ctlogos.jpg') repeat-x;}

.ctlogos .container {	position: relative;}

.connect {	width: 121px;	height: 54px;	background: url('images/connect.png') no-repeat;	position: absolute;	left: -110px;	top: 15px;}

.wehelped {	width: 103px;	height: 54px;	background: url('images/wehelped.png') no-repeat;	position: absolute;	right: -90px;	top: 15px;}

.socials:before {	clear: both;}

.socials {	float: left;	width: 230px;	margin-left: 20px;	padding-top: 22px;}

.socials a {	padding-left: 8px; opacity: 0.7;}

.socials a:hover {
	opacity: 1;
}

.badge-social a {
	 opacity: 0.7;
}

.badge-social a:hover {
	opacity: 1;
}

.smallsocial a {
	 opacity: 0.7;
}

.smallsocial a:hover {
	opacity: 1;
}


.social a {
	 opacity: 0.7;
}

.social a:hover {
	opacity: 1;
}

.social2 a {
	 opacity: 0.7;
}

.social2 a:hover {
	opacity: 1;
}

.robot {	position: relative;	float: left;	width: 100px;	height: 30px;}

.robotimg {	width: 100px;	height: 109px;	background: url('images/robot.png') no-repeat;	position: absolute;	top: -44px;}

.logos {	width: 560px;	float: left;	padding-top: 13px;	margin-left: 20px;}

.logos img {	padding-left: 18px;}

.footer1 {	width: 200px;	float: left;	padding-left: 20px;	padding-right: 20px;	border-right: 1px dotted #808080;}

.footer2 {	width: 120px;	float: left;	padding-left: 20px;	padding-right: 20px;	border-right: 1px dotted #808080;}

.footer3 {	width: 120px;	float: left;	padding-left: 20px;	padding-right: 20px;	border-right: 1px dotted #808080;}

.footer4 {	width: 200px;	float: left;	padding-left: 20px;	padding-right: 20px;	border-right: 1px dotted #808080;}

.footer5 {	width: 110px;	float: left;	padding-left: 20px;	padding-right: 20px;}

.footerborder {	color: #fff;	font-family: Arial;	font-size: 11px;	padding-top: 20px;}

.footerborder .tz_tweet_widget {	border: 0px;	padding: 0px;	margin: 0px;}

.footerborder .tz_tweet_widget li {	border: 0px;	padding: 0px;	margin: 0px;	padding-bottom: 10px;}

.footerborder a {	color: #fff;	font-family: Arial;	font-size: 11px;	font-style: normal;	font-weight: bold;}

.footerborder h2 {	font-family: Arial;	font-size: 14px;	font-weight: bold;	color: #fff;}

.footerborder ul {	padding: 0px;	margin: 0px;}

.footerborder .widget {	border: 0px;}

.footerborder .twitter {	border: 0px;}

.homebigblock {	background: url('images/silverline.png') top center #f0f0f1 no-repeat;	width: 100%; border-bottom: 1px solid #b2b2b2; }

.homebigblock .page_content {
	padding-top: 20px;
}

.bluebadge {	width: 866px;	height: 73px;	background: url('images/bluebadge.png') no-repeat;	margin: 0px auto; margin-bottom: 10px;	font-family: Georgia;	font-size: 20px;	color: #fff;	font-style: italic;	text-align: center;	line-height: 61px;	position: relative;}
.pinkbadge {	width: 866px;	height: 73px;	background: url('images/pinkbadge.png') no-repeat;	margin: 0px auto; margin-bottom: 10px;	font-family: Georgia;	font-size: 20px;	color: #fff;	font-style: italic;	text-align: center;	line-height: 61px;	position: relative;}

.badge-social {	position: absolute;	right: 120px;	top: 4px;}

.clear {
	clear: both;
    font-size: 0px;
    height: 0px !important;
	padding: 0px;
	margin: 0px;
    line-height: 0px;
    width: 100%;
	overflow: hidden;
 
}

.cleaner { clear: both; overflow: hidden; height: 0px; }

.testimonials {
	width: 100%;
	background: url('images/leftslash.png') no-repeat top left;
	padding: 20px;
	padding-top: 0px;
}

.testimonials-slash {
	background: url('images/right-slash.png') no-repeat bottom right;
}

.testimonial-desc {
	font-style: italic;
	color: #3c3c3c;
	font-size: 12px;
}

.testimonial-name {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}

.testimonialimg {
	margin-right: 13px !important;
	margin-bottom: 90px !important;
}

.bigbutton {
	width: 242px;
	height: 81px;
	background: url('images/bigbutton.png') no-repeat;
	display: block;
}

.bigbutton:hover {
	width: 242px;
	height: 81px;
	background: url('images/bigbutton_hover.png') no-repeat;
	display: block;
}

.buttonbig {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	display: block;
	width: 100%;
	padding-top: 18px;
	padding-left: 35px;
}

.buttonsmall {
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	display: block;
	width: 100%;
	padding-top: 13px;
	padding-left: 65px;
}

.nocredit {
	font-size: 11px;
	color: #fff;
	font-family: Arial;
}

.footer .buttonbig {

}

.inner {
	border: 0px !important;
	width: 231px !important;
	box-shadow: none !important;
	margin-left: -10px !important;
	margin-top: 10px;
}

.callout_box h4 {
	display: none;
}

.callout_box ul {
	padding: 0px;
	margin: 0px;
	background: none;
border: none !important;	
}

.callout_box ul li a {
	padding: 0px !important;
	margin: 0px !important;
	padding-left: 15px !important;
	color :#fff !important;
	width: 231px !important;
}

.callout_box ul li a:hover {
	color: #333 !important;
}

.callout_box ul li {
	height: 30px !Important;
	width: 231px !important;
	background: url('images/tab.png') no-repeat !important;
	line-height: 30px !important;
	border: none !important;
	margin-bottom: 1px !Important;
}

.callout_box ul .ui-tabs-selected {
	height: 30px !Important;
	width: 231px !important;
	line-height: 30px !important;
	background: url('images/currenttab.png') no-repeat !important;
	border: none !important;
	margin-bottom: 1px !Important;
}

.tour .tab {
	border-left: 1px dotted #cccccc;
}

.tour li {
	list-style: none !important;
}

.smallsep {
	width: 660px;
	height: 31px;
	background: url('images/smallsep.png') no-repeat;
}

.quote1 {
	width: 100%;
	background: url('images/quote1.png') no-repeat top left;
	margin-bottom: 20px;
}

.quote2 {
	background: url('images/quote2.png') no-repeat bottom right;
	color: #999999;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.disclaimer {
	color: #3c3c3c;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
}

.small_blue {
	width: 676px;
	height: 73px;
	background: url('images/smalltitle.png') no-repeat;
	margin: 0px auto; margin-bottom: 10px;	font-family: Georgia;	font-size: 20px;	color: #fff;	font-style: italic;	text-align: center;	line-height: 61px;	position: relative;
}

.signup .bigbutton{
	margin: 0px auto;
	border: 0px !important;
}

.signup .nocredit {
	padding-left: 250px;
	color: #3c3c3c;
}

.innerheader {
	float: right;
	width: 260px;
	height: 120px;
	background: url('images/innerheader.png') no-repeat;
	padding-left: 280px;
	padding-top: 33px;
}

.innerheader .nocredit {
	text-align: right !important;
	display: block;
	margin-right: 50px;
	line-height: 12px;
}

.sidebar .bigbutton {
	margin-left: -10px !important;
}


#awf_field-37149090{
	width: 230px !important;
}

.connectwith {
	margin-top: 10px;
}

.clickth {
	margin-bottom: 20px;
}

#text-8, #text-15, #text-3, #text-13  {
	background: url('images/emailrobot.png') no-repeat right top;
}


.emailtext {
	padding-right: 90px;
}

.button_blue {
	background: url('images/buttonleft-blue.png') no-repeat top left;
	height: 42px;
	display: block;
	padding-left: 20px;
	width: auto;
	width: 150px;
}

.button_blue span {
	background: url('images/buttonright-blue.png') no-repeat top right;
	height: 42px;
	display: block;
	padding-right: 36px;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}


.button_blue:hover {
	background: url('images/buttonleft-blue-hover.png') no-repeat top left;
	height: 42px;
	display: block;
	padding-left: 20px;
	width: auto;
	width: 150px;
}

.button_blue:hover span {
	background: url('images/buttonright-blue-hover.png') no-repeat top right;
	height: 42px;
	display: block;
	padding-right: 36px;
	width: auto;
	line-height: 42px;
	text-align: center;
	color: #fff;
}

.entry-content {
	position: relative;
}

.sidebarabsolute {
	width: 220px;
	position: absolute;
	top: 350px;
}

.pricing {
	width: 971px;
	height: 380px;
	margin: 0px auto;
	background: url('images/pricing.jpg') no-repeat;
}

.pricing li {
	list-style: none;
	background: none;
	color: #3c3c3c;
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
	line-height: 41px;
}	

.pricing ul {
	padding-top: 93px;
}


.buttons {
	margin-bottom: 30px;
	float: right;
	margin-right: -52px;
}

.button1 {
	width: 243px;
	height: 106px;
	background: url('images/button1.jpg') no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	border: none !important;
}

.button2 {
	width: 241px;
	height: 84px;
	background: url('images/button2.jpg') no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	border: none !important;
}

.button3 {
	width: 239px;
	height: 84px;
	background: url('images/button3.jpg') no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	border: none !important;
}

.content a:hover, .homebigblock a:hover {
	text-decoration: underline;
}

.button_orange:hover, .bigbutton:hover, .button_blue:hover {
	text-decoration: none !important;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.padding12 {
	padding-top: 18px;
}

.tz_tweet_widget a{
	color: #fff !important;
	border-bottom: none !important;
}

.noshadow {
	-moz-box-shadow: none !important; /* Firefox */
    -webkit-box-shadow: none !important; /* Safari and Chrome */
    box-shadow: none !important; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	border: none !important;
}

.howitworkstitle {
	position: absolute;
	top: 42px;
	left: 180px;
}