@charset "utf-8";
/* CSS Document */

body, p, div, table, tr, td, th, ul, li, ol, form, input {
	margin: 0px;
	padding: 0px;
}

li	{
	margin-left:20px;
}

body {
	background-image:url(../images/bg-dark2.gif);
	background-color:#000000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

a {
	text-decoration: none;
	color: #52A6C0;
}

p	{
	margin-top:6px;
	margin-bottom:16px;
}

#container {
	width: 955px;
	margin: 0 auto;
	margin-top:18px;
	border: 1px solid #000;
	background-color:#333333;
}

#main {
	width: 935px;
	background-color: #0D0D0D;
	margin: 7px;
	border: 2px solid #080808;
}

#header {
	background-position: top;
	background-repeat: no-repeat;
}

#imgDiv {
	background-image: url(../images/semitrans.gif);
	height: 6px;
}

.canoeMan {
	position: relative; 
	left: 500px;
	top: 0px;
}

.contentTable {
	width: 925px;
	margin:10px;
}

.prodTable {
	width: 439px;
	margin: 50px;
}

.rightTable td {
	background-color: #333333;
}

.productsLink {
	background-color: #000000;
	height: 21px;
	padding-top: 12px;
	padding-left: 6px;
}

.heading {
	color: #8bcee9;
	font-weight: bold;
}

.headingText {
	text-transform: uppercase;
	font-weight: bold;
}

.headingText .headingSmaller {
	font-size: 12px;
}

.headingText .headingLarger {
	font-size: 18px;
}

.imgCell {
	padding: 3px;
}

.textCell {
	padding: 8px;
}

.subscribeForm .textInput {
	width: 174px;
	color: #999999;
	font-size: 11px;
	border: 0;
	padding:2px;
}

.subscribeForm .submitInput {
	background-color: #000000;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
}

h2	{
	color: #55abc6;
}
h3	{
	font-size:16px;
	color:#0CC;
	margin-top:38px;
}

#prodbox	{
	display:block;
	width:700px;
	overflow:auto;
	padding-bottom:15px;
	border-bottom:dashed 1px #666666;
}

#pbox	{
	display:inline;
	width:300px;
	margin-right:30px;
	float:left;
	font-size:12px;
}

.button	{
	display:block;
	padding:5px;
	background-color:#333333;
}
.button:hover	{
	background-color:#FFFFFF;
}

.pdfbutton	{
	display:block;
	width:100px;
	margin:5px;
	padding:5px;
	background-image:url(../images/pdf.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-color:#333333;
}
.pdfbutton:hover	{
	background-image:url(../images/pdf.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-color:#666666;
	border-left:solid 1px #fff;
}

.ptd	{
	width:75px;
	background-color:#666;
	padding:5px;
	background-image:url(../images/prodbg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #222;
	border-left-color: #333;
}

.ptd:hover	{
	background-image:none;
	background-color:#0D2637;
}
.ptd a	{
	color:#CCC;
}
.ptd a:hover	{
	color:#FFF;
}


/******************* NAVIGATION *************************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/*background-color:#666;*/
	height:30px;
	padding-left:10px;
	background-image: url(../images/menubg2.png);
	display:block;
}

#nav a {
	line-height:30px;
	display: block;
	color:#FFF;
}

#nav a:hover	{
	color:#52A6C0;
}

#nav li { /* all list items */
	margin:0px;
	float: left;
	padding-right:15px;
	padding-left:15px;
}
#nav li:hover	{
	background-color:#000;
	padding-right:15px;
	padding-left:15px;
	height:29px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0CF;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*************************NEWS IMG ***********************************/
.newsimg	{
	padding:3px;
	broder:1px solid #333;
	background-color:#666;
	margin-right:10px;
	margin-bottom:5px;
}

#warning	{
	display:block;
	padding:10px;
	background-color:#FCC;
	color:#C00;
	font-weight:bold;
}

#success	{
	display:block;
	padding:10px;
	background-color:#CFC;
	color:#396;
	font-weight:bold;
}

.date	{
	font-size:14px;
	color:#06C;
	margin-left: 20px;
}

.sfld	{
	width:150px;
}

