#site_header .top a {
	color:#cee4ec;
	text-decoration:none;
	}
#site_header .top a:hover {
	text-decoration:underline;
	color:#fff;
	}
#site_header .top ul {
	margin:0;
	float:right;
	line-height:1;
	font-size:100%;
	}
#site_header .top ul li {
	display:inline;
	float:left;
	}
#site_header .top ul li.share {
	margin:8px 10px 0;
	}
#site_header .top ul li.share a {
	background:url('/assets/images/icons/share.gif') no-repeat right -2px;
	padding:2px 18px 0 0;
	display:block;
	}
#site_header .top ul li.live_chat {
	margin:0 0 0 10px;
	width:134px;
	height:42px;
	}
#site_header .top ul li.live_chat a {
	position:relative;
	top:-1px;
	}
#site_header .top ul li.live_chat a:hover {
	top:0;
	}

#nav {
	position:absolute;
	top:53px;
	left:465px;
	height:26px;
	width:485px;
	}
#nav ul {
	margin:0;
	list-style:none;
	line-height:1;
	width:485px;
	}
#nav ul li {
	display:inline;
	float:left;
	}
#nav ul li a {
	background-image:url('/assets/images/bg/nav_bg.jpg');
	background-repeat:no-repeat;
	display:block;
	height:26px;
	text-indent:-9999px;
	}
#nav ul li.home a {
	width:66px;
	background-position:left top;
	}
#nav ul li.home a:hover,
#nav ul li.home a.active {
	background-position:left bottom;
	}
#nav ul li.services a {
	width:81px;
	background-position:-66px top;
	}
#nav ul li.services a:hover,
#nav ul li.services a.active {
	background-position:-66px bottom;
	}
#nav ul li.work a {
	width:59px;
	background-position:-147px top;
	}
#nav ul li.work a:hover,
#nav ul li.work a.active {
	background-position:-147px bottom;
	}
#nav ul li.clients a {
	width:71px;
	background-position:-206px top;
	}
#nav ul li.clients a:hover,
#nav ul li.clients a.active {
	background-position:-206px bottom;
	}
#nav ul li.about a {
	width:65px;
	background-position:-277px top;
	}
#nav ul li.about a:hover,
#nav ul li.about a.active {
	background-position:-277px bottom;
	}
#nav ul li.news a {
	width:61px;
	background-position:-342px top;
	}
#nav ul li.news a:hover,
#nav ul li.news a.active {
	background-position:-342px bottom;
	}
#nav ul li.contact a {
	width:82px;
	background-position:-403px top;
	}
#nav ul li.contact a:hover,
#nav ul li.contact a.active {
	background-position:-403px bottom;
	}
	
.pagination {
	overflow:hidden;
	height:100%;
	padding:10px 0 5px;
	margin-top:5px;
	border-top:1px solid #bbb;
	clear:both;
	}
.pagination.no_border {
	padding:0 0 15px;
	margin:0;
	}
.pagination span {
	margin-right:4px;
	display:inline;
	float:left;
	}
.pagination span a {
	display:block;
	float:left;
	padding:2px 7px 1px;
	background:#eee;
	text-decoration:none!important;
	}
.pagination span a.current,
.pagination span a:hover {
	background:#2fa2cc;
	color:#fff;
	}
	
p.breadcrumb {
	float:left;
	color:#666;
	margin:5px 0;
	}

.navigation {
	font-size:81.3%;
	overflow:hidden;
	height:100%;
	padding:10px 0 15px;
	border-top:1px dotted #ccc;
	display:block!important;
	}
.navigation .alignleft {
	float:left;
	}
.navigation .alignright {
	float:right;
	}


h2.subnav_title {
	padding:5px;
	margin:5px 0 0;
	color:#666;
	text-transform:uppercase;
	font-size:87.5%;
	line-height:130%;
	font-weight:bold;
	}
h2.subnav_title a {
	display:block;
	}	
ul#subnav {
	overflow:hidden;
	height:100%;
	clear:both;
	list-style:none;
	margin:0 0 15px;
	font-size:87.5%;
	border-top:1px dotted #ccc;
	}
ul#subnav ul {
	margin:0;
	font-size:93.8%;
	}
ul#subnav li {
	display:inline;
	clear:both;
	}
ul#subnav li a {
	display:block;
	padding:7px 5px 5px;
	border-bottom:1px dotted #ccc;
	color:#333;
	}
ul#subnav ul li a {
	padding:7px 20px 5px;
	}
ul#subnav li a:hover {
	background:#f6f6f6;
	}
ul#subnav li.current_page_item a {
	background:#eee;
	color:#333;
	font-weight:bold;
	}
ul#subnav li.current_page_item ul li a {
	border-bottom:1px dotted #ccc;
	color:#333;
	background:none;
	font-weight:normal;
	}
	
ul#site_map {
	font-size:100%;
	margin:10px 25px 20px;
	font-weight:bold;
	}
ul#site_map ul {
	font-weight:normal;
	font-size:93.8%;
	}
	
