/*
Theme Name: Builder Child Theme - TBT
Theme URI: http://ithemes.com/
Author: Linda Schenk
Author URI: http://www.socialmediaworks.net/
Version: 2.0.1
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #3e878e url(images/bk2.jpg) no-repeat center top;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #0c8bcc;
	text-decoration: underline;
}
a:hover {
	color: #db4dde;
	text-decoration: underline;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
	clear: both;
	display: block;
	/*width: 555px;*/
}
h1 {
	margin-bottom: 0.2em;
	font: bold 3em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: #466f73;
}
h2 {
	margin-bottom: 0.75em;
	font: bold 1.3em/1.3em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	background: #555462 url(images/h2-bk.png) repeat-x 0px bottom;
	padding: 5px 10px;
	color: #fff;
	border-bottom: 2px solid #72717f;
}
h2.callout {
	margin-bottom: 0.75em;
	font: bold 1.5em/1.5em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	background: #e2e5e5 url(images/h2-bk-callout.png) repeat-x 0px bottom;
	padding: 5px 10px;
	color: #3a3748;
	border-bottom: 2px solid #c7cacb;
	text-align: center;
}
h3 {
	font: bold 1.2em/1.4em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-bottom: 1em;
	color: #5a3379;
	color: #000;
	padding: 5px 10px;
	background: #eee7fa /*#e6e6e6*/ /*url(images/h3-bk.png) repeat-x left bottom*/;
}
.headertext {
	font: bold 1em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding: 5px 10px;
	color: #000099;
	text-align: center;
}

h3.arrow {
	background: #cfeeff url(images/h3-arrow.png) no-repeat right top;
}
h3 a {
	text-decoration: none;
}
h3 a:hover,  h3 a:active {
	text-decoration: underline;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
	color: #412883;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
/*#content h5 a,*/ .button a{
	color: #FFFFFF;
	padding: 10px 20px;
	background: #1c769c;
	border-top: 3px solid #4ca6cc;
	border-right: 3px solid #035d83;
	border-bottom: 3px solid #014a69;
	border-left: 3px solid #348eb4;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px 10px;
	float: left;
}
/*#content h5 a:hover,*/ .button a:hover {
	color: #FFFFFF;
	padding: 10px 20px;
	background: #1c769c;
	border-top: 3px solid #4ca6cc;
	border-right: 3px solid #035d83;
	border-bottom: 3px solid #014a69;
	border-left: 3px solid #348eb4;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px 10px;
	float: left;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0em auto 2em;
	display: block;
	border-right: 0em solid #000;
	border-left: 0em solid #000;
	border-top-style: none;
	border-bottom-style: none;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom: 0;
}

/* Make the module columns match height */
/* Commented out until a better solution can be found
   This solution creates problem with anchor (#) links
.builder-module {
	overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	Style All Module Sidebars and Sidebar Widgets
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	/*background: #b3b3b3 url(images/widget_bg_corner.jpg) no-repeat top right;*/
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 1em 1em;
	color: #333;
}
.builder-module-sidebar .widget a {
	/*color: #333;*/
	text-decoration: none;
	font-size: 1.2em;
}
.builder-module-sidebar .widget a:hover {
	/*color: #333;*/
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #FFFFFF;
	background: #0c5158 url(images/h4-widget-bk.png) repeat-x left bottom;
	padding: 5px 5px !important;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.builder-module-sidebar .widget h4, .sidebar .widget p, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Horizontal Navigaion Styles
		(with dropdowns)
*********************************************/
.builder-module-navigation {
	font-size:1em;
	line-height:2em;
	display:block;
	background: #6c5893 url(images/nav-bk.png) repeat-x left top;
	height: 34px;
}
/* THIS CENTERS THE TOP NAV BAR
.builder-module-navigation-pages ul {
	position: relative;
	left: 52px;
} */ 
.builder-module-navigation ul {
	display:block;
}
.builder-module-navigation li {
	padding: 0 0 0 0px;
	/*border-right:.1em solid #777;*/
}
.builder-module-navigation li a {
	padding: 0.4em 1em 8px;
	color: #fff;
	text-decoration: none;
	font: bold 1.3em 'Helvetica Neue',Helvetica,Arial,Verdana,Tahoma,sans-serif;	
	/*background: #B3B3B3 url(images/nav_bg.jpg) repeat-x top left;*/
}
.builder-module-navigation li a:hover {
	color: #b0eff6;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	/*border:.1em solid #777;*/
	border-bottom: 0em;
}
.builder-module-navigation li li {
	border-bottom:.1em solid #fff;
	width: 14em;
}
.builder-module-navigation li li a {
	background: #423759;
	font: normal 1em 'Helvetica Neue',Helvetica,Arial,Verdana,Tahoma,sans-serif;
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}
.builder-module-navigation li:hover ul ul, .builder-module-navigation li:hover ul ul ul, .builder-module-navigation li:hover ul ul ul ul, .builder-module-navigation li:hover ul ul ul ul ul, .builder-module-navigation li.sfhover ul ul, .builder-module-navigation li.sfhover ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul, .builder-module-navigation li:hover ul ul ul, .builder-module-navigation li:hover ul ul ul ul, .builder-module-navigation li:hover ul ul ul ul ul, .builder-module-navigation li.sfhover ul ul, .builder-module-navigation li.sfhover ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	background:#b3b3b3;
	color: #333;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	background: transparent url(images/widget_bg_corner.jpg) no-repeat top right;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1em 1em;
}
.builder-module-widget-bar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar .widget h4 a {
	text-decoration: none;
}
.builder-module-widget-bar .widget h4 {
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 0.8em;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	background: #FFF;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background: #FFF;
}

