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


BODY{
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-color: white;
	background-image: url(images/bg01.gif);
	background-position: 50% 0;
	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: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin:0 auto;

}



/**************************** 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: 820px;
}


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

#header{
	width: 820px;
	height: 150px;

}

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

#header img{overflow:hidden;}

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

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

#footer {
	border-bottom: 1px solid #FFFFFF;
	width: 820px;
	background-image: url('images/footer_bg.gif');
	overflow: hidden;
}

.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;
}

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



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

#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;
}

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

#right{
	max-width: 600px;
	min-height: 520px; /* Changed from 200 so on pages less than 500 the left-nav bar
						 would not be too long making the background show between the
						 right pane and the footer. index.php is a good example. We 
						 make it a little longer than the left so it gives a litle more
						 white under the left-nav bars. */;
	height: 100%;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	border-style: none;
	margin-left: 190px;
	padding: 2px 3px 3px 0;
}


/*  RST EDIT-- we get rid of this...
It means that all images in right pane would float right.
#right img{
	margin : 15px 2px 15px 2px;
	float: right;
}
*/

/**************************************** 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;
}

.bodytext1{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	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;
}

.navtext:hover {
	color: #CC0000;
	text-decoration:underline;
}

.navt
{
font-family: arial, helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding: 0.2em 0.5em;
background-color: #474a43;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

.navt:hover
{
background-color: White;
color: #b5111b;
}

.navr
{
font-family: arial, helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding: 0.2em 0.5em;
background-color: White;
color: #b5111b;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

.navr:hover
{
background-color: White;
color: #b5111b;
}



/***************************** 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;
}

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

#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: #b5111b;
font-weight:bold;
}

#topnav
{
	width: 820px;
}

#topnav ul 
{
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: #474a43;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.2em 0.5em;
background-color: #474a43;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover
{
background-color: White;
color: #b5111b;
}

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: 489px;
}

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