@charset "ISO-8859-1";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/background_shadow.jpg) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1028px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 160px;
	position: relative;
	padding-left: 10px;
}
#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header a:hover {
	color: #000000;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	}
	
#header li {
	float: left;
}	

#header li a {
	background:#00FF00;
	padding: .2em .5em;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.5em;
	}
	
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.7em;
}
#footer {
	padding: 0 20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 95%;
	color: #000000;
}

/* ------ mainContent table styles --------------*/
#mainContent table#gearTbl {
	width: 322px;
	margin: 0 auto;
	background: #FFFFFF;
}
#mainContent table#gearTbl2 {
	width: 250px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#mainContent #gearTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
#mainContent #gearTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-align:left;
}
#mainContent  #gearTbl  caption   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 0.5em;
}
#mainContent #gearTbl th {
	background: #444;
	height: 190px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#mainContent #gearTbl td {
	padding: .2em .5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	}
#mainContent #gearTbl td.specs {
	text-align: left;
	font-weight: normal;
}
#mainContent #gearTbl tr.odd {
	background: #FFFFFF;
}
#mainContent #gearTbl tr:hover {
	background: #E8E8E8;
}
#mainContent #gearTbl2 thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
#mainContent #gearTbl2 tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align:left;
}
#mainContent  #gearTbl2  caption   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 0.5em;
}
#mainContent #gearTbl2 th {
	background: #FFFFFF;
	height: 190px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#mainContent #gearTbl2 td {
	padding: .2em .5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	}
#mainContent #gearTbl2 td.specs {
	text-align: left;
	font-weight: normal;
}
#mainContent #gearTbl2 tr.odd {
	background: #FFFFFF;
	color: #FFFFFF;
}
#mainContent #gearTbl2 tr:hover {
	background: #E8E8E8;
}
/* ---------------- header specific styles ----------------*/
#staff a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#staff  td.middle {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
}
#staff a:hover {
	color: #000000;
}
