/* @override http://govirtualsolutions.com/master.css */

body {
	padding: 0;
	margin: 25px 45px;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(img/internal_bg.jpg) no-repeat 45px 97px;
}

#page{
	width: 802px;
	clear: both;
	float: none;
}


#logo {
	background: url(img/virtual_solutions_logo.gif) no-repeat;
	width: 364px;
	height: 58px;
	display: block;
	margin-bottom: 15px;
}

#login{
	width: 99px;
	height: 23px;
	background: url(img/customer_login.gif) no-repeat;
	left: 748px;
	position: absolute;
	top: 46px;
	display: block;
}

#login2{
	width: 99px;
	height: 23px;
	background: url(img/customer_login.gif) no-repeat;
	display: block;
}
.motto{
	font: italic 20px/24px Georgia, "Times New Roman", Times, serif;
	width: 400px;
	color: #48583b;
}
.col {
	float: left;
}

#header{
	height: 98px;
	width: 800px;
	margin-bottom: 40px;
	border: 1px solid #c9c9c9;
	background: url(img/header_bg.gif) no-repeat;
}
#header h1{
	color: #3060a0;
	text-shadow: #152e52 0 1px 2px;
	margin: 0px 0 0 160px;
	font-size: 30px;
	line-height: 98px;
}
#header img{
	vertical-align: bottom;
	position: relative;
	top: 37px;
	left: 155px;
}

#banner{
	color: #333;
	width: 800px;
	height: 400px;
	background: url(img/homepage_banner.jpg) no-repeat;
	border: 1px solid #c9c9c9;
	font-size: 13px;
}

#banner .padding{
	margin-top: 140px;
	margin-left: 240px;
}
#banner .col{
	width: 220px;
	height: 60px;
	background: url(img/bullet.gif) no-repeat left top;
	margin-bottom: 10px;
}

#banner .fold{
	margin-right: 30px;
}

#banner .col div{
	margin-left: 30px;
	margin-top: 3px;
}

.buttons{
	position: absolute;
	top: 450px;
	left: 310px;
	white-space: nowrap;
}
#services{
	background: url(img/services.jpg) no-repeat;
	width: 95px;
}

#rates{
	background: url(img/rates.jpg) no-repeat;
	width: 72px;
	margin-left: 80px;
}

#how-it-works{
	background: url(img/how_it_works.jpg) no-repeat;
	width: 128px;
	margin-left: 80px;
}

#services, #rates, #how-it-works{
	height: 27px;
	display: block;
	float: left;
}

#what-our-customers-are-saying{
	background: url(img/what_customers_say.gif) no-repeat;
	width: 384px;
	height: 28px;
	margin-bottom: 8px;
	margin-left: 213px;
	float: none;
	clear: both;
}

#what-our-customers-are-saying.smaller{
	margin-left: 32px;
}

#what-our-customers-are-saying-side{
	background: url(img/what_customers_say_side.gif) no-repeat;
	width: 140px;
	height: 63px;
	margin-bottom: 8px;
	margin-left: -3px;
}

img.avatar {
	vertical-align: bottom;
	border: 1px solid #eee;
	padding: 5px;
	margin-left:20px;
	margin-bottom: 1ex;
	float: right;
	box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
}
img.left{
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
/* @group Services */

#services-block{
	display: block;
	width: 644px;
	float: right;
	font-size: 12px;
}

#services-block a{
	color: #3d4c50;
	width: 320px;
	height: 270px;
}

#services-block a:hover{
	color: #000;
	text-decoration: none;
}
.t, .l, .r, .b{
	width: 320px;
	height: 270px;
	float: left;
	background: url(img/headers/services_overview.jpg)
}
.t p, .l p, .r p, .b p{
	margin: 0;
	margin-top: 6px;
}

.t.l .padding, .t.r .padding, .b.l .padding, .b.r .padding{
	padding-top: 67px;
	padding-left: 50px;
}

#services-block .r {
	border-right: 1px solid #c9c9c9;
}
#services-block .l{
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

#services-block .t{
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

#services-block .b{
	border-bottom: 1px solid #c9c9c9;
}

.t.l{
	background-position: 0px 0px;
}

.t.r{
	background-position: -320px 0;
}


.b.l{
	background-position: 0px -270px;
}
.b.r{
	background-position: -320px -270px;
}


#services-block a.all{
	display: block;
	height: 270px;
}
#services-block a.one{
	display: block;
	height: 194px;
}

#services-block a.two{
	display: block;
	height: 75px;
	border-top: 1px solid #c9c9c9;
	background-position: -320px -461px;
}

/* @end */

/* @group Content layout */

#content{
	color: #444;
	border: 1px solid #c9c9c9;
	width: 640px;
	float: right;
}

