@charset "UTF-8";
body {
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	background: #fff url(images/bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4D4D4D;
}
.oneColFixCtr #container {
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.5em; /* 12px x 1.333 = 16px */
	}
.oneColFixCtr #header {
background:url(images/header.png) no-repeat;
	height:174px;
}
.oneColFixCtr #header-inner {
	padding: 0px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nav {
height:36px;
text-align:right;
}
#nav ul {
margin:0;
padding:0;
}
#nav li {
list-style:none;
display:inline;
font-weight:bold;
line-height:36px;
margin:0;
padding-left:10px;
}
#nav a, #nav a:visited {
color:#808080;
text-decoration:none;
border:1px solid #808080;
padding:5px 10px;
}
#nav a:hover, #nav a.active {
color:#fff;
border:1px solid #fff;
}
h1, h2, p {
padding:0 20px;
}
h1 {
color:#90278E;
font-size:2.2em;
}
h2 {
color:#4D4D4D;
font-size:1.7em;
margin-bottom:0;
margin-top:2em;
}
h3 {
	padding:0 20px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background:url(images/body.png) repeat-y;
}
.oneColFixCtr #front-panel{
	margin: 0 18px; 
	}
	.oneColFixCtr #main-inner {
	margin: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding-bottom:1em;
	padding-top:1em;
	}
	
	.contentdiv a, .contentdiv a:link, .contentdiv a:visited {
		border:none;
		text-decoration:none;
	}
	
h2 a, h2 a:visited{
color:#4D4D4D;
text-decoration:none;
padding-bottom:1px;
}

h2 a:hover {
color:#90278E;
}

a, a:visited{
color:#90278E;
text-decoration:none;
padding-bottom:1px;
}

a.pdf {
background:url(images/PDF_icon.gif) no-repeat right center;
padding-right:23px;
padding-top:3px;
margin-right:1em;
}

a:hover{
padding-bottom:1px;
border-bottom:1px solid #90278E;
text-decoration:none;
}
	
/******* Product list ********/
	.product-list-page ul {
	margin:0;
	padding:0;
	}
	li.product-list {
	border:1px solid #333;
	list-style:none;
	margin-bottom:2em;
	width:766px;	}
	
	li.product-list h2 {
color:#fff;
background-color:#333;
line-height:27px;
margin:0 0 10px 0;
padding-left:20px;
font-size:1.5em;
	}
	
	li.product-list .image {
	float:right;
	width:300px;
	margin-right:0;
	margin-left:3em;
	margin-bottom:10px;
	padding-top:1em;
	}
	
		li.product-list .image img {
	margin-right:1em;
	}
	
		li.product-list .image p {
	float:right;
	text-align:right;
	font-size:200%;
	font-weight:bold;
	padding: 12px 25px 10px 0;
	margin:1em 0 0 0;
	background-color:#333;
	color:#fff;
	display:block;
	width:130px;
	border-top:3px solid #90278E;
	}
	
	li.product-list a img {
	border:none;
	}
	
	li.product-list p {
	margin-top:1.5em;
	text-align:justify;
	padding-right:325px;
	}
	
	li.product-list p.enlarge {
	text-align:right;
	clear:both;
	margin-top:0;
	margin-right:1em;
	color:#999999;
	font-size:80%;
	padding-right:20px;
	}
	
	.product-list ul {
		padding-left:3em;
	}
	
	/******* Footer ********/
.oneColFixCtr #footer {
background:url(images/footer.png) no-repeat;
	height:80px;
	padding:10px 60px;
	font-size:80%;
	color:#4D4D4D;
}

#footer a, #footer a:visited{
color:#2A2A2A;
text-decoration:none;
}

#footer a:hover{
color:#333333;
text-decoration:none;
}