/* Layout Stylesheet */ 

body {
 margin:20px;
 background: #666 url(i/bg5.gif);
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 background: #FAFAFA url("i/pgbg.gif") repeat;
 text-align:left;
 border:1px solid #000000;
 width:682px;
 margin: auto;
 }

#hdr {
 height:140px;
 background:#eeeeee;
 color: #333333;
 margin: 0;
 }

#bodyblock {
 position:relative;
 color: #333333;
 width:682px;
 padding:0;
 margin: 0 0 0 0;
 }

#l-col {
 margin: 0;
 padding: 0;
 text-align: left;
 float:left;
 background: none;
 color: #333333;
 width:175px;
 }

#cont {
 font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
 font-size: .75em;
 width: 472px;
 margin: 10px 10px 10px 10px;
 padding: 0;
 color: #333333;
 border-width:0 0 0 1px;
 text-align:left;
 }
 

 #photos {
 margin: 0 0 5px 0;
 padding: 10px;
 border:1px solid #dbdbdb;
 }
 
 #photos img {
 border: 1px solid #AAAAAA;
 padding: 0;
 margin: 3px;
 }

 img.floatLeft{
 float: left;
 margin: 0px 25px 5px 0;
 padding-right: 20px;
 }
 
#order{
margin: 15px 25px 5px 0px;
}
 
 #large p {
 font-size: 1.2em;
 }
 
 h2
 {
 margin: .5em 15px 10px 0;
 padding-bottom: 3px;
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 200%;
 font-weight: bold;
 color: #AD0000;
 border-bottom: 2px solid #767A84;
 text-align:right;
 }
 
 h3
 {
 margin: 0 15px 10px 0;
 padding-bottom: 3px;
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 150%;
 font-weight: bold;
 color: #767A84;
 text-align: left;
 }

 
 #center h3 {
 text-align: center;
 }
 
 #cont h4 {
 font-size: 100%;
 margin-bottom: 3px;
 padding: 0;
 color: #AD0000;
 font-weight: bold;
 }
 
#ftr {
 background:  url("i/ftbg.gif") repeat;
 height: 39px;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding: 0;
 }
 
 #ftr_txt {
	padding: 11px;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  .65em;
	color: #fff;
 }
 
 #cont ul {
 width: 280px;
 margin: 0;
 padding: 0px;
 text-align: left;
 color: #000;
 list-style-type: none;
 list-style-position: inside;
 display: list-item;

 }

 #cont li {
 background: url(i/bullet_sm.gif) no-repeat 0 3px;
 margin-bottom: .3em;
 padding-left: 15px;
 display: list-item;
 }
 
 #cont dl {
  width:450px;
 }
 
 #cont dt {
 color: #AD0000;
 font-weight: bold;
	text-align: right;
 	float: left;  /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
	width: 150px; /* the widths of the dt and dd would force the it anyway */
	margin: 0 0 10px 0;
	padding: 3px;
 }
 
 #cont dd { 
	text-align: left;  /* shoves the text to the right */
	float: right;       /* forces the dd to float up next to the dt */
	width: 275px;	
	margin: 0;
	padding: .4em;
 }
 
 #button {
	width: 148px;
	padding: 0;
	margin: 0;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:  .65em;
	background-color: #A8ABB2;
	color: #333;
	}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 148px;
	}

#button li {
    padding: 0;
	margin: 0;
}

#button ul li {
	position: relative;
}

/*Position of submenu*/
#button li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#button li a {
	display: block;
	margin: 0;
	padding: 4px 5px 5px .5em;
	border-top: 1px solid #B12C2F;
	border-bottom: 1px solid #67090A;
	background-color: #A90000;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}

/* Sub Menu Styles */
#button li ul{
	border-left: 5px solid #B12C2F;
	}

#button li ul li a {
    font-size: .9em;
	display: block;
	margin: 0;
	padding: 3px 4px 3px .5em;
	border-top: 1px solid #B12C2F;
	border-bottom: 1px solid #67090A;
	background-color: #A90000;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}
	
#button li:hover ul, li.over ul { display: block; } /* The magic */

html>body #button li a {
	width: 149px;
	}

html>body #button li ul li a {
	width: 110px;
	}

#button li a:hover {
	background-color: #75848A;
	border-top: 1px solid #8B979C; 
	border-bottom: 1px solid #4C5558;
	color: #fff;
	}