@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
	font-size:10pt;
	line-height:22px;
}
a, a:visited {
	font-size:10pt;
	color:#113c54;
	font-weight:bold;
}
a:hover {
	font-size:10pt;
	color:#ccc;
	font-weight:bold;
}
html {
	height:100%;
}
body {
	background:url(../images/bg.png) repeat-x #113c54 top left;
	text-align:center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContainer {
	margin:0 auto;
	width:920px;
	min-height:100%;
	position:relative;
	text-align:left;
	margin-bottom: -97px;
	background:url(../images/bg_container.gif) repeat-y top left;
	z-index:0;
}
#pageContainer {
	margin:0 auto;
	width:920px;
	min-height:100%;
	position:relative;
	text-align:left;
	margin-bottom: -97px;
	background:url(../images/bg_container_page.gif) repeat-y top left;
	z-index:0;
}
#header {
	width:920px;
	height:312px;
	background:url(../images/header.jpg) no-repeat top left;
	float:left;
}
#leftNav {
	padding:25px 0 0 7px;
	height:300px;
	width:176px;
	float:left;
	z-index:0;
	background:url(../images/bg_left.jpg) no-repeat top left;
}
/*
#leftNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftNav ul li {
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#leftNav ul li a {
	display:block;
	height:39px;
	width:176px;
}
*/
#leftNav ul li.home {
	background:url(../images/btn_home.png) top left no-repeat;
	text-indent:-9999px;
}
#leftNav ul li.home:hover {
	background:url(../images/btn_home.png) top right no-repeat;

}
#leftNav ul li.about {
	background:url(../images/btn_about.png) top left no-repeat;
	text-indent:-9999px;
}
#leftNav ul li.about:hover {
	background:url(../images/btn_about.png) top right no-repeat;
}
#leftNav ul li.products {
	background:url(../images/btn_product.png) top left no-repeat;
}
#leftNav ul li.products:hover {
	background:url(../images/btn_product.png) top right no-repeat;
}
#leftNav ul li.services {
	background:url(../images/btn_services.png) top left no-repeat;
}
#leftNav ul li.services:hover {
	background:url(../images/btn_services.png) top right no-repeat;
}
/*
#leftNav img {
	border:0;
}
*/
.menuItem {
	margin:0;
	padding:0;
	width:176px;
	float:left;
}
#extraDiv1 {
	width:183px;
	height:360px;
	z-index:-1;
	position:absolute;
	top:312px;
	left:0;
	background:url(../images/bg_left.jpg) no-repeat top left;
}
#pageContent {
	padding:35px;
	min-height:302px;
	height:100%;
	float:left;
	width:660px;
	border-right:7px solid #fff;
	background:url(../images/bg_page_mid.png) no-repeat top left #fff;
}
#pageContent  li {
	margin-left:35px;
}

.contentBox {
	padding:0 10px 15px 10px;
	width:310px;
	float:left;
	text-align:center;
}
#midContent {
	padding:35px;
	width:363px;
	background:#d5d5d5 url(../images/bg_index_mid.png) top left no-repeat;
	float:left;
	min-height:100%;
	z-index:1;
}
p.content {
	font-size:10pt;
	margin:10px 0 10px 0;
	line-height:22px;
}
#pageContent p {
	font-size:10pt;
	margin:0px 0 20px 0;
	line-height:22px;
}
#rightContent {
	padding:35px;
	width:227px;
	float:left;
	background:#f9f9f9;
	border-right:7px solid #fff;
 height:100% z-index:1;
}
#footer {
	margin:0 auto;
	height:90px;
	width:920px;
	position:relative;
	border-top:7px solid #fff;
	background:#113c54;
}
#footer p {
	margin:30px 0 0 0;
	font-size:8pt;
	color:#dbdbdb;
}
#footer a, #footer a:visited {
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	color:#ccc;
}
.clearfooter {
	height:97px;
	clear:both;
}
h1 {
	font-family:"Trebuchet MS";
	color:#113c54;
	font-size:16pt;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	font-family:"Trebuchet MS";
	color:#7b848a;
	font-size:16pt;
	font-weight:bold;
	font-size:12pt;
}
.centre {
	text-align:center;
}
.table {
font-size:10pt;
font-weight:bold;
text-align:center;

}
.contentWide {
width:660px;
float:left;

}


#contactarea {
	background-color:#9fb0ba;
	padding:8px;
	border:1px dashed #77848b;
	font-style:italic;
	color:white;
	font-size:17px !important;
	text-align:center;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
