/*********************************
Global
*********************************/
body { 

	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;

	
	
	font-family: Verdana, Arial, Helvetica;
	color:#fff;
	font-size: 13px;

	background-color: #000;
	background-image:url(../images/siteGraphics/leftColumn.gif); 
	background-repeat:repeat-y;
} 

img {
	border: 0;
}

p {
	text-align: left; 
	margin-top:0px; /* fix netscape / safari */
	
}

.heading {
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 10pt;
	font-style: bold;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: left;	
	color: #FFFFFF; 
	line-height: 10pt;
	margin:0;
	padding-top:2px;
	padding-bottom:6px;
	
}


/*********************************
Tables 
*********************************/


html, body { 
	height: 100%;
	overflow: auto;
}

#StructureTable {
	width: 1000px;
}

#HeaderTable {
	width:100%;
	background-color:#AA0000;
}


table { 
	margin: 0;
	padding: 0;
	border: 0 solid #000;
	text-align: left;

} 

td { 
	margin: 0;
	padding: 0;
} 





/*********************************
TENANT PAGES
*********************************/
#scrollTable {
	margin-left: 0;
	margin-top: 0px;

	width: 805px;

}

#photoCell {
	width:550px; 
	height:445px;

	background-color:#333;
	border: 1px solid #fff;

	text-align: center;
	vertical-align: middle;
	
}

#scrollCell {
	width:250px; 
	
}

#showroomThumb {
	border: 1px solid #fff;
	width:60px; 
	height:60px;
}

#scrollArea {
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#222222;
	scrollbar-darkshadow-color:#999999;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:#333333; 
	scrollbar-track-color:#333333;
	
	width: 100%; 
	height:400px;
	overflow: auto;
}

#scrollArea p {
	margin-right: 15px;
	margin-left:15px;
}

#linkArea {
	margin-left:15px;
}

#contactInfoTable {
	margin-bottom:5px;

}

/*********************************
Buttons
*********************************/

.footer-links A {font-family: Verdana,Tahoma,Arial,Helvetica; color: #BACBD6; font-size: 11px;text-decoration:none;}
.footer-links A:Active {font-family: Verdana,Tahoma,Arial,Helvetica; color: #BACBD6; font-size: 11px;text-decoration:none;}
.footer-links A:hover {font-family: Verdana,Tahoma,Arial,Helvetica; color: #FFF; font-size: 11px;text-decoration:none;}
.footer-links {font-family: Verdana,Tahoma,Arial,Helvetica; color: #BACBD6; font-size: 11px;text-decoration:none;}


.links a{ text-decoration:underline; color:#CC0000; }
.links a:active{ text-decoration:underline; color:#CC0000; }
.links a:hover{ text-decoration:underline; color:#FF0000; }
.links a:visted{ text-decoration:underline; color:#CC0000; }
