@charset "UTF-8";
/* CSS Document */

/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin: 0px; padding: 0px; }
html, body { height: 100%; margin: 0px 0px 1px; } /* Forces vertical scroll bars on shorter pages */
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 13px/22px Verdana, Geneva, sans-serif;
	color: #333;
	background: #F5F5F5 url(../images/elements/header_background.png) repeat-x 0px 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFF url(../images/elements/header_background.png) repeat-x 0px 0px;
	text-align: center;
	margin: 0px 0px 22px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}
#page {
	background: url(../images/elements/header_logo_t.png) no-repeat 25px 28px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1025px;
	position: relative;
}
#header {
	background: url(../images/elements/header_logo_full.png) no-repeat 0px 27px;
	margin: 0px 0px 0px 126px;
	padding: 0px;
	height: 104px;
	width: 874px;
	position: relative;
}
#homeLink {
	position: absolute;
	height: 50px;
	width: 222px;
	left: 0px;
	top: 28px;
}
#homeLink img {
	height: 50px;
	width: 222px;
}
#content {
	background: #FFF;
	margin: 0px;
	padding: 0px 0px 20px;
	width: 1025px;
	position: relative;
}
#sidebar {
	background: url(../images/heads/section_products.gif) no-repeat 0px 0px;
	display: inline; /* This solves some box model problems in IE 6 that affect the first floated box in a row */
	margin: 28px 0px 0px 126px;
	padding: 0px;
	float: left;
	width: 270px;
	position: relative;
}
.sidebar {
	background: url(../images/elements/vertlineNav.gif) no-repeat 0px 0px;
	margin: 46px 0px 0px;
	padding: 12px 0px 20px 16px;
}
#contentMain {
	margin: 28px 25px 0px 0px;
	padding: 0px;
	float: right;
	width: 578px;
}
.contentMain {
	background: url(../images/elements/vertlineContent.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 8px 0px 0px 16px;
	position: relative;
}
#contentFull {
	display: inline; /* This solves some box model problems in IE 6 that affect the first floated box in a row */
	margin: 28px 0px 0px 126px;
	padding: 0px;
	float: left;
	width: 874px;
	position: relative;
}
#minHeight {
	float: right;
	height: 400px;
	width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#content blockquote {
	margin: 20px;
}

/* FOOTER */

#footer {
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 10px;
	width: 1025px;
	position: relative;
}
#navBottom {
	margin: 0px auto 4px;
	padding: 0px;
}
#navBottom ul {
	font: normal 11px/13px Tahoma, Arial, sans-serif;
	color: #660000;
}
#navBottom ul li {
	margin: 0px 12px 0px 0px;
	padding: 0px 12px 0px 0px;
	float: left;
	border-right: 1px solid #666;
	list-style: none;
}
#navBottom ul li a:link, #navBottom ul li a:active, #navBottom ul li a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#navBottom ul li a:hover, #navBottom ul li a.selected {
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
#navBottom ul .footerLast {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#copyright {
	font: 10px Tahoma, Geneva, sans-serif;
	color: #666;
	clear: both;
}

/* THE FOLLOWING ARE FOR THE LEFT SIDE NAVIGATION */

#navSide {
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
	color: #660000;
	margin: 4px 0px 0px;
	padding: 0px;
}
#navSide li {
	margin: 0px 0px 22px;
	padding: 0px;
	list-style: none;
}
#navSide li a:link, #navSide li a:active, #navSide li a:visited {
	font-weight: bold;
	color: #B4B4B4;
	text-decoration: none;
}
#navSide li a:hover, #navSide li a.selected {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

/* TAGS */

h3 {
	font: bold 13px/22px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px 0px 12px;
}
h4 {
	font: bold 13px/22px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px;
}
p {
	margin: 0px 0px 12px;
}
b {
	font-weight: bold;
	color: #000;
}
strong {
	font-weight: bold;
	color: #000;
}
hr {
	margin-bottom:12px;
}

/* CLASSES */

.boldBig {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.caption {
   font-size:11px;
   line-height:14px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.list01 {
	text-indent: 0em;
	margin: 0px 0px 12px;
	padding-left: 1.1em;
	list-style: none;
}
.list02 {
	text-indent: -1.1em;
	margin: 0px 0px 12px;
	padding-left: 1.1em;
	list-style: none;
}
.hr01 {
	border-top: 1px solid #D4D4D4;
	height: 10px;
}

/* THE FOLLOWING ARE FOR TABLES */

.table01  {
	margin: 0px 0px 12px;
	padding: 0px;
}
.table01 td  {
	margin: 0px;
	padding: 0px;
}
.table01 img {
	margin: 6px 0px 7px;
	padding: 0px;
}
.table01Hr {
	border-top: 1px solid #D4D4D4;
	height: 19px;
	margin: 18px 0px 0px;
	padding: 0px;
}

/* THE FOLLOWING ARE FOR FLOATING IMAGES LEFT AND RIGHT INSIDE THE MAIN COLUMN */

#rightPic {
	margin: 0px 0px 0px 14px;
	padding: 6px 0px 0px;
	float: right;
	width: 198px;
	position: relative;
}
#rightPic div {
	margin: 0px 0px 7px;
}

#leftPic {
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}
#leftPic div {
	margin: 0px 0px 7px;
}

.viewDemo {
	font: bold 10px/12px Verdana, Geneva, sans-serif;
	color: #660000;
	text-align: right;
	margin: 0px 0px 9px;
	width: 198px;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #900000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #900000;
	font-weight: normal;
	text-decoration: underline;
}
.boldRed {
	color: #660000;
	font-weight: bold;
}
.boldRed a:link, .boldRed a:active, .boldRed a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
.boldRed a:hover {
	color: #660000;
	text-decoration: underline;
}

/* 	FOR HIDING THE BLOG LINKS TEMPORARILY WHILE WORKING ON THE BLOG */

#navBottomBlog {
  display:none;
}
