body, html, center#page { height:100% }

body {
	margin:0px;
	background-color:#222;
	background-image:url('./../images/_grad.gif');
	background-repeat:repeat-x;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

/* ----- */

div#header {
	width:1000px;
	height:100px;
	color:#fff;
	background-image:url('./../images/_header.gif');
	background-repeat:no-repeat;
}

div.wheader {
	width:138px;
	padding:2px;
	position:relative; top:+4px;
	background-color:#578fc8;
}

div.wheader_wide {
	width:468px;
	padding:2px;
	position:relative; top:+4px;
	background-color:#578fc8;
}


div#header span {
	display:none;
}

div#leftcolumn, div#rightcolumn {
	Xbackground-color:#00152a;
	height:100%;
	padding:8px;
}

div#centercolumn {
	Xbackground-color:#036;
	color:#fff;
	line-height:133%;
	text-align:left;
	padding:8px;
	font-size:11px;
}

div#footer {
	width:100%;
	padding-top:1em;
	padding-bottom:1em;
	Xbackground-color:#000;
	color:#fff;
	font-size:7pt;
	text-align:center;
}

div.widget {
	background-color:#55616f;
	Xbackground-image:url('./../images/menu_grad.gif');
	background-repeat:repeat-y;
	color:#fff;
	border:1px solid #7d8ea0;
	line-height:133%;
	text-align:left;
	padding:4px;
	padding-left:6px;

	margin-top:1em;
	margin-bottom:1em;
}

div.widget p {
	margin-top:1em;
}

a { color:#fff; text-decoration:none }
a:hover { color:#f93; text-decoration:underline }

a.wu { color:#fff; text-decoration:underline }
a.wu:hover { color:#f93; text-decoration:underline }


div.alttext {
	/*visibility:hidden;*/
	display:none;
}

a.gf {
	color:#999;
	text-decoration:none;
}
a.gf:hover {
	text-decoration:underline;
}





ul.menu { margin:0px; padding:0px }
ul.menu li.mi { margin:0px; padding:0px; list-style-type:clear:both; list-style-type:none }
li.mi a { display:block;
	width:170px;
	height:21px;
	line-height:21px;
	color:#fff;
	text-decoration:none;
	/*background-color:#666;*/
}
li.mi a:hover {
	/*padding-left:20px;
	width:150px;*/
	background-color:#ccc;
	Xbackground-image:url('./../images/bar.gif');
	color:#000;
	text-decoration:none;
}
.button {
  width:165px;
  height:46px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('./../images/GetItNow.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}

