#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 10px auto 10px auto;
	border: 1px solid #40905B;
}
#header {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	text-align:center;
}
#footer {
	clear: both;
	background-color: #5AB178;
	font-size: x-small;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}

.prop {
    height:500px;
    float:right;
    width:1px;
 }
 
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: x-small;
	padding: 8px;
}

#nav {
	background-color: #009933;
	height: 30px;
	background-image: url(../images/butbg.gif);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
ul#nav{
	display: table;
}
ul#nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

#nav li {
	float: left;
	font-size: small;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	display: block;
	padding: 5px;
	font-weight: bold;

}
#nav li a:hover {
	background-color: #54B872;
	background-image: url(../images/butbg_o.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#nav li ul {
	display:none;
	width: 140px;
	background:#009933;
}

#nav li ul li a{
	font-size:x-small;
	text-align:left;
}

#nav li ul li a:hover{
	background-image:none;	
}

#nav li:hover > ul {
	display:block;
	position:absolute;
}

#nav li ul li ul{
	margin: -30px 0 0 140px;
}
/*

ul#nav{
	clear:both;
	margin:0;
	background:url(../images/butbg.gif) repeat right top;
	}

ul#nav li{
	float:left;
	list-style:none;
	position:relative;
	padding:0;
	z-index:100;
	margin:0;
	/*background:#ffffff;*
	font-size:1em;
	font-weight:normal;
	}

	
ul#nav li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	padding:.6em .89em .7em;
	margin:0;
	font-weight:bold;
	/*background:#ffffff url(../images/global_nav_bg.gif) no-repeat right top;*
	width: 88px;
	text-align: center;
	}

	ul#nav li#xmas a{
	/*color:#ffffff;*
	text-decoration:none;
	display:block;
	float:left;
	padding:.6em .89em .7em;
	margin:0;
	font-weight:bold;
/*	background:#ffffff url(../images/red_global_nav_bg.gif) no-repeat right top;*
	width: 88px;
	text-align: center;
	}
	ul#nav li ul li a{
	text-align: left;
	}
ul#nav li:hover a{background: url(../images/butbg_o.gif) no-repeat right top;
	}
ul#nav li a:hover{background: url(../images/butbg_o.gif) no-repeat right top;
	}
/*
ul#nav li#xmas:hover a{background: url(../images/global_nav_hov.gif) no-repeat right top;
	}
ul#nav li#xmas a:hover{background: url(../images/global_nav_hov.gif) no-repeat right top;
	}

ul#nav a.selected {background: url(../images/global_nav_hov.gif) no-repeat right top;}

ul#nav li.navstart_green {padding-left:5px;background: url(../images/green_home_button_css.gif) no-repeat top left;}

ul#nav li.navstart_black {padding-left:5px;background: url(../images/home_button_css.gif) no-repeat top left;}

ul#nav li.navstart_green:hover{background: url(../images/home_button_css.gif) no-repeat top left;}

ul#nav li.navend_green {padding-right:5px;background: url(../images/green_right_button_css.gif) no-repeat top right;}

ul#nav li#xmas.navend_red {padding-right:5px;background: url(../images/red_right_button_css.gif) no-repeat top right;}
ul#nav li#xmas.navend_red:hover{background: url(../images/black_right_button_css.gif) no-repeat top right;}
ul#nav li.navend_black {padding-right:5px;background: url(../images/black_right_button_css.gif) no-repeat top right;}

ul#nav li.navend_green:hover{background: url(../images/black_right_button_css.gif) no-repeat top right;}

ul#nav li.welcome a.welcome{background: url(../images/home_button.gif) no-repeat right top;
	}
ul#nav li.welcome{ padding-left:5px; background: url(../images/home_button_css.gif) no-repeat top left}*
ul#nav li ul{position:absolute;
	width:111px;
	top:2.8em;
	margin:0;
	display:none;
	padding:0 0 2em 0;
	border:none;
	}
ul#nav li:hover ul, ul#nav li.hover ul{
	margin:1px 0 0 0;
	display:block;
	left:-1px;
/*	background:#ffclass="sub-menu"ffff url(../images/navul.gif) no-repeat center bottom;*
	height:auto;
	z-index:100;
	}
ul#nav li:hover #last{
	margin:0;
	left:auto;
	right:0px;
	}
ul#nav li li{
	float:none;
	background:none;
	line-height:1.6em;

	}
ul#nav li li:hover{
	background:#317C2B;

}
ul#nav li li a, ul#nav li:hover li a{
	float:none;
	color:#ffffff;
	background:none;
	padding:.3em 1em;
	margin:0;
	font-weight:normal;

	}
ul#nav li li a:hover{
	background:#317C2B;

	}

*/

p {
	margin: 0px;
	padding: 0px;
}
#sidebar p {
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 5px;
}





#content {
	width: 820px;
	padding: 10px;
	background-color: #FFFFFF;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	min-height: 500px;
	float: left;
}

#sidebar {
	width: 150px;
	padding: 5px;
	display: block;
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1ECD9;
}
#content h1 {
	color: #009933;
	font-size: x-large;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	font-size: small;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content a {
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
a {
	color: #009933;

}
#content a:hover {
	text-decoration: underline;
}
#content h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	color: #333333;
}


#content h2 {
	color: #009966;
	font-size: medium;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
.tablehead {
	color: #FFFFFF;
	background-color: #40905B;
	background-image: url(../images/butbg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.tablehead2 {
	background-image:url(../images/butbg.gif); 
	color:#FFFFFF; 
	text-align:center;
	}
.table {
	border-top: 1px solid #55AA72;
	border-left: 1px solid #55AA72;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table td {
	border-bottom: 1px solid #55AA72;
	border-right: 1px solid #55AA72;
}

td {
	font-size: small;
}
ul {
	font-size: small;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mini_product_display{
	width:100%; 
	margin-top:-6px; 
	margin-bottom:5px; 
	border: solid 1px #40905B;
}
/* JS added styles */
/* .style1 {font-size: x-small} */
.style10 {color: #990000}
.style11 {font-size: xx-small}
.style12 {
	color: #990033;
	font-weight: bold;
}
.style13 {color: #000000}
.style1 {
	color: #990000;
	font-size: small;
}
.style2 {
	font-size: small;
	color: #990000;
}
.style3 {color: #000000}
.style4 {	color: #990000;
	font-size: small;
}
.style4 {font-size: x-small}
.style5 {color: #990000}
.style6 {color: #990033}
.style12 {	color: #990033;
	font-weight: bold;
}


/* JS added styles */


#leftbar {
	width: 150px;
	padding: 3px;
	background-color: #EAEAEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #65BE83;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	min-height: 550px;
	float: left;
}

.prod-display{
	width:100%;
}

.item{
float:left;
width:125px;
height:210px;
text-align:center;
border:solid 1px green;
margin:5px;
padding:5px;
background: white;
}
.bestsellers{
border:1px solid green;
float:left;
padding:5px;
background: #54B872;
}
