/************************************************************************
Site-wide Styles
*************************************************************************/
.nonscreen {
	display: none;
	visibility: hidden;
}
a {
	position: relative;
	color: #8CC63E;
}
td.alert {
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
}
div.alert {
	position: relative;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	padding: 3px 10px;
	margin: 4px;
}


/************************************************************************
Home Page Styles
*************************************************************************/
body#home {
	background-image: url(/interface/images/home-bkg.jpg);
	background-color: #1A3D59;
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body#home div#pageContainer {
	position: relative;
	width: 960px;
	height: 550px;
	margin: 0px auto;
	background-image: url(/interface/images/home-image-panel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body#home div#logoArea {
	width: 357px;
	position: absolute;
	height: 96px;
	left: 94px;
	top: 9px;
}
body#home div#contentArea{
	position: absolute;
	left: 480px;
	top: 250px;
	width: 430px;
}
body#home div#contentArea div#introText {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	height: 86px;
}
body#home div#contentArea div#introText strong {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
body#home div#contentArea div#productPanels {
	position: relative;
	background-image: url(/interface/images/home-product-panels.jpg);
	width: 430px;
	height: 213px;
}
body#home div#contentArea div#productPanels div#navButtons {
	position: absolute;
	top: 0px;
	right: -18px;
	width: 210px;
}
body#home div#contentArea div#productPanels div#navButtons ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
body#home div#contentArea div#productPanels div#navButtons ul li {
	position: relative;
	width: 210px;
	height: 20px;
	margin: 0px 0px 2px;
}
body#home div#contentArea div#productPanels div#navButtons ul li a,
body#home div#contentArea div#productPanels div#navButtons ul li a:link,
body#home div#contentArea div#productPanels div#navButtons ul li a:active,
body#home div#contentArea div#productPanels div#navButtons ul li a:visited,
body#home div#contentArea div#productPanels div#navButtons ul li a:hover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
body#home div#contentArea div#productPanels div#navButtons ul li.about a,
body#home div#contentArea div#productPanels div#navButtons ul li.about a:link,
body#home div#contentArea div#productPanels div#navButtons ul li.about a:active,
body#home div#contentArea div#productPanels div#navButtons ul li.about a:visited {
	background-image: url(/interface/images/home-nav-about.gif);
}
body#home div#contentArea div#productPanels div#navButtons ul li.about a:hover {
	background-image: url(/interface/images/home-nav-about.gif);
}
body#home div#contentArea div#productPanels div#navButtons ul li.order a,
body#home div#contentArea div#productPanels div#navButtons ul li.order a:link,
body#home div#contentArea div#productPanels div#navButtons ul li.order a:active,
body#home div#contentArea div#productPanels div#navButtons ul li.order a:visited {
	background-image: url(/interface/images/home-nav-order.gif);
}
body#home div#contentArea div#productPanels div#navButtons ul li.order a:hover {
	background-image: url(/interface/images/home-nav-order.gif);
}

body#home div#contentArea div#productPanels div.content {
	position: relative;
	width: 150px;
	margin: 0px 0px 0px 7px;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
body#home div#contentArea div#productPanels ul.prodLinks {
	z-index: 50;
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px;
}
body#home div#contentArea div#productPanels ul.prodLinks li {
	position: relative;
	width: 69px;
	height: 14px;
	margin: 4px 0px 0px;
}
body#home div#contentArea div#productPanels ul.prodLinks li a,
body#home div#contentArea div#productPanels ul.prodLinks li a:link,
body#home div#contentArea div#productPanels ul.prodLinks li a:active,
body#home div#contentArea div#productPanels ul.prodLinks li a:visited,
body#home div#contentArea div#productPanels ul.prodLinks li a:hover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
body#home div#contentArea div#productPanels ul.prodLinks li.more a,
body#home div#contentArea div#productPanels ul.prodLinks li.more a:link,
body#home div#contentArea div#productPanels ul.prodLinks li.more a:active,
body#home div#contentArea div#productPanels ul.prodLinks li.more a:visited {
	background-image: url(/interface/images/home-button-more.png);
}
body#home div#contentArea div#productPanels ul.prodLinks li.more a:hover {
	background-image: url(/interface/images/home-button-more_over.png);
}
body#home div#contentArea div#productPanels ul.prodLinks li.buy a,
body#home div#contentArea div#productPanels ul.prodLinks li.buy a:link,
body#home div#contentArea div#productPanels ul.prodLinks li.buy a:active,
body#home div#contentArea div#productPanels ul.prodLinks li.buy a:visited {
	background-image: url(/interface/images/home-button-buy.png);
}
body#home div#contentArea div#productPanels ul.prodLinks li.buy a:hover {
	background-image: url(/interface/images/home-button-buy_over.png);
}

