/* redrock.css */
/* Designed by: Skillings Technology, New Ulm Web Design (Ronald Calbick) */
/* Date: 02/06/09*/

/* ----------UNIVERSAL STYLES---------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
}

/* ----------PAGE STYLES---------- */

body { 
	margin: 20px 0px 10px 0px;
	padding: 0px;
    background: #ffffff;
	text-align: center;
	font-family: "Times New Roman", arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

body p {
	margin-bottom: 10px;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: left;
}

/* ----------BODY---------- */
#body {
	position: relative;
	width: 800px;
	background: url(images/pageBack_02.jpg) repeat-y;
	text-align: center;
}

#bodyTop {
	position: relative;
	width: 800px;
	background: url(images/pageBack_01.jpg) no-repeat;
}

#bodyBottom {
	position: relative;
	width: 800px;
	padding: 230px 15px 25px 15px;
	background: bottom left url(images/pageBack_03.jpg) no-repeat;
}

#body h1, h3{
	text-align: center;
	color: #a69369;
}

#body h1 {
	margin-bottom: 15px;
}

#body h3 {
	margin-bottom: 5px;
}

#body hr {
	width: 700px;
	margin: 10px auto;
	background: #a69369;
	color: #a69369;
}

/* ----------JAVASCRIPT SLIDESHOW---------- */

#slides {
	text-align: center;
}

/* ----------NAVIGATION---------- */
#nav, #price {
	position: absolute;
	left: 500px;
	width: 300px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

#nav {
	top: 125px;
}

#price {
	top: 185px;
}

#nav li {
	margin-left: 15px;
	display: inline;
}

#nav a {
	font-size: 14pt;
	color: #a69369;
}

#nav a:hover {
	color: #4d0c08;
}

#price a {
	font-size: 16pt;
	color: #4d0c08;
}

#price a:hover {
	color: #a69369;
}

/* ----------CONTENT---------- */
#content, #gallery {
	width: 700px;
	margin: 0px auto;
}

#footer {
	font-size: 10pt;
	color: #a69369;
}

/* ----------GALLERY---------- */
#gallery img {
	padding: 5px;
	border: 1px solid #a69369;
}



