/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { padding: 0; }
body {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

.nav-wrap {
	width: 730px;
	margin-bottom: 26px;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-two { margin: 0 auto; list-style: none; position: relative; width: 610px;}
#example-two li { display: inline; }
#example-two li a {
	position: relative;
	z-index: 200;
	color: #bbb;
	font-size: 14px;
	display: block;
	float:left;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#example-two li a:hover { color: white; }
#example-two #magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background: rgba(0,174,239,0.9); z-index: 100; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.current_page_item_two a { color: white !important; }
#container #content #about-top img {
	border: 4px solid #DEDEDE;
}
#container #content #services-right {
	border: 4px solid #DEDEDE;
}

