
html, body, table {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #512527;
}



/**********************
LINKS
**********************/

a:link, a:visited { color: #512527; text-decoration: underline; }
a:hover { color: #936C79; text-decoration: underline; }

/*******
  FORMS
 *******/

form.inline { display: inline; }

label {
	float: left;
	width: 81px;
	padding-top: 0px;
	font-weight: bold;
}

input {
	font-size: 11px;
	border: 1px solid #D1C7AA;
}

select {
	font-size: 11px;
}

/**********************
LAYOUT
**********************/

body {
	background: #222222 url(/images/flock.gif) center top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#pagecontainer {
	position: absolute;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	/* The following line stops the content disappearing off the left edge when the window is resized  */
	* margin-left:expression(document.body.clientWidth < 770? "-" + parseInt(document.body.clientWidth/2) + "px": "-385px" );
}

	#mainlogo {
		float: left;
		width: 200px;
		padding: 10px 0px;
	}

		#mainlogo img { border: 0px; }

	div.toplinks {
		float: right;
		width: 385px;
		text-align: right;
		padding: 6px;
		padding-top: 55px;
		color: #FFEEBB;
	}

	div.toplinks2 { padding-top: 0px; }

		div.toplinks a:link, div.toplinks a:visited { color: #FFEEBB; text-decoration: none; }
		div.toplinks a:hover { color: #936C79; text-decoration: underline; }

	#topnav {
		width: 770px;
		height: 22px;
		padding: 2px 0px 2px 0px;
		background: #512527;
	}

	ul.topnav {
		margin: 0px;
		padding: 0px;
		width: 770px;
		height: 21px;
	}

		ul.topnav li {

			
			list-style: none;
			float: left;
			border-left: 1px solid #936241;
			border-right: 1px solid #331A11;
			text-transform: uppercase;
		}
		

		ul.topnav li.tnl { border-left: 1px solid #512527; }
		ul.topnav li.tnr { border-right: 1px solid #512527; }

			ul.topnav a:link, ul.topnav a:visited {
				display: block;
				width: 100%;
				color: #FFEEBB;
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				text-align: center;
				height: 21px;
				line-height: 21px;
			}

			ul.topnav a:hover {
				color: #FFEEBB;
				text-decoration: underline;
			}

	#maincontainer {
		width: 746px;
		border-left: 6px solid #512527;
		border-right: 6px solid #512527;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 6px;
		background: #fff;
		padding-bottom: 6px;
		border-bottom: 6px solid #512527;

	}


	#footer {
		width: 770px;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		font-weight: normal;
		color: #FFEEBB;
	}

		#footer p { margin: 0px; }

		#footer a:link, #footer a:visited { color: #FFEEBB; text-decoration: underline; }
		#footer a:hover { color: #936C79; }

		div.sister {
			float: left;
			text-align: center;
			padding: 0px 15px;
			margin-top: 2px;
		}

			#footer div.sister a:link, #footer div.sister a:visited { font-weight: bold; text-decoration: none; }

		div.sisterL {
			border-right: 1px solid #FFEEBB;
		}

		div.strlogo { float: right; }


/***********
  HOMEPAGE
 ***********/


		#flashanim {
			position: relative;
			padding: 8px;
			height: 445px;
			width: 445px;
		}

		#flashanim img {
			display:none;
			position:absolute;
			top:8; left:8;
		}

		div.pictureframe {
			background: #936C79;
			padding: 8px;
		}

			div.pictureframe p { margin: 0px; }

		#hometext {
			width: 250px;
			height: 275px;
			padding: 15px 15px 15px 15px;
			float: right;
			background: #FFF5D6;
			color: #333;
			font-size: 11px;
			line-height: 17px;
			margin-bottom: 5px;
		}


/**************
  PAGE CLASSES
 **************/

div.columnFull {
	float: left;
	width: 706px;
	padding: 0px 20px 0px 20px;
}

div.columnL {
	float: left;
	width: 461px;
}

div.columnR {
	float: right;
	width: 245px;
	padding: 0px 20px 0px 20px;
}

div.columnL2 {
	float: left;
	width: 421px;
	padding: 0px 20px 0px 20px;
}

div.columnR2 {
	float: right;
	width: 285px;

}

div.swirl {
	/** background: url(/images/swirl.gif) no-repeat left top; **/
	padding-top: 20px;
}

#text_full {
	width: 706px;
	color: #5A471C;
	font-size: 11px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#text_one {
	width: 245px;
	color: #5A471C;
	font-size: 11px;
	line-height: 18px;
}

#text_two {
	width: 445px;
	color: #5A471C;
	font-size: 11px;
	line-height: 18px;
	padding: 8px;
}

#text_one2 {
	width: 421px;
	color: #5A471C;
	font-size: 11px;
	line-height: 18px;
}

ul.subpages {
	margin: 0px 0px 10px 17px;
	padding: 0px;
}

	ul.subpages li {
		list-style: square;
		margin: 0px;
		padding: 0px;
	}


/********
 SCROLLER
 ********/

#brokscroll {
	clear: both;
	float: left;
	width: 461px;
	height: 75px;
	background: #fff;
	margin-top: 10px;
	border-top: 1px solid #936C79;
	border-bottom: 1px solid #936C79;
	padding-top: 0px;
	overflow: hidden;
}

img.scrollprod {
	width: 75px;
	height: 50px;
	border: 0px;
	margin-top: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	cursor: pointer;
}

	#goleft {
		float: left;
		width: 15px;
		padding-top: 12px;
		text-align: right;
	}

	#ccasecontain {
		float: left;
		width: 395px;
		height: 75px;
		overflow: hidden;
	}


	#goright {
		float: right;
		width: 50px;
		padding-top: 12px;
		text-align: left;
	}

/************
 WELCOME FEATS
 ************/

div.pagefeat {
	width: 461px;
	margin-top: 10px;
	height: 70px;
}

	div.pagefeat img {
		float: left;
		width: 115px;
		height: 70px;
		border: 0px;
		margin-right: 10px;
	}

	div.pagefeattxt {
		float: right;
		width: 326px;
		padding: 5px 10px 5px 0px;
	}

		div.pagefeattxt p {
			margin: 0px;
		}



h2 {
	display: inline;
	font-size: 14px;
}

p { margin: 8px 0px; }
br.breaker { clear: both; }


.floatleft { float: left; }
.floatright { float: right; }


form.inline { display: inline; }


div.bookform {
	background: #F0EDE4;
	padding: 5px 10px 10px 10px;
	border: 1px solid #936C79;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.bookform label {
	float: left;
	width: 280px;
	text-align: right;
	padding-right: 10px;
}

/***************
 LINKS PAGE
 ***************/
.websiteLink {
	margin: 10px 0px 0px 0px;
}

/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}
