/*================================
	basic.css
	2008-05-08
	bigfish.co.uk
 ================================*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	text-align: center; /*IE FIX*/
	color: #999;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}
form p { clear:both; }
em {
	color: #FFF;
	font-style: normal;
}

input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em; 
}

h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #FFF;
	line-height: 1.1em;
	font-size: 23px;
}
h1#header {
	padding:27px 0 0;
}

h2 {
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
}

h3 {
	margin: 0 0 20px 0;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a.current, .gold {
	color:#94875E !important;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}


ul.list {
	list-style: disc;
	margin: 0 0 20px 20px;
}

ul.list li {
	margin: 0 0 5px 0;
}

.hr {
	height: 1px;
	margin: 0 0 20px 0;
	background: url("../images/layout/horiz_dots_999.gif") repeat-x 0 0;
}

.hr hr {
	display: none;
}

.initHidden {
	display: none;
}
.clear {
	clear:both;
}

#wrapper {
	width: 906px;
	margin: 40px auto;
	text-align: left;
	font-size: 1.2em;
}

#wrapper #container {
	background: #000;
	position:relative;
	z-index:3000;
}

ul#navigation {
	font-size:1.333em;
	list-style:none;
	margin:0 0 5px;
	position:relative;
	width:700px;
	z-index:4000;
}

ul#navigation li {
	border-right: 2px solid #999;
	float: left;
	padding: 0 4px;
	position:relative;
}

ul#navigation ul, ul#navigation ul ul {
	background:url('../images/layout/menu_bg_semitrans.png') repeat;
	font-weight:normal;
}

ul#navigation ul a {
	color:#999999;
	line-height:1.4em;
}
ul#navigation ul a:hover,
ul#navigation ul a.active {
	color:#94875E;
}

ul#navigation li ul li {
	border:0;
	font-size:0.9em;
	padding:0;
}

ul#navigation li.first {
	padding-left: 0;
}


ul#navigation li.last {
	border-right: none;
}

ul#navigation li a {
	font-size:0.9em;
	text-decoration: none;
}

ul#navigation li a:hover ul {
	display:block;
	position:absolute;
}

#header {
	position: relative;
	width: 300px;
	background: transparent;
}

#header a#homelink {
	position: absolute;
	width: 130px;
	height: 100px;
	top: 5px;
	left: 0;
	background: url("../images/layout/gulogo.jpg") no-repeat 0 0;
	z-index:100000;
}

#header a#homelink img {
	display: block;
}

#container #content {
	overflow: hidden; /*CONTAINS FLOATS*/
	padding-top:10px;
	width: 956px;
}

.vertical-divider {
	float:left;
}

body#ourpuds #container #content div.wheretobuy {
	margin: 25px 0;
	font-size: 1.33em;
}

body#ourpuds #container #content div.didyouknow {
	font-size: 1.33em;
}

body #container #content div.wheretobuy h2,
body #container #content div.wheretobuy h3 {
	color: #8F7F3E;
	font-weight: normal;
}

body #container #content div.wheretobuy ul {
	margin: 0 0 20px 0;
	list-style: none;
}



#footer {
	font-size:0.9em;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
}

#footer .meet-sibling {
	float:right;
}

#footer ul#footernav {
	float: left;
	margin: 0 0 5px 0;
	list-style: none;
}

#footer ul#footernav li {
	padding: 0 4px 0 4px;
	float: left;
	border-right: 2px solid #999;
}

#footer ul#footernav li.last {
	border-right: none;
}

#footer ul#footernav li a {
	color: #626666;
	text-decoration: none;
}

#footer ul#footernav li a:hover {
	color: #FFF;
}

#footer .flags {
	float:right;
	margin:3px 10px;
}

#footer #credit {
	float: right;
	font-size: 10px;
	margin: 0 10px 0 0;
}

#footer #credit img {
	margin: 0 4px 0 0;
}

#footer #credit a {
	color: #626666;
}

#footer p {
	margin-bottom: 0;
}

#footer #legal {
	font-size: 9px;
	color: #555;
}

/********************
	   Banners
********************/

#banners {
	height:373px;
/*	overflow:hidden;*/
/*	position:relative;*/
	width:1000px;
	z-index: 4010;
}

#banners .banner {
	height:373px;
	width:906px;
	z-index:4011;
}

#banners .banner {
	display:none;
}

#banners .banner p {
	color:#FFF;
	position:absolute;
	bottom:10px;
	left:0;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	z-index:4012;
}
#banners .banner img {
	position:absolute;
	right:0;
	bottom: 0;
	z-index:4013;
}
.legal{
	color:#999999;
}
.data #wrapper #container #content{
	width:500px;
}