/*
Colors: 
  mainBG: #808080
  red: 		#9C0202  
  menuFont: #DCDADA
  menuFont hover: #CFD2D1
  productFont: white;
  productFont hover: #515151
  productBG: #BDBDBD
*/


A:link
{
  color: #000000;
  border-width: 0px;
  text-decoration: none;
}

A:visited
{
  border-width: 0px;
  text-decoration: none;
}

A.menuLink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #DCDADA;  
}

A.menuLink:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  // color: #CFD2D1;  
  color: #FFFFFF;
}


A.menuLink:visited {
  
  }


A.product:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  
}

A.product:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  
}

A.product:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;   
}

A.product2:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  
}

A.product2:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  
}

A.product2:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;   
}


A.locatorLink:link {
  color: #808080;
}

A.locatorLink:visited {
  color: #808080;
}

A.productMoreInfoLink:link {
	color: black;
}

A.productMoreInfoLink:visited {
	color: black;
}

A.productSelectorLink:link {
	color: black;
}

A.productSelectorLink:visited {
	color: black;
}


A.limitedEdition:link
{
	color: white;
}

A.limitedEdition:visited
{
	color: white;
}

BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #808080;
	
  scrollbar-base-color:#808080;
  scrollbar-3dlight-color:#808080;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#808080;
  scrollbar-face-color:#808080;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#808080;
  scrollbar-track-color:#808080;
	
  cursor: default;	
}

IMG
{
  border-width: 0px;
}

.splash
{
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 248px;
  background-color: white;
  vertical-align: middle;
  padding-top: 114px;
  text-align: center;
  font-size: 12px;
  color: gray;
}

.logo
{
  position: relative; 
  top: 30px;
}

.menuLink
{
  font-size: 10px;
}

.redHeader {
	position: absolute;
	height: 20px;
	width: 150%;
//	padding-right: 10%;
	left: 0px;
	top: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #9C0202;
}

.header {
  position: absolute;
	height: 82px;
	width: 780px;
	left: 0px;
	top: 62px; // 22 top + 23 navbar

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #808080;
}

.menuTop {
	position: absolute;
	height: 21px;
	width: 780px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../webpics/menu_top.gif);
	
	z-index: 1000;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.topContent {
	position: absolute;
	height: 430px;
	width: 780px;
	left: 0px;
	top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	border-left: 1px solid black;
	border-right: 1px solid black;
        border-bottom: 1px solid black;
}

.topContentText {
  position: absolute;
  top: 20px;
  left: 55px;
  z-index: 100;
}

.topContentBackground {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: #c0c0c0;
}

.menuBottom {
	position: absolute;
	height: 21px;
	width: 780px;
	left: 0px;
	top: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
	
	z-index: 1000;
}

.menuBorder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 265px;
  height: 21px;
  
  /*
  background-image: url(../webpics/menu_highlight.gif);
  background-repeat: no-repeat;
  */
  
  
  z-index: 300;
}

.menuTD {
    text-align: center;

}

.menuBottomText {
  position: absolute;
  top: -1px;
  left: 55px;
  width: 710;
  height: 20px;
  z-index: 1000;
}


.bottomContent {
  position: absolute;
  top: 21px;
  left: 0px;
  width: 780px;
  height: 190px;
}

.bottomContentText {

}

.bottomContentBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  
}

.nav
{
  position: relative;
  top: 0px;
  height: 100%;
  width: 11%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 10px;
  cursor: hand;
  color: #F2F2F2;
  vertical-align: middle;
}


.adressbar
{
  position: absolute;
  top: 2px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding-right: 250px;
  color: #F2F2F2;
  text-align: right;
  vertical-align: middle;
  cursor: default;
}

.adressbarLink {
  color: #F2F2F2;
  
}

.productTable
{
  position: relative;
  top: 10px;
  
}

.productMenuLine
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 1px;
  font-size: 0px;
  background-color: #808080;
}

.productTD {
  vertical-align: top;
  padding-top: 10px;
}

.productTDTextSmall {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  cursor: hand;
}



.productEnlargePic
{
  margin-right: 5px;
  border-width: 0px;
}

.productEnlargePic_shaft
{
  position: relative;
  left: 201;
  top: 10px;
  
  margin-right: 5px;
  border-width: 0px;
}

.productEnlarge
{
  position: relative;
  top: 16px;
  left: 404px;
}
.productEnlargeText
{
  position: relative;
  top: 20px;
  left: 404px;
  margin-right: 60px;  
  font-size: 9px;
}

.productExtraText
{
  position: absolute;
  top: 95px;
  left: 561px;
  width: 200px;
  font-size: 9px;
  z-index: 1999;
}


.productEnlarge_wood
{
  position: relative;
  top: 16px;
  left: 199px;
}
.productEnlarge_shaft
{
  position: relative;
  top: 6px;
  left: -45px;
}

