
* {
   padding: 0px;
   margin: 0px;
   color: #C9AC82;
   font-size: 11px;
}
 img { border:0;}
body {
   background: black;
}

#page {
   width: 1000px;
   margin: auto;
}

a {
   text-decoration: none;
}

h4, p {
   color: #818181;
}


h4 {
   margin-top: 4px;
}
/*
.menu a.padded {
   margin-left: 40px;
   margin-right: 40px;
   font-size: 11px;
}

*/

.menu {
   display: table;
}

.menu a.right {
   width: 900px;
   position: relative;
   left: 405px;
   padding-left: 10px;
   top: 5px;
   font-size: 12px;
   background-image:  url('../images/bpointer.jpg');
   background-repeat: no-repeat;

}

td.right {
   text-align: right;
   padding-right: 0px;
}

table.fullWidth {
   width: 990px;
   margin:auto;
}


#content p {
   color: #C9AC82;
}

#content div.bottomText p {
   padding: 10px 20px 20px 40px;
   font-size:11px;
   color:#C9AC82;
 
   
}

#maps { float:right; width:300px; }
#maps iframe { margin-bottom:25px; float:left;}
#copy { margin-left:25px; float:left; width:630px; }
#copy h3 { padding:10px 0; text-transform:uppercase; font-size:14px; }
#copy p { padding:10px 0; }
address { font-style:normal; line-height:18px; }
#footer table {
   margin-left: 34px;
   font-size: 10px;
}

#footer a {
   font-size: 10px;
   color: #818181;
}

#footer td{
   padding: 5px;
}


#footer img {
   position: relative; 
   top:-26px;
   margin-right: 60px;
}

/* top level menu item*/
a.padded {
   background-image:  url('../images/pointer.jpg');
   background-repeat: no-repeat;
   background-position:right; 
   margin-right: 40px;
   /*background-attachment:fixed;*/
}



div.productView {
   background: #776245;
   width: 946px;
   display: table;
}


div.productDesc {
   width: 180px;
   float: left;
   padding: 10px;
}

div.productDesc  h3{
   font-size: 20px;
}

div.productDesc  h4{
   font-size: 14px;
   color: #C9AC82;
}


img.leftFloat {
   display: block;
   float: left;
}

div.nextlinks {
   width: 938px;
   display: table;
}

div.nextlinks table {
   float: right;
}

div.nextlinks td {
   width: 94px;
}


/*Websters code ******************************************************************************/

#nav {
   margin-left: 20px;
}

.menu ul { /* all lists */
   /*padding-top:6px;*/
   padding:0px;
   font-size:10px;
   margin: 0;
   list-style: none;
   color:#fff;
   text-transform:uppercase; 
   
}

#nav {float:left; position: relative; /*top: 7px;*/}

p.message { border:1px solid #333333; color:#d1a535; font-size:14px; padding:5px 0;text-align:center; clear:both;}

.menu ul li { /* all list items */
   float: left;
   position: relative;
   /*width: 108px;*/
   display:block;
}

.menu ul li a {
   text-decoration:none; 
   
   line-height:1.4em;
   display:block; 
   padding-top:5px;
   padding-bottom:5px;
   padding-left:10px;
   padding-right:10px;
   
}

.menu li ul { /* second-level lists */
   display: none;
   position: absolute;
   padding-top:18px;
   left: 0;


}

.menu li a:hover {
   color:#333;
}

/*****/
.menu li img:hover {
  /* background: green;*/
}
/****/

.menu li:hover ul, .menu li.over ul { /* lists nested under hovered list items */
   margin-top:0px;
   display: block;
   background:transparent url('..images/opaque.png'); 
   background:transparent filter: alpha(opacity=90);
   top: 20px;
   width: 102px;
   padding-top: 10px;
   background: #766244; 
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
   opacity:0.9;

   padding:8px 0px 10px 0px;
}

img.hovered {
   background: red;
}

/*ENd websters code **************************************************************************/
