/* *** Global reset *** */

html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}
h1,h2,h3,p,
table,ul,ol,div {
	margin: 0;
	padding: 0;
	font: inherit;
	}

/*
	a:link
	a:visited
	a:hover
	a:active

*/

*.small {
	font-size: 80%;
	}

*.fixed {
	display: block;
	float: left;
	width: 9em;
	}

ul {
	list-style-type: none;
	}

body#cavcon {
	background-color: #c0c0c0;
	}

div#container {
	margin-top: 6px;
        margin-bottom: 6px;
        margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: transparent;
	}

div#topshade {
	color: #fff;
	background: #280e7f url(../images/bg_top.gif) no-repeat;
	height: 16px;
	font-size: 8px; /* for IE */
	}

div#topbar {
	position: relative;
	color: #fff;
	background: #280e7f url(../images/bg_blue.gif) repeat-y;
	height: 200px;
	}

div#contentmain {
	color: #000;
	background: #fff url(../images/bg_white.gif) repeat-y;
	padding: 1.5em 3.5em;
	}

div#contentmain h2 {
	font-size: 125%;
	font-weight: bold;
	float: left;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	}

ul#subnav {
	float: right;
	margin-top: 1em;
	font-size: 80%;
	}

ul#subnav li {
	display: inline;
	padding-left: 0.5em;
	}

ul#subnav a {
	color: #888;
	text-decoration: none;
	}

ul#subnav a:hover,
ul#subnav a:active {
	color: #000;
	text-decoration: underline;
	}

div#content {
	clear: both;
	border-top: 2px solid #ccc;
	}

div#content p,
div#content ul,
div#content table,
div#content caption {
	margin-top: 1em;
	}

div#content h3 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1.5em;
	}

div#content ul {
	list-style-type: circle;
	padding-left: 2em;
	}

div#content li {
	margin-top: 0.25em;
	}

div#content table {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	width: 100%;
	font-size: 80%;
	}

div#content th,
div#content td {
	border: 1px solid #c0c0c0;
	padding: 0.25em 0.5em;
	}

div#content th.tbl-fs-t {
	width: 12%
	}

div#content th.tbl-fs-c,
div#content th.tbl-fs-m {
	width: 9%;
	}

div#content th.tbl-fs-f {
	width: 25%;
	}

div#content td.text-center {
	text-align: center;
	}

div#content caption {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	}

div#content a:link,
div#content a:visited {
	color: #290e7f;
	text-decoration: none;
	}

div#content a:hover,
div#content a:active {
	color: inherit;
	text-decoration: underline;
	}

div#footer {
	font-size: 80%;
	color: #fff;
	background: #280e7f url(../images/bg_blue.gif) repeat-y;
	padding: 1em 2em;
	text-align: center;
	}

div#footshade {
	color: #fff;
	background: #280e7f url(../images/bg_bottom.gif) no-repeat;
	height: 16px;
	font-size: 8px; /* for IE */
	}

h1#logo {
	position: absolute;
	bottom: 10px;
	left: 40px;
	text-decoration: none;
	}

h1#logo img {
	border: none;
	width: 240px;
	height: 95px;
	}

ul#sitenav {
	position: absolute;
	top: 8px;
	right: 25px;
	font-size: 70%;
	}

ul#sitenav li {
	display: inline;
	border-left: 1px solid #ddf;
	padding: 0em 1.25em;
	}

ul#sitenav li.first {
	border: none;
	}

ul#sitenav a {
	color: #ddf;
	text-decoration: none;
	}

ul#sitenav a:hover,
ul#sitenav a:active {
	color: #fff;
	text-decoration: underline;
	}

ul#prodnav {
	position: absolute;
	bottom: 24px;
	left: 360px;
	width: 230px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	}

ul#prodnav li {
	margin-top: 5px;
	}

ul#prodnav a {
	display: block;
	width: 100%;
	padding-left: 10px;
	background: url(../images/bg_menu.gif) center left no-repeat;
	color: #fff;
	text-decoration: none;
	}

ul#prodnav a:hover {
	background-color: #98a;
	}

ul#prodnav a:active,
ul#prodnav a.current,
ul#prodnav a:hover.current {
	background-color: #fff;
	color: #290e7f;
	}

img#prodimg {
	position: absolute;
	bottom: 0px;
	right: 20px;
	border-left: 6px solid #fff;
	border-top: 6px solid #fff;
	width: 340px;
	height: 160px;
	overflow: hidden;
	}

div#content ul.pdf {
	list-style: none;
	padding: 0;
	}

div#content ul.pdf a {
	display: block;
	width: 600px;
	padding: 8px 10px 8px 40px;
	background: #fff url(../images/pdf.gif) no-repeat center left;
	margin: 0.5em 0 0 20px;
	}

div#content ul.pdf a:link,
div#content ul.pdf a:visited {
	color: #290e7f;
	text-decoration: none;
	background-color: inherit;
	border: 1px solid #fff;
	}

div#content ul.pdf a:hover,
div#content ul.pdf a:active {
	color: inherit;
	text-decoration: underline;
	background-color: #dcf;
	border: 1px solid #dcf;
	}

div#footer a {
	text-decoration: none;
	color: #fff;
	}

div#footer a:hover,
div#footer a:active {
	text-decoration: underline;
	}