@charset "utf-8";
* {
	font-family: Tahoma, Arial, "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body {
	/*background-attachment: fixed;*/
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #969BA6;
}
a {
	color: #0066CC;
}
a:hover {
	color: #0984FF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 800px;
	margin: auto;
}
#masthead {
	width: 800px;
}
#indnav {
	font-size: 13px;
	height: 22px;
	text-align: center;
	width: 725px;
	padding-left: 75px;
}
#indnav li {
	list-style-type: none;
	display: block;
	float: left;
	height: 22px;
	width: 148px;
	margin-right: 7px;
	margin-left: 7px;
	text-align: center;
}
#indnav a {
	color: #204189;
	display: block;
	float: left;
	height: 22px;
	width: 148px;
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/ind_nav_rolls.gif);
}
#indnav a:hover {
	background-position: 0px 22px;
	color: #1B12C5;
}
#guts {
	background-image: url(../images/bg_guts.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin-top: 25px;
}
#leftcol {
	float: left;
	width: 251px;
	padding-right: 6px;
	padding-left: 6px;
}
#rightcol li {
	margin-left: 15px;
}
#rightcol ul {
	margin-bottom: 16px;
}


#navarea {
	background-image: url(../images/bg_leftcol.gif);
	background-repeat: repeat-x;
	width: 251px;
	background-color: #2b354b;
	font-size: 12px;
	color: #9daccb;
	padding-bottom: 25px;
}
#navarea ul {
	padding-bottom: 16px;
}
#navarea li {
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414a5d;
	margin-right: 12px;
	margin-left: 12px;
}
#navarea li a {
	background-image: url(../images/bullet_nav.gif);
	background-position: left top;
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	color: #98bfff;
	text-decoration: none;
}
#navarea li a:hover {
	color: #ffe300;
}

#searchbox {
	background-image: url(../images/bg_product_search.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 251px;
}
#searchbox form {
	text-align: center;
	padding-top: 80px;
}
.searchfeld {
	font-size: 14px;
	color: #8B8F9A;
	margin-bottom: 8px;
	width: 180px;
}

#rightcol {
	padding-left: 12px;
	background-color: #CBCDD3;
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	float: left;
	width: 513px;
}
.tricol {
	font-size: 11px;
	text-align: center;
	float: left;
	width: 140px;
	margin-right: 10px;
	padding: 5px;
}
.tricol a {
	text-decoration: none;
}


#rightcol p {
	margin-bottom: 15px;
}
#rightcol h1 {
	font-size: 16px;
	color: #204189;
	margin-bottom: 15px;
}
#rightcol h2 {
	font-size: 14px;
	margin-bottom: 15px;
}
#rightcol h3 {
	font-size: 12px;
	color: #204189;
	margin-bottom: 8px;
}

#features {
	color: #495e89;
	background-color: #ffffff;
	background-image: url(../images/bg_features.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 513px;
	padding-bottom: 12px;
	margin-top: 25px;
}
#footer {
	color: #495e89;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
.qtlink a {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-image: url(../images/quicktime_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 12px;
	font-weight: bold;
}

table.datagrid {
  border: 1px solid #606060;
  border-collapse: collapse;
  margin: 10px auto 0 auto;
  width: 100%;
}

table.inline {
  margin: 0 auto 0 auto;
}

table.datagrid .header {
  padding: 4px;
  background-color: #2b354b;
  color: white;
  text-align: center;
  border-bottom: 1px solid #2b354b;
}

.datagrid .header a {
  color: #ffffff;
}
.datagrid .row-even {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #606060;
}

.datagrid .unordered-even {
  background-color: #fbc8c8;
}

.datagrid .row-even:hover {
  background-color: #324775;
}

.datagrid .row-odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #606060;
}

.datagrid .unordered-odd {
  background-color: #f5c2c2;
}

.datagrid .row-odd:hover {
  background-color: #324775;
}

.datagrid .row-even .cell {
  padding: 4px;
}

.datagrid .row-odd .cell {
  padding: 4px;
}

.cell a {
	color: #000000;
	text-decoration: none;
}
.cell a:hover {
	color: #000000;
	text-decoration: none;
}
.pager {
  margin: 10px 0 5px 0;
  text-align: center;
}

