/* Body Defaults */
body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

body {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-image: url(/assets/images/grass-background.jpg);
	background-repeat: repeat;
}

#page-container {
	margin: 0px auto;
	width: 924px;
	height: 100%;
	background-image: url(/assets/images/body-bg-shadow.png);
	background-repeat: repeat-y;
}

#header-container {
	margin: 0px auto;
	width: 901px;
}

#body-container {
	margin: 0px auto;
	width: 900px;
}

#body-container-divider {
	background-image: url(/assets/images/body-bg-shadow.png);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 924px;
	height: 100%;
	float: left;
	padding-left: 12px;
}

#ad-container {
	background-image: url(/assets/images/ad-background.png);
	margin: 0px auto;
	width: 924px;
	height: 159px;
	float: left;
	line-height: 159px;
	text-align: center;
}

#header-ad-container {
	background-image: url(/assets/images/ad-background.png);
	margin: 0px auto;
	margin-top: 0px;
	width: 924px;
	height: 100px;
	float: left;
	line-height: 159px;
	text-align: center;
}

#footer-container {
	background-image: url(/assets/images/footer-bg.png);
	margin: 0px auto;
	width: 924px;
	height: 42px;
}

.footer-spacer {
	width: 924px;
	height: 5px;
	float: left;
}

#footer-text {
	width: 924px;
	height: 42px;
	float: left;
	text-align: center;
}

.clear {
	clear: both; 
	margin: 0px;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

	
/* Header Styles */
#logo-holder {
	background-image: url(/assets/images/header.jpg);
	height: 127px;
	width: 668px;
	float: left;
}

#promo-holder {
	height: 127px;
	width: 145px;
	float: left;
	text-align: center;
	background-image: url(/images/head-bg.jpg);
	background-repeat: repeat-x;
}

#phoenix-logo-holder {
	height: 127px;
	width: 88px;
	float: left;
}

#menu-holder {
	margin: 0px auto;
	width: 900px;
	padding-left: 1px;
}

#menu-tab-home {
	width: 97px;
	height: 33px;
	float: left;
}

#menu-tab-news {
	width: 128px;
	height: 33px;
	float: left;
}

#menu-tab-forum {
	width: 92px;
	height: 33px;
	float: left;
}

#menu-tab-podcasts {
	width: 111px;
	height: 33px;
	float: left;
}

#menu-tab-video {
	width: 89px;
	height: 33px;
	float: left;
}

#menu-tab-gallery {
	width: 101px;
	height: 33px;
	float: left;
}

#menu-tab-about {
	width: 179px;
	height: 33px;
	float: left;
}

#menu-tab-links {
	width: 103px;
	height: 33px;
	float: left;
}

/* Column Styles */
.links-bg {
	background-image: url(http://www.yellowfever.co.nz/images/links-box-bg.jpg);
}

#right-column {
	height: 100%;
	width: 314px;
	float: right;
	margin-right: 20px;
	display: inline;
}	

#content-column {
	height: 100%;
	width: 562px;
	float: left;
	padding: 10px;
	display: inline;
}

#side-ads {
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	width: 300px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
}

.side-content {
	width: 300px;
	float: left;
	margin-bottom: 8px;
	display: inline;
}

.forum-rss-button {
	width: 150px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
	text-align: center;
}

.rss-button {
	width: 300px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
	text-align: center;
}

/* Content Styles */
#content-image {
	height: 320px;
	width: 365px;
	float: left;
	text-align: left;
}

.content-spacer {
	height: 14px;
	width: 220px;
	float: left;
}

.content-spacer-small {
	height: 10px;
	width: 220px;
	float: left;
}

.content-spacer-large {
	height: 20px;
	width: 600px;
	float: left;
}

/* Form Styles */
.help {
	border-bottom: 1px dotted #FF9900;
}

.select {	
	color: #333333; 
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	width: 100%;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}	

.select-on {	
	color: #333333; 
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	width: 100%;
	border: 1px solid #b1201d;
	padding: 4px 5px; 
	color: #333333; 	
}	

.input-text {
	height: 16px; 
	width: 98%;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-text-on {
	height: 16px; 
	width: 98%;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	border: 1px solid #b1201d;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-text-menusignup {
	height: 16px; 
	width: 85px;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #999999; 
}

.input-text-menusignup-on {
	height: 16px; 
	width: 85px;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #b1201d;
	padding: 4px 5px; 
	color: #333333; 	
}

.input-textbox {
	width: 98%;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	border: 1px solid #D9D9D9; 
	padding: 4px 5px; 
	color: #333333; 
}

.input-textbox-on {
	width: 98%;
	font-family: 100% Segoe UI, Trebuchet MS, Verdana, sans-serif;
	border: 1px solid #b1201d;
	padding: 4px 5px; 
	color: #333333; 	
}


/* Generic Text Styles */
.error {
	color: #ff0000;
}	

.saving {
	color: #ff0000;
	font-size: 20px;
}	

.success {
	color: #2ab12d;
}	

.details {
	color: #666666;
}	

.white {
	color: #ffffff;
}	

a.white {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	text-decoration: none;
}

a.white:visited {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.grey {
	color: #333333;
}

a {
	font-size: 11px;
	color: #333333;
}

a:active {
	font-size: 11px;
	color: #333333;
}
