body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #F3F3F3;
	text-align: center;
	margin: 0;
}

.parent {
	width: 978px;
	background: url(../images/bg_parent.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0 9px;
}

.header, .header h1 {
	height: 123px;
}

.header {
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/top_bg.jpg) repeat-x bottom;
}

.header h1 {
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	background: url(../images/title.jpg) center bottom no-repeat;
}

.nav_menu {
	float:left;
	position:relative;
	left:50%;
	text-align:left;
	height: 50px;
	clear: both;
}


.nav_menu ul {
	float: left;
	
	list-style:none; 
	position:relative;
	left:-50%;

	padding: 0;
	margin: 0 auto;
	height: 60px;
	list-style: none;
}

.nav_menu ul li {
	height: 16px;
	float: left;
	border-right: 1px solid #cccccc;
	text-align: center;
	margin-top: 8px;
}

.nav_menu ul li a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	padding: 8px 3em 0;	
	color: #666666;
}

.nav_menu ul li a.active {
	background: url(../images/nav_active.jpg) no-repeat center top;
	color: #000000;
}

.nav_menu ul li a:hover, 
.nav_menu ul li a.active:hover {
	color: #0099FF;
}

.nav_menu ul li.last_item {
	border: none;
}

br.clear {
	clear: both;
}

/* portfolio */
div.portfolio {
	
}

div.portfolio_item {
	background: url(../images/content_bg.jpg) repeat-x bottom;
	border-bottom: 1px solid #cccccc;
	position: relative;
	height: 450px;
	margin-top: 80px;
}

div.portfolio_item .pf_large_thumb {
	position: absolute;
	bottom: 1px;
	left: 125px;
	background: url(../images/ajax-loader.gif) no-repeat center;
	width: 548px;
	height: 442px;
}

div.portfolio_item .pf_text_block {
	position: absolute;
	left: 705px;
	bottom: 110px;
}

div.portfolio_item .pf_text_block h3 {
	margin: 0;
	color: #666666;
	font-size: 17px;
	font-weight: bold;
}

div.portfolio_item .pf_text_block h3 em {
	font-style: normal;
	color: #000000;
}

div.portfolio_item .pf_text_block h2 {
	margin: -5px 0 0;
	font-size: 35px;
	font-weight: bold;
	color: #0099FF;
} 

div.portfolio_item .pf_text_block h2.small_text {
	font-size: 26px;
}

div.portfolio_item .pf_text_block h2 em {
	font-style: normal;
	color: #0071BD;
}

div.portfolio_item .pf_text_block p {
	margin: -5px 0;
	color: #999999;
	font-size: 10px;
	width: 235px;
}

div.portfolio_item .pf_text_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 210px;
}

div.portfolio_item .pf_text_block ul li {
	padding: 0;
	float: left;
	width: 90px;
	height: auto;
	margin: 2px 4px;
}

div.portfolio_item .pf_text_block ul li a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);					
	opacity: .7;
	width: 90px;
	height: 55px;
	display: block;
	border: 1px solid #cccccc;
	padding: 2px;
}

div.portfolio_item .pf_text_block ul li a img {
	border: none;
}

div.portfolio_item .pf_text_block ul li a:hover,
div.portfolio_item .pf_text_block ul li a.active:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);					
	opacity: 1;
	background-color: #CADBFF;
	border: 1px solid #0099FF;
}

/* footer */

.footer {
	color: #666;
	position: relative;
	height: 300px;
	background: #000000 url(../images/footer_logo.jpg) no-repeat center 275px;
}

.footer .footer-section {
	width: 260px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/footer_break.jpg) no-repeat top right;
	padding: 20px;
	font-size: 11px;
	font-weight: normal;
}

.footer .footer-lower-left,
.footer .footer-lower-right {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	font-weight: normal;
}

.footer .footer-lower-left {
	left: 20px;	
}

.footer .footer-lower-right {
	right: 20px;
}

.footer a {
	color: #666;
	text-decoration: none;
}




























