.buynow {
	border-top: 1px solid #92928d;
	padding: 0;
	background: #232a2c;
	height: 50px;
}

.buynow a {
	display: block;
	background: url(/assets/img/visitors/welcome/go.png) no-repeat center #427586;
	color: #fff;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	border: 1px solid #599ab0;
}

.buynow a:hover {
	background-color: #599ab0;
	text-decoration: none;
}

.buynow img {

}

.leftside {
	width: 450px;
	float: left;
}

.rightside {
	width: 450px;
	float: left;
	margin-left: 50px;
}

.leftside h3,
.rightside h3 {
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

table {
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
}

a.td {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ceebeb;
}

a.td:hover {
	background: #427586;
	color: #fff;
	text-decoration: none;
}

tr.blue {
	background: #f2fafa;
}

span.title {
	display: block;
	float: left;
	width: 400px;
}

span.number {
	display: bock;
	float: right;
	width: 40px;
	text-align: right;
}

span.clear {
	display: block;
}

/* section2 */
.section2 a {
	color: #fff;
}

.services h3 {
	font-size: 24px;
}

.section2 h3 {
	margin-top: 0;
	padding-top: 40px;
	margin-bottom: -.5em;
}