img	{ border: 0;}
body { font-family: Arial, Helvetica, sans-serif; }

/************* HEADER & NAV ****************/


/************* MISC CONTENT ****************/

ul.body { margin: 0px 0px 15px 15px; padding: 0px; list-style: none; color: #333333; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; }
ul.body li { margin: 0px; padding: 5px 0px 5px 25px; background-image: url('../imgD/bullet_list.png'); background-position: 0px 8px; background-repeat: no-repeat no-repeat; }


#client-google-map {
	width: 100%;
	height: 700px;
	margin: 0 0 20px 0;
}

table#signup-steps {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
}
table#signup-steps td {
	display: block;
	float: left;
	width: 300px;
	padding: 10px 0px;
	margin: 10px 10px 10px 0;
	text-align: center;
	color: #bbb;
	line-height: 35px;
	border: 1px solid #eee;
}
table#signup-steps em {
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 30%;
	padding: 0 5px 0 0px;
	background: 5px 0px no-repeat;
	color: #bbb;
}
table#signup-steps strong {	
	font-size: 20px;
}

table#signup-steps td.current {
}
table#signup-steps .current em {
	color: #2494c4;
	background:  5px 0px no-repeat;
}
table#signup-steps .current strong {
	color: #359000;
}

table#signup-steps td.complete {
	background: #f6f6f6;
	border: 1px solid #7eca22;
}
table#signup-steps .complete em {
	color: #bbb;
	padding: 0 5px 0 26px;
	background: url('../imgD/check_16.png') 5px 0px no-repeat;
}
table#signup-steps .complete strong {
	color: #bbb;
}

label strong { 
	font-size: 16px;
	color: #359000;
}

.payment-errors {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}

p.message {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

table.signup-details td {
	padding: 0 20px 10px 0;
}

.testimonial {
	padding: 20px;
	background-image:url('/images/sidebar_bkg.jpg');
	font-size: 14px;
}

#promocode-apply {
	background: #999;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
	width: auto;
}
#promocode-message {
	text-align: center;
	font-style: italic;
}

/* pricing table canada */

#pricing-table-canada {
	width: 100%;
	margin: 40px auto 20px auto;
}
#pricing-table-canada td {
	padding: 6px;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
}
#pricing-table-canada div {
	position: relative;
}
#pricing-table-canada tr:first-child td {
	padding-top: 20px;
	padding-bottom: 20px;
}
#pricing-table-canada tr:first-child td:first-child {
	font-size: 18px;
}
#pricing-table-canada h3 {
	margin: 0;
	padding: 2px;
	font-size: 22px;
}
#pricing-table-canada p {
	margin: 0;
}
#pricing-table-canada h4 {
	font-weight: lighter;
	font-size: 15px;
	font-style: italic;
	color: #999;
}
#pricing-table-canada img#yearly-bestvalue {
	position: absolute;
	top: -35px;
	left: 25%;
}
#pricing-table-canada tr td:first-child {
	background: #f4f4f4;
	font-weight: bold;
	font-size: 24px;
}
#pricing-table-canada tr:nth-child(2n) td {
	background: #f4f4f4;
}
#pricing-table-canada tr:nth-child(2n) td:first-child {
	background: #e9e9e9;
}
#pricing-table-canada a {
	display: block;
	padding: 10px 15px;
	width: 65%;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #dddddd;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
	
	-webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 9px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 9px 0px rgba(50, 50, 50, 0.3);
}
#pricing-table-canada tr:nth-child(2n) a {
	background: #f5f5f5;
}
#pricing-table-canada .quarterly a:hover {
	border: 1px solid #51af1b;
}
#pricing-table-canada .yearly a:hover {
	border: 1px solid #30a3d3;
}
#pricing-table-canada .quarterly a strong {
	color: #51af1b;
}
#pricing-table-canada .yearly a strong {
	color: #30a3d3;
}



#demo-switch {
	margin: 5px 0 20px 20%;
	overflow: hidden;
}
#demo-switch em {
	display: block;
	float: left;
	width: auto;
	padding: 20px;
	height: 20px;
}
#demo-switch-button {
	display: block;
	float: left;
	background: url('../imgD/country-toggle.png') top left no-repeat;
	width: 174px;
	height: 60px;
	text-indent: -9999px;
}
#demo-switch-button.CA-active {
	background-position: bottom left;
}

