@charset "UTF-8";
@import url("typography.css");
/* Unleashed Technologies
CSS Layout file */


* { margin:0; padding:0; }
img { border:none; display:block; }
#skip { position:absolute; text-indent: -9999px; }

body {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color: #646464;
	background: url(../images/main_bg.png) #FFF repeat-x top left;

}

/*---------- Wrapper --------*/

#wrapper {
	position:relative;
	margin:0 auto;
	width:992px;
	overflow:hidden;
}


/*---------- Sidebar ---------*/

#sidebar {
	width:214px;
	position:relative;
	float:left;
}

.side-box {
	width:180px;
	padding:0 0 14px 0;
	margin:10px 0 0 24px;
	background:url(../images/sidebar_box_bottom.gif) no-repeat bottom left;
}

/*---------- Main Wrapper ----------*/

#main-wrapper {
	position:relative;
	float:right;
	width:778px;
}

/*---------- Navigation BG ---------*/

#navi {
	width:778px;
	height:36px;
	margin:40px 0 0;
	background: url(../images/main_nav_bg.png) no-repeat top left;
}

/*---------- Banners ----------*/

.banner {
	float:right;
	margin:10px 3px 10px 0;
}

.subBanner {
	float:right;
	margin:10px 3px 0 0;
}

/*---------- Columns ----------*/

#leftcol, #rightcol {
	width:381px;
	padding:0 0 10px 0;
	background:url(../images/content_box_bottom.gif) no-repeat bottom left;
}

#leftcol {
	float:left;
}

#rightcol {
	float:right;
}

/*---------- Interior Pages ----------*/

#sub_content {
	width:759px;
	margin:0 0 0 1px;
	padding:0 0 0 15px;
	float:left;
	position:relative;
	background:url(../images/main_content_box-sides.gif) repeat-y top left;
}

#sub_bar {
	width:238px;
	padding:0 0 5px 0;
	margin:0 15px 15px 15px;
	/*background:url(../images/sub_box-bottom.png) no-repeat bottom left;*/
	float:right;
}

#subbox-bottom {
	width:774px;
	height:36px;
	clear:both;
	margin:0 0 0 1px;
	background:url(../images/main_content_box-bottom.gif) no-repeat bottom left;
}

#knowledge {
	margin:0 0px;
	
}

.query-img {
	float:right;
	margin:0 15px 0 20px;
}
#contact-wrapper {
	width:720px;
}

#contact-mid {
	width:208px;
	padding:0 0 0 30px;
	float:left;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
}

#contact-right {
	width:210px;
	padding:0 0 0 30px;
	float:right;
}

#contact-left {
	float:left;
	width:210px;
	padding:0 30px 0 0;
}


/*---------- Footer ---------*/

#footer {
	width:974px;
	height:42px;
	clear:both;
	float:left;
	background:url(../images/footer_bg.gif) no-repeat top left;
	margin:15px 0 14px 18px;
}

p#copyright {
	text-align:center;
	clear:both;
	font-size:1.1em;
}