body {
	padding:0; margin:0;
	background: #D6F1E9 url(../images/template/bg.yellow.png);
	}
img { border: 0; }
form { display:inline; margin:0; padding:0; }

#page {
	width:725px;
	margin: 0 auto;
	}

/* -------------------------------------------------------------------------- */

a { color: #548E7B; }
body, td, p { font: 9pt verdana; color: #787878; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0; color: #548E7B; }
h1, h2, h3 { border-bottom: solid #548E7B 1px; }
h1 { font-size: 16pt; }



/* -------------------------------------------------------------------------- */

#header {
	margin: 5px 0 0 0;
	position:relative;
}
#header .rightcol { margin-left: 165px; height:75px; position:relative; }


#logo {
	width:165px;text-align:center;display:block;float:left;

}


#header ul#nav {
	position:absolute; bottom:0;
	list-style:none;
	margin:0; padding:0; margin-top: 8px; 
	width:100%;
	display: block;
	}
#header ul#nav li {
	list-style:none;
	margin:0; padding:0;
	display: inline;
	padding: 0 4px;
	}
#header ul#nav li a {	
	color: #055E05;
	font-weight: bold;
	font:bold 8pt "Times New Roman", Serif;
	text-decoration:none;
	text-transform: uppercase;
	}
#header ul#nav li a:hover { text-decoration: underline; }

/* The following works in Firefox/Win for floating the search form right */
#header ul#nav { display: table; } #header ul#nav li { display: table-cell; }

#header ul#nav li.last { text-align:right; }

#searchForm .textInput {
	border: solid #055E05 1px;
	width: 70px; height: 20px;
	line-height: 20px;
	color: #666;
	background: white;
	padding: 0 4px;
	}


#leftcol {
	clear:left;
	float: left;
	width: 143px;
	border:solid #548E7B 1px;
	background: white;
	color: #548E7B;
	padding: 0 6px;
	padding-bottom: 12px;
	margin-top: 8px;
	}
#leftcol h2 {
	border-bottom: solid #548E7B 1px;
	padding: 6px 0; margin:0 0 12px 0;
	text-align:center;
	font-size: 11pt;
	
	text-transform: uppercase;
	font-size: 8pt;
	}
#rightcol {
	margin-left: 165px; margin-top: 8px;
	width:553px;
	}
* html #rightcol, * html #rightcol * { position:relative; }
#bumps {
	background:url(../images/template/bump.png) repeat-x bottom left;
	height:10px;
}



#main {
	background:white;
	border:solid #548E7B 1px;
	border-top: 0;
	padding: 10px 12px;
	float:left; width:527px;
	}
#footer {
	clear:both;
	background-color: #548E7B;
	color: white;
	text-align:center;
	padding: 8px 0;
	}
#footer a {
	color: white;
	text-decoration:none;
	}
#copyfoot { text-align: right; color: #999; font-size: 8pt; }
#copyfoot a { color: #999; text-decoration:none; }
#copyfoot a:hover { text-decoration:underline; }
/* -------------------------------------------------------------------------- */

ul.linklist {
	margin: 0; padding:0;
	}
ul.linklist li {
	margin: 0; padding:0;
	margin-left: 2em;
	}
ul.linklist li a { text-decoration: none; }
ul.linklist li a:hover { text-decoration:underline; }

/* -------------------------------------------------------------------------- */
#breadcrumbs {
	color: #548E7B;
	border-bottom: solid #548E7B 1px;
	padding-bottom: 8px;
	}
#breadcrumbs a { color: #548E7B; text-decoration:none; }
#breadcrumbs a:hover { text-decoration:underline; }

.narrowBox2 { clear:both; margin:0; padding:0; background:#D6F1E9; border-bottom: solid #333 1px; }
.narrowBox2 .content { padding: 3px 12px; }
.narrowBox2 h3 { margin:0; color: #555; font-size: 9pt; padding-left: 6px; border:0; }
.narrowBox2 strong { color: #555; }
.narrowBox2 ul { display: inline; padding:0; margin:0; }
.narrowBox2 ul li { display: inline; padding: 0; margin:0; }
.narrowBox2 a { text-decoration:none; color:#055E05; }
.narrowBox2 a:hover { text-decoration:underline; }



strong { color: #548E7B; }
	
#catDesc {
	width: 66%;
	border-bottom: solid #548E7B 1px;
	padding-bottom: 8px;
	margin-top:8px;
	margin-bottom: 16px;
	}

.prodTbl td { vertical-align:top; padding-bottom: 12px;}

.prodThumb { text-align:center; padding: 0; }
.prodThumb a { text-decoration: none; }
.prodThumb a:hover { text-decoration: underline; }

/* -------------------------------------------------------------------------- */

.prodDetails {
	padding: 0 12px;
}

.cartAddForm { border-top: solid #548E7B 1px; margin-top: 12px; padding: 0 12px; padding-top: 8px; }
.cartAddForm select,
.cartAddForm .boxme
	{ border: solid #487C6B 1px; color: #555; font-size: 9pt;  }

	

.narrowBox {
	float: right;
	width: 150px;
	display:table;
	border: dashed orange 2px;
	padding:4px; margin: 0px 0px 4px 4px;
}
.narrowBox h3 {
	margin:0; padding:0;
	
	border-bottom: solid #548E7B 1px;
	padding: 6px;
	
	text-align:center;

	
	text-transform: uppercase;
	font-size: 8pt;
}
.narrowBox .content { padding: 6px; }
.narrowBox ul { margin:0; padding:0; margin-left: 2em; }
