.clearboth { clear:both; }
html{
	background-color: #2f7193;
}
body {
	background: transparent url('../images/header_bg.png') repeat-x scroll top left;
}
#wrapper {
	margin:0px auto;
	width:750px;
	height:100%;
}
#header {
	width:100%;
	height:85px;
	position:relative;
}
#header #logo{
	text-indent:-9999px;
	display:block;
	float:left;
	background: transparent url('../images/title_logo.png') no-repeat scroll center;
	width:170px;
	height:28px;
	margin:28px 0 5px;
}
#header #header_slogan {
	text-indent:-9999px;
	display:block;
	float:left;
	background: transparent url('../images/header_slogan.png') no-repeat scroll center;	
	margin:34px 0 0 5px;
	width:250px;
}
#header ul#nav {
	float:right;
	position:relative;
	top:34px;
}
#header ul#nav li {
	display:inline;
	float:left;
	margin-left:50px;
}
#header ul#nav li a {
	font: 13px "Helvetica", Verdana, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#2f7193;
}
#header ul#nav li a:hover {
	color:white;
}

#content {
	width:100%;
	height:100%;
	margin:10px 5px;
}
#content #home {
	float:left;
	width:70%;
	height:100%;
	padding-top:100px;
	background: transparent url('../images/content_home.png') no-repeat 8px 15px;
}
#content #home p {
	color:#0e171a;
	font: 14px "Helvetica", Verdana, sans-serif;
}
#content #home a#contact {
	clear:both;
	background: transparent url('../images/mail_to_contact.png') no-repeat;
	text-indent:-9999px;
	display:block;
	height:42px;
	margin-top:15px;
}
#content .right_side {
	float:right;
	display:inline;
	background: transparent url('../images/side_menu_bg.png') repeat-y left top;
	width:28%;
	position:relative;
	top:20px;
}
#content #services {
	height:300px;
}
#content #services span {
	background: transparent url('../images/services_heading.png') no-repeat scroll center center;
	display:block;
	text-indent:-9999px;
	width:90px;
	margin:20px 15px;
}
#content #services ul {}
#content #services ul li {
	background:url("../images/arrow.png") no-repeat scroll left center transparent;
	border-bottom:1px solid #23516A;
	border-top:1px solid #3078a2;
	display:block;
	font:bold 13px "Helvetica",Verdana,sans-serif;
	height:20px;
	margin-left:20px;
	padding:6px 0 0 30px;
	margin-bottom:1px;
	color:#0E171A;
}
#content #services ul li.first {
	border-top:none;
}
#content #services ul li.last {
	border-bottom:none;
}