@charset "utf-8";
/* R&R Antiques | global.css */

body, html {
	
	margin: 0;
	padding: 0;
	
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	
	background: #b19f78 url(../images/page-bg.jpg) top center repeat-y;
	
}

a {
	
	color: #3a1b00;
	
}

a:hover {

	text-decoration: none;
	
}

.float-left {
	
	float: left;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
}

/* 


			DEFAULTS
			
			
							*/
div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

span {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

form, span, legend, fieldset {
	margin: 0;
	padding: 0;
}

/*


			WRAPPER
								

							*/

#wrapper {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 948px;
	height: auto;
	
	border-left: 1px solid #e2d29a;
	border-right: 1px solid #e2d29a;
	
}	

/*


			HEADER
								

							*/

#header {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 100%;
	height: 180px;
	
	background: #364121 url(../images/header-bg.jpg) top center no-repeat;
	
}	

#header:hover {
	cursor: pointer;
}

/*


			NAV-WRAPPER
								

							*/

#nav-wrapper {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 100%;
	height: 40px;
	
	border-top: 1px solid #e2d29a;
	border-bottom: 1px solid #e2d29a;
	
	background: #b3a56d;
	
}	

#nav-content {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 948px;
	height: 40px;
	
	border-left: 1px solid #e2d29a;
	border-right: 1px solid #e2d29a;
	
	background: url(../images/nav-bg.jpg) top center no-repeat;
	
}

#nav-content ul {

	position: relative;
	
	width: 450px;
	height: 40px;
	
	list-style: none;
	
}

#nav-wrapper li {

	display: inline;
	
	list-style-type: none;
	
	float: left;
	
}

#nav-content li a {
	
	display: inline-block;
	
	font-family: "Palatino Linotype", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3c320e;
	
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 8px;
	
	height: 32px;
	text-decoration: none;
	
}

#nav-content li a:hover {
	
	text-decoration: underline;
	
}

/*


	BREADCRUMBS
	
	
	
	             */

#breadcrumbs {
	
	position: absolute;
	
	right: 0px;
	top: 0px;
	
	padding-top: 10px;
	padding-right: 10px;
	
	width: 400px;
	height: 28px;

}

#breadcrumbs p {
	
	text-align: right;
	
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	
	color: #3c320e;
	
}

#breadcrumbs a {
	
	font-style: normal;
	
}

/*


	SLIDESHOW-WRAPPER
	
	
	
	             */
				 
#slideshow-wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 948px;
	height: 296px;
	
	background: url(../images/slideshow-bg.jpg) top center no-repeat;
	
}

/*


	SLIDESHOW
	
	
	
	             */	
				 
#slideshow {
	
	position: relative;
	
	width: 589px;
	height: 288px;
	
}

/*


	CONTENT
	
	
	
	             */
				 
#content {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;

	min-height: 400px;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;

	width: 898px;
	height: auto;
	
	background: #f1e0bc url(../images/content-bg.jpg) bottom right no-repeat;
	
}

#content p {
	
	line-height: 20px;
	
	margin-bottom: 15px;

}

/*


	PHOTO-LINE
	
	
	
	             */
				 
#photo-line {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 948px;
	height: 150px;
	
	background: url(../images/photo-line.jpg) top center no-repeat;
	
}

/*


	CONTACT-WRAPPER
	
	
	
	             */		
				 
#contact-wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	width: 600px;
	height: 400px;

	border: 1px solid #3d3421;
	
	padding: 10px;
	
	background: #f1e0bc;

}

#map {
	
	position: relative;
	
	float: right;
	
	width: 318px;
	height: 400px;
	
	background: url(../images/map.jpg) center left no-repeat;
	
}

#text {

	position: relative;
	
	float: left;
	
	width: 250px;
	height: auto;
	
}

.directions {
	
	font-size: 12px;
	
}

#contact-blurb {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 400px;
	
	text-align: center;
	
}

/*


	FORM
	
	
	
	             */	
				 
fieldset {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid #3d3421;
	
	background: #f1e0bc;
	
	padding: 20px;
	
	width: 400px;
	height: auto;

}

legend {
	
	font-weight: bold;
	margin-bottom: 10px;
	
}

textarea {
	
	width: 300px;
	height: 100px;
	
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	
}

/*


	FOOTER
	
	
	
	             */		


#footer-wrapper {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	width: 100%;
	height: 180px;

	border-top: 3px solid #e2d29a;
	
	background: #364121;
	
}		

#footer {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;	
	
	width: 948px;
	height: 180px;
	
	background: url(../images/footer-bg.jpg) top center no-repeat;
	
}

#footer-links {
	
	position: absolute;
	
	right: 42px;
	bottom: 35px;
	
	width: 250px;
	height: 20px;
	
}

#footer-links p {
	
	color: #ffffff;	
	
}

#footer-links a {
	
	color: #ffffff;	
	
}

.webfxzone {
	
	position: absolute;
	
	right: 57px;
	bottom: 5px;
	
	width: 250px;
	height: 20px;
	
}

.webfxzone p {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: auto;
	color: #ffffff;
}

.darken {

	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

.webfxzone a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A2D6EA;
	text-decoration: underline;
}

.webfxzone a:hover {
	text-decoration: none;
	color: #A2D6EA;
}