@CHARSET "ISO-8859-1";

body, table, td, div, span, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000; // #5F5F5F
}

body 
{
	background-attachment: scroll;
	background-image: url(../images/gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #ED2128;	
	text-decoration: none;
}

a:hover
{
	color: #ED2128;	
	text-decoration: none;
}

a:visited
{
	color: #ED2128;	
	text-decoration: none;
}

#wrapper
{
	margin: 0 auto;
	width: 955px;
}

#page
{
	width: 800px;
	float: left;
}

/* ----- Header ----- */
#header
{
	width: 100%;
	height:190px;
}

#header .logo
{
	float: left;
}

#header .logotext
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#header .logotext .first
{
	font-size: 20px;
}

#header .logotext .first .net
{
	font-size: 20px;
	color: #ED2128;
}

#header .charts
{
	float: right;
}

/* ----- Top Menu ----- */
#top-menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 33px;
    width: 800px;
    border-bottom: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	position:absolute;
	top: 133px;
}

#top-menu li
{
	float: left;
}

#top-menu a
{
    text-decoration: none;
    color: #000000;
	background-color: #E3E3E3;
	font-weight: bold;
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
}

#top-menu a:hover
{
	background-color: #CCCCCC;
}

#top-menu .selected
{
	background-color: #CCCCCC;
}

/* ----- Ads ----- */
#ads
{
	float: left;
	width: 18%;
	text-align: center;
}

/* ----- Left Menu ----- */
#left-menu
{
	float: left;
	width: 20%;
	margin-bottom: 23px;
}

#left-menu ul
{
	width: 150px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#left-menu a
{
	color: #000000;
    padding: 2px 5px;
    background-color: #E3E3E3;
    margin-bottom: 1px;
    display: block;
}

#left-menu a:hover
{
    background-color: #CCCCCC;
}

.leftMenuHeader
{
	font-weight: bold;
	padding: 5px 5px;
	background-color: #CCCCCC;
	margin-bottom: 1px;
}

/* ----- Footer ----- */
#footer
{	
	width: 100%;
	background-color: #E3E3E3;
	height: 40px;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	clear: both;
}

#footer div
{
	text-align: center;
	float: left;
	margin: 0px 28px;
	padding: 15px 0px;
}

#footer div ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#footer div li
{
	float: left;
	margin: 0px 5px
}

/* ----- Main Content ----- */
#printready
{
	width: 62%;
	float: left;
	margin-bottom: 23px;
}

table.ShopTable
{
	width: 100%;
	padding: 4px;
	margin-bottom: 30px;
}
table.ShopTable th 
{
	padding: 10px 4px 5px 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12pt;
	font-weight: normal;
}

#tower {
	float: right;
	width: 150px;
}

#tower div {
	vertical-align:middle;
	position: fixed;
	top: 10px;
	margin-right: 0;
}



