

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 65%;
    line-height: 1.33em;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    color: #000;

  }
.bodywrap {
   background: #fcefce;
	min-height:1024px;
}

a, a:link, a:visited {
    text-decoration:none;
    color: blue;
  }


a:hover, a:active {
    color: #e71226;
  }


p, h3 {
    text-align:left;
    font-size: 1.15em;
    line-height: 1.35em;
  }

p.bpa
{
	text-align:left;
	font-size:1em;
	line-height:1.15em;
	margin-top:10px;
}

.formtext {
    font-size:1.0em;
  }


h3 {
    font-weight:bold;
  }


#header {
    height: 123px;
    background: transparent url(../images/header.png) top left no-repeat;
  }


#primary, #secondary {
    padding: 5px 0;
/*    border-bottom: #8f713f solid 1px;
    border-left: #8f713f solid 1px;
    border-right: #8f713f solid 1px;*/
  }


#primary ul, #secondary ul {
    margin-left:40px;
  }


#primary ul li, #secondary ul li {
    float: left;
/*    height:15px;
    border-top: #8f713f solid 1px;
    border-bottom: #8f713f solid 1px;
    border-left: #8f713f solid 1px;
    border-right: #8f713f solid 1px;*/
  }


#primary ul li a, #primary ul li a:link, #primary ul li a:visited,#secondary ul li a, #secondary ul li a:link, #secondary ul li a:visited {
    background: #fcefce;
    -moz-border-radius: 4px;
    padding-right: 40px;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    color: #4b3412;
  }


#primary ul li a:hover, #primary ul li a:active, #secondary ul li a:hover, #secondary ul li a:active {
    background: #FFF;
    color: #e71226;
    -moz-border-radius: 4px;
  }


#login {
    /*border-bottom: #8f713f solid 1px;
    border-left: #8f713f solid 1px;
    border-right: #8f713f solid 1px;*/
    padding: 5px 0;
  }


#login ul {
    margin-left:40px;
  }


#login ul li {
    float: right;
    background: #fcefce;
    -moz-border-radius: 4px;
  }


#login ul li a, #login ul li a:link, #login ul li a:visited {
    padding-right: 40px;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    color: #4b3412;
  }


#login ul li a:hover{
    color: #e71226;
    background:#FFF;
    -moz-border-radius: 4px;
  }


#wrap {
    background:#fff;
    border-bottom: #8f713f solid 1px;
    border: #8f713f solid 1px;
  }


.block {
    margin: 10px 0;
    padding: 10px;
    border: #8f713f solid 1px;
  }


.block h2 {
    margin: -10px -10px 10px -10px;
    padding: 5px;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    background:#bf9f6e;
    border-bottom: #8f713f solid 1px;
  }


.block h2 a, .block h2 a:link, .block h2 a:visited, .block h2 a:hover, .block h2 a:active {
    color:#fff;
    text-decoration:none;
  }


.block ul.menu {
    font-size:1.25em;
    line-height:1.4em;
  }

.block .textsubmit{
	font-size: 10px;
	background:none;
	color: blue;
}

.block.list-product {width:600px}

.block.list-product img {
    width: 200px;
    float:left;
    margin-right: 10px;
    border: #8f713f solid 1px;
}


.block.list-product h3 {
    font-weight: bold;
  }


.block.list-product .price {
    margin-top:10px;
  }


.block.list-product .our-price {
    font-weight: bold;
  }


.block.product-detail {
    text-align:center;
  }


.block.product-detail .detail-description {
    margin:0 20px;
    text-align:justify;
  }


.block.product-detail img {
    width: auto;
    height:auto;
    margin: 10px auto;
    border: #8f713f solid 1px;
  }


.block.product-detail h2 {
    text-align: left;
  }


.block.product-detail .price {
    margin-top:10px;
    margin-right:107px;
    text-align:right;
  }


.block.product-detail .our-price {
    font-weight: bold;
  }

#footer-text {
    padding-top:20px;
    padding-bottom:40px;
    text-align:center;
    color:#8f713f;
	 background:#ffffff;
  }


#footer-text a, #footer-text a:link, #footer-text a:visited {
    color:#8f713f;
  }


#footer-text a:hover {
    color:#000;
  }


#loggedin {
    padding: 5px 0;
    background: #bf9f6e;
    border-bottom: #8f713f solid 1px;
    border-left: #8f713f solid 1px;
    border-right: #8f713f solid 1px;
  }


#loggedin ul {
    margin-left:40px;
  }


#loggedin ul li {
    float: right;
  }


#loggedin ul li a, #loggedin ul li a:link, #loggedin ul li a:visited {
    padding-right: 40px;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    color: #4b3412;
  }


#loggedin ul li a:hover, #primary ul li a:active {
    color: #e71226;
  }


.signup .text-box {
    width: 90%;
  }


.boldred {
    font-weight:bold;
    color:red;
  }


.cart_table {
    width : 100%;
  }


.cart_table thead {
    background-color : #bf9f6e;
  }

.cart_table th {
    font-weight:bold;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }

.cart_table tr:hover {
	background-color : white;
}

.cart_table .submit {
	border:0;
	font-size: 10px;
	background:none;
	color: blue;
}

.cart_table .submit:hover {
	border:0;
	font-size: 10px;
	font-weight:bold;
	color: blue;
}
.cart_table .whiteline {
	background-color : white;
}
.cart_table .greyline {
	background-color : #E7DBC9;
}
.cart_table .silverline{
	background-color : #bf9f6e;
}

.cart_table p {
	font-size: 10px;
}

.testingcentered {
	vertical-align: middle;
}

.cartbutton{
text-align:left;
font-size:1.3em;
font-weight:bold;
width: 200px;
height: 50px;
background-color:#BF9F6E;
border:none;
background: url(../images/continuebutton.jpg) no-repeat top left;
}
.cartbutton:hover{
opacity:.50;
}

table.adminform{
width: 100%;
background-color: #FFFFFF;
}

table.adminform td.leftcolumn
{
vertical-align: middle;
border-left: 1px solid grey;
border-bottom: 1px solid grey;
padding: 10px;
}

table.adminform td.rightcolumn
{
vertical-align: middle;
border-left: 1px solid grey;
border-right: 1px solid grey;
border-bottom: 1px solid grey;
padding: 10px;
}

table.adminform input {
width:100%;
}

table.adminform textarea {
width:100%;
padding:0px
}

.centeredforms em {
	color:red;
}

.addressform {Width:600px;}

.centerimage{    display: block;
    margin-left: auto;
    margin-right: auto }

div.homebigimages
{
  border: #8f713f solid 1px;
  margin: 5px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  text-align: center;
}

.homebigimages p
{
text-align:center;
font-weight:bold;
font-size: 1.15em;
line-height: 1.35em;
}
.homebigimages img{
width:265px;
height:245px;
}
div.homesmallimages
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

table.report{
width: 100%;
background-color: #FFFFFF;
}

table.report td
{
vertical-align: middle;
padding: 10px;
}
