a:link {color: #330000; outline:none; text-decoration:none;}
a:visited {color: #330000; outline:none; text-decoration:none;}
a:hover {color: #555555; outline:none; text-decoration:none;}
a:active {color: #0000FF; outline:none; text-decoration:none}

.housing {
position: absolute;
width:1000px;
top:0px;
left:50%;
padding:0px;
margin:0 0 0 -500px;
overflow: visible;
z-index:0;
font:bold 12px arial;color:#333333;
}

.detailshousing {
position: absolute;
width:500px;
top:0px;
left:50%;
padding:0px;
margin:0 0 0 -250px;
overflow: visible;
z-index:0;
font:bold 12px arial;color:#333333;
}

.header {
position:absolute;
width:950px;
height:480px;
top:20px;
left:30px;
z-index:2;
overflow:visible;
}

.headslideshow {
position:absolute;
width:750px;
height:215px;
top:150px;
left:85px;
z-index:4;
overflow:visible;
}
.headslideshowcoverslip {
position:absolute;
width:750px;
height:215px;
top:150px;
left:85px;
z-index:5;
overflow:visible;
}

.navlinks {
position:absolute;
width:750px;
height:20px;
top:370px;
left:85px;
z-index:6;
overflow:visible;
text-align:center;
}

.cssrollover:link, .cssrollover:visited
{
	/* seems to prevent flickering in Mozilla-based browsers */
	opacity:0.999;
}
.cssrollover:active, .cssrollover:hover, .cssrollover:focus
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
}


/* SPACERS - these classes are for layout spacing. These should never be used for any thumbnail templates or product list spacing. Those spacers are built dynamically. */
/* horizontals */
.h2, .h5, .h10, .h20, .h30, .h40, .h50 {float:left;}

.h2 {width:2px;}
.h5 { width:5px; }
.h10 { width:10px; }
.h20 { width:20px; }
.h30 { width:30px; }
.h40 { width:40px; }
.h50 { width:50px; }
/* end horizontals */
/* verticals */
.v5, .v10, .v20, .v30, .v40, .v50 {position:relative; clear:both; width:100%;}

.v5 { height:5px }
.v10 { height:10px }
.v20 { height:20px }
.v30 { height:30px }
.v40 { height:40px }
.v50 { height:50px }
/* end verticals */
/* END SPACERS */