/* Fairview Farms Shilohs CSS Document */

body {
	/*background-image: url(elements/bkgrd.gif); */
	background-color: #340A0B;
}
/*.border {
	border:2px dotted #BEAB7E;
} */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #220607;
}
h1 {
	font-size: 13px;
	color: #340A0B;
}
a:link {
	color: #340A0B;
}
a:visited {
	color: #7D1A0C;
}
a:hover {
	color: #7D1A0C;
}
a:active {
	color: #340A0B;
}

.L-side {
	background-image: url(elements/L-side.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
.R-side {
	background-image: url(elements/R-side.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.btm {
	background-image: url(elements/btm-3.gif);
	background-position: bottom;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #340A0B;
}
.style3 {
	font-size: 9px;
	color: #6A5040;
}
.style4 {
	font-size: 11px;
	color: #BDAA7D;
}
.style5 {
	font-size: 11px;
	color: #340A0B;
}
.style6 {
	font-size: 10px;
	color: #6A5040;
}
 /*NAVIGATION start */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 10px solid #340a0b; /*Brown color theme*/ 
background-color: #340A0B;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 4px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
background-color: #340a0b;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: 11px Verdana;
color: #beab7e;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 6px 14px;
background-color: #340a0b; 
}

#modernbricksmenu2 a:hover{
background-color: #7D1A0C; 
color: white;
border-top: 2px dotted #beab7e;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #7D1A0C; 
color: white;
border-color: #7D1A0C; 
border-top: 2px dotted #beab7e;

}

/*END navigation */

/*GALLERY SLIDESHOW start */
/*Make sure your page contains a valid doctype at the top*/
#ffshomegallery1{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
background-color: #beab7e; 
border: 1px dotted #7d1a0c;
}
#zoeygallery2{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
background-color: #beab7e; 
border: 1px dotted #7d1a0c;
}

/*END gallery slideshow */

/*PHOTO GALLERY start */

#wrapper {
	width: 800px;
	background-color: #340A0B;
	background-image: url(elements/bkgrd-gallery.jpg);
	background-repeat: repeat y;
	margin: 0 auto;
}

#gallery-hdr {
	position: relative;
	background-image: url(elements/hdr-pg2.gif);
	height: 95px;
	margin: 0 auto;
}

#gallery-nav {
	float: right;
	background-color: #340A0B;
	margin-top: 61px;
	width: 800px;
	text-align: left;
}

#gallery-content{
	width: 800px;
	margin: 0 auto;
	padding-top: 45px;
	padding-left: 25px;
	text-align: left;
	min-height: 450px;

}

#gallery-btmnav {
	width: 800px;
	padding-top: 10px;
	margin: 0 auto;
	background-image: url(elements/ftr-pg2.gif);
	height: 60px;
	text-align: center;
}
#footer-nav {
	background-color: #340a0b;
	color: #BDAA7D;
	font-size: 11px;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer-nav a:link { 
	color: #BDAA7D;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #BDAA7D;
	text-decoration: none;
}

#footer-nav a:visited {
	color: #BDAA7D;
	text-decoration: none;
}
#footer-nav a:hover{
	color: #BDAA7D;
	text-decoration: none;
	
}
#copyright {
	background-color: #340a0b;
	width: 800 px;
	margin: auto;
	position:relative;
	padding: 20px 0 20px 0;
	text-align: center;
	line-height: 1.2em;
	font-size: 9px;
	color: #6A5040;
}
#copyright a { color: #6A5040;
	text-decoration: none;
	}
#copyright a:visited {
	color: #6A5040;
	text-decoration: none;
}
	
	