@charset "utf-8";
/* CSS Document */

.clear { clear: both;}

body {
	font-size : 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #e7d6ab;
}

/* general link behaviours */

.white { color: #FFF;}
.black, a.black { color: #000;}
img { border: none;}
.floatleft { float: left; }
.floatright { float: right; }

/* font size */

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; line-height: 20px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }

/* spaces */

.space6 { height: 6px; width: 100%; display: block;}
.space8 { height: 8px; width: 100%; display: block;}
.space10 { height: 10px; width: 100%; display: block;}
.space12 { height: 12px; width: 100%; display: block;}
.space20 { height: 20px; width: 100%; display: block;}

/* buttons */

.redbutton, .greenbutton, .brownbutton {
	border: 2px solid #3f0504;
	background: url(image/redbuttonback.gif) repeat-x;
	height: 21px; /* 26px */
	font-weight: bold;
	padding: 5px 0 0 10px;
	display: block;
	margin: 10px 22px 10px 12px;
}
.greenbutton {
	border: 2px solid #004505;
	background: url(image/greenbuttonback.gif) repeat-x;
}
.brownbutton {
	border: 2px solid #572001;
	background: url(image/brownbuttonback.gif) repeat-x;
	height: 23px; /* 28px */
	padding: 5px 0 0 10px;
}
.arrowicon {
	background: url(image/iconarrow.gif) no-repeat 0 3px; 
	padding: 0 0 0 20px;
	height: 12px;
}
.mailicon {
	background: url(http://www.flopturnriver.com/images/tbg_eventsmail.gif) no-repeat 0 1px;
	padding: 6px 0 0 50px;
	display: block;
	height: 26px;
}
.downloadicon {
	background: url(image/icondownload.gif) no-repeat;
	padding: 0 0 0 25px;
	height: 18px;
}
li.list-exclusive {
	background: url(image/exclusive.gif) no-repeat scroll -3px 0 transparent;
}

/* boxes */

.yellowhead {
	background: url(image/yellowboxback.gif) repeat-x;
	height: 23px; /* 33px */
	padding: 10px 0 0 10px; /* top 8px margin */
	display: block;
	margin-top:0;
}
.yellowbox {
	border: 2px solid #f6cd01;
	padding: 8px;
}
.brownhead {
	background: url(image/brownboxback.gif) repeat-x;
	height: 30px; /* 33px */
	padding: 3px 0 0 8px;
	display: block;
}
.brownbox {
	border: 2px solid #934203;
	padding: 8px;
	margin: 0px 0 15px 0;
}
.lightbrownhead {
	background: url(image/lightbrownboxback.gif) repeat-x;
	height: 25px; /* 33px */
	padding: 8px 0 0 8px;
	display: block;
}
.lightbrownbox {
	border: 2px solid #e4d6a5;
	padding: 8px;
}

/* layout */

#wrap {
	width: 100%;
}

#pagetitle {
	background: url(http://www.flopturnriver.com/images/layout/pagebar-bg.png) repeat-x;
	height: 41px;
	font-weight: bold;
	padding: 11px 0 0 8px;
}
#navbar {
	border: 1px solid #CCA35F;
	border-width: 1px 0;
/*	padding: 6px 3px 5px 3px;*/
	padding: 3px;
	margin-bottom: 12px;
}
#navbar h1, #navbar h2 {
	display: inline;
}
#main {

}
#content {

	position: relative;
}
#left {
	margin-right: 160px;
	background: #FFF;
	padding: 8px;
}
#siteheadbar {
	background: url(http://www.flopturnriver.com/images/layout/navbar-bg.png) repeat-x;
	height: 50px;
}
#column {
	float: left;
	width: 50%;
/*	min-width: 345px;*/
}
#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 155px;
	background: #e7d6ab;
	padding-top: 16px;
}
#rightbar {
	width: 155px;
	background: #333;
}



.siteheadleft {
	padding: 5px 0 0 150px; 
	height: 45px; /* 50px */
	float: left;
}
.siteheadleft font {
	display: block;
}
.siteheadright {
	float: right;
	padding-right: 10px;
}
.siteheadleft_single {
	padding: 15px 0 0 150px; 
	height: 45px; /* 50px */
	float: left;
}
.siteheadleft_single font {
	display: block;
}

ul#tabmenu {
	padding: 10px;
}
ul#tabmenu li {
	display: inline;
}





#footer a { color: #002bb8; }

/* ADDITIONAL for nosebleed */


#lowbanner {
	background: url(image/low-banner-bg.gif) right;
	width: 100%; 
	height: 160px;  /* 172px */
	padding-top: 12px;
}
.paragraph1 {
	line-height: 16px;
	padding: 10px;
}

/* THUMBNAIL */
#column .thumbnail:hover{
	background-color: transparent;
	z-index: 500;
}
#column .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	text-decoration: none;
	border: 2px solid #f6cd01;
}
#column .thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
}



/* TEMP FOR FTP DL TEST */
.thumbnail:hover{
	background-color: transparent;
	z-index: 500;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	right: 10px;
	top: 10px;
	visibility: hidden;
	text-decoration: none;
	border: 2px solid #f6cd01;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
}


		/* bottom box */
		.thumbnail2:hover{
		background-color: transparent;
		z-index: 500;
		}
		.thumbnail2 span{ /*CSS for enlarged image*/
			position: absolute;
			left: 0px;
			bottom: 0px;
			visibility: hidden;
			text-decoration: none;
			border: 2px solid #f6cd01;
		}
		.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
			visibility: visible;
		}
