/***********************************************/
/* Style sheet for nikeTeam / teamid uniform builders     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666633;
	background-image:url(../images/bg_grad.jpg);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.166;
	padding: 0px;
}
catList {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  display: inline;
  display: block;
  color: #FFFFFF;
  LINE-HEIGHT: 1.4;
  margin-left:10;
}
slanted {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  font-style:italic
  display: inline;
  display: block;
  color: #FE5815;
  LINE-HEIGHT: 1.4;
}
catList:hover{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #FE5815;
  text-decoration: underline;
  LINE-HEIGHT: 1.4;
}
.superscript {
	vertical-align: super;
	font-size: 7px;
	color: #FFFFFF; 
}
.verdanaWhite{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	LINE-HEIGHT: 1.4;
}
.verdanaWhiteLink{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	LINE-HEIGHT: 1.4;
}
.verdanaWhiteLink:hover{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE5815;
	text-decoration: underline;
	LINE-HEIGHT: 1.4;
}
.verdanaOrange{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE5815;
	text-decoration: none;
	LINE-HEIGHT: 1.4;
}


/***********************************************/
/* POSITIONING tag styles                      */
/***********************************************/
#header{
	position: absolute;
	top: 5px;
	height: 30px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}
#builderShell{
	position: absolute;
	top: 15px;
	height: 600px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	left: -1px;
}
/*<div id="topMenu" style="position:absolute; width:725; height:600px; top: 25px; left: 20px; background-color: #000000;">*/
#topMenu{
	position: absolute;
	top: 25px;
	left: 20px;
	width: 725px;
	height: auto;
	z-index: 160;
}
#content{
	position: absolute;
	top: 145px;
	left: 20px;
	height: 275px;
	width: 720px;
	z-index: 10;
	layer-background-color: #000000;
	background-color: #000000;
}
