body {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        background: #F5EE94;
        font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #EAEAEA;
        position: relative;
        width:800px;
        height: 500px;                      `
}
form {
        margin: 0;
        padding: 0;
}
#store table
{
  border: 1;
  height: 100%;
  width: 100%;
  <!--color: #F5EE94; -->
  margin: 0 0 0 10;
}
p.store{
  font-style: italic;
  text-align: center;
  color: white;
  vertical-align: middle;
  word-wrap: break-word;
}
p.links{
  color: white;
}

td{
  width:25%;
}
td.special{
text-align: center;
vertical-align: bottom;
padding-right:35px;
}
td.specialBtn{
text-align: right;
vertical-align: bottom;
padding-right:35px;
}
td.specialLeft{
text-align: left;
vertical-align: bottom;
padding-left:20px;
}
input, textarea {
        font: bold 1em "Comic Sans MS", Arial, Helvetica, sans-serif;
}
input.size
{
margin-left: 10px;
}


h1, h2, h3 {
        margin: 0;
        font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #FFFFFF;
}
h1 {
        letter-spacing: -1px;
        font-size: 2.6em;
}

h2.title {
        font-size: 1.7em;
        color: #FFFFFF;
}

h3 {
        font-size: 1em;
        font-weight: bold;
    margin-left: 15px;
}
h5 {
        font-size: 12pt;
        font-weight: normal;
    padding-right:50px;
    float:right;
}
#store h2 {
   margin-left: 30px;
}
h2.details {
   margin-left: 30px;
   color: #FF6633;
   vertical-align: text-top;
   text-align: center;
}
h2.note {
   margin-left: 30px;
   font-size: 1.4em;
   color: #C13100;
   vertical-align: text-top;
   text-align: center;
}
p.confirm{
margin-left: 1.5em;
text-indent: 0;
}
img.details
{
padding: 0% 2% 2% 2%; 
  float:left;
}
p.quote{
color:  #C13100;
text-align: right;
}


img.store
{
padding: 10px 10px 10px 10px;
}
table.details
{
    vertical-align: text-top;
    float:right;
}
td.details_icons
{
  width: 25%;
  padding: 5px;
}
#cart{
  text-align: center;
  padding-left: 6%;
}
 #contact{
  text-align: left;
}
#philosophy, #aboutus{
  text-align: justify;
  padding: 0% 3% 2% 3%;
}
#aboutus{
  text-align: justify;
  padding: 0% 3% 2% 3%;
}
#contact table
{
  text-align: left;
  margin-left: 7%;
  margin-right: 7%;
}

/* Header */

#header {
        width: 730px;
        height: 136px;
        margin: 0 auto;
        background: url(Images/header.jpg) no-repeat;
}

#header h1 {
        padding: 90px 0 0 40px;
}

#header h2 {
        padding: 0 0 0 50px;
}

#header a {
        text-decoration: none;
}
/* Page */

#page {
        width: 730px;
        margin: 0 auto;
        background: #BF8C53; <!--#666767;-->
}
hr {
        display: none;
}
/* Content */

#content {
    float: left;
        width: 500px;
    margin: 0 0 0 0;
        background: #BF8C53; <!--#666767;-->
    height: 100%;
}
.post {
        padding: 5px 0px 0px 40px;
}
.post .title {
        margin: 0;
        padding-left: 30px;
    	background: url(Images/om.gif) no-repeat left center;
        font-size: 2em;
}
.post .meta {
        margin: 0 0 15px 0;
        padding-top: 5px;
        background: repeat-x;
        line-height: normal;
}

.post .entry {
}

#menubar{
        padding: 2px 0 0 30px;
}


img {
        border: none;
}
img.cart
{                      
  padding: 2% 2% 2% 2%;
}

img.left {
        float: left;
        margin: 0 15px 0 0;
}

img.right {
        float: left;
        margin: 0 0 0 15px;
}

#sidebar {
        float: right;
        width: 230px;
        background: #BF8C53; <!--#666767 no-repeat;-->
}
#sidebar h4 {
    padding-right: 15px;
}

#sidebar h3 {
        margin-bottom: 12px;
        letter-spacing: -1px;
    	text-align:right;
    	padding-right:20px;
}

/* Footer */

#footer {
        clear: both;
        width: 730px;
        height: 70px;
        margin: 0 auto;
        padding-top: 30px;
        background: url(Images/footer.gif);
        color: #666767;

}

#footer p {
        margin: 0;
        text-align: center;
        line-height: normal;
        font-size: .9em;
}

#footer a {
         color: color: #BF8C53; <!--#666767;-->
}
a {
        color: #FFFFFF;
}

a:hover {
        text-decoration: none;
}
p, ul, ol {
        margin-bottom: 1.6em;
        line-height: 180%;
}

#philosophy p{
text-indent: 20px;
}
span.name{
  font-weight: bold;
  font-style: italic;
  color: #9F4311;
}

span.out{
  font-weight: normal;
  font-style: italic;
  margin: 0;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
}

a.details
{
  text-decoration: none;
}

table.full
{
  height: 100%;
  color:red;
  empty-cells: show;
}
table.customer
{
  text-align: left;
  width: 70%;
  margin: 5% 5% 5% 5%;
  padding: 1% 1% 1% 1%;
}

td.full
{
  height: 100%;
  color:white;
  vertical-align: top;
}
td.centered
{
  text-align: center;
}
.black A:link{color:#000000;}
.brown A:link{color:#2B1B17;}
.violet A:link{color:violet;}
.white A:link{color:white;}
.teal A:link{color:teal;}
.orange A:link{color:#F88017;}
.darkplum A:link{color:#B048B5};

.black A:visited{color:#000000;}
.brown A:visited{color:#2B1B17;}
.violet A:visited{color:violet;}
.white A:visited{color:white;}
.teal A:visited{color:teal;}
.orange A:visited{color:#F88017;}
.darkplum A:visited{color:#B048B5};

input.submit { height: 50px;
	       width:200px;
	       background-image: url(Images/buy.gif);
	       background-repeat: no-repeat;
	       border-style: none}





