a.btn2 {
  padding: 5px;
margin: 5px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: -1px -1px 2px #618926;
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
background:#009800;
position: absolute; right: 0; bottom: 0;
}

a.btn2:hover {
  text-shadow: -1px -1px 2px #465f97;
  background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
  border: 1px solid #0f2557;
}

#shop
{
width:230px;
height:250px;
margin: 25px;
background:#ffffff;
float:left;
border:solid 1px #000000;
padding:5px;
font-size:90%;
text-align:center;
position: relative;
}

#shoptext
{
width:400px;
margin: 25px;
background:#ffffff;
float:left;
border:solid 1px #000000;
padding:5px;
font-size:80%;
}

#shop p
{
padding:0;
margin:0;
}

#product
{
width:90%;
margin-left: auto ;
margin-right: auto ;
background:#E8E8E8;
}

#tleft
{
width:45%;
float:left;
padding:10px;
}

#tright
{
width:45%;
float:left;
padding:10px;
}

/** 
 * Testimonial/Quote style rules.
 */

blockquote.style1 {
   margin-left: auto;
    margin-right: auto;
width:400px;
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  background-image: url(../images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
    	display: block;
    	background-image: url(../images/closequote1.gif);
    	background-repeat: no-repeat;
    	background-position: bottom right;
  	}
blockquote p
{
margin-right:5%;
}

#telephone
{
text-align:right;
margin-top:-70px;
padding:10px;
font-weight:bold;
color: #333333;
font-size:120%;
font-family:"Georgia", serif;
}

#addressbox
{
position:relative;
top:-500px;
left:50%;
font-size: 16px;
height:1px;
}

a.btn {
  padding: 10px 25px 10px 25px;
margin: 50px;
  font-family: Arial;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: -1px -1px 2px #618926;
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
background:#009800;
}

a.btn:hover {
  text-shadow: -1px -1px 2px #465f97;
  background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
  border: 1px solid #0f2557;
}

body
{
background: #E2B397;
}

h1
{
color: #333333;
font-family:"Georgia", serif;
padding:10px;
text-decoration:underline;
font-size:150%;
}

h2
{
color: #333333;
font-family:"Georgia", serif;
padding:10px;
text-decoration:underline;
font-size:120%;
}

h3
{
color: #333333;
font-family:"Georgia", serif;
padding:10px;
font-size:110%;
}

h4
{
color: #333333;
font-family:"Georgia", serif;
padding:10px;
font-size:90%;
}

/* Place all stylesheet code here THIS IS FOR THE POLAROID EFFECTS ON IMAGES*/
		
		div#header a img, div#header h4 a { opacity: 1; text-shadow: 0 0 1px rgba(0,0,0,.01); }

		body { background: #fff url(images/playground/wood-bg.jpg); }

		div#content a { color: #000; font-weight: bold; }
		div#content a:hover { color: #333; }
		
		div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p { text-shadow: 0 1px 1px rgba(255,255,255,.5); }
		div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 { color: #62412e; }
		div#content h2 { margin-bottom: 0; }		
		div#content p { font-size: 14px; line-height: 20px; margin-bottom: 20px; color: #584941; }
		div#content p small { display: block; font-size: 12px; line-height: 18px; color: #584941; }
		
		div#footer { padding: 0 0 36px; }
	
		div#pageHeader h1 { font-size: 45px; margin-bottom: 4px; color: #62412e; text-shadow: 0 1px 1px rgba(255,255,255,.5); }
		div#pageHeader p { font-size: 18px; line-height: 24px; margin-right: 25%; margin-bottom: 20px; color: #584941; text-shadow: 0 1px 1px rgba(255,255,255,.5); }
		div#pageHeader p small { font-size: 14px; line-height: 18px; color: #584941; opacity: .75; }

		div.zurb.divider { background-image: url(images/playground/zurb-divider.png); }

		pre { background: #f5f5f5; margin: 0 0 18px; padding: 13px 18px 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px 1px #fff; font-size: 11px; line-height: 16px; }

		/* -------------------------------------------------- */
		
		ul.polaroids { width: 970px; margin: 0 0 18px -30px; }
		ul.polaroids li { display: inline; }
		ul.polaroids a { background: #fff; display: inline; float: left; margin: 0 0 27px 30px; width: auto; padding: 10px 10px 15px; text-align: center; font-family: "Marker Felt", sans-serif; text-decoration: none; color: #333; font-size: 12px; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }
		ul.polaroids img { display: block; width: 220px; margin-bottom: 12px; }
		ul.polaroids a:after { content: attr(title); }
		
		ul.polaroids li:nth-child(even) a { -webkit-transform: rotate(2deg);  -moz-transform: rotate(2deg); }
		ul.polaroids li:nth-child(3n) a { -webkit-transform: none; position: relative; top: -5px;  -moz-transform: none; }
		ul.polaroids li:nth-child(5n) a { -webkit-transform: rotate(5deg); position: relative; right: 5px;  -moz-transform: rotate(5deg); }
		ul.polaroids li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
		ul.polaroids li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }
		
		ul.polaroids li.messy a { margin-top: -375px; margin-left: 160px; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); }
		
		ul.polaroids li a:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); position: relative; z-index: 5; }
		
		code { background: rgba(0,0,0,.5); padding: 2px 3px; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.75); -webkit-border-radius: 3px; -moz-border-radius: 3px; }
		
		ol.code { background: rgba(0,0,0,.75); margin-bottom: 18px; border: solid rgba(0,0,0,.75); border-width: 1px 1px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.5); }
		ol.code li, ol.code li code { font-size: 14px !important; }
		ol.code code { background: none; }

