body {
	background:#fff url(../images/body-bg.gif) repeat-x 50% 0;
}

/*header*/
.header {
	padding:0 0 17px 28px;
	width:761px;
	background-color:#fff;
}
.header:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
.header h1 {
	background:url(../images/logo-blue.gif) no-repeat;
	width:224px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:18px 0 0;
}
.header h1 a {
	width:100%;
	display:block;
	text-indent:-9999px;
	height:100%;
}
/*top-navigation*/
.header ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	background:#68aee0 url(../images/top-menu-bg.gif) no-repeat left bottom;
	padding-left:17px;
}
.header ul li {
	float:left;
	position:relative;
}
.header ul li a {
	display:block;
	line-height:22px;
	font-size:1.1em;
	background-color:#68aee0;
	color:#fff;
	padding:0 14px;
	font-weight:normal;
}
.header ul li.active a,
.header ul li.hover a,
.header ul li:hover a {
	color:#000;
	text-decoration:none;
}
.header ul li.hover li a,
.header ul li:hover li a {
	color:#fff;
	text-decoration:none;
}
.header ul li.hover li.hover a,
.header ul li:hover li a:hover {
	color:#000;
	text-decoration:none;
}
.header ul li ul {
	display:none;
	position:absolute;
	padding:0;
	background:none;
	z-index:8;
	right:0;
}
.header ul li ul.first {
	display:none;
	position:absolute;
	padding:0;
	background:none;
	z-index:8;
	left:0;
}
.header ul li ul li a {
	padding:0;
}
.header ul li ul li {
	float:none;
	text-align:center;
	height:1%;
	vertical-align:top;
}
.header ul li.hover ul,
.header ul li:hover ul {
	display:block;
}

/*right holder*/
.services {
	background-color:#9dccf8;
	float:right;
	width:154px;
	padding:9px 3px 99px 12px;
}
.services h4 {
	font-size:1em;
	margin:0 0 10px;
	line-height:1.6em;
}
.services ul {
	margin:0 0 0 -3px;
	padding:0 0 16px;
}
.services ul li {
	list-style:none;
	background:url(../images/list-2.gif) no-repeat 0 5px;
	padding-left:6px;
	line-height:1.9em;
	padding-bottom:5px;
}
