@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	background-image:url(images/layout/stripeBG.gif);
	background-repeat:repeat;
	background-color:#001B9C;
	height:100%;
}

h1{
	font-size:1.1em;
	padding-bottom:3px;
}

h2{
	font-size:1.25em;
	padding-bottom:4px;
}

h3{
	font-size:1.35em;
	padding-bottom:4px;
	font-weight:bold;
}

a:link, a:visited{
	color:#27C;
}

a:hover, a:active{
	color:#C62;
}

img{
	border:0;
	padding:0;
	margin:0;
}

input, select{
	height:20px;
	background-image:url(images/layout/formInputBG.gif);
	background-repeat:repeat-x;
	background-color:#fffad7;
	background-position:0% 100%;
	font-size:1.1em;
}

select{
	font-size:1.1em;
	font-weight:bold;
}

textarea{
	background-image:url(images/layout/formTextBG.gif);
	background-repeat:repeat-x;
	background-color:#fffad7;
	background-position:0% 100%;
	font-size:1.1em;
}

li{
	line-height:1.1em;
	list-style:circle;
	margin-left:20px;
}
ul{
	text-indent:20px;
}

#theGoatSays{
	z-index:600;
	width:500px;
	position:fixed;
	top: 100px;
	left: -1500px;
	min-height:100px;
	border:solid 6px #F60;
}

#theGoatSaysLogo{
	position:absolute;
	right:-64px;
	top:-64px;
	width:128px;
	height:128px;
	background-image:url(images/layout/goatSaysLogo.png);
	z-index:601;
	float:left;
}

#theGoatSaysClose{
	position:absolute;
	left:-16px;
	top:-16px;
}

#theGoatSaysContent{
	padding:10px 20px 20px 20px;
	background-color:#fffad7;
	font-size:1.1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
}

#goatMessageButtons{
	width:90%;
	height:75px;
	margin: 0 auto;
	position:relative;
}

#goatMessageOK{
	height:25px;
	width:120px;
	font-weight:bold;
	font-size:1.25em;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	border:#C80 6px solid;
	position:absolute;
	left: 25px;
}

#goatMessageCancel{
	height:25px;
	width:120px;
	font-weight:bold;
	font-size:1.25em;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	border:#C80 6px solid;
	position:absolute;
	right: 25px;
}

#tigrs{
	cursor: hand;
	color: black;
	text-decoration:none;
	background: none;
	float: left;
	margin-right:170px;
	margin-left: 0px;
	margin-top:5px;
}

div#nonJS{
	position:static;
	left: 70px;
	top: 0px;
	padding:50px;
	height:auto;
	width:698px;
	border:4px solid #F00;
	background-color:#FC0;
}

blockquote{
	position:relative;
	left: 30px;
}

#nonJSList li{
	line-height:1.25em;
	font-weight:bold;
}

#centrifier{
	left: 50%;
	position: absolute;
	width:50%;
}

#container{
	position:absolute;
	left:-415px;
	width: 830px;
	height:auto;
}

#bgRepeater{
	width:100%;
	position:absolute;
	top: 0px;
	height: 400px;
	background-image:url(images/layout/backgroundRepeater.jpg);
}

#header{
	left:13px;
	width:803px;
	height:129px;
	position:relative;
}

#headerTop{
	width:803px;
	height:30px;
	background-image:url(images/layout/headerTop.gif);
}

#headerBottom{
	width:803px;
	height:99px;
	background-image:url(images/layout/headerBottom.jpg);
}

#headerFakeLogo{
	left:18px;
	height:129px;
	width:132px;
	cursor:pointer;
	position:absolute;
}

#nav, #nav2{
	width:838px;
	height:39px;
	position:relative;
	left:-4px;
	clear:both;
}

#navLeftEnd{
	float: left;
	width: 16px;
	height: 39px;
	background-image:url(images/layout/navBarLeftEnd.gif);
}

#navRightEnd{
	float: left;
	width: 16px;
	height: 39px;
	background-image:url(images/layout/navBarRightEnd.gif);
}

#navDivider{
	float: left;
	width: 2px;
	height: 39px;
	background-image:url(images/layout/headerDivider.gif);
}

#navGames{
	float: left;
	width: 126px;
	height: 39px;
	overflow:hidden;
	background-image:url(images/layout/headerGames.jpg);
	cursor:pointer;
}

#navNews{
	float: left;
	width: 116px;
	height: 39px;
	overflow:hidden;
	background-image:url(images/layout/headerNews.jpg);
	cursor:pointer;
}

