@charset "UTF-8";


/*--------------------------------------------------
	Containers
--------------------------------------------------*/

html {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	background-image:url(../img/bkgd-home.gif);
	background-position: top center;
	background-repeat:repeat-x;
}
body {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	font-family: Myriad, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #543019;
	width: 100%;
	/*max-width: 1000px;*/
	min-height: 100%;
}


#body-wrapper {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	overflow: auto;
}


/*--------------------------------------------------
	General Styles
--------------------------------------------------*/

a:link,
a:visited,
a:active {
	color: #9e0b0f;
}
a:hover {
	text-decoration: none;
}
.hidden {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999em;
	overflow: hidden;
}
h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top: 0;
}
input.text {
	display: block;
	position: relative;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 5px 8px 5px 8px;
	color: #3A2E28;
	font-size: 11px;
	line-height: 16px;
	background-color: #ffffff;
	background-image: url('../img/bg-text-input.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
input.text:focus {
	background-color: #FFFFDC;
}
input.button {
	display: block;
	position: relative;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10px;
	line-height: 26px;
	font-weight: bold;
	background-position: 0 0;
	background-repeat: repeat-x;
}
input.button:hover {
	background-position: 0 -26px;
}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	display: block;
	position: relative;
	width: 1000px;
	height: 130px;
	text-align:left;
}
#logo {
	display: block;
	position: relative;
	width:223px;
	height:107px;
	margin-top:8px;
}

#social {
	display: block;
	position: relative;
	width:155px;
	height:30px;
	margin-top:-110px;
	margin-left:818px;
}

#secondaynav {
	min-width:444px;
	height:22px;
	max-width: 520px;
	background-color:#ffffff;
	margin-left:538px;
	margin-top:70px;

}

#secondaynav a {
	font-size: 16px;
	margin-right:12px;
	color: #543019;
	text-decoration:none;

}

#secondaynav a:hover {
	font-size: 16px;
	margin-right:12px;
	color: #9d816f;
	text-decoration:none;

}


#navbar {
	min-width:100%;
	min-height:30px;
	max-height:34px;
	background-color:#543019;
	padding-top:4px;
	text-align:center;
	
}
	
#navbar a {
	font-size: 17px;
	margin-right:30px;
	margin-left:20px;
	color: #ffffff;
	text-decoration:none;

}
	
	
#navbar a:hover {
	font-size: 17px;
	margin-right:30px;
	margin-left:20px;
	color: #9d816f;
	text-decoration:none;

}
	
#marquee {
	min-width:950px;
	min-height:360px;
	max-height:360px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	

}

#photos {
	margin-top:20px;

}

#main-content {
	width:1000px;
	min-height:360px;
	max-height:100%;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
	

}

#copy {
	width:910px;
	text-align:left;
	
}

#footer {
	display: block;
	position: relative;
	width: 1000px;
	font-size: 11px;
	line-height:14px;
	text-align:center;
	background-color:#FFFFFF;
	
}

#footer p {
	color:#543019;
	font-family: Myriad, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px/14px;
	
}

#footer a {
	font-size: 11px/14px;
	color: #543019;
	text-decoration:underline;
	
}

#footer a:hover {
	font-size: 11px/14px;
	color: #9d816f;
	text-decoration:underline;
	
}

#shop {
	display: block;
	position: relative;
	background-color:#FFFFFF;
	width: 1000px;
	font-size: 13px;
	line-height:15px;
	text-align:center;
	
}

#shop p {
	color:#543019;
	font-weight:bold;
	font-family: Myriad, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px/15px;
	
}

#shop a {
	font-size: 13px/15px;
	color: #543019;
	font-weight:bold;
	text-decoration:underline;
	
}

#shop a:hover {
	font-size: 13px/15px;
	color: #9d816f;
	font-weight:bold;
	text-decoration:underline;
	
}



#breadcrumb {
	font-size: 11px;
	margin: -16px 0 34px 0;
	color: #ffffff;
}

#breadcrumb a {
	font-size: 11px;
	margin: -16px 0 34px 0;
	color: #ffffff;
}


#breadcrumb p {
	font-size: 11px;
	margin: -16px 0 34px 0;
	color: #ffffff;
}




	

