




/*
     FILE ARCHIVED ON 9:50:41 Jan 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 5:51:31 Apr 1, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@import url("http://www.gotchagps.com.au/homme.css");

html, body {
	margin: 0px;
	background-color: #000;
	background-image: url(http://www.gotchagps.com.au/layout/satelite_R.jpg); /*, url(http://gotchagps.com.au/layout/bg_r.png);*/
	background-position: top left;/*, top right;*/
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#4d4948;
}

h1 {
	font-size:150%;
	margin:0px;
	padding:0px;
	color:#FF0000;
}
h2 {
	font-size:130%;
	margin:0px;
	padding:0px;
}

a {
	color: #4d4948;
	text-decoration: none;
}
#success p a {text-decoration:underline;}
.clear {
	clear:both;
}

#header{ 
	height:115px;
	margin:0px auto 0 auto;
}

#header img{
	height:100px;
}

#header h1{
	float:right;
	font-size:14pt;
	color:#777
}

#logout {float:right; padding-bottom:5px;}
#logout a img {max-height:32px;max-width:32px;}
#logout a  span {
	position: relative;
	top: -12px;
	right: 5px;
}

#footer {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	margin:0px auto 0 auto;
	margin-bottom:5px;
	font-size:8pt;
}

#footer .optimized {margin:0 auto; width:500px; text-align:center;}
#footer .optimized  p {}

#header,#wrapper,#footer, .horiMenu{
	padding:15px;
	background: rgba(255, 255, 255, 0.9);
	width:1000px;
	margin:0px auto 0 auto;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity:0.9;*/
}

#footer a {
	text-decoration:none;
}

#footer a span {
	position: relative;
	top: -12px;
	left: 5px;
}

#footer a:hover {
	color:#ff0505;
}

a img {
	border:none;
}

#wrapper #content #main {
	
}

#wrapper #content #main #regbox {
	margin: 0 auto;
    width: 700px;
}

#wrapper #content #main #regbox label {
	/*width:150px;*/
	float:left;
}

#wrapper #content #main #regbox a {
	text-decoration:none;
	font-weight:bold;
}

#regbox textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
}

#regbox textarea {
	height: 90px;
}

#wrapper #errors {
	margin-top:0px;
	color:#4d4948;
	background-color:#ffbedb;
	border: 1px solid #cbcbcb;
	font-size:90%;
	margin-bottom:5px;
}

#wrapper #success {
	margin-top:15px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c;
	padding:10px;
}

#build{
	float:right;
	text-align:right;
	font-size:8pt;
}

#build a {
	text-decoration:none;
	border:none;
}

.mainMenu a{ width:225px; height:225px; float:left; text-align:center; margin-top: 40px; padding:10px; }
.mainMenu a { text-decoration:none; }
.mainMenu a img { max-width:200px; max-height:200px; }

.long {width:500px;}

.horiMenu {
	height:38px;
	padding-bottom:0px;
}

.horiMenu ul{
height:38px;
list-style:none;
margin:0;
padding:0;
}
.horiMenu li{
	float:left;
	}
.horiMenu li a{
	color:#ff0000;
	font-weight:normal;
	display:block;
	line-height:38px;
	font-size:13pt;
	text-align:center;
	text-decoration:none;
	padding: 0 25px;
	/*background: rgba(0,0,0,0.8);*/
	margin-left:5px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	}
	.horiMenu li a:hover{
		color:#000000;
		background: rgba(255,255,255,0.9);
		
	}