/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #006633;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0;
}
input {
	margin: 0px 5px 0px 5px;
}
select {
	margin: 0px 5px 0px 5px;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 16px;
	margin-bottom: 4px;
	color: #006633;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	text-align: center;
	position: relative; /*to defeat IE peekaboo bug*/
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-align: center;
	text-decoration: underline;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1024px;
}
.header {
	background-color: #cccc99;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 76px;
}


/* main, provides some padding for the containers */
.main {
	clear: both;
	padding: 8px 18px;
}
/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #f0f0e0;
	border: 1px solid #E5E5E5;
	float: left;
	width: 18%;
}
.sidenav h1 {
	color: #FFFFFF;
	background-color:#006633;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #FAFAFA;
	font-size: 13px;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #000000;
	display: block;
	font-size: 0.9em;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* selected department */
.category h1,.category ul {
	padding-left: 18px;
}
.category {
	width: 100%;
	background-color:#f0f0e0;;
}
.category li {
	border-bottom: 1px solid #FAFAFA;
	font-size: 13px;
	list-style: none;
	margin: 0;
	
}
.category li a {
	color: #000000;
	font-size: 0.9em;
	padding: 2px 6px 2px 14px;
	text-decoration: none;
}
.category li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 77%;
	height: 100%;
}
.content .item {
	padding: 0px 6px;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	margin-left: 18px;
	margin-top: 6px;
	font-size: 14px;
}

.button {
	background: url(images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/*boxes for gridview on products page*/

.grid li {
	float:left;
	width: 31%;
	min-height: 180px;
	border: solid 2px silver;
	margin: 0 auto;
	margin: .5%;
	background-color: #F0F0E0;
	text-align: center;
	position: relative; /*the absolute positions of .grid p will be relative to the grid div*/
}

.grid h1 {
	font-size: 14px;
	color: #006633;
	font-weight: normal;
	text-decoration: underline;
}

.grid img {
	padding-top: 5px;
}

.grid p {
 position: absolute; /*posistion is abosulte relative to the top left corner of the div,*/ 
 top: 85%;			 /*allows the price to always display at the bottom of the grid*/
 left: 28%;
}

/*listview on products page*/

.list li {
	width: 100%;
	min-height: 70px;
	border: solid 2px silver;
	margin: 0 auto;
	background-color: #F0F0E0;
	margin-bottom: 7px;
	overflow: auto;
}

.list h1 {
	font-size: 16px;
	color: #006633;
	font-weight: normal;
	text-decoration: underline;
}

.list img {
	float: left;
}

.list p {
	font-size:14px;
	padding: 10px;
	float: left;
	clear: left;
}

.list h3 {
	float: left;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	margin: 8px;
}

.listleft {
	float: left;
	width: 20%;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}

.listright {
	float: right;
	width: 77%;
  padding-top:5px;
  padding-bottom:5px;
}
.details {
  width: 99%;
 /* min-height: 170px;*/
  border: solid 2px silver;
  margin: 0 auto;
  background-color: #F0F0E0;
	position: relative;
	overflow: auto; /*because only contains floats*/
}

.detailsfooter {
	background: #FFF;
	color: #666;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 100%;
	clear: left;
}

.details h1{
	margin: 8px;
	font-size:14px;
	font-weight: bold;
}

.details p {
	text-align: center;
	font-size: 16px;
}

.details img {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.right {
  float: left;
	width: 65%;
  padding-bottom:10px;
}

.paymentTerms h2 {
	width: 75%;
  padding-bottom:5px;
	border-bottom: 1px solid green;
	text-align: left;
}

.paymentTerms p {
	margin-top: 10px;
}