body {
	background-image: url(/images/background.jpg);
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
}

a {
	color: #6EA8D3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;	
}

img.gallery {
	border: 5px solid #74703F;
}

p.center {
	text-align: center;
}

.main {
	width: 925px;

	background-color: rgba(229,225,216,0.7);
	margin: auto;
	margin-top: 25px;
	padding: 0px;
}

.header {
	width: 925px;
	height: 120px;
	
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.nav {
	width: 925px;
	
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;	
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	margin-left: 0px;	
}

.nav li a {
	height: 32px;
	
	float: left;
	text-decoration: none;
}

#home {
	width: 87px;
	background: url(/images/nav_home.jpg) top left no-repeat;
}

#home:hover {
	background-position: 0px -32px;	
}

#aboutsr {
	width: 106px;
	background: url(/images/nav_aboutsr.jpg) top left no-repeat;
}

#aboutsr:hover {
	background-position: 0px -32px;	
}

#gallery {
	width: 209px;
	background: url(/images/nav_beforeafter.jpg) top left no-repeat;
}

#gallery:hover {
	background-position: 0px -32px;		
}

#sands {
	width: 203px;
	background: url(/images/nav_services.jpg) top left no-repeat;
}

#sands:hover {
	background-position: 0px -32px;		
}

#questions {
	width: 203px;
	background: url(/images/nav_commonquestions.jpg) top left no-repeat;
}

#questions:hover {
	background-position: 0px -32px;	
}

#contact {
	width: 117px;
	background: url(/images/nav_contactsr.jpg) top left no-repeat;
}

#contact:hover {
	background-position: 0px -32px;	
}

.nav li a span {
	visibility: hidden;
}

.content {
	width: 900px;

	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.slideshow {
	width: 460px;
	height: 405px;

	background-image: url(/images/slideshow.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;	
	margin-top: 100px;
	margin: 15px 15px 15px 0px;
	position: relative;
}

#slideshow img {
	margin: 22px;
	margin-top: 35px;
	position: absolute;
	z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

.right-column {
	width: 400px;
	float: left;
}

.text-content {
	color: #74703F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 0px;
}

.buttons {
	margin-left: 5px;
	padding: 0px;
}

.buttons img {
	list-style: none;
	padding: 0 0 5px 0;
}

.footer {
	width: 914px;
	
	color: #AD8605;
	font-size: 14px;
	margin: 0 auto;
	padding: 5px;
}

.clear {
	height: 0px;
	clear: both;
}

#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9 {
	display: none;
}
