/* $Id: skin1.css,v 1.24.2.11 2007/04/17 06:20:48 max Exp $ */
/*
	General styles
*/
BODY {
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#E7E5E0;
	color:#000;
	text-align:left;
}
a { 
	color:#e06111; 
	text-decoration: none;
	font-weight:bold;
}
a:hover { 
	color:#e06111; 
	text-decoration: underline;
}

A:visited {
	color: #e06111;
   text-decoration: none;
}

TABLE,IMG {
	BORDER: 0px;
}

input, select {
	font-size:11px;
}

checkbox, input, radio, select {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

#main{
	width:744px;
	border:2px solid #494847;
	border-top:none;
	background:#FFF;
}
/* Header and main nav */
#headerwrap{
	width:744px;
	height:137px;
	
	display:block;
}
#logo{
	width:606px;
	height:137px;
	display:block;
	float:left;
}
#print{
	width:82px;
	height:137px;
	display:block;
	float:left;
}
#print a{
	width:82px;
	height:137px;
	background: url(./images/print_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#print a:hover{
	background-position:100% -137px;
}
#audio{
	width:82px;
	height:137px;
	display:block;
	float:left;
}
#audio a{
	width:82px;
	height:137px;
	background: url(./images/audio_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#audio a:hover{
	background-position:100% -137px;
}
#video{
	width:81px;
	height:137px;
	display:block;
	float:left;
}
#video a{
	width:81px;
	height:137px;
	background: url(./images/video_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#video a:hover{
	background-position:100% -137px;
}
#web{
	width:68px;
	height:137px;
	display:block;
	float:left;
}
#web a{
	width:68px;
	height:137px;
	background: url(./images/web_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#web a:hover{
	background-position:100% -137px;
}
#about{
	width:91px;
	height:137px;
	display:block;
	float:left;
}
#about a{
	width:91px;
	height:137px;
	background: url(./images/about_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#about a:hover{
	background-position:100% -137px;
}
#about a.nextsel{
	background: url(./images/about_nav_nextsel1.gif);
}
#about a:hover.nextsel{
	background-position:100% -137px;
}
#store{
	width:106px;
	height:137px;
	display:block;
	float:left;
}
#store a{
	width:106px;
	height:137px;
	background: url(./images/store_nav.gif);
	display:block;
	cursor:pointer;
	float:left;
}
#store a:hover{
	background-position:100% -137px;
}
#store a.selected{
	background: url(./images/store_nav_sel.gif);
}
#store a:hover.selected{
	background-position:100% -137px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000;

}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000;
  color: #ffffff;
  font-weight : bold;
    padding: 3px 10px 5px 0;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

A.headerNavigation:visited {
  color: #FFFFFF;
}

.boxText {
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}

.infoBoxContents {
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}

td.infoBoxHeading {
background:#A4A3A3 none repeat scroll 0%;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
font-weight:bold;
}
td.pageHeading, div.pageHeading {
color: black;
font-family: Helvetica,Arial,sans-serif;
font-size:20px;
font-weight: normal;
padding-top:7px;
}

table.productListing {
border:1px solid #B6B6B6;
border-spacing:1px;
}

.productListing-heading {
background:#B6B6B6 none repeat scroll 0%;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
font-weight:bold;
}

td.main, p.main {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
line-height:1.5;
}

table.productListing {
border-spacing:1px;
}

td.productListing-data {
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}
