/*
Theme Name:		Dolman Bateman
Theme URI: 		http://www.dolmanbatemen.com.au/
Version: 		1.1
Author: 		Caimes Pty Ltd
Author URI:		http://www.caimes.com
*/

/* Reset Browser Defaults */
/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

/* Apply base theme styles and colors */

/* Document Body */
body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }

/* Menu */
.nav { float: left; line-height: 1; background-color: #fff; width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 35px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }
.nav ul { border: 1px solid #ddd; border-bottom: none; }
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }

.nav a { color: #666; border-right: 1px solid #ccc; }
.nav a:hover { text-decoration: none; background: #fafafa; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

h3 {
	font-size: 20px;
	padding: 5px 0 10px 0;
	color: #41535D;
}

h4 {
	font-size: 18px;
	padding: 5px 0 10px 0;
	color: #41535D;
	font-style: italic;
}

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Basic 2 Column Layout */
.container { width: 960px; margin: 20px auto; }
.hfeed { width: 600px; float: left; }
.aside { width: 300px; float: right; }
.footer { clear: both; }

/* Stylistic CSS Styles */
body { background-image: url(library/media/images/clouds.png); background-position: top center; background-repeat: no-repeat; background-color: #d2e5e4; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.toolbar { padding: 7px; background-color: #3e2e2f; }

.toolbar .container {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a29b9b;
}

.social {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 7px;
	background-color: #fff;
}

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

.feed {
	background: url(library/media/images/social.png) no-repeat -67px 0;
}

.linkedin {
	background: url(library/media/images/social.png) no-repeat -44px 0;
}

.facebook {
	background: url(library/media/images/social.png) no-repeat -22px 0;
}

.splitter {
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
}

#logo {
	margin-bottom: 20px;
}

#tagline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #005883;
	padding: 40px 70px 0 0;
}

#phone {
	font-size: 30px;
	color: #41535d;
	padding: 28px 0 0 0;
}

/* Default Skin */
.nav { border: none; border-bottom: 1px solid #09548f; background: none; }
.nav ul { border: none; }
.nav li { border: solid 1px #09467d; border-bottom: none; margin-right: 1px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: none; }

.nav a { color: #fff; border: 1px solid #2b7498; border-bottom: none; background-color: #005984; font-family: Verdana, Geneva, sans-serif; font-size: 14px; padding: 8px 21px 10px 21px; background-image: url(library/media/images/tab.png); background-position: top; background-repeat: repeat-x; }
.nav a:hover { text-decoration: none; background: #005984; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #005984; }
.current_page_item a { padding: 8px 23px 10px 22px; }

.nav li li {
	border: solid 1px #5797b2;
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
	margin: -1px 0 0 0;
}

.nav li li a {
	border: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b3cac8;
	font-size: 14px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #81a4a0;
	background-image: url(library/media/images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.hentry, .hsingle {
	width: 600px;
	border: solid 1px #a3a3a3;
	background-color: #fff;
	padding: 10px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}

.hsingle {
	margin: 0 0 20px 0;
}

.hsingle .entry-title {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

.entry-title {
	font-size: 30px;
	color: #41535d;
}

.entry-title a {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.entry-content {
	padding: 0;
	margin: 0 0 20px 0;
}

#footprint {
	background-color: #eaf2f3;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	padding: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #6c6c6c;
	font-family: Arial, Helvetica, sans-serif;
	width: 616px;
}

#footprint a {
	color: #6c6c6c;
}

.widget, .block1, .block2, .block3 {
	border: solid 1px #79875b;
	background-color: #bec9a7;
	padding: 20px;
	background-image: url(library/media/images/block1.png);
	background-position: top left;
	background-repeat: no-repeat;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

.block1 {
	font-size: 14px;
	line-height: 24px;
}

.block1 .block-link {
	color: #000;
	text-decoration: underline;
}

.block2 {
	background-image: url(library/media/images/block2.png);
	border: solid 1px #000;
	background-color: #1e0b0d;
}

.block2 input[type=text] {
	border: solid 1px #41535d;
	background-image: url(library/media/images/textbox.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
}

.block1, .block2, .block3 {
	margin: 20px 0 0 0;
	width: 260px;
	height: 200px;
}


.block3 {
	border: none;
	background: none;
	width: 300px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	height: 320px;
}

.block2 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
}

.mc_signup_container {
	padding: 0;
	margin: 0;
}

.mc_signup_submit {
	position: relative;
	top: -90px;
	left: 90px;
}

#mc_signup_submit {
	width: 68px;
	height: 68px;
	background: none;
	background-image: url(library/media/images/go1.png);
	border: none;	
}

.block2 form {
	padding: 0;
	margin: 0;
}

.block1 h3, .block2 h3, .block3 h3, .block1-title  {
	color: #41535d;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	padding: 0 0 10px 0;
}

.block1 h3, .block1-title {
	background-image: url(library/media/images/go.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.block1-title {
	display: block;
}

.block2 h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.block3 h3 {
	font-size: 30px;
	padding: 0;
	text-shadow: none;
	line-height: 40px;
}

.widget-title, .widget h3 {
	color: #41535d;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	padding: 0 0 10px 0;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul li a {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.blank-table {
	border: none;
	padding: 0;
	margin: 0;
}

.blank-table tr {
	padding: 0;
	margin: 0;
}

.blank-table tr td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.comment-title {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

#commentlist li {
	background-color: #cfcfcf;
	padding: 15px 15px 0 15px;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
	border: 1px solid #a3a3a3;
	margin: 0 0 20px 0;
}

.post {
	margin: 0 0 20px 0;
}

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* EWM Styles */
.heading-one {
font-size:30px; line-height:40px; padding:0; text-shadow:none; color:#41535D; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.heading-newsletter {
color:#FFFFFF; text-shadow:1px 1px 1px #000000; font-size:24px; padding:0 0 10px; line-height:28px; clear:both; font-weight:normal;
}
.ewm-heading-one {
margin: 0 0 0 0; padding: 0 0 0 0; color: #41535D;
}
.sitewalk {
border: none; width:100%; font-size: 0.9em;
}
.sitewalk tr td {
vertical-align:top;
}
.sup-link {
font-weight: bold;
}
.sub-link {
padding-left: 15px;
}
.heading-widget {
color:#41535D;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:24px;
padding:0 0 10px;
text-shadow:1px 1px 1px #FFFFFF;
}

.tool_box_l	{
    width: 206px;
    height: 157px;
    background: white url("library/media/toolsboxbg.png") no-repeat top;
    padding-top: 17px;
    padding-left: 57px;
    padding-right: 26px;
    float: left;
    margin-right: 20px;
    margin-top: 18px;  
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;  
    line-height: 1.6em; 
}
.tool_box_r	{
    width: 206px;
    height: 157px;
    background: white url("library/media/toolsboxbg.png") no-repeat top;
    padding-top: 17px;
    padding-left: 57px;
    padding-right: 26px;
    float: right;
    margin-right: 0;
    margin-top: 18px;  
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;  
    line-height: 1.6em; 
}

.tool_box_l a {
    font-size: 24px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;   
    color: #41535d;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2em;
}

.tool_box_r a {
    font-size: 24px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;   
    color: #41535d;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2em;
}
#content { width: 960px; }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.person {
	background-color: #d2e5e4;
	border: 1px solid #9ecbc9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.person table {
	border: none;
}

.person h3 {
	font-weight: bold;
}

.person h3 a {
	text-decoration: none;	
}

.person h4 {
	color: #2361A1;
}

.person .thumb {
	padding: 15px 10px 0 10px;
}

.person .thumb img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
}

.taxcall table {
	width:600px;
	
	
	
	} 



.et-pricing { margin: 40px 0 10px; }
	.pricing-table { float: left; width: 250px; background: url(images/pricing-content-bottom.png) no-repeat bottom left; padding-bottom: 22px; position: relative; margin-left: -1px; }
		.pricing-heading { background: url(images/pricing-header-blue.png) no-repeat bottom left; height: 80px; text-align: center; font-family: Century Gothic, sans-serif; }
			.pricing-heading h2 { padding: 20px 10px 0px; margin: 0 !important; font-size: 24px; color: #fff !important; text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); background: none !important; font-weight: normal !important; }
			.pricing-heading p { color: #aacbe0; font-size: 14px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding: 0; margin-top: 2px; }
		.pricing-content { background: #eee url(images/pricing-content-bg.png) repeat-y; }
			.pricing-tcontent { background: url(images/pricing-content-top.png) no-repeat; padding: 25px 6px 12px 7px; }
				.pricing-tcontent ul.pricing { padding: 0 !important; list-style: none !important; background: url(images/pricing-separator.png) no-repeat; margin: 0 !important; list-style-image: none !important; }
					.pricing-tcontent ul.pricing li { background: url(images/pricing-separator.png) no-repeat bottom left !important; color: #929292; text-shadow: 1px 1px 1px #fff; list-style: none !important; }
						.pricing-tcontent ul.pricing li span { background: url(images/list-checkmark.png) no-repeat 26px 11px; display: block; padding: 8px 0 9px 48px; }
						.pricing-tcontent ul.pricing li.x-mark span { background: url(images/list-x.png) no-repeat 26px 11px; }
						span.et-price { display: block; text-align: center; background: url(images/pricing-price-glow.png) no-repeat; height: 44px; font-size: 48px; color: #4a9d46; font-family: Georgia, serif; text-shadow: 1px 1px 0px #fff; padding: 2px 0 17px; line-height: normal; }
							span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
							span.et-price span.dollar-sign { font-size: 36px; }
                                                        span.db-pricefrom { font-size: 14px;}
                                                        span.db-pricepm {font-size: 14px;}

		.pricing-table a.join-button { background: url(images/join-button.png) bottom right no-repeat; display: block; padding-right: 13px; height: 29px; position: absolute; left: 63px; bottom: -3px; font-size: 12px; color: #fff !important; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); text-decoration: none; font-family: Helvetica, Arial, sans-serif; }
			.pricing-table a.join-button span { background: url(images/join-button.png) no-repeat; display: block; height: 29px; padding-left: 14px; line-height: 25px; }
			.pricing-table a.join-button:hover { text-decoration: none; color: #eee !important; cursor: pointer; border: none !important; }
			
	.pricing-big { width: 276px; background: url(images/pricing-big-bottom.png) no-repeat left bottom; margin-top: -28px; }
		.pricing-big .pricing-heading { background: url(images/pricing-header-green.png) no-repeat left bottom; }
		.pricing-big .pricing-content {  background: #eee url(images/pricing-big-content.png) repeat-y; }
			.pricing-big .pricing-tcontent { background: url(images/pricing-big-content-top.png) no-repeat; padding-left: 23px; padding-right: 20px; padding-top: 53px; }
			.pricing-big a.join-button { left: 78px; }
			.pricing-big span.et-price { margin-top: 17px; }
			.pricing-big .pricing-heading p { color: #a8d9d4; }