#content {
	color: #333;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: none;
	border-bottom: none;
	font-size: 14px;
}
#content .padding{
	margin: 0px 150px 35px 20px;

}
#content .col h2{
	font-size: 14px;
}
#content .col{
	font-size: 13px;
	width: 280px;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .fold{
	margin-right: 20px;
}

/* @end */

/* @group Testimonials */

#testimonial{
	font-size: 17px;
	line-height: 22px;
	color: #444;
	border: 1px solid #c9c9c9;
	width: 620px;
	float: right;

}

#testimonial.smaller{
	width: 468px;
}
#testimonial .padding{
	margin: 15px 30px 15px 35px;
}

#testimonial .signature{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

#testimonial .col{
	width: 245px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#testimonial .fold{
	margin-right: 40px;
}

.testilogo{
	float: right;
	margin: 0 0 5px 20px;
	padding: 15px;
	border: 1px solid #eee;
	background: white;
	box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 10px;
}
.testilogo img{
	vertical-align: bottom;
}
.signature{	
	font-weight: bold;
	font-style: italic;
	color: #4a6120;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 50px;
}

/* @end */

h2{
	color: #7f9056;
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	margin-top: 18px;
	border-bottom: 2px solid #d5debe;
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
}
h3{
	color: #ac9c44;
	display: block;
	margin: 0px;
	padding-top: 10px;
	font-size: 20px;
	margin-top: 9px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #ac9c44;
}
h4{
	background: url(img/bullet_small.gif) no-repeat left 3px;
	margin-left: -17px;
	padding-left: 17px;
	
	color: #667445;
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
}
.quick{
	margin: 5px 0px;
	color: #404040;
	font-style: italic;
	font-size: 16px;
}

ol li, ul li{
	margin-bottom: 15px;
}

/* @group Menu */

#menu{
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	width: 139px;
	display: block;
	overflow: hidden;
}
#menu li{
	white-space: nowrap;
	margin-bottom: 16px;
}

#menu li a{
	text-decoration: none;
	font-weight: bold;
}

#menu li p{
	margin-top: 6px;
	margin-bottom: -6px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 30px;
}

#menu li p a{
	font-weight: normal;
}

a:visited{
	color: #4c3e5c;
}

a, a:link, #menu li a:visited{
	color: #3b4d8a;
	text-decoration: none;
}

#menu a:visited, #menu .current a, #menu .current a:visited, a.current, b.current, li.current b{
	color: #e07800;
}

/* @end */

a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}
form{
	border: 1px solid #c9c9c9;
	background: white;
	padding:0px;
	margin: 0px;
}
.tblpad{
	margin:20px 10px;
}
.req{
	position:relative;
	color:#C33;
	font-size: 20px;
	font-weight:bold;
}

#content .padding ul.col, #content .padding ul{
	height: auto;
	font-size: 13px;
	line-height: 15px;
	width: 200px;
	display: block;
	padding: 0;
	margin-top: 5px;
	
	list-style-type: circle;
	margin-left:5px;
}
#content .padding ul{
	width: auto;
	margin-top: 10px;
}

ul.col li, #content .padding ul li{
	margin: 0px;
	padding: 0px;
	margin-left:15px;
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: outside;
}

#content .padding ul.default{
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 9px;
}

#content .padding ul.default li{
	list-style-type: none;
	background: url(img/bullet_small.gif) no-repeat left 3px;
	margin-left: 0px;
	padding-left: 17px;
}

#content .padding ul.circle li{
	list-style-type: circle;
	background:none;
	margin-left: 35px;
	padding-left: 0px;
}

#pricebullets {
	margin: 8px;
	padding: 0px;
	font-size: 12px;
}
#pricebullets li{
	list-style-type: none;
	background: url(img/bullet_small.gif) no-repeat left 3px;
	margin-left: 0px;
	padding-left: 17px;
	margin-bottom: 9px;
}

table.ratestable td{
	padding: 8px 10px;
	border-bottom: 1px solid white;
	line-height: 14px;
	background: #edeecf;
}

table.ratestable th{
	background: #ac9c44;
	padding: 5px 10px;
	color: white;
	text-align: left;
}

/* @group tabs and slides */

#samples img{
	display: block;
	vertical-align: bottom;
	cursor: pointer;
	margin: 0px 0px 8px 0px;
	border: 1px solid #c9c9c9;
}

#samples img.current{
	cursor: default;
	margin: -1px -1px 7px -1px;
	border: 2px solid #3060a0;
}

.zoom{
	display: none;
	position: absolute;
	color: #ac9c44;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}
.zoom img{
	display: block;
	vertical-align: bottom;
	margin-bottom: 15px;
}

/* @end */