#navHelp{
	float: left;
	width: 228px;
	height: 39px;
	overflow:hidden;
	background-image:url(images/layout/headerHelp.jpg);
	cursor:pointer;
}

#navContact{
	float: left;
	width: 160px;
	height: 39px;
	overflow:hidden;
	background-image:url(images/layout/headerContact.jpg);
	cursor:pointer;
}

#navAbout{
	float: left;
	width: 163px;
	height: 39px;
	overflow:hidden;
	background-image:url(images/layout/headerAbout.jpg);
	cursor:pointer;
}

#main{
	width:806px;
	position:relative;
	left: 12px;
	background-color:#fffad7;
	height:auto;
	text-align:center;
}

#topBlock{
	height:210px;
	width:801px;
	background-image:url(images/layout/mainBGGradient.gif);
	background-repeat:repeat-x;
	background-color:#fffad7;
	padding-left:4px;
}

#topBlock img{
	float: left;
	padding-left:15px;
	padding-right:0px;
	padding-top:19px;
}

#buttonsBlock{
	height:116px;
	background-image:url(images/layout/buttonsBlockBG.gif);
	background-repeat:repeat-x;
}
.mainButton{
	width:230px;
	height:77px;
	background-position:0px 0px;
}

#Demo{
	margin-top:11px;
	position:absolute;
	left:20px;
	cursor:pointer;
	text-align:center;
	width:230px;
	height:77px;
}

#buyNow{
	margin-top:11px;
	position:absolute;
	right:20px;
	cursor:pointer;
	text-align:center;
	width:230px;
	height:77px;
}

#specs{
	position:relative;
	left: 253px;
	width:300px;
	height:90px;
	overflow:hidden;
	top:10px;
	text-align:center;
	line-height:1em;
}

#speil{
	padding-left: 20px;
	width: 790px;
	margin-top: 15px;
	float:left;
	text-align:left;
}

#speil ul{
	list-style:disc;
	list-style-type:disc;
	list-style-position:inside;
	text-indent:30px;
}

#screensBox{
	width:408px;
	height:auto;
	margin-right: 30px;
	margin-left:10px;
	float:right;
	position:relative;
	top: -10px;
	
	text-align:center;
	
	background-image:url(images/layout/screensBoxTop.gif);
	background-repeat:no-repeat;
}

#screensBoxMid{
	width:408px;
	margin-top:48px;
	background-image:url(images/layout/screensBoxMiddle.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
}

#screensBoxBottom{
	width:408px;
	height:24px;
	background-image:url(images/layout/screensBoxBottom.gif);
	clear:both;
	position:relative;
	left:-10px;
	text-align:center;
}
#videoBox{
	width:408px;
	height:auto;
	margin-right: 30px;
	margin-left:10px;
	float:right;
	position:relative;
	top: -10px;
	
	text-align:center;
	
	background-image:url(images/layout/videoBoxTop.gif);
	background-repeat:no-repeat;
}

#voxBox{
	width:408px;
	height:auto;
	margin-right: 30px;
	margin-left:10px;
	float:right;
	position:relative;
	top: -10px;
	
	text-align:center;
	
	background-image:url(images/layout/quoteBoxTop.gif);
	background-repeat:no-repeat;
}

img.smallScreen{
	float:left;
	margin-left:8px;
	margin-bottom:4px;
	cursor:pointer;
	width:118px;
	height:89px;
}

#sliderContainer{
	width: 764px;
	margin-left:20px;
	overflow:hidden;
	height: 300px;
	position:relative;
	border:1px solid #44C;
}

#sliderInterior{
	width: 15000px;
	overflow:visible;
	height: 300px;
	position:relative;
	background-image:url(images/layout/mainBGGradient.gif);
	background-repeat:repeat-x;
	left:0px;
}

.slidingGameContent{
	width: 764px;
	height:300px;
	padding:8px;
	float:left;
	text-align:left;
}
.slidingGameContent2{
	width: 764px;
	height:300px;
	padding:8px;
	text-align:left;
	background-image:url(images/layout/mainBGGradient.gif);
	background-repeat:repeat-x;
	position:relative;
	margin-left:12px;
	margin-bottom:4px;
	border:1px solid #F60;
}