body#home div#contentArea div#productPanels div#DBOriginal {
	position: absolute;
	left: 2px;
	top: 23px;
}
body#home div#contentArea div#productPanels div#DBLight {
	position: absolute;
	left: 202px;
	top: 73px;
}
body#home div#pageContainer div#pageFooter {
	position: absolute;
	left: 40px;
	bottom: -10px;
	font-size: 10px;
	-moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
	top: 518px;
	color: #CCCCFF;
}
body#home div#pageContainer div#pageFooter div#copyright a {
	color: #FFFFFF;
}
body#home div#pageContainer div#pageFooter div#GFDM a {
	position: relative;
	display: block;
	width: 165px;
	height: 20px;
	margin: 10px 0px 0px;
	background-image: url(/interface/images/gfdm.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/************************************************************************
Interior Page Styles
*************************************************************************/
body#interior {
	background-image: url(/interface/images/home-bkg.jpg);
	background-color: #1A3D59;
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body#interior div#pageContainer {
	position: relative;
	z-index: 1;
	width: 920px;
	margin: 0px auto;
	background-image: url(/interface/images/int-panel-bkg.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}
body#interior div#pageHeader {
	position: relative;
	z-index: 2;
	width: 920px;
	height: 120px;
	background-image: url(/interface/images/int-top.jpg);
	margin: 0px;
	padding: 0px;
	position: relative;
}
body#interior div#pageContent {
	position: relative;
	z-index: 10;
	width: 920px;
	margin: 0px;
	padding: 0px 0px 10px;
}
body#interior div#pageContent div#navigationArea {
	position: relative;
	z-index: 50;
	top: 0px;
	left: 12px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	float: left;
}
body#interior div#pageContent div#navigationArea ul {
	position: relative;
	z-index: 51;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body#interior div#pageContent div#navigationArea ul li {
	position: relative;
	width: 210px;
	height: 20px;
	margin: 0px 0px 2px;
	padding: 0px;
}
body#interior div#pageContent div#navigationArea ul li.active {
	width: 220px;
}
body#interior div#pageContent div#navigationArea ul li a,
body#interior div#pageContent div#navigationArea ul li a:link,
body#interior div#pageContent div#navigationArea ul li a:active,
body#interior div#pageContent div#navigationArea ul li a:visited,
body#interior div#pageContent div#navigationArea ul li a:hover {
	position: relative;
	z-index: 52;
	display: block;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #134D73;
	cursor: pointer;
}
body#interior div#pageContent div#navigationArea ul li#navDBO a {
	background-image: url(/interface/images/int-nav-DB-O.gif);
	background-color: #F7931D;
}
body#interior div#pageContent div#navigationArea ul li#navDBL a {
	background-image: url(/interface/images/int-nav-DB-L.gif);
	background-color: #8CC63E;
}
body#interior div#pageContent div#navigationArea ul li#navDBDVD a {
	background-image: url(/interface/images/int-nav-DVD.gif);
}
body#interior div#pageContent div#navigationArea ul li#navHome a {
	background-image: url(/interface/images/int-nav-home.gif);
}
body#interior div#pageContent div#navigationArea ul li#navAbout a {
	background-image: url(/interface/images/int-nav-about.gif);
}
body#interior div#pageContent div#navigationArea ul li#navCompany a {
	background-image: url(/interface/images/int-nav-company.gif);
}
body#interior div#pageContent div#navigationArea ul li#navContact a {
	background-image: url(/interface/images/int-nav-contact.gif);
}
body#interior div#pageContent div#contentArea {
	position: relative;
	float: right;
	width: 675px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.textGreen {
	color: #8CC63E;
}
.bkgGreen {
	background-color: #8CC63E;
}
.textOrange {
	color: #F7931D;
}
.bkgOrange {
	background-color: #F7931D;
}
body#interior div#pageContent div#contentArea div.title h2 {
	position: relative;
	margin: 0px;
	padding: 0px 40px;
	font-size: 24px;
	line-height: 24px;
}
body#interior div#pageContent div#contentArea div.content {
	position: relative;
	padding: 20px 40px;
	font-size: 13px;
}
body#interior div#pageContent div#contentArea div.content h3 {
	position: relative;
	margin: 0em 0em 0.1em;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
