body, td, input, select, button {
	font: 11px verdana, arial, helvetica, sans-serif; 
	color: #000;
}
body {
	margin: 0; padding: 0; text-align: left;
}
input, select { 
	margin: 0;
}
fieldset {
	border-style: dotted; 
	margin: 5px 0; 
	padding: 10px;
}
#news li, #content li {
	list-style-image: url(pics/bullet.gif); 
	padding-bottom: 2ex;
}
ul {
	padding: 0; 
	margin-left: 17px;
}

#news li {font-size: 10px;} 
#news li a{font-weight: bold; font-size: 11px;} 
#news li span, #news li img {color: #666; font-size: 10px; display: block;}

h1 {font-size: 18px; font-weight: bold;}
h2 {font-size: 13px;}

table, form, img {
	padding: 0; 
	margin: 0; 
	border: none; 
	border-collapse: separate;
}
label, legend { 
	color: #333;
	font-weight: normal;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}
a, a:visited { 
	color: #00d;
	text-decoration: none;
}
a:hover { 
	color: #00f;
	text-decoration: underline;
}
img {border: none;}

/*----------- tables -----------------*/
table.formtable td {
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	vertical-align: baseline;
}
table.listtable td {
	padding: 3px;
	vertical-align: baseline;
}
table.listtable {
	border-bottom: #ccc 1px solid; 
	background: #fff;
}
table.listtable thead, table.listtable tr.tableheader td {
	color: #fff;
	padding: 3px;
	background: #333;
	white-space: nowrap;
}
table.listtable tr.altrow td{
	background: #ddd;
}

/*----------- form  field sizes ------*/
.short
{ width: 50px;}
.mediuma
{ width: 75px;}
.mediumb
{ width: 150px;}
.mediumc
{ width: 225px;}
.wide
{ width: 375px;}
.warning
{ color: #f00; font-weight: bold;}


/*-------  menu ----------*/

#nav, #nav li, nav li a {display: none;}
#contact { display: none;}

/*---------------- Main -------------------*/

#wrapper {
	position: relative; 
	background: #fff; 
	padding-top: 60px; 
	border: none; 
	width: 7.75in;
}
#logo {
	position: absolute; 
	left: 10px; 
	top: 10px;
}
#banner, #bannertwo {position: relative;} 
#banner img, #bannertwo img {
	border: #262626 solid; 
	border-width: 1px 0;
} 
#bannertwo {height: 92px;}
#topfeature {height: 75px; /* border-bottom: #262626 dotted 1px; */} 
#topfeature div {
	float: left; 
	height: 73px; 
	margin: 0 1px; 
	width: 247px; 
	background: #eee;
}
#products div {
	padding: 10px; 
	width: 100%;
	text-align: justify;
}
div#news {
	position: absolute;
	left: 60%;
	top: 342px;
	width: 178px; 
	padding: 10px; 
	
}
div#news img {margin: 5px 0 10px 0;}
#products {width: 55%;}
#products #extra {
	width: 100%;
	clear: left; 
	border-top: 1px dotted #333; 
	padding: 10px 0 0 0;
	 margin: 0 10px; 
}
#products #extra div {
	width: 100%;
	margin: 5px 0;  
	padding: 0;
}
#sidemenu{
	display: none;
} 

#content {
	padding: 15px 5px 15px 5px; 
	margin-left: 0; 
	width: 7in;
	position: relative;
} 
#content div.side, #content div.sideblock {display: block; float: none;}
#content div.sideblock img {display: none;}

#content div.sideblock p, #content div.sideblock div {
	padding: 5px 0; 
	margin: 0; 
	font-size: 10px;
}
#content div.sideblock div {text-align: left;}
h2.ref span, h2.league span {display: none;}
h2.ref, h2.league {display: none;}
ul.tabs {
	list-style: none; 
	margin: 0 0 0 5px; 
	height: 21px; 
	padding: 0 5px; 
	overflow: hidden; 
	background: url(pics/tab_ul_bg.gif) no-repeat;
}
#content ul.tabs li {float: left; list-style: none;}
ul.tabs a:hover, ul.tabs a.tab-active {color: #300;}
ul.tabs a:hover {background: url(pics/tab_bg.gif) no-repeat 0 -50px;}
ul.tabs a.tab-active {background: url(pics/tab_bg.gif) no-repeat 0 0;} 
ul.tabs a, ul.tabs a:visited {
	display: block; 
	padding: 4px 10px; 
	width: 90px; 
	border-right: 1px solid #fff; 
	margin: 0; color: #fff; 
	font-weight: bold; 
	text-decoration:none;
}
a#tab1 {border-left: 1px solid #f99;}
div#tabcontent {
	padding: 15px; 
	background: none; 
	margin-bottom: 10px;
	display: block;
}
#footer
{	
	width: 7in;
	background: #fff;
	border-top: 1px solid #000;
	font-size: 10px;
	clear: both;
	padding: 3px 10px;
	height: 15px;
}
#footer span {display: block;}
#footer, #footer a, #footer a:visited {color: #ccc;}
