* html, body {
	height: 96%;
}
body {
	width: 1024px;
	font: 11px Verdana, Arial;
	background-color: #333;
	text-align: center;
	margin: 0;
}
img {
	border: 0;
}

#container {
	height: 100%;
	background-color: #222;
	border: 1px solid #363636;
	border-left: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
}
#front-header {
	height: 250px;
	background: #333 url(../images/logo.gif) no-repeat 92px 88px;
	margin: 0;
	padding: 0;
}
#header {
	height: 105px;
	background: #333 url(../images/logo.gif) no-repeat 92px 10px;
	margin: 0;
	padding: 0;
}
#front-nav {
	float: right;
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
	position: absolute;
	/*top: 32px;*/
	left: 395px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 0;
}
#nav a {
	width: 140px;
	display: block;
	text-align: right;
	margin: 0;
	padding: 5px 10px 4px 0;
}
#front-nav li {
	width: 300px;
	margin: 5px 0;
	padding: 0;
}
#front-nav a {
	width: 290px;
	display: block;
	text-align: right;
	margin: 0;
	padding: 5px 10px 4px 0;
}
#front-nav a:link, #nav a:link, #front-nav a:visited, #nav a:visited, #front-nav a:hover, #nav a:hover {
	color: #3B3B3B !important;
	font: normal 14px "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	background-color: #3B3B3B !important;
	border: 1px solid #444;
	border-top: 0;
	border-right: 0;
}
#front-nav a:hover, #nav a:hover {
	color: #555 !important;
	background-color: #555 !important;
	border: 1px solid #666;
	border-right: 0;
	border-top: 0;
}
#nav a.home {
	background: url(../images/home_menu.gif) no-repeat 10px 8px;
}
#front-nav a.home:hover, #nav a.home:hover {
	background: url(../images/home_menu.gif) no-repeat 10px -30px;
}
#front-nav a.services, #nav a.services {
	background: url(../images/services_menu.gif) no-repeat 10px 8px;
}
#front-nav a.services:hover, #nav a.services:hover {
	background: url(../images/services_menu.gif) no-repeat 10px -31px;
}
#front-nav a.portfolio, #nav a.portfolio {
	background: url(../images/portfolio_menu.gif) no-repeat 10px 8px;
}
#front-nav a.portfolio:hover, #nav a.portfolio:hover {
	background: url(../images/portfolio_menu.gif) no-repeat 10px -28px;
}
#front-nav a.contact, #nav a.contact {
	background: url(../images/contact_menu.gif) no-repeat 9px 8px;
}
#front-nav a.contact:hover, #nav a.contact:hover {
	background: url(../images/contact_menu.gif) no-repeat 9px -30px;
}

#nav li.selected a:link, #nav li.selected a:hover, #nav li.selected a:visited {
	border: 1px solid #666;
	border-right: 0;
	border-top: 0;
}
#front-nav li.selected a.home:link, #front-nav li.selected a.home:hover, #front-nav li.selected a.home:visited {
	color: #555 !important;
	border-color: #444;
	background: #555 url(../images/home_menu_selected.gif) no-repeat 9px 2px !important;
}
#nav li.selected a.portfolio:link, #nav li.selected a.portfolio:hover, #nav li.selected a.portfolio:visited {
	color: #999 !important;
	background: #999 url(../images/portfolio_menu_selected.gif) no-repeat 9px 2px !important;
}
#nav li.selected a.services:link, #nav li.selected a.services:hover, #nav li.selected a.services:visited {
	color: #FF9900 !important;
	background: #FF9900 url(../images/services_menu_selected.gif) no-repeat 9px 1px !important;
}
#nav li.selected a.contact:link, #nav li.selected a.contact:hover, #nav li.selected a.contact:visited {
	color: #3399CC !important;
	background: #3399CC url(../images/contact_menu_selected.gif) no-repeat 8px 2px !important;
}

#titles {
	height: 30px;
	background-color: #333;
	margin: 0;
	padding: 0;
}
#titles h2 {
	float: left;
	display: inline;
	height: 22px;
	width: 250px;
	margin: 5px 0 0 65px;
}
#who_header {
	background: url(../images/who_we_are.gif) no-repeat left center;
}
#where_contact_header {
	background: url(../images/where_contact.gif) no-repeat left center;
}
#what_services_header {
	background: url(../images/what_offer.gif) no-repeat left center;
}
#how_header {
	background: url(../images/how_we_do_it.gif) no-repeat left center;
}
#what_header, #what_portfolio_header {
	background: url(../images/what_weve_been_doing.gif) no-repeat left center;
}
#who_header span, #how_header span, #what_header span, #where_contact_header span, #what_services_header span, #what_portfolio_header span {
	display: none;
}

#main {
	background-color: #222;
	text-align: left;
}
.section {
	float: left;
	display: inline;
	width: 250px;
	border-top: 1px solid #333;
	text-align: left;
	margin: 15px 0 0 65px;
	padding: 6px 0 0 0;
}
div.box {
	color: #FFF;
	background-color: #222;
	margin: 4px 0 0 0;
	padding: 0;
}
div.box p {
	margin: 5px 0;
}
div.box a:link, div.box a:visited, div.box a:hover {
	color: #3399CC;
}
.portfolio_details {
	display: block;
	float: right;
	margin-top: 5px;
}