body#interior div#pageContent div#contentArea div.content p {
	position: relative;
	margin: 0em 0em 1.25em;
	padding: 0px;
}
body#interior div#pageContent div#contentArea div.content td {
	font-size: 13px;
}
body#interior div#pageContent div#contentArea blockquote.pullquote {
	position: relative;
	float: right;
	width: 200px;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	background-color: #124C72;
	color: #A2DCF2;
}
body#interior div#pageContent div#contentArea blockquote.pullquote p.quote {
	margin: 0em 0em 0.5em;
}
body#interior div#pageContent div#contentArea blockquote.pullquote p.credit {
	margin: 0em;
	font-style: italic;
	text-align: right;
}
body#interior div#pageContainer div#contentBottom {
	position: relative;
	clear: both;
}
body#interior div#pageFooter {
	position: relative;
	clear: both;
	width: 920px;
	height: 50px;
	margin: 0px auto;
	background-image: url(/interface/images/int-btm.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body#interior div#pageFooter div#copyright {
	position: absolute;
	left: 10px;
	bottom: 0px;
	font-size: 10px;
	color: #CCCCFF;
}
body#interior div#pageFooter div#copyright a {
	color: #FFFFFF;
}

/************************************************************************
Interchange Styles
*************************************************************************/
A.barlink:link, A.barlink:active, A.barlink:visited {
  color: #FFFFCC;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: none;
  font-size: 9pt;
}

A.barlink:hover {
  color: #FFFFCC;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: underline;
  font-size: 9pt;
}

.maincontent {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 10pt;
}

.contentbar1 {
  background-color: #DDDDDD;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 9pt;
}

.contentbar2 {
  background-color: #BBBBBB;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 9pt;
}

.categorybar {
  background-color: #124C72;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 9pt;
}

.menubar {
  background-color: #CC3333;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 9pt;
}

div#productPhoto,
div#orderPanel {
	position: relative;
	width: 280px !important;
	padding: 0px;
	margin: 0px 0px 10px 15px;
}
div#orderPanel {
	text-align: left;
}
div#orderPanel table {
	position: relative;
	padding: 0px;
	margin: 0px;
}
div#orderPanel div.content,
div#orderPanel div.content td {
	color: #333333;
	font-size: 11px !important;
}
div#orderPanel div.content {
	position: relative;
	width: 100% !important;
	margin: 0px !important;
	padding: 2px 10px !important;
}
div#orderPanel div.content h5 {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
div#orderPanel div.content input,
div#orderPanel div.content select {
	font-size: 90%;
}
div#orderPanel div.inCartMsg {
	position: relative;
	width: 250px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 2px 5px;
	margin: 2px 0px;
	color: #333333;
}
div#orderPanel div#buyButton {
	position: relative;
	width: 260px;
	text-align: right;
}
div#cart_tiny {
	position: relative;
	width: 210px;
	margin: 20px 0px 0px;
}
div#cart_tiny th {
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	background-color: #124C72;
	color: #FFFFFF;
	text-align: left;
}
div#cart_tiny td.left {
	padding: 2px 0px;
	font-size: 11px;
	font-weight: bold;
	background-color: #326C92;
	color: #FFFFFF;
	text-align: right;
}
div#cart_tiny td.right {
	padding: 2px 0px;
	font-size: 11px;
	background-color: #326C92;
	color: #FFFFFF;
	text-align: left;
}
div#cart_tiny td.button {
	padding: 4px 0px;
	font-size: 11px;
	background-color: #326C92;
	color: #FFFFFF;
	text-align: center;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #124C72;
}
div#cart_tiny td.button a,
div#cart_tiny td.button a:link,
div#cart_tiny td.button a:active,
div#cart_tiny td.button a:visited,
div#cart_tiny td.button a:hover {
	position: relative;
	padding: 0px 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #326C92;
	text-align: center;
	text-decoration: none;
}

/************************************************************************
Promo Note Styles
*************************************************************************/
div#NavigationArea div#promoNote {
	position: relative;
	width: 190px;
	margin: 20px 0px 0px;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	color: #660000;
	background-color: #FFCC00;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
div#NavigationArea div#promoNote strong {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF99;
	padding: 2px 5px;
}
div#promoNote.checkout {
	position: relative;
	clear: both;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	background-color: #FFFF99;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
div#promoNote.receipt {
	position: relative;
	clear: both;
	margin: 20px 0px;
}
