@import url("menu.css");
/* high level layout */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin:8px;
	padding:0px;	
}
#wrapper
{
	width:800px;
	margin-left:20px;
}

#menu
{
	font-size:10px;
	float:left;
	width:150px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}

#content
{
	float:left;
	width:620px;
	padding-bottom:20px;
}

#footer
{
	clear:both;
	text-align:right;
	font-size: 12px;

}

#content .flash
{
	padding-top:20px;
	padding-left:18px;
}
#content h1
{
	padding-top:50px;
	font-size:17.1px;
	font-weight:bold;
}
#content ul
{
	padding-left:26.5em;	
}
#content li
{
	padding:5px;
}
#content h2
{
	font-size:12px;
}
#content img.rightimg
{
	float:right;
	margin:4px;
}

#content img.leftimg
{
	float:left;
	margin:4px;
	margin-right:25px;
	margin-bottom:10px;
}

#genbook
{
	float:right;
	width:150px;
	margin-top:2px;
}
#genbook img
{
	margin-top:4px;
}

form div.row {
  clear: both;
  padding-top: 10px;
  }

form div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

form div.row span.formw {
  float: right;
  width: 500px;
  text-align: left;
  } 
/*
#content img
{
	float:left;
	margin:4px;
	margin-right:25px;
}
*/

#menu ul
{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li
{
	display:block;
}
#menu a
{
	text-align:left;
	width:100%;
}

/* management page */
#management h2
{
	font-size:11px;
	margin-bottom:-10px;
	padding-bottom:-10px;
}
#management h3
{
	margin-top:10px;
	font-weight:bold;	
	font-size:11px;
}

/* custom apparel page */
#customapparelpage ul
{
	padding-left:0;
	
}

/* this pushes the bottom section down so it aligns to the
	right of the image on the apparel center page.
*/
#customapparel_pushcontentdown
{
	height:110px;
}


/* global tag overrides */
table
{
	font-size:10px;
	text-align:left;
	
}

td
{
	/* margin:4px 4px 4px 0px; */
	padding:10px 10px 10px 0px;
}

/* text link styles */
a:link {
	text-decoration: none;
	text-align: center;
	outline:none;
}
a:visited {
	text-decoration: none;
	text-align: center;
	outline:none;
}
a:active {
	text-decoration: none;
	text-align: center;
	outline:none;
}
a:hover {
	text-decoration: none;
	text-align: center;
	outline:none;
}

div.spacer {
  clear: both;
  }
  
