/* main body */

body
{
	margin:0px;
	background-color:#907161;
	font-family:Helvetica, sans-serif;
	color:#4d4038;
	line-height:160%;
	height:100%;
	font-size:12px;
}

.container
{

	margin:0 auto;
	height: 100%;
	width: 1000px;
}

.banner
{
	width:1000px;
	height:100px;
	max-height:100px;
	background-image:url(../img/banner_back.gif);
	background-repeat:repeat-x;
}

#flash
{
	width:100%;
	float:left;
	height:180px;
	min-height:180px;
	max-height:180px;
	
}

#galleryWindow
{
	width:100%;
	float:left;
	height:265px;
	min-height:265px;
	max-height:265px;
	background-color: #E5F4D4;	
}

.stripes
{
	width:100%;
	float:left;
	height:40px;
	min-height:40px;
	max-height:40px;
	background-image:url(../img/linerepeat.gif);
	background-repeat:repeat-x;
	
}

.content
{
	width:100%;
	float:left;
	min-height:300px;
	background-color:#fcf2e5;
	text-align:justify;
	background-image:url(../img/contenttop.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.text
{
	min height:300px;
	padding:30px;
	padding-top:20px;
}

.footer
{
	text-align:left;
	float:left;
	color:#62473a;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/footer_back.gif);
	background-repeat: no-repeat;
	width: 1000px;
}

td
{
	vertical-align:top;
}

hr
{
	border: none;
	height: 10px;
	background-image: url(/img/hrlines.gif);
	margin-bottom: 20px;
}

.text li
{
	list-style-type: circle;
}

.text li h2
{
	padding-top: -20px;
	margin-bottom: -10px;
}

/* headings */

h1
{
	color:#eb3c6b;
	font-size:14px;
	margin-top:0px;
	letter-spacing:1px;
	padding-top:14px;
	font-weight: lighter;
}

h2
{
	color:#ce0f43;
	font-size:13px;
	margin-top:0px;
	font-weight: lighter;
}

h3
{
	color:#687f5c;
	font-size:12px;
	margin-top:0px;
}

h4
{
	color:#ce0f43;
	font-size:11px;
	margin-top:0px;
}

h5
{
	color:#ce0f43;
	font-size:11px;
	margin-top:0px;
}

/* links */
.footer a:link 
{
	color: #62473a;
	text-decoration: none;
}
.footer a:visited 
{
	text-decoration: none;
	color: #62473a;
}
.footer a:hover 
{
	text-decoration: underline;
	color: #62473a;
}
.footer a:active 
{
	text-decoration: none;
	color: #62473a;
}

a 
{
	outline: none;
}

a:link 
{
	color: #ce0f43;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #ce0f43;
}
a:hover 
{
	text-decoration: underline;
	color: #ce0f43;
}
a:active 
{
	text-decoration: none;
	color: #ce0f43;
}

/* rollovers */
#twitter {
	float:right;
	padding: 0 40px 0 0;
	position: relative;
	
}
.nav {
	width:728px;
	height:38px;
	margin:0px;
	float:right;
	margin-top:62px;
}

ul#navlist
{
	margin:0px;
	padding:0px;
	
}

#navlist li
{
	float:left;
  	list-style-type:none;
}

a.home,a.about,a.books,a.news,a.gallery,a.flavours,a.faq,a.contact_us
{
	height:38px;
	text-decoration:none;	
	float:left;	
}

a.home:hover,a.about:hover,a.books:hover,a.news:hover,a.gallery:hover,a.flavours:hover,a.faq:hover,a.contact_us:hover
{
	background-position: 0px -38px;		
}
a.home
{
	width: 100px;
	background:url(../img/home.gif);
}
a.about
{
	width: 85px;
	background:url(../img/about.gif);
}
a.books
{
	width: 85px;
	background:url(../img/books.gif);
}
a.news
{
	width: 78px;
	background:url(../img/news.gif);
}
a.gallery
{
	width: 100px;
	background:url(../img/gallery.gif);
}
a.flavours
{
	width: 106px;
	background:url(../img/flavours.gif);
}
a.faq
{
	width: 74px;
	background:url(../img/faq.gif);
}
a.contact_us
{
	width: 100px;
	background:url(../img/contact.gif);
}

/*dropdown*/
/*news pullthrough*/
#news-pull {
	padding-top:20px;
	padding-left: 30px;
	float: left;
	width: 330px;
}
ul#news span {
	float: right;
}
ul#news {
	margin: 0;
	padding: 0;
}
ul#news li{
	background: url(../img/news-pull-divider.gif) repeat-x;
	padding: 20px 0 25px 0;
	list-style: none;
	margin: 0;
}
ul#news li a {
	float: right;
}
#text-home {
	float: left;
	min height:300px;
	padding:30px;
	padding-top:20px;
	width: 550px;
}
/*contact form*/		
		
#name,#email,#phone,#comment,#event, #date, #hear
		{
		width: 220px;
		height: 18px;
		border: solid 1px #e91a66;
		background-color:#faf0f9;
		padding: 1px;
		font-size: 10px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}