/***************************************************/
/* HTML elements */
/***************************************************/
body {
	background: #551D16 url(../images/page_bg.gif) repeat-x scroll top center;
	color: #999999;
	font: normal normal normal 10pt helvetica;
	margin-top: 0px;
}

/****************************************************************/
/* Links */
/****************************************************************/
a:link { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }
a:visited { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }
a:hover { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: underline; }
a:active { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }

a.tab-link:link { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; display: block; padding: 7px 10px 0px 10px; float: left; }
a.tab-link:visited { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; display: block; padding: 7px 10px 0px 10px; float: left; }
a.tab-link:hover { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: underline; display: block; padding: 7px 10px 0px 10px;  float: left; }
a.tab-link:active { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; display: block; padding: 7px 10px 0px 10px;  float: left; }

a.footer-link:link { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }
a.footer-link:visited { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }
a.footer-link:hover { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: underline; }
a.footer-link:active { color: #FFFFFF; font: normal normal bold 10pt helvetica; text-decoration: none; }


/***************************************************/
/* IDs */
/***************************************************/
#layout {
	margin: 0 auto;
	width: 805px;
}

#colour-dropdown {
	background: transparent url(../images/colour_dropdown_bg.gif) no-repeat scroll top center;
	height: 80px;
	padding-top: 10px;
	text-align: center;
	width: 805px;
}

#great-gerberas {
	display: inline;
	float: left;
	height: 85px;
	margin-bottom: 10px;
}

#toolbar {
	display: inline;
	float: right;
}

#stage-middle {
	clear: both;
	background: transparent url(../images/stage_middle.gif) repeat-y scroll top center;
	width: 805px;
}

#content {
	background-color: #000000;
	padding: 20px 20px 20px 20px;
	height: 380px;
	width: 645px;
	overflow: auto;
}

#watermark {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#tabs {
	background: transparent url(../images/stage_bottom.gif) no-repeat scroll top center;
	padding-top: 30px;
	height: 59px;
	width: 805px;
}

#tabs img {
	margin-top: -11px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	font: normal normal bold 10pt helvetica;
}

#map {
	display: inline;
	float: right;
	height: 380px;
	width: 350px;
}

/***************************************************/
/* Classes */
/***************************************************/
.spacer {
	padding: 0px 60px 0px 60px;
}

.float-left {
	display: inline;
	float: left;

}

.float-right {
	display: inline;
	float: right;
}

.staticHdr {
	font: normal normal bold 18pt helvetica;
}

.staticSubHdr {
	font: normal normal bold 12pt helvetica;
}

.pad-left {
	padding-left: 20px;
}

.white-border {
	border: 1px solid #FFFFFF;
}