/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #0097D4;
	/*border-top: 5px solid #000;*/
	color: #fff;
	height:100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-bottom: 10px;
	padding:0 20px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.container_header .full {
	width: 800px;
}
.logo {
    margin-top:25px;
    margin-left:25px;
    text-align:left;
    float:left;
}
.map {
    margin-right:25px;
    text-align:right;
    float:right;
    width: 130px;
}
#player {
    height:224px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.container_4 .grid_1 {
	width: 180px;
}

.container_4 .grid_2 {
	width: 370px;
}

.container_4 .grid_3 {
	width: 560px;
}

.container_4 .grid_4 {
	width: 750px;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.header {
    margin-left:0;padding-left:0;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}
.beta {
	margin-top: 0;
}
.zeta {
	margin-bottom: 0;
}

.single1 {
	background-image: url('../img/pink_graphic_bground.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: table;
	position: relative;
	overflow: hidden;
	height: 115px;
}
.single2 {
	background-image: url('../img/purple_graphic_bground.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: table;
	position: relative;
	overflow: hidden;
	height: 115px;
}
.double {
	background-image: url('../img/yellow_graphic_bground.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: table;
	position: relative;
	overflow: hidden;
	height: 125px;
}
.centerVerticalContainer {
	#position: absolute; 
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}
.centerVertical {
	#position: relative;
	#top: -50%;
	#left: -50%;
	width: 180px;
}
.centerBottomContainer {
	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: bottom;
}
.centerBottom {
	#position: relative;
	#top: -50%;
}

.hidden{display:none;} /* used for the two hidden popups */

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_4 .prefix_1 {
	padding-left: 180px;
}

.container_4 .prefix_2 {
	padding-left: 370px;
}

.container_4 .prefix_3 {
	padding-left: 560px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_4 .suffix_1 {
	padding-right: 180px;
}

.container_4 .suffix_2 {
	padding-right: 370px;
}

.container_4 .suffix_3 {
	padding-right: 560px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.grid_1 img, .grid_2 img {
	margin: 0 0 -5px 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

h1
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size:19px;
    line-height: 1.4em;
	text-align: left;
	padding: 0;
}
h2
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size:17px;
    line-height: 1.4em;
	text-align: left;
	padding: 0;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
h3
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size:15px;
    line-height: 1.4em;
	text-align: left;
	padding: 0;
}
p
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size:12px;
    line-height: 1.4em;
	text-align: left;
	padding: 0;
}
.country {
	color: #80cbea;
	text-align: center;
	margin: 0 auto;
}
.countrySelector {
	color: #fff;
	text-decoration: none;
}
.countrySelector:hover {
	color: #003c55;
	text-decoration: underline;
}
.countrySelectorSel {
	color: #80cbea;
	text-decoration: none;
}
.center {
	text-align: center;
}
.leftDark {
	color: #000;
	text-align: left;
	padding: 0 15px 10px 15px;
}
.leftDarkLast {
	color: #000;
	text-align: left;
	padding: 0 15px 15px 15px;
}
.leftDark a, .leftDarkLast a {
	color: #000;
}

#nav {
  float:left;
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  text-align:right;
    width:750px;
    border-left: 1px solid #80cbea;
    border-bottom: 1px solid #80cbea;
    margin-bottom: 0;
  }
#nav li {
  float:left;
  /*min-width:100px;*/
  }
* html #nav a {
  /*width:100px;*/
  }
#nav a {
  display:block; 
  color:#fff; 
  text-align:center;
  font-family:arial, helvetica, tahoma, verdana, sans-serif;
  font-weight:bold;
  font-size:12px;
  padding:10px 25px; 
  cursor:pointer;
  border-right: 1px solid #80cbea;
  }
* html #nav a {
  /*width:100px;*/ 
  cursor:hand; 
  /*w\idth:66px;*/
  }
#nav a b {
  display:block; 
  /*border-bottom:2px solid #06a;*/
  }
#nav a:hover, #nav a.selected {
  /*color:#364600;*/ /* green */
  color:#003c55; /* blue */
  text-decoration: underline;
  }




/* footer layout */
#wacom_footer {
  padding: 5px 0 25px 0;
}
#wacom_footer p {
  font-size: 11px;
  margin: 7px 0 0 0;
}
#wacom_footer p.bottom_menu a {
  margin-top: 0;
  font-size: 12px !important;
}
#wacom_footer p.bottom_menu {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 11px;
}
#wacom_footer a {
  font-size: 12px;
  color: #fff;
}
