@charset "utf-8";
/* CSS Document */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
html { 
	overflow: -moz-scrollbars-vertical !important; 
}
body {
	background-color: #000;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 0px;
	font-size: 62.5%;
}
.clear {
	clear: both;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #b2b2b2;
	background-image: url(../_img/bg_quote.gif );
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #header #logo {
	float: left;
	height: 162px;
	width: 202px;
}
#container #leftSide {
	float: left;
	width: 200px;
	margin-right: 10px;
	height: 113px;
	margin-bottom: 250px;
}
#container #footer {
	width: 800px;
	font-size: 0.9em;
	font-family: Tahoma;
}
#container #rightSide #content {
	float: left;
	width: 590px;
	margin-bottom: 50px;
}
#container #rightSide #content #heading {
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #rightSide #content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #rightSide {
	float: left;
	width: 590px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
#container #rightSide #banner {
	background-color: #CCCCCC;
	height: 225px;
	width: 590px;
	margin-top: 10px;
}
#container #header {
	float: left;
	height: 162px;
	width: 800px;
}
#container #footer #copyright {
	width: 200px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	float: left;
	text-transform: uppercase;
	padding-top: 2px;
	color: #b2b2b2;
}
#container #footer #credits {
	float: left;
	width: 590px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	text-transform: uppercase;
	padding-top: 2px;
	color: #b2b2b2;
}
a.white {
	color: #b2b2b2;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #4E9AB7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.subHeading {
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* NAVIGATION CSS */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 200px;
	}
#nav ul {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 21px;
	float: left;
}
#nav a {
	padding: 0;
	margin: 0;
	width: 200px;
}	
#nav a:hover {
	background-position: -200px;
	width: 200px;
}
#home a  {
	width: 200px;
	background-image: url(../_img/navi_home.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#services a  {
	width: 200px;
	background-image: url(../_img/navi_services.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#clients a  {
	width: 200px;
	background-image: url(../_img/navi_clients.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	background-position: left top;
}
#process a  {
	width: 200px;
	background-image: url(../_img/navi_process.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	background-position: left top;
}
#contact a  {
	width: 200px;
	background-image: url(../_img/navi_contact.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	background-position: left top;
}
#servicesOn {
	background-image: url(../_img/navi_services_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#clientsOn {
	background-image: url(../_img/navi_clients_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#processOn {
	background-image: url(../_img/navi_process_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#contactOn {
	background-image: url(../_img/navi_contact_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#recruitment {
	position:absolute;
	left:391px;
	top:40px;
	width:30px;
	height:30px;
	z-index:1;
	visibility: hidden;
}

/* NAVIGATION CSS ENDS */
