body
{
	text-align: center; font-family: georgia, palatino, serif;
}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
}
div#content {text-align:left;margin-top:20px; margin-bottom:20px; width:80%; display:block; float:left}
div#sidemenu {
  float:left; width:19%;
  display:block;

     margin-top:50px !important;
  background: #2424CC;

}

div#footer {background:#6F8CC4; color:white; margin-top:20px; padding:8px; width:100%}
div#underhead {width:100%; height:1px;}
#headtext {width:500px; float:right; padding: 50px 50px 0 0;font-style:oblique; color:#718DD3; font-size:17px;}
#headpic {width:500px; float:right; }
#coinfo {width:500px; margin:auto; text-align:center; border-top: solid 2px silver; padding: 12px 0;}
p {font-size:16px;max-width:540px;}
.dgrid p {font-size:12px;}
.smalltxt {font-size:13px;}
.tribox {width:305px; float:left; margin-bottom:25px; text-align:center;}
img {border:0;}
.lftimg {float:left; padding: 0 12px 3px 3px;}
.rtimg {float:right; padding-left:20px;}
.cntimg {display:block; margin:auto;}
#photos {width:825px; padding:0; margin:0; color:black;}
#photoslft {float:left; width:500px; margin-right:20px;}
#photosthb {width:220px; height:375px; margin-left:30px; overflow:auto;}
#photostall {width:250px; height:667px; margin-left:20px; overflow:auto;}
#photostwide {width:270px; height:667px; margin-left:10px; overflow:auto;}
#photosthb img {padding-left:25px;}
#photostall img {padding-left:30px; padding-bottom:12px;}
#photostwide img {padding-bottom:12px;}
#photos {font-family: helvetica, arial, sans-serif; font-size:12px; text-align:center; color:navy;}
.bmenu a {padding:4px;}
.bmenu  {border-top:solid 1px silver; padding-top:12px; font-size:11px; text-align:center;}
.fppix {margin-bottom:20px;}
#menu{
margin: 0;
padding: 0;
width:100%;
}

#menu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;

width: 90%;
border-top: 1px solid #B7B5AB;
border-bottom: 1px solid #B7B5AB;
border-width: 1px 0;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;

}

#menu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}
p {
  font-family:georgia;
}

h2 {font-family: georgia, serif; color:#708CC7;}      \
h4 { font-family:  Helvetica, sans-serif;
  color: #CC6A81;
  border-bottom: #9364CC ;
}
.storehead {
   font-family:  Helvetica, sans-serif;
  color: #CC6A81;
  border-bottom: 1px solid #9364CC ;
  width:75%;
}

.grid td {padding:12px;}


.orange {
 color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
 background: #f47c20;
 background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top,  #f88e11,  #f06015);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}
	.testm {width:600px;}
	
.rtbox {width:350px; float:right; margin:5px 50px 0 15px; border:solid 1px silver; padding: 1px 12px}

 .moretext{color:#ffffff;
background:#aa0000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:4px 10px;
text-decoration:none;
margin-top:10px;
margin-left:12px;
float:left;

}
a.moretext {color:white; text-decoration:none
}
a.moretext:hover {
background:#cc0000;
}
/*image handling */

img.cnt {
    display: block;
    margin-left: auto;
    margin-right: auto }
.cntimg {
    display: block;
    margin-left: auto;
    margin-right: auto }
.lftimg {float:left; padding-right:12px;}

.menu2 ul
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	list-style:none;
	text-indent:15px;
}

.shop {
  background:red;
    padding:8px;
    color: white;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #d40203;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }
#nav li a:hover {
	color: #c00;
	background-color: #fff; }
