@charset "utf-8";
/* CSS Document */

body {
	background-color:#DFC69C;
	background-image:url(images/bg/slice.gif);
	background-repeat:repeat-x;
	margin:0px;	
	padding:0px;
	font-family:'Helvetica Neue', Palatino Linotype, arial, verdana;
}

a
{
	color: #dfc8a0;
	text-decoration: none;
}

a:hover, a:active
{
	color: #e8a835;
	text-decoration: underline;
}

.navigation
{
	background-image: url(images/bg/nav.gif); 
	background-repeat:repeat-x; 
	height:40px;
	color:#e8a835;
	font-weight:bold;
}
.navigation a:link {color:#dfc8a0}
.navigation a:hover, .navigation #on {color:#e8a835; text-decoration:underline}
.navigation a:active {color:#e8a835}


h1
{
	font-size: 24px;
	color: #E7A836;	
	line-height: 24px;
	margin-bottom:0px;
	padding-bottom:0px
	padding-top:0px
	margin-top:0px;
}

p, .p {
	color: #dfc8a0;
	font-size:16px;
	}

.input {
border: 1px solid #E7A836;; 
background-color: #DFC69C; 
color: rgb(0, 0, 0);}

.footer {
	font-size:12px;
	color:#999999;
	text-align:center;
	padding-top:10px;
	margin:0px auto;
	width:1000px;
	line-height:20px;
	padding-bottom:20px;
	}
		
.address {
	padding-top:30px;
	color: #dfc8a0;
	font-size:14px;
	font-weight:bold;}
.address a:link {color:#dfc8a0; text-decoration:underline}
.address a:hover {color:#e8a835; text-decoration:underline}
.address a:active {color:#e8a835; text-decoration:underline}

.copyright {
	font-size:10px;
	color:#dfc8a0;}
.copyright a:link {color:#dfc8a0;}
.copyright a:hover {color:#e8a835; text-decoration:underline}
.copyright a:active {color:#e8a835}


/*-----------------------------------------------
	               TOUR
-----------------------------------------------*/

#tour-holder {
	margin-top:155px;
	position:relative;
	text-align:center;
	}

.tour{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.tour-tile img{
	border: 2px solid #5A3617;
}

.tour-tile:hover,{
	background-color: transparent;
	text-decoration: none;
}
.tour-tile:hover img, .tour-tile-on img{
	border: 2px solid #E8A835;
}

/*-----------------------------------------------
               PHOTO GALLERY
-----------------------------------------------*/

#gallery-holder {
	width:329px;
	margin-top:155px;
	position:relative;
	float:right;
	}
	
#gallery-holder h1{

	font-size:18px;
	color:#DFC8A0;
	padding-bottom:10px;}

.showroom-thumbnail img{
	border: 1px solid #000000;
	margin: 0 5px 5px 0;
	background-color:#593616;
}

.showroom-thumbnail span img{
	border: 1px solid #ECA637;
	margin:0;
	background-color:#593616;
}

.showroom-thumbnail:hover{
	background-color: transparent;
}

.showroom-thumbnail:hover img{
	border: 1px solid #ECA637;
}

.showroom-thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	border: solid 3px #ECA637;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left: -440px;
}

.showroom-thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	background-color:#000;
}

.showroom-thumbnail:hover span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	border: solid 3px #ECA637;
	color: black;
	text-decoration: none;
	visibility: visible;
	left: -440px; /*position where enlarged image should offset horizontally */
	z-index: 20;
	top: 0px;	
}

.showroom-thumbnail-first img{
	border: 1px solid #ECA637;
	margin: 0 5px 5px 0;
}

.showroom-thumbnail-first span img{
	border: 1px solid #ECA637;
	margin:0;
	background-color:#593616;
}

.showroom-thumbnail-first :hover{
	background-color: transparent;
}

.showroom-thumbnail:hover img{
	border: 1px solid #ECA637;
}


.showroom-thumbnail-first span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	border: solid 3px #ECA637;
	color: black;
	text-decoration: none;
	visibility: visible;
	left: -440px; /*position where enlarged image should offset horizontally */
	z-index: 20;
	top: 0px;
	background-color:#000;	
}











