@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
	width: 100%;
}

body{
	background-color: #791617;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	box-sizing: border-box;
}

h1{
	font-size: 18px;	
}
h2{
	margin: 0;	
}
ul{
	padding: 2px 2px 2px 15px;
}

a{
	color: #791617;
}

td{
	vertical-align: top;
}

/* Named Tag Classes */

table.body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.site{
	width: 980px;
	height: 100%;
}

div.testimonial{
	padding: 10px 50px;
	font-style: italic;
	font-size: 16px;
}

div.signature{
	text-align: right;
	padding: 5px 50px;
}

img.gallery{
	border: 1px solid #AB7841;
	margin: 1px;
	cursor: pointer;
}

/* IDs */

#column1row1{
	height: 265px;
	width: 185px;
	background-image: url(images/custom_homes_01_01.jpg);
	padding-top: 150px;
	padding-left: 25px;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

#column1row1 a{
	color: #791617;
	text-decoration: none;
	text-shadow: #FBF9AA 0px 0px 6px;
}

#column1row1 a:hover{
	color: #000;
}

#flash{
	height: 415px;
	width: 683px;
}

#column1row3{
	height: 415px;
	width: 87px;
	background-image: url(images/custom_homes_01_03.jpg);
}

#column2{
	height: 59px;
	width: 980px;
	background-image: url(images/custom_homes_02.jpg);
}

#content{
	height: 100%;
}
#listings{
	width: 100%;
	border: 2px solid #c1a76c;
	margin: 0;
	border-spacing: 0;
}
#listings tr:nth-child(odd){
	background-color: #FFF;
}
#listings td{
	padding: 10px;
}
#listings tr td:first-child{
	width: 170px;
}
#listings td img{
	border: 1px solid #c1a76c;
	width: 150px;
}
#whitecolumntopleft{
	height: 58px;
	width: 98px;
	background-image: url(images/luxury_column_left_top.jpg);
}

#whitecolumnrepeatleft{
	width: 98px;
	background-image: url(images/luxury_column_left_repeat.jpg);
	background-repeat: repeat-y;
}

#whitecolumnbottomleft{
	height: 30px;
	width: 98px;
	background-image: url(images/luxury_column_left_bottom.jpg);
}

#whitecolumntopright{
	height: 58px;
	width: 98px;
	background-image: url(images/luxury_column_right_top.jpg);
}

#whitecolumnrepeatright{
	width: 98px;
	background-image: url(images/luxury_column_right_repeat.jpg);
	background-repeat: repeat-y;
}

#whitecolumnbottomright{
	height: 30px;
	width: 98px;
	background-image: url(images/luxury_column_right_bottom.jpg);
}

#textualcontent{
	height: 100%;
	width: 764px;
	background-image: url(images/custom_home_information_background.jpg);
	vertical-align: top;
	padding: 0px 10px;
	text-align: justify;
}

#copyright{
	background-image: url(images/custom_home_information_background.jpg);
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
	color: #777;
}

#copyright a{
	text-decoration: none;
	color: #777;
}

#mask{
	visibility: hidden; 
	background-color: #000;
	z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#photo{
	visibility: hidden; 
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 5px;
	background-image: url('images/custom_home_information_background.jpg');
	border: 2px solid #AB7841;
}

.alert{
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
.slide-frame{
	z-index: 1;
	position: absolute;
}

.slide{
	position: absolute;
 	transition: opacity .5s;
	z-index: 0;
}

.slide+.slide{
	opacity: 0;
}