/* CSS Document */

/* initial styles, to remove default margin/padding across browsers */
body {
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/red-bar.gif) repeat-y;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, hr, address, fieldset, label { 
	margin: 0px; 
	padding: 0px;
}
li, dd, blockquote { 
	margin-left: 0px; 
}
form, label { 
	margin: 0px; 
	padding: 0px;
}
fieldset, img { 
	border: none; 
}
input, select, textarea, th, td { 
	font-size: 1em; 
}
a {
  outline: none;
}
.boldDark {
	font-size: 1.1em;
	color: #030303;
	font-weight: bold;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.pdfIcon {
	color: #d21a21;
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	background: url(images/pdf-icon.gif) no-repeat right top;
	padding-right: 20px;
	text-decoration: none;
}
.productsExcelBG {
	background: url(images/syvek-excel.jpg) no-repeat 385px 167px;
}
.productsNTBG {
	background: url(images/syvek-nt.jpg) no-repeat 447px 166px;
}
.productsHemoSteer {
	background: url(images/syvek-hemosteer-9f.jpg) no-repeat 447px 166px;
}

.productsMRDH {
	background: url(images/mrdh_prod_image.jpg) no-repeat 447px 166px;
}

#container {
	width:800px;
}
#mainNav {
	float: left;
	width: 109px;
	margin-top: 112px;
	border-top: 5px solid #fff;
	padding-top: 48px;
	font-size: 1.3em;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li {
	margin-bottom: 22px;
	padding-left: 22px;
}
#mainNav ul li.activeSection {
	background: url(images/arrow-large.gif) no-repeat 0px 2px;	
}
#mainNav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#mainNav ul li a:hover, #mainNav ul li.activeSection a, #mainNav ul li.activeSection ul li.subActiveSection a {
	color: #fff !important;
}
#mainNav ul li.activeSection ul {
	list-style: none;
}
#mainNav ul li.activeSection ul li {
	padding-left:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainNav ul li.activeSection ul li.subActiveSection {
	background: url(images/arrow-small.gif) no-repeat 0px 4px;	
}
#mainNav ul li.activeSection ul li a {
	color: #fa8383 !important;
	font-weight: normal;
	font-size: 0.9em;
}
#rightColumn {
	float: right;
	width: 691px;
	position: relative;
}
#rightColumn h1 {
	font-size: 1.5em;
	color: #d21a21;
	line-height: 30px;
	margin: 25px 0px 40px 16px;
}
#rightColumn h1 span {
	font-weight: normal;
	color: #595858;
}

#rightColumn .mainContent {
	float: left;
	margin-left: 40px;
	font-size: 1.2em;
	position: relative;
	z-index: 100;
	display: inline;
	color: #636466;
	padding-top: 10px;
}
#rightColumn .mainContent a {
	color: #d21a21;
}

#rightColumn .mainContent h2 {
	font-size: 1.1em;
	color: #030303;
	margin-bottom: 5px;
}
#rightColumn .mainContent h3 {
	font-size: 1.1em;
	color: #d21a21;
	display: inline;
	margin-top: 20px;
}
#rightColumn .mainContent h4 {
	font-size: 1.1em;
	color: #030303;
	margin-bottom: 12px;
}
#rightColumn .mainContent p {
	margin-bottom: 12px;
}
#rightColumn .mainContent ul {
	margin-bottom:12px;
	margin-left: 6px;
}
#rightColumn .mainContent ol {
	margin-bottom:12px;
	margin-left: 5px;
}
#rightColumn .mainContent ul li {
	color: #636466;
	padding: 2px 0px 2px 6px;
	margin-left: 16px;
}
#rightColumn .mainContent ol li {
	color: #636466;
	padding: 2px 0px;
	margin-left: 25px;
}
#rightColumn .mainContent .author {
	font-style: italic;
	color: #636466;
	display: block;
	font-size: 0.9em;
}
#rightColumn .mainContent .bookNum {
	font-size: 1.1em;
	font-style: italic;
	color: #030303;
}
#rightColumn #contactImage {
	float: left;
	margin-top: 28px;
	margin-left: 20px;
	margin-right: 30px;
}

#rightColumn #excelImage {
	position: absolute;
	z-index: 50;
	left: 334px;
}
#rightColumn #linkBox {
	background: #e5e5e5;
	float: left;
	width: 142px;
	text-align: center;
	padding: 18px 10px;
	font-size: 1.1em;
}
#rightColumn #linkBox a {
	color: #d21a21;
	display: block;
	margin-bottom: 21px;
	font-weight: bold;
	text-decoration: none;
}



#rightColumn #logo {
	margin-top: 32px;
	margin-left: 16px;
}
