* {
	margin: 0;
	padding: 0;
}

body {  background: #5D110D url(../images/bg_slvr.jpg) 0 0 repeat-y;
        background-position:center;
        font-family: Verdana, Geneva, sans-serif;
        color:#000;
     }
          
img { border: none; }



div#container { position:relative; /* needed for footer positioning*/
                margin:0px auto; /* center, not in IE5 */
                width:950px;
                height:auto !important; /* real browsers */
              }
              
 /* MENU AREA STYLING */
 
 /* TOP LEVEL MENUS */
              
#menu { position: relative;
        width: 950px;
        float: left;
	clear: right;
	z-index: 100;
	/*display: inline;*/
	background: #5D110D;
      }
		
#menu li { float: left;
	   margin: 0 0 0 4px;
           padding: 0;
           font-family: Georgia, "Times New Roman", serif;
           font-variant: small-caps;
	   font-weight: bold;
	   font-size: 1.1em;
	   list-style: none;
	   line-height: 27px;
	   height: 27px;
	   text-decoration: none;
	 }
	 
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
		  	                                             color: #fff;
		  	                                             padding: 8px 10px;
		  	                                             text-decoration: none;
			                                            }
		
#menu li a:hover { color: #F7A921; }
		 
#menu li a.selected, #menu li a:link.selected, #menu li a:active.selected { color: #F7A921; padding: 8px 10px; }
		  
form.cart { display: inline; position:relative; top:2px; }


		  
/* DROPDOWN SUBMENUS */
		  
#menu li ul { display: none }

#menu li:hover ul, #menu li.hover ul {
                                       position: relative;
                                       display: block;
                                       top: 0px;
                                       left: 0px;
                                       width: 100%:
                                       margin: 0;
                                       padding: 0;
                                       font-family: Georgia, "Times New Roman", serif;
                                       font-variant: small-caps;
                                       font-weight: bold;
	                               font-size: 0.9em;
	                               border-width: 1px;
				       border-style: solid;
                                       border-color: #ccc #888 #555 #bbb;
	                               background: #5D110D;
	                              }
                                      
#menu li:hover li, #menu li.hover li { float: none; */make float:left if want submenu on one line*/ }

/*#menu li:hover li a, # menu li.hover li a { color: #000; }*/

#menu li li a:hover { color: #F7A921; }
              


/* CONTENT AREA STYLING */


div#contentbox { width: 925px; 
                 background: url(../images/content-bg.gif) 0 0 repeat-y;                 
	       }

div#content { float: left;
              width: 480px;
              padding-top: 0px;
              padding-bottom: 10px;
              padding-right: 15px;
              margin-left:45px;
              margin-top: 5px;
              margin-bottom: 15px;
              padding-left: 0px;
              border-right: 1px solid #000;
            }
            
div#contentfullpage  { float: left;
	                  width: 850px;
	                  padding-top: 0px;
	                  padding-bottom: 10px;
	                  padding-right: 15px;
	                  margin-left:45px;
	                  margin-top: 5px;
	                  margin-bottom: 15px;
	                  padding-left: 0px;
	                  background: #fff; /*added this to fix ie loading issue*/
	                  }
	               
.scheduleimg { float: right; margin-left: 20px; margin-right: 0px; }	               
	    
div#content p, div#contentfullpage p { text-align:left; font-size: 0.71em; }

p.italics { text-align:left; font-size: 0.71em; font-style: italic; margin-right: 10px; }

ul { padding-left: 35px;
     padding-bottom: 20px;
     font-size: 0.71em;
     list-style-type: round;
   }
   
ol { padding-left: 25px;
     padding-bottom: 20px;
     font-size: 0.8em;
     list-style-type: round;
   }

div#column { float: right;
             width: 370px;
             padding-top: 0px;
             padding-bottom: 10px;
             padding-left: 0px;
             padding-right: 5px;
             margin-top: 5px;
           }
           
.promolink { text-align: left; font-size: 0.71em; padding-top: 10px; padding-bottom: 10px; }

h1, h1.titlebar, h2, h3 { font-weight: bold; font-family: Georgia, Times New Roman, Times, serif; }
           
h1.titlebar { font-size:1.5em; 
              line-height: 39px; 
              color: #fff; 
              background: url(../images/titlebar.jpg) no-repeat;
              font-family: Georgia, "Times New Roman", Times, serif;
	      font-style: italic;
	    }
           
h1.main { font-size: 1.04em; color: #000; margin-top: 17px; margin-bottom: 17px; }

h2 { font-size: 0.9em; color: #900; text-align: left; padding-top: 20px; }
        
a { color: #F7A921; }

p { line-height:1.5; 
    margin:0 0 1em;
  }
           
.pic     { float: right;
           margin-left: 10px;
           padding-right: 10px;
         }
         

input.button { margin-bottom: 15px; }

table.poll { font-size: 0.71em; }

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


.pr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: center;
	color: #000;
}

.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-style: italic;
}

div#footer { clear: both;
             background: ##5D110D;
           }
           
div#footer p { padding:1em;
               font-size: 12px;
               margin:0;
               text-align: center;
             }
             
div#footer a { color: #5B120E; }

#copyright { width: 950px;
	     margin: 0px auto;
	     text-align: center;
	     color: #fff;
           }
             
#copyright p { font-size: .70em; padding-top: 10px; }
