

body{
	background-color:#372D2D;
	background-image:url("./images/body.gif");
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:7.5pt;

}

td{
	font-family:verdana;
	font-size:7.5pt;
	color:#2F3C3D;
}

a{
	color:#65001F;
	text-decoration:underline;
}

#pageContent{
	background-color:#FFFFFF;
	width:750px;
	height:500px;
	border-right:3px solid #261F1F;
	border-bottom:3px solid #261F1F;
}

#pageContentCell{
	border:1px solid #999999;
}

#pageFooter{
	background-color:#C5CECD;
	height:25px;
	color:#5B6766;
	padding:5px;
}

#pageFooter a{
	color:#374647;
}

#pageHeader{
	height:84px;
}

#pageMenu, #pagePhoto{
	height:230px;
	border-bottom:3px solid #C4B294;
	background-color:#8D775C;
}

#pageMenu{
	width:170px;
}

#pagePhoto{
	width:570px;
}

#pageDetails{
	height:150px;
	
}

#pageLayout{
	width:740px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:5px;
}

#menu{
	margin:4px;	
	height:219px;
}

#button{
	margin-bottom:1px;
}

#captionCell{
	height:76px;
	overflow: auto;
}

#captionCelltd{
	padding:5px;
	border:1px solid #6A5441;
	color:#C5B89E;
	height:86px;
}

#bodyTable{
	width:462px;
	margin-right:3px;
}

#bodyHeader{
	background-color:#586F72;
	height:25px;
}

#bodyText{
	height:110px;
	overflow: auto;	
}

#bodyTextCell{
	border:1px solid #9BA9AA;
	background:url("./images/bgBody.jpg") no-repeat;
	height:125px;
	padding:5px;
	background-color:#EEF3F6;
}

#detailsLayout{
	margin-top:3px;
	margin-bottom:3px;
}

#detailsFeature{
	background:url("./images/bgFeature.gif") no-repeat;
	width:275px;
	height:150px;
}

#portfolioTypeButtons{
padding-left:15px;
}

*, #pagePhoto{
	z-index:0;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #000;
			z-index:49;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
.white_content {
	display: none;
	position: absolute;
	top: 90px;
	left:50%;
	margin-left:-357px; 
	width: 708px;
	height: 450px;
	padding: 10px;
	border: 16px solid #EEF3F6;
	background-color: #fff;
	z-index:50;
	overflow: auto;
}

#newsletter, #quote, #showroom{
	display: none;
}


#images{
	float:left;
	width:209px;
}

#text{
	float:right;
	width:450px;
}

form label{
	width:150px;
	display:inline-block;
	vertical-align:middle;
}

form label, form input, form textarea, form select{
	margin-bottom:5px;
}

form textarea{
	vertical-align:middle;
}

#heading{
	color:#586F72;
	font-size:11pt;
}

