html, body, h1, h2, h3, h4, img, div, p, span, form, input, select, fieldset, label, ul, li {
		margin:0;
		padding:0;
		border:0;
}
html { overflow-y:scroll;}
body {
	margin:0 auto;
	font:normal 12px arial,verdana,sans-serif;
	color:#333;
	line-height:18px;
	background:#ddd;
}
h2 {
	font-size:18px;
	color:#96be3c;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
	color:#fff;
}
.padd10btm {
	padding-bottom:10px;
}
.head{
	margin:0 auto;
	position:relative;
	width:980px;
	height:100px;
	background:#fff;
}
.virtlogo a{
	position:absolute;
	left:30px;
	top:15px;
	width:230px;
	height:64px;
	display:block;
	background:url('../images/img_sprite.png') left -25px no-repeat;
}
.head #searchform {
	position:absolute;
	right:30px;
	top:36px;
}
#searchform fieldset {
	padding:4px 6px;
	width:144px;
	height:16px;
	background:url('../images/img_sprite.png') -40px top no-repeat;
}
#searchform input {
	float:left;
	width:120px;
	background:none;
	color:#999;
}
#searchform input.btngo {
	float:right;
	width:14px;
	height:14px;
	border:none;
}

/* Global Navigation styles starts here */
.mainnav {
	margin:0 auto;
	width:980px;
	height:38px;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	background:#fff url('../images/bg_sprite.png') left 1px repeat-x;
}
.navcont {
	margin:0 auto;
	width:980px;
	height:38px;
}
.navcont ul {
	width:980px;
	height:38px;
	list-style-type:none;
	list-style-image:none;
}
.navcont ul li{
	margin:1px 0;
	position:relative;
	float:left;
	border-left:1px solid #fff;
}
.navcont ul li.last{
	border-right:1px solid #fff;
}
.navcont ul li a, .navcont ul li a:hover {
	padding:0 30px;
	display:block;
	width:inherit;
	line-height:36px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.navcont ul li a:hover, .navcont ul li a.active{
	background:url('../images/bg_sprite.png') left -41px repeat-x;
	color:#333;
	line-height:36px;
}
.navcont ul li a span, .navcont ul li a:hover span {
	margin:0 0 2px 5px;
	background:url('../images/img_sprite.png') -26px top repeat-x;
	width:9px;
	height:5px;
	font-size:0;
	display:inline-block;
}
.navcont ul li a:hover span {
	background:url('../images/img_sprite.png') -26px -10px repeat-x;
	line-height:36px;
}
/* Global Navigation styles ends here */
.bdycont {
	margin:0 auto;
	width:980px;
	height:100%;
	background:#fff;
	overflow:hidden;
}
/* tab style starts here */
.tabcont {
	margin:30px auto 0;
	padding:0;
	position:relative;
	width:920px;
	height:252px;
	background:url('../images/bg_sprite.png') left -82px repeat-x;
	overflow:hidden;
	color:#ccc;
}
.tabcont span {
	position:absolute;
	width:10px;
	height:10px;
	display:inline-block;
}
.tabcont span.topleft {
	top:0;
	left:0;
	background:url('../images/img_sprite.png') left top no-repeat;
}
.tabcont span.topright {
	top:0;
	right:0;
	background:url('../images/img_sprite.png') -10px top no-repeat;
}
.tabcont span.btmleft {
	bottom:0;
	left:0;
	background:url('../images/img_sprite.png') left -10px no-repeat;
}
.tabcont span.btmright {
	bottom:0;
	right:0;
	background:url('../images/img_sprite.png') -10px -10px no-repeat;
}
.tabcont div.left, .tabcont div.middle, .tabcont div.right {
	margin:20px;
	padding-right:20px;
	float:left;
	width:264px; 
	height:200px;
	border-right:1px solid #fff; 
}
.tabcont div.middle {
	margin-left:0;
}
.tabcont div.right {
	margin-left:0;
	padding-right:0;
	float:right;
	border-right:0px; 
}
/* tab style ends here */
.txtcont {
	margin:30px;
	width:auto;
	height:100%;
}

/* image slider styles */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom:10px;
}
/*--Window/Masking Styles--*/
.window {
	width:980px;
	height:278px;	
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; 
	right: -7px;
	width: 178px; 
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url('../images/paging_bg2.png') no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/* footer styles starts here */
.footcont {
	margin:0 auto;
	width:980px;
	height:40px;
	font-size:11px;
	background:url('../images/bg_sprite.png') left -82px repeat-x;
	border-top:2px solid #ccc;
	color:#999;
}
.footcont div.left {
	margin:5px 10px 0;
	float:left;
	width:400px;
	height:40px;
}
.footcont div.right {
	margin:5px 10px 0;
	float:right;
	width:auto;
	height:40px;
}
.footcont div.right a {
	color:#999;
	text-decoration:none;
}
.footcont div.right a:hover {
	color:#fff;
	text-decoration:none;
}