* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans;
	color: #555555;	
	line-height: 18px;
	background: #ffffff;
}
div#header {
	width: 100%;
	background: #0B141B;
}
	div#header div.inner {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		background: url('../images/header_bg.png') no-repeat top center;
		height: 279px;
		position: relative;
	}
		div#header div.inner div.logo{
			position: absolute;
			left: 0;
			top: 35px;
			z-index: 2;
		}
		div#header div.inner div#recent_work {
			float: left;
			margin-left: 100px;
			margin-top: 45px;
			height: 195px;
			position: relative;
			overflow: hidden;
			width: 500px;
			z-index: 1;
			padding-left: 18px;
		}
		* html div#header div.inner div#recent_work { margin-left: 40px; }
			div#header div.inner div#recent_work img{
				border: 5px solid #2b3439;
			}
			.portfolio_desc {
				width: 385px;
				color: #fff;
				height: 28px;
				margin-left: 5px;
				position: absolute;
				top: 158px;
				left:18px;
				border: 1px solid #2B3439;
				border-left: 0;
				background: url('../images/desc_bg.png') repeat-x;
			}
			.portfolio_desc p {
				color: #fff;
				padding: 5px 0px 0px 10px;
				font-weight: bold;
				font-size: 11px;
			}
			div#header div.inner div#recent_work .next img{ border: none;}
			div#header div.inner div#recent_work .prev img{ border: none;}
			div#header div.inner div#recent_work .next {
				position: absolute;
				right: 0;
				top: 90px;
				z-index: 5;
			}
			div#header div.inner div#recent_work .next img{ filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/images/next.png", sizingMethod="crop"); }
			iv#header div.inner div#recent_work .prev img{ filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/images/prev.png", sizingMethod="crop"); }
			div#header div.inner div#recent_work .prev {
				position: absolute;
				left: 0px;
				top: 90px;
				z-index: 5;
			}
div#nav {
	width: 235px;
	float: right;
}
	div#nav ul {
		list-style: none;
		margin-top: 45px;
	}
	div#nav ul li{
		width: 220px;
		font-size: 13px;
		* padding-bottom: 8px;
	}
	* html div#nav ul li{ padding-bottom: 0px; }
		div#nav ul li a {
			color: #a1a1a1;
			background-image: url('../images/nav.jpg');
			padding-top: 5px;
			padding-bottom: 8px;
			padding-left: 15px;
			float: left;
			display: block;
			width: 220px;
			margin-bottom: 10px;
		}
		div#nav ul li a:hover {
			background-image: url('../images/nav.jpg');
			text-decoration: none;
			color: #00a651;
		}
			div#nav ul li a.active{
				color: #fff;
			}
			#nav ul li a:hover em {display: inline;}
			#nav ul li a:hover {padding-bottom: 7px;}
			#nav ul li a.active:hover {padding-bottom: 8px;}
			#nav ul li em {
				color: #aaa; 
				font-style: normal; 
				font-size: 10px; 
				display: none; 
				margin:0;
				margin-left: 1.5em;
				margin-top: 4px;
				position: relative; top: -0.02em; 
				border-left: 1px solid #ddd; 
				padding: 0.3em 0 0.2em 1.5em;
			}
			
	div#nav ul li#home a{ background-position: left top; }
	div#nav ul li#about a{ background-position: left -40px; }
	div#nav ul li#our_work a{ background-position: left -80px; }
	div#nav ul li#services a{ background-position: left -120px; }
	div#nav ul li#contact a{ background-position: left -160px; }
	div#nav ul li#home a:hover{ background-position: right top; }
	div#nav ul li#about a:hover{ background-position: right -40px; }
	div#nav ul li#our_work a:hover{ background-position: right -80px; }
	div#nav ul li#services a:hover{ background-position: right -120px; }
	div#nav ul li#contact a:hover{ background-position: right -160px; }
div#content_wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
}
	div#content_wrap div#content{
		float: left;
		width: 570px;
	}
/*--------------------------------------------
Sidebar
---------------------------------------------*/	
div#sidebar {
	background: url('../images/sidebar_middle.jpg') repeat-y top left;
	float: right;
	width: 300px;
}
	div#sidebar_top {
		background: url('../images/sidebar_top.jpg') no-repeat top left;
		height: 80px;
	}
	div#sidebar_bottom {
		background: url('../images/sidebar_bottom.jpg') no-repeat bottom left;
		height: 80px;
	}
	div#sidebar_wrap {
		padding-left: 30px;
		margin-top: -80px;
	}	
	div#sidebar p {
		line-height: 18px;
		font-size: 11px;
	}
	div#sidebar div.rss {
		position: absolute;
		top:-15px;
		right:0;
	}
	div#sidebar ul.photos li{
		list-style: none;
		display: inline;
		margin-right: 7px;
		margin-bottom: 7px;
	}
		div#sidebar ul.photos li img{
			border: 3px solid #ccc;
		}
div#footer {
	border-top: 1px solid #DDDDDD;
	clear: both;
	background-color: #0B141B;
}
	div#footer div.inner {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		font-size: 11px;
		position: relative;
	}
	div#footer div.bottom_nav {
		position: absolute;
		right: 0;
		top: 10px;
	}
/*--------------------------------------------
Subpages
---------------------------------------------*/	
div.member {
	margin-top: 10px;
}
	div.member img{
		border: 4px solid #eaeaea;
		float: left;
	}
	div.member p {
		margin-left: 105px;
		padding-top: 2px;
	}
label {
font-weight: bold;
}
img.portfolio {
	border: 4px solid #555;
	margin-bottom: 10px;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1.recent_work {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
h2, h3 {
	display: inline;
	color: #222;
	border-bottom: 4px solid #CCC;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;	
	font-weight: bold;
}
#content p {
	line-height: 20px;
	color: #6a6a6a;
	margin-top: 5px;
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 11px;
}
a { color: #1d81b0; text-decoration: none;}
a:hover {text-decoration: underline;}
a.headline {
	font-weight: bold;
}
 {
	background: url('../images/arrow_right.jpg') no-repeat right 3px;
	padding-right: 15px;
	float:right;
}
#content a.readmore,
#content a.visitsite,
a.readmore {
	background: url('../images/arrow_right.jpg') no-repeat right 5px;
	padding-right: 15px;
	float:right;
}
a.readmore {background-position: right 3px;}
#content a.visitsite {background-position: right 2px; float: left; margin-top: 5px;}
/*--------------------------------------------
Misc
---------------------------------------------*/
input, textarea {
	border: 1px solid #cdcdcd;
	padding: 5px;
	background: #f7f7f7;
}
input:focus { background: #fff; }
input#search {
	float: left;
	margin-top: 5px;
}
img {border:0;}
hr {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #DDDDDD;
	clear: both;
}
