* {
	padding: 0;
	margin: 0;
}

body {
	font-family:  helvetica;
	line-height: 1.5em;
	font-size: 80%;
	background: #333333;
	background-image: url(images/BG.jpg);
	color: #333333;
	min-width: 770px;
}
.smallText {
	font-family:  helvetica;
	line-height: 1.5em;
	font-size: 65%;
	color: #333333;
}
.productDetails {
	font-family:  helvetica;
	line-height: 1.5em;
	font-size: 65%;
	color: #ffffff;
}
#wrapper {
	font-size:1.2em;
	position:relative;
}
.clear_self:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear_self {height: 1%;}
/* End hide from IE-mac */

img {
border: none;
}

.imgContent 
{
	border: 1px;
	border-color: #8a6610;
	border-style: solid;
}

a, a:visited {
color: #666666;
text-decoration: none;
}

.NavMenuOn, a:hover {
color: #fff;
background: #39aa4a;
border-bottom: none;
}

blockquote {
font-family: helvetica;
font-style: italic;
font-size: 1.2em;
color: #8a6610;
border: 1px solid #eae6c0;
background: #ffffe9;
padding: 10px;
}

UL 
{
	margin: 1em 1em 1em 2em;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.0em;
}

/* GLOBAL CLASSES */

.clear {
clear: both;
}

#content {
  clear:both;
  margin-right: 10px;
  padding-bottom: 10px;
}
#sidebar {
  font-size: 87%;
}
#whoweare {
	color: #a87825;
	font-size: 120%;
	text-align: center;
	margin-top: 1.9em;
	margin-bottom: 1.6em;
}
.sidebar-node {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;	
}

.sidebar-node h3 {
color: #a87825;
font-weight: normal;
font-size: 1.4em;
text-transform: lowercase;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e6e6e6;
}

.sidebar-node ul {
	list-style-type: none;
}
.sidebar-node li {
	margin-bottom: 0.5em;
}

