img.fltlt {float:left; margin-right:5px; margin-bottom:5px;}

img.fltrt {float:right; margin-left:5px; margin-bottom:5px;}

ul.photo_thumb li{padding:1px;}

ul.photo_thumb li img{
	width:75px;
}

#footer .right {
	width:350px;
}
#footer .left {
	width:550px;
}

#logo img{
  width:254px;
  height:75px;
}
#logo {
  margin:3px 0 0 15px;
}
ul.submenu {
	margin:25px 0 0 10px;
}
#banner {
  margin:0px auto 20px auto;
}

ul.slides {
  margin:0px;
  padding:15px 0 0 0;
  list-style:none;
}
#menucontainer {
  float:right;
  width: 585px; /*change this depending if your have more or less buttons*/
  height: 45px;
  text-align:left;
  font-size:18px;
  padding-top:55px;
  font-family:"Trebuchet MS", Arial;
}

#menucontainer ul li a {
  display:block;
  margin:0px 1px;
  padding:0 15px 0 7px;
  float:left;
  text-transform:uppercase;
  color:#ffffff;
   /*this makes each button even, change this number if your menu buttons are wider*/
}

/*Clear Fix*/
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;} 
.clearfix       {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%}



/*Drop Down Menu*/


#menucontainer ul.sub_nav li {
        float: none;
        padding: 5px;
}

ul li.parent {
	position: relative;
	z-index:100;
	}
#menucontainer ul.sub_nav {
	/* position: absolute; */
	margin-top: 30px;
	padding-left :10px;
	list-style: none;
	width: 100%;
	background-color: #44321a;
	display:none;
	
	}
#menucontainer ul.sub_nav li a{
        padding-right: 0;
        float: none;
}

	
#menucontainer li.over ul.sub_nav { display: block; }

/*End drop down*/

p.paypal {
        float:right;
}

.two_col {width:48%; float:left}

