body {

	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	color: #336633;
	background: #B7CDB7;
	text-align: center;

}

img{
border:none;

}

#bgcontainer {

	margin: 0 auto;
	width: 750px;
	background-image: url(images/bg-repeat.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;

}

#container {

	background: #D9F9D9;
	width: 700px;
	margin: 0 auto;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: 1px solid #336633;

}

.iconimg {
	vertical-align: middle;
	padding: 2px;
	border: 0;
}

#header {

	width: 700px;
	height: 200px;

}

#nav {

	width: 180px;
	float: right;
	background: #265225;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #336633;
	border-bottom: 1px solid #336633;

}

#content {

	width: 700px;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;

}

#contenttext {

	padding: 20px;

}

p {

	color: #336633;
	margin-top: 0;
	font-size: 0.9em;
}


h1 {

	color: #336633;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.1em;

}

h2 {

	color: #336633;
	margin: 15px;
	font-size: 0.9em;

}

h3 {

	color: #336633;
	margin: 0;
	font-size: 0.9em;


}

li {

	list-style: square;
	font-size: 0.9em;

}
#nav img {

	border-bottom: 1px solid #336633;

}

#nav ul{

	list-style: none;
	color: #C6DBC6;
	background: #265225;
	margin: 0;
	padding: 0;

}

#nav ul li {

	line-height: 25px;
	font-size: 0.7em;
	font-weight: bold;
	text-indent: 10px;

}

#nav ul li a {

	width: 180px;
	text-decoration: none;
	display: block;
	color: #C6DBC6;

}

#nav ul li a:hover {

	background: #C6DBC6;
	color: #265225;

}

#nav {

	position: relative;
	top: -3px;

}

div#content > div#nav {

	position: relative;
	top: 0px;

}

.categories {

	width: 450px;
	border-bottom: 1px solid #265225;
	padding-bottom: 20px;

}

.categories .brandimg {

	vertical-align: top;
	margin: 3px;
	border: 1px solid #265225;

}

.product {

	width: 450px;

}

.products {

	width: 450px;
	margin-left: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #265225;

}

.products img {
	padding: 5px;
}

a {

	text-decoration: none;

}

a:hover {

	text-decoration: none;
	color: red;

}

.breadcrumbs {

	font-size: 0.6em;

}

.iconimg {

	padding:3px;
	vertical-align: middle;
	border: 0;

}
