
/* drop shadow box */

#box {
	position: relative;
	width: 65%;
	background: #ccc6b6;
	-moz-border-radius: 3px;
	border-radius: 4px;
	padding: .5em 2em;
	color: rgba(0,0,0, .8);
	font-family: CALIBRI;
	src: url(../fonts/CALIBRI.eot);
	font-size: 140%;
	display: block;

    text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 5px auto;
	box-shadow: 2px 2px 2px 2px #9797A6;
	text-transform: uppercase;
	
	
}


#box:before, #box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

#box:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/* menu top styles */


#nav {
	 
	  width: 100%;
      float: center;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; }
   #nav li {
      float: left; }
   #nav li a {

	  font-size: 90%;	
      display: block;
      padding: 10px 19px;
      text-decoration: none;
      font-weight: ;
      color: #592D00;
      border-right: 1px solid #ccc; }
   #nav li a:hover {
     font-weight: ;
	  color:#fff;
      background-color:#777; }
	  
	 
	  
   
   
     /*  navigation left bar styling. */

   
   

body {
	background-color: #ccc6b6;
	background-image: url(../images/GradientBR2.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-size: 12px;
	font-family: Fauna One, sans-serif;
}
a:visited {
	color: #806837;
	font-family: Fauna One, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #463A28;
	text-decoration: none;
	font-family: Fauna One, sans-serif;
}
a:active {
	color: #AE5700;
	font-family: Fauna One, sans-serif;
}
a:link {
	color: #592D00;
	font-family: Fauna One', serif;
	font-size: 12px;
}
.leftshadow {
	background-image: url(../images/Template_01.jpg);
	background-repeat: repeat-y;
}
.rightshadow {
	background-image: url(../images/Template_04.jpg);
	background-repeat: repeat-y;
}
.address {
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#Table_top tr td table tr td {
	text-align: left;
}
.super-small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7px;
}

  /*  end navigation left bar styling. */