ul{
  font-family: Georgia, sans-serif;
}

li
{
  font-family: Georgia, sans-serif;
}

p
{
color: #333333;
font-family:"Georgia", serif;
font-size:110%;
padding:10px;
margin-right:5%;
text-align:justify;
}

#header
{
width:100%;
margin-bottom:20px;
}

.footer
{
width:100%;
background:#4E190B;
     min-height:250px;
     height:auto !important;
     height:250px; 
position: relative;
border-top:5px solid #FFA500;
}

.fleft
{
float:left;
width:33%;
}

.fcentre
{
float:left;
width:33%;
}

.fright
{
float:right;
width:22%;
font-size:80%;
text-align:center;
color:#fff;
padding:20px;
}

.fbottom
{
margin:auto;
width:100%;
position: absolute; bottom: 0;
}

.footer p
{
color:#fff;
}

.footer h4
{
color: #E2B397;
font-family:"Georgia", serif;
padding:10px;
font-size:90%;
}

.footer ul
{
color: #E2B397;
font-family:"Georgia", serif;
list-style-type: none;
}

.footer a
{
text-decoration:none;
color: #E2B397;
font-family:"Georgia", serif;
}

.footer a:hover 
{
color:#ffffff;
}

#container
{
width:1024px;
margin-left: auto ;
margin-right: auto ;
background: #FFF8EE;
color:#542217;
}

.menu_div ul
{
	padding:0px 0 0 10px;
	margin:0px;
margin-top:-5px;
	list-style:none;
	font-family: Georgia, sans-serif;
	font-size:18px;
	height:32px;
	line-height:30px;
	background:#000;
}
.menu_div ul li
{
	float:left;
}
.menu_div ul li a
{
	color:#FFF;
	text-decoration:none;
	padding: 2px 5px 2px 15px;
}

.menu_div ul li a:hover
{
	color:#000000;
	background:#E2B397;
}

.menu_div ul li#active a
{
	color:#000000;
	background:#E2B397;
}


#contact-area {
	width: 700px;
	margin-top: 25px;
  border-radius:25px;
}

#contact.body {
	font-size: 62.5%;
	font-family: Georgia, sans-serif;
	background: url(images/stripe.png) repeat;
}

#contact.p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#contact-area select
{
	padding: 5px;
	width: 471px;
	font-family: Georgia, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Georgia, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

.dist 
{display:none;}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 180px;
	padding-top: 5px;
	font-size: 1.4em;
}-family:Georgia,Serif;
	background: #822a21;
	padding: 5px 5px 5px 10px;
	}