.productEnlargeText_wood
{
  position: relative;
  top: 20px;
  left: 200px;
  margin-right: 60px;  
  font-size: 9px;
}
.productEnlargeText_shaft
{
  position: relative;
  top: 20px;
  left: 156px;
  margin-right: 60px;  
  font-size: 9px;
}

.productNoLink
{
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
  padding-bottom: 5px;
  cursor: default;	
}

.productFlex_shaft
{
  /*
  position: relative;
  top: 30px;
  left: 156px;
  margin-right: 60px;  
  */
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;  
}


.productTDText {
  position: absolute;
  top: 176px;
  width: 50x;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1000;
  cursor: default;
}

.productTDText2 {
  position: absolute;
  top: 176px;
  width: 50x;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1000;
  cursor: default;
}

.productTDText_wood {
  position: absolute;
  top: 176px;
  width: 50x;
  margin-left: -47px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1000;
  cursor: hand;  
}


.productTDPic {
  position: relative;
  top: 5px;
  border-width: 0px;
}

.productHeader {
  position: relative;
  top: 18px;
  left: 55px;
  width: 500px;
  font-size: 13px;
  font-weight: bold;
  z-index: 200;
}

.productCross{
  position: absolute;
  top: 15px;
  left: 23px;
  z-index: 0;
}

.productContentBackground {
  position: relative;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 100%;
//  background-color: #BDBDBD;
  background-color: white;
  font-size: 12px;
  width: 550px;
}

.productContentText {
//  background-color: #BDBDBD;
  background-color: white;
  font-size: 9px;
  width: 780px;
  left: 20px;
  height: 180px;
}


.productText {
  position: absolute;
  top: 50px;
  left: 57px;
  height: 135px;
  width: 725px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
//  background-color: #BDBDBD;
  background-color: white;  
  z-index: 200;
  overflow: auto;
}

.productDetails
{
  position: absolute;
  left: 780px;
  width: 580px;
  top: 0px;
  height: 207px;
  z-index: 2000;
  background-color: white;
  border-top: 1px solid #808080;
  padding: 5px;
  font-size: 10px;
  
  filter:Alpha(opacity=90, finishopacity=90, style=0);
}

.productSelector
{
  position: absolute;
  left: 780px;
  width: 580px;
  top: 0px;
  height: 207px;
  z-index: 2000;
  background-color: white;
  border-top: 1px solid #808080;
  padding: 5px;
  font-size: 10px;
  
  filter:Alpha(opacity=90, finishopacity=90, style=0);
}


.productInfoPic
{
	position: relative;
	top: 2px;
	
}

.productMoreInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	left: 635px;
	top: 40px;
	width: 150px;
	z-index: 1000;
}

.productSelector
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	left: 630px;
	top: 60px;
	width: 150px;
	z-index: 1000;
}


.productCloseInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	left: 410px;
	top: 180px;
	width: 150px;
	z-index: 1000;
}

.productCloseSelector
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	left: 410px;
	top: 180px;
	width: 150px;
	z-index: 1000;
}

.productMoreInfoLink
{
	color: black;
	font-size: 11px;
	
}

.productSelectorLink
{
	color: white;
	font-size: 11px;
	
}


.productDetails

{
	font-size: 11px;
	font-weight: bold;
}

.arrow {
  visibility: hidden;
}

.storyTable {
  font-size: 9px;
}


.locatorMainTable {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.locatorTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	height: 250px;
	position: relative;
	width: 500px;
	top: 0px;
}
.locatorLetter {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 5px;
	text-decoration: none;
	color: #333333;


}
.locatorLetterLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;

}
.locatorSearchButton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #004A2F;
}
.locatorTableHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #808080;
	padding: 3px;
	height: 12px;

}
.locatorDetailLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	position: relative;
	cursor: default;



}
.locatorDetail {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	height: 10px;


}
.locatorZip {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.locatorCountrySelect {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.locatorDetailTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.locatorTableDetailKey {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
}
.locatorLink {
	cursor: hand;
}


.locatorTableHeader {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	height: 13px;
	position: relative;
	width: 100%;
	overflow: auto;
	top: -20px;
}

.galleryLinks {
  position: relative;
  top: 10px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
}

.galleryTable {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  
}

.galleryContentText {
  position: absolute;
  background-color: #BDBDBD;
  font-size: 9px;
  width: 780px;
  top: -24px;
  left: 0px;
  height: 580px;
  text-align: center;
  z-index: 0;
}

.customMade
{
	position: absolute;
	left: 650px;
	width: 130px;
	top: 190px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.limitedEditionInformation
{
	position: absolute;
	top: 10px;
	left: 450px;
	with: 330px;
	color: white;
	font-weight: bold;
}

A.academy_link
{
  		font-size: 12px;
		font-weight: bold;
		color: #333333;
}