.builder-module-html .builder-module-element {
	margin: 0;
	padding: 1em;
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
	padding: 0;
}

/*********************************************
	Style post and page content
*********************************************/
.page-title {
	margin:1em;
}
.post {
	margin:1em;
	background:#FFF;
	padding: 0px .8em .8em .8em;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	float: left;
	margin-left: 10px;
	font-style: italic;
}
.post .post-title {
	float: none;
	padding: 0.5em 0px 5px;
	/*border-bottom: 1px solid #CCCCCC;*/
	/*width: 570px;*/
	margin-bottom: 5px;
}
.post .post-title h3 {
	font: bold 2.7em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	line-height: 1;
	margin-bottom: 4px;
	color: #5a3379;
	color: #000;
	padding: 0px;
	background: none;
}
.post .post-title a {
	text-decoration: none;
}
.post .post-meta {
	/*display: block;
	clear:both;*/
	margin-bottom: 5px;
	margin-right: 10px;
	float: right;
}
.post .meta-bottom {
	display: block;
	background: #fff;
}
.post img {
	/*border: .2em solid #cfcfcf;*/
}
.post img.noborder, .noborder {
	border: none;
}
/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 10px 0px 0px;
	padding: 5px 10px;	
	border-top: 1px solid #d7d7d7;

	border-bottom: 1px solid #d7d7d7;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0 10px;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}

#respond #submit {
	background: #3a3a46;
	color: #ffffff;
	font: bold 12px/14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-style: none;
	padding: 7px 12px;
	margin-left: 200px;
}

/*********************************************
	Footer Styles
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #FFFFFF;
	/*background: #333333;*/
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #CCC;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}
/*********************************************
	Text elements
*********************************************/

