@font-face { font-family: 'Futura LT Condensed Extra Bold'; src: url('/fonts/Futura LT Condensed Extra Bold.ttf'); } 
@font-face { font-family: 'Swiss_721_Light_BT.ttf'; src: url('/fonts/Swiss_721_Light_BT.ttf'); } 

html, body, ul, dl, li, img {margin: 0; padding: 0;}
ul { list-style: none; }
img { border: 0; }

body {
	font-family: 'Helvetica Neue CE 55 Roman', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #461818;
	background-repeat:repeat;
	background-image:url('/images/bg.png');
}

	h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#34211d;
}
	h2 {font-weight: normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:16px; color:#34211d;}
	h4 {font-weight: normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:14px; color:#525252;}

a:link { 
color:#7a3c0d;
background-color: none;
text-decoration: underline;
font-weight:normal;

}
a:visited { 
color:#7a3c0d;
background-color: none;
text-decoration: underline;
font-weight:normal;

}
a:hover {
color: #34211d;
background-color:#none;
text-decoration: underline;
font-weight:normal;

} 

td {
	font-family: Helvetica, Verdana, sans-serif;
}

th {
	font-family: Helvetica, Verdana, sans-serif;
}

div#divContent	{
	width:948px;
	padding: 0px 0px 40px 0px;
}

div#divHeader	{
	height: 175px;
	width: 948px;
	left: 50%;
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
	clear:both;
}

div#divWrap	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	clear:both;
}

div#divContainer	{
	position:absolute;
	width:948px;
	left:50%;
	margin-left:-450px;
	z-index:1;
}

div#divBorder{
	border: 4px solid #271815;
	width: 900px;
	background-color: #fffeeb;
}
	
div#divFooter{
	width:948px;
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	height:75px;
	color:#7a3c0d;
	text-align:center;
	font-size:11px;
	clear:both;
}
	
div#divUberFooter{
	width:948px;
	height:81px;
	background-image:url(/images/uberfooter.png);
	background-repeat:no-repeat;
	padding: 10px 0px 0px 0px;
	text-align:center;
	color:#faf8c9;
}
	
div#divCopy{
	width:900px;
	text-align:center;
	color:#34211d;
}

div#divMenu{
	width: 948px;
	height: 30px;
	color: #ffffff;
	font-size: 24px;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
}

div#divHome{
	width:640px;
	padding:0px 15px 0px 0px;
	float:left;
}

div#divHomeXhatch{
	width:270px;
	border:3px dotted #34211d;
	padding:0px 3px 3px 6px;
	background-color:#faf8c9;
	color:#34211d;
	float:left;
}

div#divServices{
	width:668px;
	padding:0px 35px 0px 0px;
	float:left;
}

div#divServicesSide{
	width:230px;
	color:#34211d;
	float:left;
}

div#divPortfolio{
	text-align:center;
}

div#divPortfolioThumbs{
	width:175px;
	height:175px;
	padding:6px;
	float:left;
}

div#bgWrap{
  width: 100%;
  z-index: 0;
  position: absolute;
}

div#bgTop{
  width:100%;
  background-image:url(/images/bg-top.png);
  background-repeat: repeat-x;
  height: 175px;
}

div#bgMiddle{
  width: 100%;
  height: 30px;
	background-image: url('../images/spacer_menu.png');
  position: absolute;
  background-repeat: repeat;
  
}

div#bt_left{
  float: right;
  background-image:url(/images/bt_bg-left.png);
  width: 9px;
  height: 30px;
}

div#bt_right{
  float: right;
  background-image:url(/images/bt_bg-right.png);
  width: 9px;
  height: 30px;
}

div#portfolio_wrap {
  width: 100%;
  clear: both;
  
}

div#portfolio_thumb {
  width: 300px;
  padding: 20px;
  float: left;
}

div#portfolio_text{
  width: 560px;
  padding: 0px 20px 20px 20px;
  float: left;
}

div#menu_spacer{
  float: right;
  width: 5px;
}

.caption {
  font-size: 11px;
  color: #666666;
}

.scrollTop {
}

