/********** Main *************/
img { behavior: url(iepngfix.htc); }
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-size: 11px;
	margin:0px;

	text-align: center;
	padding: 20px 0px 20px 0px;
	height: 94%;
	
    background: rgb(116,126,178);
    background-repeat: no-repeat;
    background-image: url(background_tree.png);
    background-attachment: scroll;
    background-position: right bottom;
}

#wrapper {
	width: 956px;
	padding: 10px;
	padding-top: 81px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	
	background-attachment: scroll;
	background-image: url(header2.png);
	background-repeat: no-repeat;
	background-position: 120px -7px;
}

head {
	margin: 0px;
	margin-top: -30px;
	padding: 0px;
	height: 100px;
	width: auto;
	
	
	
	
}
#head-bar {
	background-attachment: scroll;
	background-image: url(back.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height:3px;
	width:100%;
}
#container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: auto;
}

#left {
	margin: 0px;
	width: 160px;
	padding: 10px 20px 10px 20px;
	float: left;
}


#center {
	height: auto;
	width: 664px;
	padding: 10px 20px 10px 20px;
	float: left;
	margin: 0px 0px 0px -20px;
	line-height: 1.8em;
	background: url(center-transp.png) repeat;
}

#footer {
	margin: 10px 0px 0px 0px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    
}

#footer p {
	color: red;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	color: #532b24;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}


/**********List Items *********/
#itemslist
{
	width:100%;
}
.item-box {
    padding-bottom: 1px;    
}
.item-box h3 {
    padding: 5px;
    font-size: 13pt;
    background: url(item_bar_transp.png) repeat-x;
}
.item-box a {
    color: black;
    text-decoration: none;
}
.item-box a:hover {
    color: red;
}
.item-box img {
	float:left;
	padding-right: 20px;
	cursor:pointer;
}

.leftArrow
{
	float:left;
}
.rightArrow
{

}


/********* Form **************/
.frm fieldset {
  margin-bottom: 10px;
}
.frm legend {
  padding: 0 2px;
  font-weight: bold;
}
.frm span {
  line-height: 1.8;
  vertical-align: top;
}
.frm fieldset ol {
  margin: 0;
  padding: 0;
}
.frm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.frm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.frm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.frm fieldset fieldset span {
  display: block;
  width: auto;
}
.frm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.frm span {
  width: 120px; /* Width of labels */
}
.frm fieldset fieldset span {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/******** Left-nav ***********/
#nav { 

	list-style-image: none;
	list-style-type: none;
	color: #c6bfc4;
	margin:0;
	margin-top:40px;
	margin-left:-30px;
	
}

#nav li {        
	width:120px;
}

#nav li:first-child a {
  	border-top:3px solid;   
  	border-color:rgb(139,143,121);                     
}

#nav li.first {
	border-top:2px dotted;
	border-color:rgb(139,143,121);
}

#nav li a { 
	background-position: 0px; 
	background-color: #777777;   
	border-bottom: solid 3px;
	color: white;
	border-color:rgb(139,143,121);
	
	height:auto;
	line-height:normal;
	float:none;
	display:block;
	text-decoration:none;
	text-align: center;	
	
	padding-top:2px;
	padding-bottom: 2px;
}

#nav li a.active, .pages li a:hover {
color: #95810A; 
}

/****** Menu **********/
#menu {
	padding-top:2px;
	
	list-style-image: none;
	list-style-type: none;
	font-size: large;
	
	
}
#menu li {
	background-color: rgb(139,143,121);
	display:inline;
}

#menu li a {
	color: rgb(233, 238, 231);
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}


/****** Item View ***************/

#item-view-box ul {
list-style:none;
}

.TopPicture {
float:left;
margin:5px;
padding:5px;
padding-right: 20px;
}

.item-name {
	padding-left: -10px;
	text-align: center;
}

.item-price {
	padding-left: 15px;
}

.item-description {
	padding:100px;
	text-align: center;
	width:auto;
	background: url(item-background-transp.png) repeat;
}

.item-description2 {
	width:100%;
}

.item-buttons {
	padding-top: 20px;
	text-align: center;
}

/********* Checkout *************/
#cartheading {
	border-bottom:solid 1px;
	padding: 0 50px 0px 100px;
}

#checkout-total {
	border-bottom:solid;
	text-align:right;
}

.price_field {
	padding-left:100px;
}

td.name {
	border-bottom:dotted 1px;
	text-decoration:none;
}

.name a {
	color:black;
	text-decoration: none;
}

td.price {
	width:120px;
	text-align:right;
	border-bottom:dotted 1px;
}

td.quantity {
	width:3.5em;
	text-align:right;
}

td.action-buttons {

}

/********* Picture Maint ********/

#pmaint .default {
	margin-bottom: 50px;
}

#image_actions {
	
}

/********* Statistics ***********/
.item_statistic_list {
	
}
.statistic_table_heading {
	border-style:solid;
	border-color:black;
}
.item_statistic_list .item_name{
	padding-right:50px;
}

/********************************/


