﻿body
{
	padding: 0;
	margin: 0;
	min-width: 766;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #626262;
	/* background-color: #FBA9CA; */
}

h1
{
	color: #9c9e8f;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 10px;
}

#container a
{
	color: #62b400;
	text-decoration: none;
}

#container a:hover
{
	text-decoration: underline;
}

#container
{
	position: relative;
	width: 766px;
	margin:0 auto;
	padding: 0;
	background-color:transparent;
}

#flash
{
	position: relative;
	height: 288px;
	width: 766px;
}
#flash object
{
	background-color: #ffffff;
 	position: absolute;
	top: 0px;
	left: 0px;
}

#maincontent
{
	width: 766px;
		
	min-height: 390px;
	height: auto !important;
	height: 390px;
	overflow: visible;
}

#menu
{
	width: 726px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#menu .top
{
	height: 10px;
	width: 726px;
	background-image: url('../Images/MenuBoxTop.gif');
}

#menu .middle
{
	position: relative;
	padding-left: 30px;
	height: 18px;
	background-image: url('../Images/MenuBoxBg.gif');
}

#menu .middle ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .middle ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	margin-right: 14px;
}

#menu .middle ul li a
{
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #9c9e8f;
	font-weight: bold;
	font-size: 13px;
}

#menu .middle ul li a:hover, #menu .middle ul li .Selected
{
	color: #86e11a;
}

#menu .bottom
{
 	clear: both;
	height: 10px;
	width: 726px;
	background-image: url('../Images/MenuBoxBottom.gif');
}

.DJGeorgio
{
	float: left;
	margin-right: 10px;
}

#bigBox
{
	width: 726px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#bigBox .top
{
	height: 8px;
	background: url('../Images/MenuBoxTop.gif') no-repeat top;
}

#bigBox .middle
{
	min-height: 387px;
	height: auto !important;
	overflow: visible;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
	background: url('../Images/MenuBoxBg.gif') repeat-y;
}

#bigBox .bottom
{
	height: 8px;
	background: url('../Images/MenuBoxBottom.gif') no-repeat bottom;
}

#bigBox .middle ul
{
	list-style: disc;
	margin: 15px;
	padding: 0;
}

#smallBox
{
	width: 221px;
	float: left;
	margin-left: 5px;
	margin-right: 20px;
}

#smallBox .top
{
	height: 25px;
	width: 221px;
	background-image: url('../Images/SmallBoxTop.gif');
}

#smallBox .middle
{
	min-height: 387px;
	height: auto !important;
	height: 387px;
	overflow: visible;
	
	width: 161px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url('../Images/SmallBoxBg.gif');
}

#smallBox .bottom
{
	height: 8px;
	width: 221px;
	background-image: url('../Images/SmallBoxBottom.gif');
}

.AffilatesItem, .EventsItem
{
	padding-bottom: 20px;
}

.GreenWrap
{
	padding-bottom: 7px;
	padding-top: 7px;
}

.SmallGreen
{
	height: 3px;
	width: 161px;
	background-image: url('../Images/SmallGreen.gif');
}

.LargeGreen
{
	height: 3px;
	width: 435px;
	background-image: url('../Images/LargeGreen.gif');
}

#footer
{
	margin-top: 14px;
}

#footer .top
{
	height: 8px;
	width: 766px;
	background-color: #9c9e8f;
}

#footer .middle
{
	margin-top: 14px;
}

#footer .middle, #footer .middle a
{
	font-size: 11px;
	text-align: center;
	color: #626262;
	text-decoration: none;
}

#footer .middle a:hover
{
	text-decoration: underline;
}

#footer .middle ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .middle ul li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer .middle ul li.space
{
	margin-left: 7px;
	margin-right: 7px;
}

#footer .bottom
{
	text-align: center;
}

#footer .bottom a
{
	color: #62b400;
	text-decoration: none;
}

#footer .bottom a:hover
{
	text-decoration: underline;
}

/* Clear Fix */
/* this fixes the clearing problem of different sized elements */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}

/* Popup modal */
.updateProgress
{
	position: absolute;
	background-color: #b9b9b9;
	filter: alpha(opacity=80);
	MozOpacity: 0.8;
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
}

.updateModal
{
	position: relative;
	top: 110px;
	left: 150px;
	text-align: center;
	background-color: white;
	color: #000;
	padding: 4px;
	width: 100px;
}

.purchase
{
	padding-top: 20px;
	clear: both;
}
.purchase .item
{
	width: 333px;
	float: left;
	text-align: center;
}

.centreflash
{
	clear: both;
	text-align: center;
	padding-top: 20px;
}