/* Start of CMSMS style sheet 'site' */
/*
 * Site Structure
 */

body {
  margin: 0px;
  padding: 0px;
}

#header_inner {
  background-image:	url('./images/site/header.gif');
  background-repeat:	no-repeat;
  height:		132px;
  position: relative;
}

#header_outer {
/*  background-image:	url('./images/site/header_bg.gif');*/
  background-repeat:	x;
  height:		132px;
  border-left: 5px solid black;
  border-right: 5px solid black;
}

#dealers {
  width: 540px;
  vertical-align: center;
  top: 17px;
  left: 460px;
  float: right;
  position: absolute;
}

#dealers img {
  margin-right: 15px;
  border: 0;
}

#site_table {
  width: 100%; 
height: 100%;
 }

.topbot {
  height: 15px;
  background-color: #666666;
}

.left {
  width: *;
  background-color: #666666;
}

.right {
  width: *;
  background-color: #666666;
}

#content {
  width: 950;
  height: *;
  padding-left:		20px;
  padding-right:		20px;
  padding-top:		20px;
  padding-bottom:		40px;
  background-color: white;
  vertical-align: top;
  border-left: 5px solid black;
  border-right: 5px solid black;
 }

#content_bot {
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
   padding-bottom: 20px;
 font-size: 12px;
  text-align: center;
  height: 40px;
  vertical-align: bottom;
}

/*
 * Menu
 */

#menu {
  padding-left: 12px;
  margin-top: 0px;
  position: absolute;
  top: 104px;
  background-color: #6D0001;
  line-height: 23px;
  background-image:	url('./images/site/menu_endcap.gif');
  background-position: right;
  background-repeat: no-repeat;
}

#menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  margin-right: 28px;
}

#menu a:hover {
  color: yellow;
}

/*
#menu {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
}


#menu li {
  list-style: none;
  top: 0px;
}

#menu li,  #menu a {
  margin: 0;
  padding: 0;
  height: 28px;
  display: block;
  position: absolute;
}

#menu li {
  top: 106px;
}

#menu a {
  width: 100%;
  text-decoration: none;
}

#menu_home {left: 0px; width:  67px}
#menu_products {left: 67px; width: 106px}
#menu_dealers {left: 173px; width: 96px}
#menu_news {left: 269px; width: 75px}
#menu_qa {left: 344px; width: 58px}

#menu_home a:hover {background: transparent url('./images/site/menu_hover.gif') 0px 0px no-repeat;}
#menu_products a:hover {background: transparent url('./images/site/menu_hover.gif') -67px 0px no-repeat;}
#menu_dealers a:hover {background: transparent url('./images/site/menu_hover.gif') -173px 0px no-repeat;}
#menu_news a:hover {background: transparent url('./images/site/menu_hover.gif') -269px 0px no-repeat;}
#menu_qa a:hover {background: transparent url('./images/site/menu_hover.gif') -344px 0px no-repeat;}
*/

.vert_menu {
position:absolute;
border:1px solid black;
border-bottom-width: 0px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #E70102;
width: 180px;
visibility: hidden;
color: white;
}

.vert_menu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
border-right-width: 0px;
border-top: 1px solid white;
border-left: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
text-align: left;
}

.vert_menu a.parent, .vert_menu a.active, .vert_menu a.active:hover {
background-image: url('/images/arrow.gif');
background-position: right;
background-repeat: 	no-repeat;
}


.vert_menu a:link{ /*hover background color*/
color: white;
}
.vert_menu a:visited{ /*hover background color*/
color: white;
}
.vert_menu a:hover{ /*hover background color*/
background-color: #6D0001;
color: white;
}
.vert_menu a:active{ /*hover background color*/
color: #6D0001;
}
/*
 * Text
 */

 h1, h2, h3, h4, h5, h6, p, form, td, ul li {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: black;
}

p, td  {
  font-size: 16px;
}

a:link {color: black}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: black}   /* selected link */

/*
 * Company Directory
 */


.CD_name {
  font-weight: bold;
}

/*
 * Tables
 */

.tabular td, .tabular th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
}

.tabular th {
  background-color: #dddddd;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}

.tabular td a {
  text-decoration: none;
}

.even_row {
  background-color: #dddddd;
}

/* End of 'site' */

