/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Link Styels
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
/*@import url("lightbox.css");*/

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/body-bg.jpg) top left repeat;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {

}

a:visited {

}

a:hover {

}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {
	background: #fae5b6;
	height: 50px;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

h1 img {
	float: left;
}

h1 img.tag {
	float: right;
	margin: 0 15px 0 0;
	display: inline; /* IE Double Float Bug Fix */
}

#nav {
	list-style: none;
	float: left;
	width: 752px;
	margin: 0 0 13px 0;
	padding: 5px 0 0 48px;
	background: #fff url(../img/nav-bg.jpg) top left no-repeat;
	display: inline; /* IE Double Float Bug Fix */
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0 20px;
}

#nav a:hover {
	background: url(../img/nav-rollover.jpg) top center no-repeat;
	color: #4c5637;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	border-bottom: solid 7px #2b3020;
	margin: 0;
}

#content:after {
	content: ".";  
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}

* html #content {
	height: 1%;
}

#flash, #content img.mainimg {
	width: 355px;
	height: 370px;
	float: left;
	margin: 0 25px 0 0;
	display: inline; /* IE Double Float Bug Fix */
}


img.mainimg2  {
	width: 355px;
	height: 1058px;
	float: left;
	margin: 0 25px 0 0;
}

img.collage {
	float: left;
	display: inline; /* IE Double Float Bug Fix */
	margin: 0 0 12px 0;
}

p, ul {
	font-size: 11px;
	line-height: 20px;
	margin: 0 20px 20px 0;
}

#content p, #content h3 {
	margin-left: 380px;
}

#content p.last {
	background: url(../img/content-decoration.jpg) center bottom no-repeat;
	padding-bottom: 34px;
	margin-bottom: 8px;
	margin-left: 380px;
}

#content div.address {
	background: url(../img/content-decoration.jpg) center bottom no-repeat;
	padding-bottom: 14px;
	margin: 0 20px 8px 380px;
}

#content div.address p {
	font-size: 13px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

ul {
	margin-left: 16px;
}

ul li {

}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 4px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

#arrivials, #feature {
	border-bottom: solid 5px #2b3020;
	height: 190px;
	float: left;
	margin: 12px 0 0 0;
}

#arrivials {
	width: 310px;
	padding: 0 0 0 80px;
	background: url(../img/arrivals-stamp.jpg) top left no-repeat;
}

#arrivials p, #feature p, #arrivials ul, #feature ul {
	margin-bottom: 4px;
	line-height: 14px;
}

#arrivials h2, #feature h2 {
	font-weight: bold;
}

#arrivials ul {
	margin: 12px 0 0 0;
	list-style: none;
	float: left;
}

#arrivials li {
	float: left;
	margin: 0 4px 0 0;
}

#feature {
	width: 350px;
	padding: 0 0 0 60px;
	background: url(../img/seperator.jpg) center left no-repeat;
}

#feature span {
	white-space: nowrap;
}

#feature img {
	float: right;
	margin: 0 12px 0 4px;
}



/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	clear: left;
}	

address {
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	font-style: normal;
	padding: 5px 0;
	margin: 0 84px;
}

#social {
	list-style: none;
	margin: 8px 4px 0 0;
	float: right;
}

#social li {
	display: inline;
}