@charset "UTF-8";
body {
	background: #DCDDDE url(../images/background.gif) repeat-x fixed left top;
	color: #333;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #425968;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 13px;
	line-height: 1.3em;
}

.container_12 {
	background: #fff;
	margin-bottom: 0px;
	padding-top: 172px;
	padding-bottom: 0px;
}
#navigation {
	margin: 0px;
	padding: 0px 10px 17px;
	width: 940px;
	background: #FFF;
	height: 25px;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 960px;
	position: relative;
}
#footerPanel {
	margin: 0px 10px 15px;
	height: 24px;
	width: 920px;
	background: #5C6F7C;
	font-size: 11px;
	color: #FFF;
	padding: 4px 10px 0px;
	position: inherit;
	top: 15px;
}
#headerText {
	font-size: 14px;
	text-align: right;
	position: absolute;
	z-index: 9999;
	top: 23px;
	right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 400px;
	line-height: 1.4em;
}
#headerText a {
	color: #FFF;
}
#footerPanel a {
	color: #FFF;
}
#footerPanel a:visited {
	color: #DDD;
}
.greyBG {
	background: #EDEDEE;
}
#productsRight {
	min-height: 400px;
}
.quote {
	background: url(../images/background.gif) repeat-x left top;
	display: block;
	padding: 15px;
	height: 215px;
	width: 270px;
}
.box {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.indent {
	margin-right: 15px;
	margin-left: 15px;
}
.listIndent {
	margin-left: 30px;
	font-size: 12px;
	line-height: 17px;
}
.listIndent strong {
	font-size: 15px;
}
.box h1 {
	margin-top: 12px;
}
.notes {
	font-weight: bold;
	color: #F0F;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
th, td {
	padding:0.3em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
.tableSpacer {
	border-bottom: 2px solid #888;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}table caption {
	visibility: hidden;
}
.productNavImg {
	margin-top: 10px;
}
.floatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

