/* //////////////////////////////////////////////////////////////////////// */
/* BROWN STYLE SHEET */
/* Logic Red Web Design  */
/* //////////////////////////////////////////////////////////////////////// */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	font-family: "georgia"; 
	font-size: 13px; 
	line-height: 21px; 
	color: #6D6F2D;
	background: #DBD0BE url(../images/bg.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

#menu {
	font-family: georgia, arial;
	font-size: 17px;
	height: 52px;
	margin: 0;
	padding-left: 43px;
	line-height: 50px;
}

#menu a {
	color: #1A1108;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	float: left;
	text-decoration: none;
}

#menu a:hover {
	color: White;
	background-image: none; 
}


.heading {
	font-family: "helvetica";
	color: #5A3D1D;
	font-size: 27px;
	letter-spacing: 2px;
}

a {
	text-decoration: underline; 
	color:#9FC453;
}

a:hover {
	text-decoration: underline; 
	color:#24180A;
}

strong {
	color:#764E21;
}

.inputbox {
	background-color: #F3EEE7;
}

.image-border {
	border: 6px solid #E5E3DD;
		margin-left: 8px;
	margin-bottom: 5px;
}

#slideshow {
	float: right;
	border: 6px solid #E5E3DD;
	margin-left: 8px;
	margin-bottom: 5px;
}

li {
	color: #261A0C;
}

body#index a#index,
body#products a#products,
body#gallery a#gallery,
body#wedding a#wedding,
body#contact a#contact {
	color: #fff;
	background-image: url(../images/menu_sel.jpg);
	background-repeat: repeat-x;
	background-position: center;
}	

/* //////////////////////////////////////////////////////////////////////// */




