html, body {
	margin:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/blue-bg.jpg) fixed;
}
table#html {
	background-color:#FFFFFF;
	height:90%;
	margin:auto;
	margin-top:30px;
	margin-bottom:5px;
	border:1px solid #999999;
}
body a:link {
	text-decoration:none;
	color:#000066;
}
body a:visited {
	text-decoration:none;
	color:#000066;
}
body a:hover {
	color:#000000;
	text-decoration:underline;
}
body a:active {
	text-decoration:none;
	color:#000066;
}

table#body {
	width:800px;
	margin:auto;
}
td#footer {
	text-align:center;
	padding-bottom:5px;
	font-size:12px;
}
td#header {
	background:url(../img/header-globe.jpg) bottom right no-repeat;
	height:140px;
}

td#header, td#body, td#bottom, td#ll, td#lr {
	background-color:#FFFFFF;
}

td#ul, td#top, td#ur, td#ll, td#bottom, td#lr {
	height:24px;
}

td#ul, td#ur, td#left, td#right, td#ll, td#lr {
	width:24px;
}

td#ul {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

td#top {
	border-top:1px solid #999999;
	width:800px;
}

td#ur {
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}

td#left {
	width:200px;
	padding:10px;
	padding-right:0px;
	line-height:10px;
}

td#body {
	text-align:justify;
	padding:10px;
	padding-left:15px;
	width:600px;
}

tr#body {
	vertical-align:top;
}

td#navStyle {
	height:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

table#nav {
	height:33px;
	background:#84aac1;
}

.navHomeOff {
	background:url(../img/home-off.jpg);
	width:136px;
}
.navHomeOn {
	background:url(../img/home-on.jpg);
	width:136px;
	cursor: pointer;
}
.navProductsOff {
	background:url(../img/products-off.jpg);
	width:161px;
}
.navProductsOn {
	background:url(../img/products-on.jpg);
	width:161px;
	cursor: pointer;
}
.navServicesOff {
	background:url(../img/services-off.jpg);
	width:158px;
}
.navServicesOn {
	background:url(../img/services-on.jpg);
	width:158px;
	cursor: pointer;
}
.navAboutOff {
	background:url(../img/about_us-off.jpg);
	width:163px;
}
.navAboutOn {
	background:url(../img/about_us-on.jpg);
	width:163px;
	cursor: pointer;
}
.navContactOff {
	background:url(../img/contact_us-off.jpg);
	width:178px;
}
.navContactOn {
	background:url(../img/contact_us-on.jpg);
	width:178px;
	cursor: pointer;
}

.logo {
	padding-left:20px;
	position:relative;
	margin-top:-23px;
	float:left;
}

.title {
	font-size:18px;
	font-weight:bold;
}

.subtitle {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

.serving {
	text-align:left;
}

.controls {
	position:relative;
	float:right;
	text-align:right;
}
.controlBtn, .submitBtn {
	background-color:#8298a6;
	border:1px solid #999999;
	color:#FFFFFF;
}
.controlBtn {
	font-size:9px;
	height:15px;
}
.submitBtn {
	font-size:12px;
}
.copyright {
	text-align:center;
	font-size:12px;
	padding-bottom:5px;
}
.popup {
	position:absolute;
	background:url(../img/blue-bg.jpg) center;
	border:1px solid #999999;
	margin-left:-185px;
	padding:5px;
}

.keywords {
	width:780px;
	font-size:9px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.startItNow{
	background-color:#FFFFFF;
	width:350px;
	padding:5px;
	margin:auto;
	position:fixed;
	text-align:center;
	border:1px solid #CCCCCC;
	font-size:14px;
}