

* {
	padding: 0px;
	margin: 0px;
	outline: none;
}
body {
	color: #656D6D;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, Freesans, sans-serif;
	padding: 0 0 10px 0;
	
	}

a {
	color: #656D6D;
	text-decoration:none;
	}
a:hover {
	color: #146C87;
	text-decoration:underline;
	}
h1 {
	font-size: 19px;
	font-weight: bold;
	}
h2 {
	font-size: 17px;
	font-weight: normal;
	}
h3	{
	font-size: 23px;
	font-weight: normal;
	}
h4 {
	font-size: 23px;
	font-weight: normal;
	}
h5 {
	font-size: 11px;
	font-weight: bold;
	}
h6 {
	font-size: 11px;
	font-weight: normal;
	}
div {
  	text-align: left;
	}
img {
  	border: 0;
	}
p 	{
  	margin: 0;
	}
ul {
	list-style: none;
	}
input, textarea {
	font: 11px Arial;
	padding: 2px;
	border-color:#A6A6A6 #E1E1E1 #E1E1E1 #A6A6A6;
	border-style:solid;
	border-width:1px;
	color: #656D6D;
}
input[type="file"] {
	border:0px none;
}
input {
	background: url(getIMG.php?filename=inputBack.gif) 0 0 no-repeat;
	}
textarea {
	background: url(getIMG.php?filename=areaBack.gif) 0 0 no-repeat #F7F7F7;
	}
select {
	font: 11px Arial;
	border-color:#A6A6A6 #E1E1E1 #E1E1E1 #A6A6A6;
	border-style:solid;
	border-width:1px;
	color: #656D6D;
	background: url(getIMG.php?filename=inputBack.gif) 0 0 no-repeat;
	}

button {
	cursor: pointer;
	color: #1D2426;
	font-family: Arial, Helvetica, Freesans, sans-serif !important;
	}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
button:hover {
	color: #146C87;
	}
	
/* Structure */
	
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}
#header {
	height: 124px;
	position: relative;
}
#summary {
	height: 41px;
	background: url(getIMG.php?filename=summaryBack.gif) 0 0 no-repeat;
}
#content {
	padding: 10px 0 0 0;
}
#footer {
	height: 58px;
	background: url(getIMG.php?filename=footerTrim.gif) 0 30px no-repeat;
	padding: 40px 0 0 0;
	clear: both;
}

/* #header */

#header h1 {
	width: 87px;
	height: 62px;
	position: absolute;
	top: 11px;
	left: 43px;
	background: url(getIMG.php?filename=logo.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
#header h2 {
	width: 411px;
	height: 24px;
	position: absolute;
	top: 47px;
	right: 0;
	background: url(getIMG.php?filename=productFtax.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
}

/** #navigation **/

#header ul#navigation {
	height: 46px;
	background: url(getIMG.php?filename=navBack.gif) 0 0 no-repeat;
	position: absolute;
	top: 78px;
	left: 0;
	width: 980px;
	z-index: 11;
}
#header ul#navigation li {
	height: 31px;
	text-align: center;
	display: block;
	float: right;
	
	background: url(getIMG.php?filename=navSpace.gif) right top no-repeat;
}
#header ul#navigation li.mainLink {
	
	
	display: block;
	float: left;
	
	margin: 0 2px 0 0;
	background: none;
}
#header ul#navigation li.mainLink a {
	padding: 15px 0 0 0;
	width: 86px;
	text-align: center;
	text-indent: 2px;
}
#header ul#navigation li.endLink {
	background: none;
}
#header ul#navigation li.endLink a {
	padding: 15px 27px 0;
}
#header ul#navigation li a {
	padding: 15px 29px 0 27px;
	display: block;
	cursor: pointer;
}

/* Drop Down Menu */

#header #navigation li {
	position: relative;
	z-index: 10;
}
#header #navigation li ul {
	
	display: none;
	
}
#header #navigation li:hover ul {
	display: block;
	width: auto;
	position: absolute;
	z-index: 11;
	top: 31px;
	left: 0;
	padding: 5px 1px 0 1px;
	background: #ADAEAF url(getIMG.php?filename=menuRoll.gif) repeat-x 0 0;
	_text-align: left;
}
#header #navigation li ul li {
	background: #EDEDED;
	display: block;
	float: none;
	clear: left;
	text-align: left;
	width: auto !important;
	*width: 0;
	_width: 0;
	height: auto !important;
	border-bottom: 1px solid #D2D4D4;
}
#header #navigation li ul li a {
	padding: 5px 10px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	display: block;
	min-width: 170px;
	width: auto !important;
	width: 170px;
}
#header #navigation li ul li a:hover {
	background: #F7F7F7 url(getIMG.php?filename=menuRollA.gif) repeat-x 0 0;
	text-decoration: none;
}

/** #summary **/

#summary h3 {
	font-size: 23px;
	line-height: 39px;
	font-weight: normal;
	color: #FFFFFF;
}
#summary h3#pagetitle {
	float: left;
	width: 729px;
}
#summary h3#overview {
	margin: 0 0 0 739px;
}

/** #content - structure **/

#content #left_col {
	float: left;
	width: 729px;
}
#content #right_col {
	margin: 0 0 0 739px;
}

/** #footer **/

#footer p {
	color: #7D938C;
	font-size: 10px;
	line-height: 14px;
	background: url(getIMG.php?filename=footerLogo.gif) 6px 2px no-repeat;
	padding: 0 0 0 88px;
}
#quickMenu {
	text-align: center;
	border-top:1px dotted #93B0B5;
	margin: 0 auto;
	width: 400px;
	padding: 5px 0 0 0;
}
#quickMenu,
#quickMenu a {
	text-align: center;
	color: #7D938C;
	font-size: 10px;
}

