*
{
	margin: 0px;
	padding: 0px;
}

ul
{
	margin-left: 25px;
}

ul.black
{
	color: #000;
}

body
{
    font-family: skia, arial, sans-serif;
	font-size: 12px;
	background: url(../img/background.jpg) top center no-repeat #fff;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
	color: #008fd4;
}



h1
{
	background-color: #d00000;
}

h3
{
	padding-top: 18px;
}

h4
{
	font-weight: normal;
	padding-left: 35px;
	background: url(/assets/images/plus_button.gif) top left no-repeat;
	cursor: pointer;
}

h7
{
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
	

a
{
	color: #008fd4;
	text-decoration: none;
}

img
{
	border: none;
}

.right
{
	text-align: right;
	font-weight: bold;
}

.clear
{
	clear: left;
}

.module
{
	padding: 20px;
	border: 1px solid #d7d6d6;
	background-color: #f0f0f0;
	margin-bottom: 5px;
}

.client_logo_module
{
	padding: 20px 5px 5px;	
}

.client_logo_module h5
{
	margin-left: 15px;
}

.client_row
{
	margin-bottom: 4px;
}

.client_logo
{
	border: 1px solid #d8d7d7;
}

.left_logo
{
	margin-right: 4px;
}

.block_img
{
	display: block;
}

.module a
{
	color: #575757;
	text-decoration: underline;
}

.button
{
	padding-top: 15px;
}

.mid_bold
{
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.bio
{
	padding-left: 35px;
	padding-bottom: 20px;
}

#wrapper
{
	position: relative;
	margin: 0px auto;
	width: 946px;
}

#main_nav
{
	margin: 0px;
	position: relative;
	padding-top: 28px;
	padding-bottom: 17px;
	height: 81px;
	background: url(../img/nav_bg2.jpg) top center no-repeat;
}

#home_nav
{
	position: absolute;
	display: block;
	left: 10px;
	width: 340px;
	height: 60px;
}

#company_nav, #technique_nav, #work_nav, #services_nav, #contact_nav
{
	position: absolute;
	display: block;
	top: 78px;
	height: 34px;
	line-height: 13px;
	font-size: 6px;
	
}

.active
{
	top: 78px !important;
	padding-left: 5px;
	border-left: 4px solid #008fd4;
}

#home_nav a, #company_nav a, #technique_nav a, #work_nav a, #services_nav a, #contact_nav a
{
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
	
	
}

#company_nav
{
	left: 390px;
	width: 80px;
}

#technique_nav
{
	left: 497px;
	width: 97px;
}

#work_nav
{
	left: 618px;
	width: 88px;
}

#services_nav
{
	left: 737px;
	width: 80px;
}

#contact_nav
{
	left: 846px;
	width: 75px;
}

#banner
{
	padding: 5px 7px;
	background-color: #670200;
	background: url(../img/banner_bg.jpg) top center no-repeat;
}

#h1_banner
{
	text-indent: -2000em;
	margin: 0px;
	padding: 0px;
}


/* Main site style */
#main_wrapper
{
	padding: 0px 7px;
	background: url(../img/content_bg.gif) top left repeat-y;
}

#left_col
{
	color: #575757;
	line-height: 20px;
	float: left;
	width: 554px;
	padding: 21px 25px 23px 26px;
}

#right_col
{
	color: #575757;
	line-height: 20px;
	float: left;
	width: 326px;
	padding-bottom: 2px;
}

#footer
{
	color: #a1a0a0;
	font-size: 11px;
	height: 38px;
	padding-left: 35px;
	line-height: 38px;
	text-align: left;
	background: #f0f0f0;
}

#footer a
{
	color: #a1a0a0;
}

#footer a.red
{
	color: #d00000;
}

.company
{
	display: none;
}


a.doc 
{
	padding: 3px 0px 3px 30px; 
	background: transparent url(../img/paper_icon.png) no-repeat 0 50%; 
}

/* Portfolio */
.recent_wrapper
{
	position: relative;
	clear: both;
	margin: 10px 0px;
}

.recent_item
{
	float: left;
	display: block;
	width: 553px;
	height: 180px;
	padding-bottom: 10px;
}