.GamesPageGameDiv{
	width: 764px;
	height:290px;
	padding:8px;
	margin-left:12px;
	margin-bottom:4px;
	border:1px solid #F60;
	background-image:url(images/layout/mainBGGradient.gif);
	background-repeat:repeat-x;
	position:relative;
	text-align:left;
}

.slidingGameContent img{
	float:right;
	margin:4px;
}

/*.slidingGameContentGamesPage img{
	float:left;
}*/

.gamesPageMiniShot{
	float:right;
	margin-right:5px;
	margin-left:5px;
	margin-top:4px;
}

#extraGamesImageDiv{
	width: 256px;
	float:right;
	margin-right:10px;
}

.extraGamesmoreInfoButton{
	position:absolute;
	bottom:0px;
	width:228px;
	height:52px;
	background-image:url(images/layout/moreInfo.gif);	
}

.extraGamesmoreInfoButton2{
	width:228px;
	height:52px;
	background-image:url(images/layout/moreInfo.gif);
	margin-top:6px;
	position:absolute;
	bottom:5px;
}

#logos{
	width: 150px;
	height:30px;
	position:absolute;
	top: 214px;
}
#logos2{
	clear:both;
	text-align:center;
	width: 228px;
	height:30px;
	padding-left:auto;
	padding-right:auto;
	float:none;
	position:absolute;
	bottom:54px;
	left:0px;
}

.miniLogo{
	margin:0px;
}
	
#sliderMenuContainer{
	margin-left:20px;
	width:764px;
	height:24px;
	border:1px solid #44C;
	background-color:#FFF;
}

#sliderButtonL{
	height:24px;
	width:150px;
	position:absolute;
	left:21px;
	cursor:pointer;
}
#sliderButtonR{
	height:24px;
	width:150px;
	position:absolute;
	right:21px;
	cursor:pointer;
}

#sliderTitle{
	width:464px;
	height:21px;
	padding-top:3px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	position:relative;
	left:150px;
}

#footer{
	width:803px;
	height:48px;
	position:relative;
	left: 13px;
	background-image:url(images/layout/footerTop.gif);
	background-repeat:repeat-x;
	
	text-align:center;
	font-weight:bold;
	color:#730;
}

#footerTopSpacer{
	height:5px;
}

#footerBottom{
	background-image:url(images/layout/footerBottom.gif);
	background-repeat:no-repeat;
	width:803px;
	height:22px;
	bottom:0px;
	position:absolute;
	text-align:center;
	color:#C63;
	font-weight:normal;
	font-size:0.9em;
}

#bottomSpacer{
	width:100px;
	height:30px;
}

#hiddenLinks{
	position:absolute;
	top:-500px;
	left:-3000px;
	width:30px;
	height:30px;
	overflow:hidden;
}

#popupButtons{
	padding:10px;
	border:#06F 4px solid;
	position:absolute;
	background-color:#fffad7;
	text-align:center;
	height:160px;
	width:420px;
	left:-5000px;
	top:100px;
	z-index:550;
	overflow:hidden;
}

.buttonClass{
	float: left;
	width:100px;
	height:100px;
	padding-left:2px;
}

#closePopup{
	position:relative;
	top:-8px;
	left:-8px;
	float:left;
}

#contactForm{
	padding:10px 40px 10px 40px;
	text-align:left;
}

.contact_form{
	width:400px;
	border:#C90 1px solid;
}

#captcha{
	width:500px;
	height:100px;
}
#goatHighlight{
	width:0px;
	height:10px;
	position:absolute;
	background-color:#FFF;
	left:-1px;
	top:0px;
}

#newsItem{
	padding:20px 10px 20px 10px;
	border:4px solid #FC5;
	text-align:left;
	margin:10px 20px;
	position:relative;
}

.helpTitleLink{
	width:auto;
}

.helpArrow{
	width:20px;
	height:20px;
	vertical-align:text-bottom;
}

.helpOuterDiv{
	position:relative;
	text-align:left;
	width:90%;
	left:5%;
}

#helpItemBody{
	display:none;
}

#pressBox{
	padding:20px 10px 20px 10px;
	border:4px solid #FC5;
	text-align:left;
	margin:10px 20px;
	position:relative;
	text-align:left;
	border: 4px solid #C90;
}

.pressZip{
	vertical-align:middle;
	font-size:1.25em;
	font-weight:bold;
}

#downloadBox{
	padding:20px 40px 20px 40px;
	border:4px solid #FC5;
	text-align:left;
	margin:10px 20px;
	position:relative;
	text-align:center;
	border: 4px solid #C90;
}
