﻿Body
{
    font-size: 10pt;
    color: #000000;
    font-family:Arial;
}

#HeaderBanner
{
	width: 760px;
	height: 176px;
	background-image: url(Images/top_graphic.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#Content
{
    margin: 10px;
}
.LeftSide
{
    background-image: url(Images/left_bar.jpg); 
    background-repeat: repeat-y;
}

.RightSide
{ 
    background-image: url(Images/right_bar.jpg); 
    background-repeat: repeat-y;
}

.SideBar
{
    background-image: url(Images/side_bar.jpg); 
    background-repeat: repeat-y;
    width:182px;
}

.BottomBar
{
    background-image: url(Images/bottom_graphic.jpg);
    background-repeat:no-repeat;
}

.BottomLink
{
    color: #ffffff;
}

.BottomLinkO
{
    border: solid 1px #000000;
    background-color: #bf9c63;
    color: #000000;
}

#Cover
{
    background-image: url(Images/Cover.jpg); 
    background-repeat: no-repeat;
    height: 588px; 
    width: 571px;
}

/*Font Stuff*/
.Title
{
    color: #000000; 
    font-size: 18px; 
    font-family: Verdana;
    font-weight: bold;
    margin-bottom: 10px;
}

.bottomLinks 
{
  position:relative;
}

.bottomBar 
{
  font-size:8pt;
  font-family:Arial, Helvetica, Times;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  height:20px;
  width:5px;
}

.contactLink 
{
  font-size:8pt;
  font-family:Arial, Helvetica, Times;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  height:20px;
  width:72px;
  cursor:default;
}

.contactLinkOver 
{
  background-color:#BF9C63;
  font-size:8pt;
  font-family:Arial, Helvetica, Times;
  color: #000000;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  height:20px;
  width:72px;
  cursor: pointer;
  cursor: hand;
}

.questionLink 
{
  font-size:8pt;
  font-family:Arial, Helvetica, Times;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  height:20px;
  width:65px;
  cursor:default;
}

.questionLinkOver 
{
  background-color:#BF9C63;
  font-size:8pt;
  font-family:Arial, Helvetica, Times;
  color: #000000;
  font-weight: bold;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  height:20px;
  width:65px;
  cursor: pointer;
  cursor: hand;
}

.Gridrow
{
	border-top: solid 1px #CCCCCC;
	height: 25px;
	text-align: left;
	padding-left: 3px;
	font-size: 10px;
}

.ToolTip {
  position: absolute;
  background-color: #F1F1F1;
  color: #666666;
  padding: 5px;
  border: 1px solid #bf9c63;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  cursor: default;
  overflow: hidden;
  z-index: 3;
}

a:link, a:visited, a:active
{
    color: blue;
    font-family:Arial;
    text-decoration: none;
}

a:hover
{
    color: blue;
    font-family:Arial;
    text-decoration: underline;
}

.StandardButton
{
	font-size: 10px;
	border: solid 1px #333333;
	background-color: #EFEFEF;
}
    
#ShippingNote
{
    width: 500px;
    padding: 8px 8px 8px 8px;
	font-size: 11px;
	border: solid 1px #666666;
	background-color: #f4dbb2;
}