@charset "utf-8";

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#363612;
background-image:url("../img/bgBody.jpg");
background-position:top;
background-repeat:repeat-x;
background-color:#8f733d;
}
img {
font-size:9px;
color:#9c9c62;
}
a {
color:#00c;
}
.h1 {
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:19px;
color:#600;
}
.h2 {
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:17px;
color:#600;
}
.h3 {
font-weight:bold;
font-size:13px;
}
.bold {
font-weight:bold;
}
#container {
position:absolute;
top:0px;
left:50%;
margin-left:-450px;
width:900px;
background-image:url(../img/bgPageTop.png);
background-position:top center;
background-repeat:no-repeat;
padding-top:40px;
}
#content {
width:800px;
padding:0px 50px 0px 50px;
background-image:url(../img/bgPageMid.png);
background-repeat:repeat;
}
#leftSide {
float:left;
width:200px;
}
#nav {
margin:20px 0px 20px 0px;
border-top:1px #cccc8f solid;
}
a.nav {
display:block;
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:15px;
color:#403113;
padding:7px 0px 7px 10px;
border-bottom:1px #cccc8f solid;
text-decoration:none;
outline:none;
}
a.nav:hover {
background-color:#f2f2ce;
}
#rightSide {
float:left;
width:600px;
}
#rightContent {
padding:0px 20px 0px 20px;
margin-bottom:20px;
}
#footer {
clear:both;
padding:30px;
background-image:url(../img/footerBg.jpg);
background-repeat:no-repeat;
font-size:10px;
}
#footer2 {
clear:both;
padding:50px 0px 20px 40px;
background-image:url(../img/bgPageBottom.png);
background-repeat:no-repeat;
font-size:10px;
}
#item {
width:560px;
margin-left:20px;
padding:20px 0px 20px 0px;
background-color:#fff;
border-bottom:1px #999 solid;
}
#itemFeatured {
width:560px;
height:156px;
padding:20px 20px 20px 20px;
background-image:url(../img/featuredItemBg.gif);
background-repeat:no-repeat;
background-color:#fff;
}
#itemPic {
float:left;
width:120px;
}
#itemText {
float:left;
width:280px;
margin-right:18px;
}
#itemText form {
display:inline;
width:100px;
}
#itemBtns {
float:left;
width:100px;
text-align:center;
}
#itemBtns a {
outline:none;
}
#itemBtns div {
width:100px;
padding:10px;
margin-bottom:10px;
background-color:#f2f2f2;
border:1px solid #999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
a.back2top {
margin-left:20px;
}
#counter {
position:fixed;
top:100%;
left:5px;
height:12px;
margin-top:-17px;
color:#b5934e;
font-size:10px;
}