/* Inner Oasis */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin:0px;
	
	background-repeat: repeat;
	color:#fff;
	padding:0px;
	text-align:center;
}
div.wrapper {margin:0px auto; text-align:left; width:976px;}


/* Main Content Header */
.topSite {
	float:left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:976px;
	height:141px;
}
.aboveMenu {
	float:left;
	width:976px;
	height:108px;
}

h1.logo {width:552px; height:77px;margin:15px 0px 0px 15px;padding:0px;float:left;}
h1.logo a{text-indent:-999px;width:552px; height:77px;display:block;}

.aboveMenu .logo {
	float:left;
	margin-top:15px;
	margin-left:15px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width:552px;
	height:77px;
}

.mainMenu {
	float:left;
	background-image: url(../images/mainMenu.jpg);
	background-repeat: no-repeat;
	width:976px;
	height:33px;
}
.menu {
	font-family: Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:130%;
}
/* Menu sections */
.menu div#home {
	float:left;
	width:130px;
	margin-left:13px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#home.selected {
	background-image: url(../images/menuSelectedFirst.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:default;
}
.menu div#purchase {
	float:left;
	width:150px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#purchase.selected {
	background-image: url(../images/menuSelected.jpg);
	background-repeat: repeat-x;
	cursor:default;
}
.menu div#download {
	float:left;
	width:200px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#download.selected {
	background-image: url(../images/menuSelected.jpg);
	background-repeat: repeat-x;
	cursor:default;
}
.menu div#update {
	float:left;
	width:140px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#update.selected {
	background-image: url(../images/menuSelected.jpg);
	background-repeat: repeat-x;
	cursor:default;
}

.menu div#contactus {
	float:left;
	width:140px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#contactus.selected {
	background-image: url(../images/menuSelectedLast.png);
	background-repeat: no-repeat;
	background-position:right;
	cursor:default;
	
}
.menu div#screenshots {
	float:left;
	width:170px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#screenshots.selected {
	background-image: url(../images/menuSelected.jpg);
	background-repeat: repeat-x;
	cursor:default;
}
.menu div#howto {
	float:left;
	width:144px;
	height:33px;
	text-align:center;
	line-height:2.25em;
	cursor:pointer;
}
.menu div#howto.selected {
	background-image: url(../images/menuSelected.jpg);
	background-repeat:repeat-x;
	cursor:default;
}

.menu .separator {
	float:left;
	background-image: url(../images/menuSeparator.jpg);
	background-repeat: no-repeat;
	width:2px;
	height:33px;
}

.body_content_background {
	float:left;
	/*background-image: url(../images/bodyBackg.jpg);*/
	background-repeat: no-repeat;
	width:976px;
}

/* Main Content 2 cols */
*html div.mainContent {
	height:1%;
	}
div.mainContent[class] {
	overflow:hidden;
}
div.mainContent:lang(en) {
	overflow:hidden;
}
div.mainContent {
	margin-top:40px;
	margin-left:26px;
}
div.mainCol{
	float:left;
	width:680px;
	margin-right:20px;
}
div.mainCol .contentMainCol {
	font-family: Verdana, Geneva, sans-serif;
	font-size:110%;
}
.pageSeparator {
	background-image: url(../images/pageSeparator.png);
	background-repeat: no-repeat;
	height:11px;
	margin:10px 0px;
	clear:both;
}
.Title1 {
	font-size:150%;
	font-weight:bold;
}
.Title2 {
	font-size:150%;
	font-weight:bold;
	color:#ff8f03;
}
.Title3 {
	float:left;
	font-size:130%;
	font-weight:bold;
}
.Title4 
{
	font-size:150%;
	font-weight:bold;
	color:Black;
}
p {
	line-height:1.5em;
}
/* Main BUTTONS */
div#football {
	float:left;
	width:200px;
	height:163px;
	cursor:pointer;
	background-image: url(../images/football.png);
	background-repeat: no-repeat;
	margin-top:-15px;
	margin-bottom:15px;
}
div#basketball {
	float:left;
	width:200px;
	height:163px;
	cursor:pointer;
	background-image: url(../images/basketball.png);
	background-repeat: no-repeat;
	margin-top:-15px;
	margin-bottom:15px;
}
div#hockey {
	float:left;
	width:200px;
	height:163px;
	cursor:pointer;
	background-image: url(../images/hockey.png);
	background-repeat: no-repeat;
	margin-top:-15px;
	margin-bottom:15px;
}

.error
{
	color:Red;
	}

div.sideCol{
	float:left;
	width:250px;
}
.download {
	float:left;
	width:243px;
	height:143px;
	background-image:url(../images/downloadPlaceholder.png);
	background-repeat:no-repeat;
}
.download .downloadNow {
	margin:80px 0px 0px 58px;
}

.sideBox {
	float:left;
	margin-top:25px;
	width:228px;
	border:1px solid #5e5e5e;
	padding:10px;
	background-color:#314223;
}
.sideBox .topSection {
	height:20px;
	background-color:#122107;
	color:#9dc15e;
	font-weight:bold;
	font-size:150%;
	padding:6px 0px 10px 10px;
}
.sideBox .topSection .mainTitle {
	float:left;
	width:150px;
}
.sideBox .rss {
	float:right;
	color:white;
	font-size:14px;
	width:60px;
	margin-top:4px;
}
.rssText {
	vertical-align:top;
	line-height:1em;
	margin-left:5px;
}
.sideBoxContent {
	padding:15px 10px 25px 10px;
}
.sideBoxContent .sideBoxTitle {
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}


.bottomSite {
	float:left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width:976px;
	height:158px;
}
.copyright {margin-top:150px; padding-bottom:15px;}

/* ============= Links for text main ============= */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
    color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ============= Links for blue bullets ============= */
.bullet1 a:link {
	color: #aae2ff;
	text-decoration: underline;
}
.bullet1 a:visited {
    color: #aae2ff;
	text-decoration: underline;
}
.bullet1 a:active {
	color: #aae2ff;
	text-decoration: underline;
}
.bullet1 a:hover {
	color: #aae2ff;
	text-decoration: none;
}
.bullet1 {
	padding-top:10px;
}
.bullet1 ul {
	margin-left:0px;
	padding-left:10px;
	list-style-type:none;
}
.bullet1 ul li {
	margin-left:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.bullet1 a {
	font-size:14px;
	margin-left:10px;
}

/* ============= Links for blue bullets ============= */
.bullet2 a:link {
	color: #fff;
	text-decoration: none;
}
.bullet2 a:visited {
    color: #fff;
	text-decoration: none;
}
.bullet2 a:active {
	color: #fff;
	text-decoration: none;
}
.bullet2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.bullet2 {
	padding-top:10px;
}
.bullet2 ul {
	margin-left:0px;
	padding-left:10px;
	list-style-type:none;
}
.bullet2 ul li {
	margin-left:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.bullet2 a {
	font-size:14px;
	margin-left:10px;
}

/* ============= Links top menu - bottom menu ============= */
.menu a:link, #footer .copyright a:link {
	color:#fff;
	text-decoration: none;
}
.menu a:visited, #footer .copyright a:visited {
	color:#fff;
	text-decoration: none;
}
.menu a:active, #footer .copyright a:active {
	color:#fff;
	text-decoration: none;
}
.menu a:hover, #footer .copyright a:hover {
	color:#dbdbda;
	text-decoration: underline;
}


/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

/* ============= Forms item ============= */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ============= Bullet items ============= */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

