﻿*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

a img
{
	border: 0;
}

a
{
	color: #ac7f7f;
}
a:hover
{
	text-decoration: none;
}
a.extern
{
	background: transparent url( "images/external.gif" ) no-repeat scroll right center;
	padding-right: 13px;
}

h1
{
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size:26pt;
	font-weight:normal;
	padding-top:18px;
	padding-bottom: 16px;
	color:#d40000;
}

h2
{
	font: 14pt "Trebuchet MS";
	padding-bottom: 10px;
	color: #696373;
}

div.rightImage
{
	float: right;
	margin: 4px;
}

/* Page background */

body
{
	background: #565248 url(    'images/pageBkgd.jpg' ) repeat-x;
	text-align: center;
	font-family: verdana, arial, Sans-Serif;
	font-size: 11px;
	line-height: 150%;
}

#pageBody
{
	position: relative;
	min-height: 100%;
	width: 782px;
	background: #fff;
	color: #565248;
	text-align: left;
}

/* Page regions */

#logoSite
{
	margin: 14px 20px 8px auto;
	text-align: right;
}

#pageBanner
{
	margin: 8px 0 0 0;
	text-align: center;
	clear:both
}

#pageDetail
{
	margin: 0 20px 100px 20px;
	font: 10pt "trebuchet ms" ,arial;
	line-height: 150%;
}

#pageDetail p
{
	padding-bottom: 12pt;
}
#pageDetail ul
{
	margin-left: 16px;
}

#pageCrumbs
{
	height: 26px;
	font-size: 7pt;
	color: #c0c5ca;
}
#pageCrumbs a
{
	color: #c0c5ca;
}

#pageFooter
{
	clear:both;
	padding: 6px 12px 4px 12px;
	border-top: 1px solid #a6a298;
	color: #b0bca8;
}

#pageFooter a
{
	text-decoration: none;
	color: #d40000;
}

#pageFooter b
{
	color: #d00000;
}

#mainBtns img
{
	border: 2px solid #fff;
}

#mainBtns img:hover
{
	border: 2px solid #d40000;
}

table.entryTable input,
table.entryTable label,
table.entryTable textarea 
{
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size:8pt 
}

table.entryTable {background:whitesmoke}

table.entryTable tr { vertical-align:top}
table.entryTable td { padding:3px}

table.prodspec {width:100%}
table.prodspec tr.alt {background-color:#e1f1f6}
table.prodspec td {padding:3px}

/* Site menu */

div.menuSite
{
	height: 48px;
	width: 750px;
	clear: both;
	text-align: center;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 18px;
	float: left;
}

#mainMenu
{
	margin: 0 20px 0 20px;
}

#mainMenu, #mainMenu ul
{
	list-style: none;
}

#mainMenu a
{
	display: block;
	color: #868278;
}

#mainMenu li
{
	text-align: left;
	float: left;
}

#mainMenu li a
{
	margin: 0;
	padding: 12px 6px 0 10px;
	text-decoration: none;
	line-height:30px;
}

#mainMenu li a:hover
{
	margin: 0;
	color: #d00000;
}

#mainMenu li a.current
{
	background: transparent url(images/mainMenu.jpg) 0px -37px no-repeat;
}

#mainMenu li ul
{
	position: absolute;
	left: -999em;
	width: 12em;
	margin: 0;
}

#mainMenu li ul a
{
	width: 12em;
	height: auto;
	margin: 0;
	padding: 4px 10px 6px 10px;
	border: 1px solid #d00000;
	background-color: #d00000;
	background-image: none;
	color: #fff;
	line-height:normal;
	font-size: 14px;
}

#mainMenu li ul a:hover
{
	color: #fff;
	border: 1px solid #802020;
	background-color: #900000;
	margin: 0;
}

#mainMenu li ul a.first
{
	border-top: 1px solid #a00000;
}

#mainMenu li ul a.last
{
	border-bottom: 2px solid #a00000;
}

/* Firefox uses this rule */
#mainMenu li:hover ul
{
	left: auto;
}

/* IE uses these rules (via Javascript) */
#mainMenu li.sfhover ul
{
	left: auto;
}

#mainMenu li.sfout ul
{
	left: -999em;
}
