@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-color: #fff;
	background-image: url('/img/topBG.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 14px;	
}
div.fs{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
div#headerStart{
	margin-top: 40px;
	background-image: url('/img/header.png');
	background-repeat: no-repeat;
	height: 374px;
	position: relative;
}
	div#headerStart ul{
		position: absolute;
		left: 218px;
		bottom: 52px;
	}
		div#headerStart ul li, 
		div#header ul li{
			font-size: 18px;
			list-style-type: none;
			display: inline;
			float: left;
			width: 130px;
			height: 40px;
			padding: 10px 0 10px 10px;
			border-left: 1px solid #d0cab5;
		}
			div#headerStart ul li span.highlight, 
			div#header ul li span.highlight{
				color: #3e260a;	
				font-weight: bold;
			}
			div#headerStart ul li span.location, 
			div#header ul li span.location{
				font-size: 10px;	
				font-weight: bold;
				color: #d0cab5;
				text-decoration: none;
				text-transform: uppercase;
			}
				div#headerStart ul li span.location span.highlight, 
				div#header ul li span.location span.highlight{
					font-size: 10px;	
				}
			div#headerStart ul li a, 
			div#header ul li a{
				color: #d0cab5;
				text-decoration: none;
				text-transform: uppercase;
			}
div#header{
	margin-top: 20px;
	background-image: url('/img/header.png');
	background-repeat: no-repeat;
	height: 374px;
	position: relative;
	margin-top: -40px;
	z-index: 1;
}
	div#header ul{
		position: absolute;
		left: 60px;
		top: 50px;
	}
				div#header ul li a.active span.highlight{
					color: #b70203;	
				}
					div#header ul li a.active span.location span.highlight{
						color: #3e260a;
					}

div#holder{
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
	div#holder div#text{
		padding: 0 100px;
	}
	
	div#holder div#nav{
		margin: -40px 100px;
		position: absolute;
		top: 350px;
		z-index: 2;
		width: 800px;
		padding-bottom: 6px;
		border-bottom: 1px solid #c8c0a9;
		font-weight: bold;
	}
		div#holder div#nav a{
			color: #c8c0a9;
			font-size: 14px;
			text-transform: uppercase;
			text-decoration: none;
			padding: 6px 10px;
			float: left;
			display: block;
		}
			div#holder div#nav a.active{
				background-color: #3d3935;	
				color: #fff;
			}
			div#holder div#nav a:hover{
				background-color: #f3f2ed;			
			}
			div#holder div#nav a.active:hover{
				background-color: #3d3935;	
				color: #fff;
			}

	div#holder div#subnav{
		margin: -40px 100px;
		position: absolute;
		top: 380px;
		z-index: 2;
		width: 800px;
		padding-bottom: 6px;
		font-weight: bold;
	}
		div#holder div#subnav a{
			color: #c8c0a9;
			font-size: 14px;
			text-transform: uppercase;
			text-decoration: none;
			padding: 6px 10px;
			float: left;
			padding-top: 16px;
			display: block;
		}
		div#holder div#subnav a:hover{
			color: #908a7a;
		}
			div#holder div#subnav a.active, div#holder div#subnav a.active:hover{
				padding-top: 6px;
				color: #bc1314;
				padding-top: 16px;
			}
				div#holder div#subnav a.active span{
					color: #3d3935;
				}
				
table.portfolio{
	border-collapse: collapse;	
	margin: 20px auto;
}
	table.portfolio td{
		padding: 5px;
	}
	table.portfolio td.clientTitle{
		color: #c8c0a9;
		font-size: 24px;
		font-weight: bold;
		text-align: left;
	}
	table.portfolio td.pager{
		color: #c8c0a9;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
	}
		table.portfolio td.pager a{
			color: #c8c0a9;
			padding: 2px 5px 2px 5px;
			text-decoration: none;
		}
		table.portfolio td.pager a.selected{
			background-color: #bc1314;
			color: #fff;
		}
	table.portfolio td.info{
		text-align: right;	
	}
	table.portfolio td.info p{
		margin: 0;
		padding: 0;
	}
	table.portfolio ul{	
		margin: 0;
		list-style-type: none;
	}
	div.meta{
		color: #000;
		font-size: 12px;
		text-align: right;
	}
	table.portfolio td.pager div.meta a{
		text-decoration: underline;
		color: #0033ff;
	}

div.galleries{
	margin-top: 20px;	
}
	div.galleries div.galleryHolder{
		width: 120px;
		margin: 6px;
		float: left;
	}
	div.galleries div.galleryLabel{
		font-size: 13px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	div.galleries div.galleryLabel span{
		color: #bc1314;	
	}
div#home{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 140px;
	top: 90px;
}
div#home a{
	width: 100%;
	height: 100%;
	display: block;
}
