/* The core style for the site */

body, html
{
 	background-color: #cccccc;
 	font-family: Arial, Verdana, Helvetica;
 	font-size: 12px;
 	color: #000000;
 	height: 100%;
}

a:link
{
 	text-decoration: none;
 	font-family: Arial, Verdana, Helvetica;
 	font-size: 12px;
 	font-weight: bold;
 	color: #960606;
}

a:visited
{
 	text-decoration: none;
 	font-family: Arial, Verdana, Helvetica;
 	font-size: 12px;
 	font-weight: bold;
 	color: #960606;
}

a:hover
{
 	text-decoration: underline;
 	font-family: Arial, Verdana, Helvetica;
 	font-size: 12px;
 	font-weight: bold;
 	color: #960606;
}

#container
{
	overflow: hidden;
}

/* ----- Ad's ----- */

div#headerAd
{
	background-color: #e7e7e7;
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 10px;
 	margin: 0px 0px 10px 0px;
 	border: solid 10px #e7e7e7;
}

.rightAd
{
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 10px;
 	margin-bottom: 10px;
}

/* ----- Header ----- */

div#headerContainer
{
	background-color: #ffffff;
	height: 164px;
	border-top: solid 10px #e7e7e7;
	border-left: solid 10px #e7e7e7;
	border-right: solid 10px #e7e7e7;	
}

div#headerLogo /* Logo */
{
 	background-image: url(http://static.arcticgamer.net/Design/Images/headerLeftBG.png);
 	background-repeat: no-repeat;
 	height: 100px;
}

div#headerSearch
{
	height: 100px;
}

/* ----- Searchstyle classes ----- */

.searchFormAlign
{
 	margin-top: 32px;
 	margin-left: 0px;
}

.searchForm
{
 	background-color: #ffffff;
 	border: solid 6px #cccccc;
}

.searchButton
{
 	background-color: #eeeeee;
 	font-size: 11px;
 	font-weight: bold;
 	height: 25px;
 	border: solid 1px #cccccc;
}

/* ----- Searchstyle classes end ----- */

div#headerRight
{
	height: 100px;
}

/* ----- Menu ----- */

div#navContainer
{
 	background:#e0dddd url(http://static.arcticgamer.net/Design/Images/dolphin_bg.gif) repeat-x bottom left;
 	background-color: #e0dddd;
 	float: left;
 	width: 940px;
 	height: 33px;
}

div#topNav
{
 	background-color: #143D55;
 	height: 33px;
}

div#flagContainer
{
 	background:#e0dddd url(http://static.arcticgamer.net/Design/Images/dolphin_bg.gif) repeat-x bottom left;
 	background-color: #e0dddd;
 	height: 33px;
}

.flagAlign
{
 margin-top: 6px;
 border: solid 1px #cccccc;
}

div#topNavBottom
{
 background-color: #143D55;
 height: 30px;
}

/* First menucode */

#dolphincontainer
{
	position:relative;
	height:33px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#dolphinnav
{
	position:relative;
	height:33px;
	font-size:12px;
	font-weight:bold;
	background:#e0dddd url(http://static.arcticgamer.net/Design/Images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 4px;
}

#dolphinnav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#dolphinnav ul li
{
	display:block;
	float:left;
	margin:0 1px;
}

#dolphinnav ul li a
{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#dolphinnav ul li a span
{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#dolphinnav ul li a:hover
{
	color:#fff;
	background:transparent url(http://static.arcticgamer.net/Design/Images/dolphin_bg-OVER.gif) repeat-x bottom left;
}

#dolphinnav ul li a:hover span
{
	display:block;
	width:auto;
	cursor:pointer;
}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover
{
	color:#fff;
	background:#1D6893 url(http://static.arcticgamer.net/Design/Images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}

#dolphinnav ul li a.current span
{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(http://static.arcticgamer.net/Design/Images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}

/* Second menucode */

#bottommenu 
{
	background: #143D55;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#bottommenu li 
{
	float: left;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px 6px;;
	list-style: none;
}

#bottommenu a 
{
	background: #143D55;
	font-weight: normal;
	color: #cccccc;
	display: block;
	float: left;
	margin: 0;	
	padding: 8px 12px;
	text-decoration: none;
}

#bottommenu a:hover 
{
	background: #143D55;
	color: #000000;
	font-weight: normal;
	padding-bottom: 8px;
}

/* ----- Menu end ----- */

/* ----- Main ----- */

div#mainContent
{
	background-color: #e7e7e7;
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 200px;
	border-left: solid 10px #e7e7e7;
	border-right: solid 10px #e7e7e7;
}

div#leftSideContainer
{
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 200px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}

div#rightSideContainer
{
	height: 100%;
 	height: auto !important; /*To make sure the CSS works in IE6*/
 	min-height: 200px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}

/* ----- Headers ----- */

.headerAll
{
 	background-color: #143d55;
 	float: left; 
 	width: inherit;
 	height: 30px;
 	margin: 0px 0px 0px 0px;
 	border: solid 1px #000000;
 	padding: 0px 0px 0px 0px;
}

/* ----- Footer -----*/

div#footerContainer
{
	background-color: #ffffff;
	height: 115px;
	border: solid 10px #e7e7e7;
}

div#footerLogo
{
 	height: 40px;
}


