.list {
	float: left;
	display: inline;
	width: 400px;
	text-align: right;
	margin: 15px 0 0 65px;
	padding: 3px;
}
.list h3 {
	height: 26px;
	border-bottom: 1px solid #444;
}
.list h3 p {
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.list h3 p a:link, .list h3 p a:hover, .list h3 p a:visited {
	color: #FFF;
}
.list span {
	display: none;
}
#work_list h3 {
	background: url(../images/work.gif) no-repeat 5px 4px;
}
#projects_list h3 {
	background: url(../images/projects.gif) no-repeat 5px 4px;
}

.port_item {
	color: #FFF;
	width: 370px;
	background-color: #242424;
	border: 1px solid #292929;
	margin: 20px 0;
	padding: 0 0 10px 0;
}
.port_header {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #444;
	margin: 10px 0 0 10px;
	padding: 4px 0 4px 0;
}
.port_header a:link, .port_header a:visited, .port_header a:hover {
	color: #FFF;
	text-decoration: none;
}
.port_img {
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
}
.port_img img {

}
.port_item p {
	text-align: left;
	margin: 0;
	padding: 8px;
}
.port_item p a:link, .port_item p :hover, .port_item p a:visited {
	color: #FFF;
}
#portfolio h6 {
	float: left;
	display: inline;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #444;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #999;
	padding: 5px;
	margin: 0;
}
#portfolio h6.label {
	clear: left;
	width: 100px;
	margin: 0;
}
#portfolio h6.field {
	width: 225px;
	border-left: 0;
	padding-left: 7px;
}
#portfolio h6.first {
	margin-top: 5px;
}
#portfolio h6.last {
	border-bottom: 1px solid #444;
}
#portfolio h6 a:link, #portfolio h6 :hover, #portfolio h6 a:visited {
	color: #999;
}
.port_pages {
	text-align: left;
	margin: 5px 0;
}
.port_pages a, .port_pages b {
	margin-left: 5px;
}
.port_pages a:link, .port_pages a:hover, .port_pages a:visited {
	color: #FFF;
}

#portfolio {
	width: 860px;
	text-align: left;
	color: #FFF;
	background-color: #242424;
	border: 1px solid #292929;
	margin: 15px 0 0 65px;
	padding: 10px 15px;
}
#portfolio h3 {
	font-size: 15px;
	border-bottom: 1px solid #444;
	margin: 0 0 10px 0;
	padding: 5px 0;
}
#portfolio_images {
	float: left;
	width: 320px;
	text-align: center;
	background-color: #CCC;
	margin: 0;
	padding: 10px;
}
#portfolio_text {
	width: 400px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#portfolio h5 {
	float: left;
	clear: left;
	width: 850px;
	font-size: 10px;
	color: #FFF;
	margin: 15px 0 0 0;
	padding: 0;
}
#portfolio h5 a:link, #portfolio h5 a:visited, #portfolio h5 a:hover {
	color: #FFF;
}

#contact {
	width: 700px;
	text-align: left;
	color: #FFF;
	background-color: #242424;
	border: 1px solid #292929;
	margin: 15px 0 0 65px;
	padding: 10px 15px;
}
#contact p {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #444;
	margin: 0 0  10px 0;
	padding: 5px 0;
}
#contact_form {
	margin: 0;
}
#contact_form .field {
	margin-bottom: 5px;
}
#contact_form .field input, #contact_form .field select, #contact_form .field textarea {
	font-size: 10px;
	padding: 1px;
}
#contact_form .field input {
	width: 200px;
}
#contact_form .field select {
	margin-top: 2px;
}
#contact_form .field textarea {
	margin: 6px 0 10px 0;
}
#contact_form .field h4 {
	width: 100px;
	float: left;
	font-size: 10px;
	/*background-color: #333;
	border-right: 1px solid #555;*/
	border-bottom: 1px solid #555;
	margin: 0;
	padding: 5px 0 5px 5px;
}
#contact_form .field h4.last {
	border-bottom: 0;
}
#contact_form .subtitle {
	font-weight: bold;
	border-bottom: 1px solid #444;
	margin-top: 25px;
	padding-bottom: 5px;
}

#services {
	width: 860px;
	text-align: left;
	color: #FFF;
	background-color: #242424;
	border: 1px solid #292929;
	margin: 15px 0 15px 65px;
	padding: 10px 15px;
}
#services p {
	margin: 0;
	padding: 0;
}
#services ul {
	list-style: none;
	margin: -3px 0 10px 40px;
	padding: 0;
}
#services li {
	padding: 1px 0;
}
#services .anchor {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #444;
	margin: 20px 0 5px 0;
	padding: 0 0 5px 0;
}
#services .anchor span {
	font-weight: normal;
	margin-left: 10px;
}
#services a:link, #services a:visited, #services a:hover {
	color: #FFF;
}

#footer {
	width: 1024px;
	color: #666;
	margin: 0;
	padding: 8px 0 10px 0;
}
.clear {
	clear: both;
}