@charset "UTF-8";


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

html {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	background-image:url(../img/bkgd-internal.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: Century Gothic, Myriad, 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, h4, h5, h6, p, ul, ol, dl {
	margin-top: 0;
}

h2  {
font-family: Century Gothic, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #543019;
	font-weight:bold;

}

h3  {
font-family: Century Gothic, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	font-weight:bold;
	margin-bottom:4px;

}

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;
	min-width:155px;
	height:30px;
	margin-top:-110px;
	margin-left:740px;
}

#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;
	
}

#footer p {
	color:#543019;
	font-family: Century Gothic, Myriad, 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;
	width: 1000px;
	font-size: 13px;
	line-height:15px;
	text-align:center;
	
}

#shop p {
	color:#543019;
	font-weight:bold;
	font-family: Century Gothic, Myriad, 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: 10px 0 10px 0;
	color: #543019;
}

#breadcrumb a {
	font-size: 11px;
	margin: -16px 0 10px 0;
	color: #9d816f;
}


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



#menubox {
	display: block;
	position: relative; top:0px; left:10px; bottom:10px;
	padding-left: 10px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}

.label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-decoration:none;
	margin-top:14px;

}




#menu {
	display: block;
	position: relative;
	padding-right: 20px;
	padding-left:5px;
	padding-bottom:10px;
	overflow: hidden;
	float:right;
	background-color:#543019;
}
	


#thumbs {
	display: block;
	position: relative;
	left:-40px;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 150px;
	right: 0;
	top: 10px;
	list-style: none;
	font-size: 14px;
	line-height: 19px;
}

#thumbs li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	
}

