/* CSS Document for SDhomestagers.com */
/* Created by Jaime NAcach - March 22 -2009 (www.myedesigner.com) */
/* PAGE STYLES  */
body {
	background-color: #faf2c1; /*#fff197; */
	/*background-image:url(../images/bgrepeat.gif); */
	background-position: center;
	background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000; /*#a07945; */
}

a { color: #cda106;}
a:link {color: #cda106; text-decoration: none;}
a:hover { text-decoration: underline;}
h1 { font-size: 22px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}

/* TEMPLATE STYLES  */
#mainpage {
	position:relative;
	width: auto;
	top: 0px;
	padding: 13px;
	margin: 0px auto;
	border: 2px solid black;
	min-height: 400px;
	height: 400px; !important;
	background-color:#FFFFFF; 
	/* for Internet Explorer */ _height: 400px;
	
}
#content {
	background-color:#FFFFFF;  
	
}
#table1 {
	width: 700px;
}
#slideshow {
	float: left;
	width: 420px;
	height: 378px;
	margin: 0px; padding:0px;
	clear: both;
	border: 1px solid #000000;
}
#indexcontent {
	width: 290px;
	float: right;
}
#title {
	width: auto;
	text-align: left;
	padding-bottom: 10px;
	font-size: 16px;
}
#columnleft {
	position: relative;
	float: left;
}

#columnright {
	position: relative;
	float: right;
}
#footer {
	margin-top: 10px;
}
#divempty {clear:both; height:0px;}
/* END OF TEMPLATE STYLES */

/* CLASSES */
.color1 { color: #cda106;}
.nospaces {	margin: 0px; padding:0px;}
.ulspacing li {	margin-bottom: 10px;}
.frame1 {padding: 5px; border: 1px solid #999999;}
.frame2 {border: 1px solid #000000;}
.beforeafter img {border: 1px solid #000000;}
.txtsmaller {font-size: small;}

/* PHOTO GALLERY */
.photogallery{ /*CSS for TABLE containing a photo album*/
		}
		
.photogallery img{ /*CSS for images within an album*/
border: 1px solid #999; padding: 3px;
}

.photonavlinks{ /*CSS for pagination DIV*/
	font-weight: bold;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #faf2c1;
}

/* BEFORE & AFTER GALLERY */
#gallery-ba img{
	padding: 4px;
	border: 1px solid #C93;
}