@charset "utf-8";
* {padding:0px;
margin:0px;}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
color: #36468E;
}
#header {
	background-image: url(images/camdata_heading_mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 856px;
	margin-top: 20px;
	}


#wrapper {
	background-image: url(images/grey-shad.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftCol {
	width: 180px;
	position: absolute;
	top: 150px;
	left: 15px;
}
#leftCol img{
	margin-left: 20px;
	padding: 5px;
	margin-bottom: 20px;

}
.border {
	border: 1px solid #36468E;
	}
#credits {
	font-size: 1em;
	color: #999999;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#credits a:link, #credits a:visited{
	color: #999999;
	text-decoration:none;
}
#credits a:hover{
	color: #666666;
	text-decoration:underline;
}

#footer {
	background-image: url(images/grey-shad-foot.jpg);
	height: 25px;
	width: 900px;
	background-position: bottom;
}


#inner {
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E03639;
	border-right-color: #999999;
	border-bottom-color:#999999;
	border-left-color: #999999;
}
#content {
	width: 636px;
	margin-left:200px;
		}
	
#strapline h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #E03639;
	font-weight: bold;
	float: right;
	font-style: italic;
	margin: 30px;
}

/*-------------- Tag information -----------------------*/
p {
	font-size: 1.3em;
	
	}
h1 {
	font-size: 1.6em;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
	color: #E03639;
}
li {
	font-size: 1.3em;
	margin:10px 0px 0px 20px;
	
	}

/* ---------- Tabbed Nav -----------------------*/
#tabsJ {
	float:right;
	width:100%;
	font-size:10px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36468E;
      }

#tabsJ ul {
	  margin:0;
	  /*padding:10px 10px 0 50px;*/
	  padding:0px 10px 0 50px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
	  font-size:10px;
      }
    #tabsJ a {
	float:right;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	background-image: url(images/tableftJ.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsJ a span {
	float:right;
	display:block;
	padding:5px 15px 4px 6px;
	color:#24618E;
	background-image: url(images/tabrightJ.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
	  #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	  #tabsJ a:active {
      background-position:0% -42px;
      }
    #tabsJ a:active span {
      background-position:100% -42px;
      }
	#tabsJ #current a {
                background-position:0% -42px;
        }
   #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
/*------------ Wristbands Left Nav ------------------*/

#nav-bar {
	border: 0px none;
	padding-left: 5px;
				}
#nav-bar ul{
	margin: 0px;
	padding: 0px;
		}
#nav-bar li {
	display: block;
	list-style-type: none;
	width: 170px;
	margin:2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E03639;
				}
.floatR {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
.floatL {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav-bar .marketsect {
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #E03639;
	margin-left:5px;

				}

#nav-bar  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #36468E;
	background-color: #EDEEED;
	width: 100%;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	padding-left: 5px;
	}
	#nav-bar  a:link{
	color: #36468E;
	background-color: #D2D3D2;}
	
	#nav-bar  a:visited{
	color: #36468E;
	background-color: #9EBCED;}
		
	#nav-bar  a:hover {
	color: #FFFFFF;
	background-color: #8E918E;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav-bar  a:active{
	color: #36468E;
	background-color: #EDEEED;}
/* ------------------------TABLE ------------------------------*/
#product-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	border: 2px solid #FFCC00;
	padding: 5px;
	margin: 0px;
}
.product-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 2px solid #FFCC00;
	border-left: 0px none;
	border-collapse:collapse;
}
