body {
	text-align: center;
	font: normal 12px "Arial", Times, serif;
	color: #FFF;
	background: #F9F9F9 url(images/bg.jpg) 0 0 repeat-x;
}

a:link, a:visited {
	color: #8ff0fc;
}

#main {
	width:960px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}

#main #top {
	width:960px;
	height: 32px;
	background: url("images/shadow_top.png") no-repeat scroll center top transparent;
}

#main #sides {
	width:960px;
	background: url("images/shadow_sides.png") repeat-y scroll center top transparent;
}

#main #bottom {
	width: 940px;
	background: url("images/shadow_btm.png") no-repeat scroll center top transparent;
	padding: 10px;
}

#sides #container {
	width:960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("images/inner_bg.jpg") no-repeat scroll center top #000000;
}

#navContainer, #headerContainer, #contentContainer   {
	width: 880px;
	margin: 0 auto;
}

#headerContainer {
	padding: 40px 0 40px 0;
}

#headerContainer a {
	background: url(images/logo.jpg) 0 0 no-repeat;
	visibility:inherit;
	width: 876px;
	height: 170px;
	text-indent: -9999px;
	display:block;
	margin-bottom:-40px;
	margin-top:-40px;
	
}

#navContainer {
	border-bottom: solid 1px #FFF;
}

#navContainer ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navContainer ul li { 
	float: left;
	margin: 0 3px 0 3px;
}

#navContainer ul li a {
	text-decoration: none;
	text-indent: -9999px;
	height: 364px;
	display: block;
}

#navContainer ul li a.mainPage {
	width: 170px;
}

#navContainer ul li a.subPage {
	width: 75px;
}

#navContainer ul li a.currentPage {
	width: 550px;
}

#navContainer ul li a.home {
	background: #000 url(images/navHome_main.jpg) 0 0 no-repeat;
}

#navContainer ul li a.about {
	background: #000 url(images/navAbout_main.jpg) 0 0 no-repeat;;
}

#navContainer ul li a.services {
	background: #000 url(images/navServices_main.jpg) 0 0 no-repeat;;
}

#navContainer ul li a.partners {
	background: #000 url(images/navPartners_main.jpg) 0 0 no-repeat;;
}

#navContainer ul li a.contact {
	background: #000 url(images/navContact_main.jpg) 0 0 no-repeat;;
}

.imageMenu {
	position: relative;
	width: 880px;
	height: 364px;
	overflow: hidden;
}

.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 170px;
	height: 364px;
}

.imageMenu ul li.home a {
	background: red url(images/navHome_main.jpg) repeat scroll 0%;
}

.imageMenu ul li.about a {
	background: green url(images/navAbout_main.jpg) repeat scroll 0%;
}

.imageMenu ul li.services a {
	background: blue url(images/navServices_main.jpg) repeat scroll 0%;
}

.imageMenu ul li.partners a {
	background: orange url(images/navPartners_main.jpg) repeat scroll 0%;
}

.imageMenu ul li.contact a {
	background: purple url(images/navContact_main.jpg) repeat scroll 0%;
}

.clearSpace {
	clear: both;
	height: 40px;
}

#contentContainer .col {
	float: left;
}

#contentContainer .single{
	width: 880px;
}

#contentContainer .w340 {
	width: 340px;
}

#contentContainer .w260 {
	width: 260px;
}

#contentContainer .w200 {
	width: 200px;
}

#contentContainer .rightSpace {
	margin-right: 40px;
}

#contentContainer h2.header {
	font: bold 16px Arial;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -1px;
	cursor: default;
	text-align: center;
	padding-bottom: 20px;
}

#contentContainer h2.title {
	font: bold 16px Arial;
	color: #87b0c9;
	cursor: default;
	padding-bottom: 20px;
}
#contentContainer a {
	text-decoration: none;
}

#contentContainer p {
	font: normal 12px "Arial", Times, serif;
	color: #FFF;
	padding-bottom: 10px;
	text-decoration: none;
}

#contentContainer ul.services {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

#contentContainer ul.services li a {
	font: bold 12px Arial;
	color: #8ff0fc;
	text-decoration: none;
	background: url(images/bulletServices.png) 0 2px no-repeat;
	padding: 0 0 0 15px;
}

#contentContainer ul.services li a:hover {
	color: #FFF;
}

#footer {
	text-align: right;
}

#footer a {
	font: bold 12px Arial;
	color: #21707a;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#footer p {
	font: normal 11px Arial;
	color: #000;
	padding-bottom: 5px;
}

.right {
	float:right;
	margin-right:280px;
}

.partners {
	float:right;
	margin-right:50px;
}
	
.btnright {
	margin-left:160px;
}

.table {
	background-image:url(images/table.png);
	width:685px;
	height:850px;
	margin-left:75px;
}

.client {
	font-size:14px;
	color:#333;
	font-weight:bold;
	
}

.tableright {
	margin-top:30px;
	margin-left:40px;
}

p {
	text-align:justify;
}
