﻿/* style.css */
/* tags & elements */


BODY{
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-color: white;
	background-image: url("../images/bg.gif");
	width: 100%; /* RST This changes the font to the whole thing.  It was x-small and some goofy font
	that was hard to read.  Better to be readable than to be stylish! */;
	max-width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}



/**************************** Links ***************************************/

/*  RST-- Change the links to default, for usability! 
A:link {
	color: #4A6284;
	text-decoration: none;
}
A:visited {
	color: #4A6284;
	text-decoration: none;
}
A:active {
	color: #4A6284;
	text-decoration: none;
}
A:hover {
	color: #3366CC;
	text-decoration: none;
}
*/


#wrap{
	min-width: 780px;
}

/*****************************  Header ****************************************/

#header{
	width: 780px;
	height: 165px;
	text-align: left;
}

#subheader {
	width: 780px;
	float: left;
	height: 18px;
}

#header img{overflow:hidden;}

#header table{ margin:0px;padding:0px;float:left;}

/********************************** Footer **********************************************/

#footer {
	width: 780px;
	background-image: url('images/footer_bg_2.jpg');
	background-repeat: repeat-x;
}

.footertext{
	font-family: tahoma;
	font-size: 10px;
	color: #132B58;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	margin-left:30px;
}

#middlewrap{
	background-color: #FFFFFF;
	overflow: visible;
	width: 780px;
}

#rightfill{

height:100%;
min-height:250px;
width:100px;
background-color:#999999;
float:right;
}

/****************************** Left content ***********************************************/

#left{
	border-left: 8px none white;
	border-right: 1px dashed #BCBCB5;
	border-bottom: 1px dashed #BCBCB5;
	width: 180px;
	background-color: #F6F6F6;
	float: left;
	border-top-style: none;
	clear: none;
	margin-top:-23px;
}

/**************************************** Right content ****************************************/

#right{
	max-width: 600px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	border-style: none;
	margin-left: 190px;
	padding: 0 3px 3px 0;
}

/**************************************** Product title *****************************/

.prodtitle{
width:435px;height:17px;
background-image:url("images/prod_title.gif");
margin:20px auto 5px auto;
overflow:hidden;
}

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding: 3px 10px 5px 0px;
}

/************************ News section / Left Pane Content *********************** */

.newsheader{
	width: 147px;
	height: 24px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url("images/news_headerbg.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 15px 0px 5px 5px;
	padding : 3px 0px 0px 25px;
}

.newstext{
	width: 147px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin: 10px auto 10px 10px;
}

.navtext{width:147px;overflow:hidden;
font-family:tahoma;font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:10px auto 10px auto;
}

/***************************** Headings *******************************/

h1{
	font-family: tahoma;
	font-size: 16px;
	color: #8D2800;
	text-align: left;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 7px;
}

h2{
	font-family:tahoma;
	font-size:11px;
	color:#4A6284;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin:0px;
	font-style: italic;
}

/**************************** MENU STUFF ***********************************************/
.spacer { width : 140px;
margin: 3px auto 3px auto;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#989898;
}

#arrow
{
	background:#F6F6F6 url(images/arrow.gif) no-repeat right;
}

#menu ul
{
margin-left: 0px;
padding-left: 6px;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding: 2px;
width: 164px;
background-color:#F6F6F6;
border-bottom: 1px dotted #999;
}

#menuitems a:visited
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:link
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}



#menu a:hover
{
background-color: #FFF;
color: #CCC;
font-weight:bold;
}

#topnav
{
	height: 45px;
	width: 100%;
	background-color:white;
}

#topnav ul 
{
	padding-left: 0;
	margin: 0 0 0 0;
	background-color: #4A6284;
	color: White;
	float: left;
	width: 780px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
}

#topnav ul li 
{ 
display: inline;
}

#topnav ul li a
{
	padding: 2px 1em 0 1em;
	background-color: #4A6284;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #EEE;
	height: 19px;
}

#topnav ul li a:hover
{
background-color: #F6F6F6;
color: #000;
}

TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
}

TABLE.cobtbl{
background-color: #F6F6F6;
border: 1px;
border-style: dotted;
} 

TD.cobhl{
background-image:url("images/bg.gif");
}

TD.cobll{
background-color: #fff;
color : #666666;
}

form {
margin: 0;padding: 0;
	width: 525px;
}

input.search
{
	height: 12px;
	background-color: #F6F6F6;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
}