p {
	margin: 0 10px 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #5a4ca1;
}
a {
	color: #0c8bcc;
	text-decoration: underline;
	font-weight: bold;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
.headertext {
	font: 3em/3em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-bottom: 1em;
	color: #000099;
	padding: 5px 10px;
	margin-left: 200px;
	margin-right: 200px;
	line-height:30;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*********************************************
	Tables
*********************************************/

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/*********************************************
	default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0.8em;
	padding-left: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}
/* OUTER BORDERS */
/* body color */
.builder-module-outer-wrapper {
	border-left: 2px solid #433558;
	border-right: 2px solid #433558;
	background: #fff url(images/content-bk.png);
}
/* top */
.builder-module-1 {
	/*border-top: 2px solid black;*/
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.builder-module-1.builder-module-html .builder-module-element {
	padding: 0px;
}
/* footer color */
.builder-module-last {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #433558;
	padding-bottom: 0;
	margin-bottom: 0;
	background: #6c5893 url(/v2/wp-content/themes/BuilderChild-TBT/images/footer.png) repeat-x left top;
	display: block;
}

/* custom styling  - the top shadow area*/
#builder-module-4b5bd72a11288 .builder-module-element,
#builder-module-4b5bdac58bfc7 .builder-module-element,
#builder-module-4b5d3e32e1ce0  .builder-module-element,
#builder-module-4b5bebb07f09f  .builder-module-element,
#builder-module-4b7ddd25b4a10 .builder-module-element,
#builder-module-4b81e8ad11284 .builder-module-element,
#builder-module-4b81e8ad11321 .builder-module-element,
#builder-module-4b967d9b46253 .builder-module-element
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
	border-left-color: #E3E3E3;
	height: 22px;
}
/* custom styling  - the bottom shadow area*/
#builder-module-4b7ed35f206c2 .builder-module-element,
#builder-module-4b7ee171c7e02 .builder-module-element,
#builder-module-4b7ee18585e09 .builder-module-element,
#builder-module-4b81e8ad113c3 .builder-module-element,
#builder-module-4b967d9b462ec .builder-module-element
{
	margin: 0px;
	padding: 0px;
	border-left-color: #E3E3E3;
	height: 20px;
}
/*.maincontentbullet { 
	margin-left: 40px;
	margin-right: 40px;
	color: #000000;
	line-height: 150%;
}*/
.post-content {
	/*border-top: 1px solid #CCCCCC;*/
	padding-top: 5px;
	}
.post-content ul {
	list-style-type: none;
	}
.post-content ul ul {
	padding-top: 8px;
	margin-left: 0px;
	padding-left: 10px;
	}
.post-content ul li, .post-content ul li.check li {
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 20px;
	color: #000000;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #4a4a58;
	vertical-align: top;
	background: url(images/bullet.gif) no-repeat left 4px;
	font-size: 1em;
	font-weight: normal;
	}
.post-content ul li.check {
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 25px;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	/*list-style: url(images/tick.gif) none outside;*/
	padding-bottom: 13px;
	margin-top: 0px;
	color: #4a4a58;
	vertical-align: top;
	background: url(images/tick.gif) no-repeat left top;
	}

p.blacksmallheader {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #34186f;
	}
.textwidget form {
	margin: 0px;
	padding: 0px;
}
table.callform {
	width:300px;
	background: #d5f0f3 url(images/form-bk.png) repeat-x left bottom;
	color: #3a3a46;
}
table.callform  {
	/*width:300px;*/
}
table.innerform {
	width:260px;
	margin-bottom: 10px;
}
table.callform p.also {
	font: bold 14px/16px "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*width:305px;*/
	padding: 0px;
	margin: 0px 0px 6px;
}
table.callform p.smalldis {
	/*margin-top: 1.4em;*/
	font: 10px/12px Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*width:305px;*/
	padding: 0px;
}

/*table#callform #callhd, table#callform .callhd {
	font: bold 16px/16px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #780584;
	padding: 8px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}*/

table.callform .calltext {
	font: 12px/14px Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	padding: 4px;
}

table.callform .formlabels {
	font: bold 12px/14px Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	padding: 4px;
	text-align: right;
}
.submit3steps, .submit input {
	background: #3a3a46;
	color: #ffffff;
	font: bold 12px/14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-style: none;
	padding: 7px 12px;
}
.sidebar .widget table.callform img {
	padding: 0px;
}
table.callform td {
	padding: 0px;
}

.nocomments {
	display: none;
}
#rotating-images-rotator-container_1 {
margin-left: 5px;
}
.guarantee {
	clear: both;
	border: 2px solid #6c5893;
	background: #FFFFFF url(http://66.147.244.184/~totalbus/v2/wp-content/themes/BuilderChild-TBT/images/guarantee-bk.jpg) repeat-x left bottom;
	display: block;
	padding: 4px;
	width: 568px;
	margin-right: auto;
	margin-left: auto;
}
.biobox {
	border: 2px solid #555462;
	margin-bottom: 1em;
	font: 1.1em/1.1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	background: #e2e5e5 url(images/h2-bk-callout.png) repeat-x 0px bottom;
	padding: 5px 10px;
	color: #3a3748;
	width: 600px;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
}
.guartext {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #4a4a58;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 20px 20px 20px 185px;
	background: url(http://66.147.244.184/%7Etotalbus/v2/wp-content/themes/BuilderChild-TBT/images/guarantee.png) no-repeat left center;
	vertical-align: middle;
}
.purchasebox {
	border: 3px dashed #cc0000;
	margin-bottom: 1em;
	font: 1em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding: 5px 10px;
	line-height:normal;
	width: 450px;
	margin-left: 130px;
	margin-right: 90px;
	display: block;
}

.purchaseboxsmall {
	border: 3px dashed #cc0000;
	margin-bottom: 1em;
	font: 1em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding: 5px 10px;
	line-height:normal;
	width: 300px;
	margin-left: 115px;
	margin-right: 115px;
	display: block;
}


.freecall {
	border: 3px solid #000000;
	margin-bottom: 1em;
	font: bold 1.5em/1.5em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	background: #e2e5e5 url(images/h2-bk-callout.png) repeat-x 0px bottom;
	padding: 5px 10px;
	color: #3a3748;
	text-align: center;
	width:500px;
	margin-left:200px;
	margin-right:200px;
	display: block;
}

.headerbox {
	border: 3px dashed #cc0000;
	padding: 15px 5px;
	width: 600px;
	line-height:normal;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
}

.embedtestimonialbox {
	border: 1px dashed #6c5893;
	/*font: 1.1em/1.1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;*/
	font: 14px/14px 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-bottom: 1em;
	color: #5a3379;
	color: #000;
	padding: 5px 10px;
	background: #eee7fa /*#e6e6e6*/ /*url(images/h3-bk.png) repeat-x left bottom*/;
	width: 500px;
	margin-left: 35px;
	margin-right: 35px;
}

.testimonialbox {
	border: 1px dashed #6c5893;
	/*font: 1.1em/1.1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;*/
	font: 14px/14px 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-bottom: 1em;
	color: #5a3379;
	color: #000;
	padding: 5px 10px;
	background: #eee7fa /*#e6e6e6*/ /*url(images/h3-bk.png) repeat-x left bottom*/;
	width: 500px;
	margin-left: 200px;
	margin-right: 200px;
}

.testimonialboxsalespage {
	border: 1px dashed #6c5893;
	/*font: 1.1em/1.1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;*/
	font: 14px/14px 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-bottom: 1em;
	color: #5a3379;
	color: #000;
	padding: 5px 10px;
	background: #eee7fa /*#e6e6e6*/ /*url(images/h3-bk.png) repeat-x left bottom*/;
	width: 500px;
	margin-left: 110px;
	margin-right: 110px;
}

.bonusbox {
	border: 2px solid #6c5893;
	color: #4a4a58;
	margin-bottom: 1em;
	font: bold italic 1.5em/1.5em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	text-align:center;
	line-height:normal;
	padding: 5px 10px;
	width: 600px;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
}

.registrationbox {
	border: 3px dashed #cc0000;
	margin-bottom: 1em;
	font: 1em/1em 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding: 5px 10px;
	line-height:normal;
	width: 400px;
	margin-left: 250px;
	margin-right: 250px;
	display: block;
}

.guartext strong {
	display: block;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #6c5893;
}
.buttonspay {
	text-align: center;	
	margin-bottom: 10px;
}
/* compare table */
table#compare, table#compare td {
	font-weight: bold;
	border: 1px solid #72717f;
}
.headingrow {
	color: #FFF;
	background: #862090;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;	
}
.featuretd {
	color: #191a1e;
}
/* IE 7 height fix for HEADER */
#builder-module-4b5bd483c2b6f, #builder-module-4b5bd446edcc7, #builder-module-4b5bd62fcf3a8, #builder-module-4b81e8ad1111d, #builder-module-4b967d9b461b8 {
	height: 111px;
}

.nocomments {
display: none;
}

.page {
	padding-left: 20px;
	padding-right: 20px;
}