@charset "utf-8";
/* CSS Document */
body {
	background-image:url(Images/mainback.jpg);
	background-repeat:repeat-x;
	margin:0 0 0 0;
}

a img
{
       border-width: 0px;
}

@font-face {
	font-family: 'LucidaGrandeRegular';
	src: url('fonts/Lucida_Grande.eot');
	src: local('Lucida Grande Regular'), local('LucidaGrande'), url('fonts/Lucida_Grande.woff') format('woff'), url('fonts/Lucida_Grande.ttf') format('truetype');
}

@font-face {
	font-family: 'GothamLight';
	src: url('fonts/Gotham-Light.eot');
	src: local('Gotham Light'), local('Gotham-Light'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.otf') format('opentype'), url('Gotham-Light.svg#Gotham-Light') format('svg');
}

@font-face {
	font-family: 'RaaviRegular';
	src: url('fonts/raavi.eot');
	src: local('Raavi Regular'), local('Raavi'), url('fonts/raavi.woff') format('woff'), url('fonts/raavi.ttf') format('truetype'), url('fonts/raavi.svg#Raavi') format('svg');
}

#main{
	margin-left:10%;
}

#header {
	height:132px;
	width:1012px;
}

#menu {
	background-image:url(Images/menubar.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:55px;
	width:1012px;
}

.menuitem {
	background-image:url(Images/menudash.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	font-family:"LucidaGrandeRegular";
	color:#FFF;
	font-size:14px;
	margin: 18px 0 0 0;
	
}

.menuitem a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}

.menuitem a:hover{
	font-style:italic;
	color:#F00;
}

.menuitemclicked {
	background-image:url(Images/menudash.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	font-family:"LucidaGrandeRegular";
	color:#333;
	font-size:14px;
	margin: 18px 0 0 0;
	
}

.sustain {
	position:relative;
	float:right;
	margin: 3px 0 0 0;
}

.sustain a {
	border:none;
	text-decoration:none;
}

#content {
	height:522px;
	width:1012px;
}

#content h1 {
	font-family:"Calibri";
	font-weight:100;
	font-size:40px;
	color:#707011;
}

#content h3 {
	font-size:18px;
	color:#707011;
}


#sidemenu {
	height:522px;
	width: 195px;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#sidemenu a{
	text-decoration:none;
}

#sidemenu a:hover{
	text-decoration:underline;
}

.list1 {
	list-style:none;
	color:#999900;
	font-size:13px;
	margin:0 0 0 20px;
	
}

.list1 a{
	color:#999900;
	font-size:13px;
	text-decoration:none;
}


.list2 {
	list-style:none;	
	margin:0 0 0 38px;
	text-decoration:none;
}

.list2 a{
	color:#999980;
	font-size:11px;
}

.list2 img{
	padding:0 3px 0 0;
}
.sidemenutop{
	background-image:url(Images/sidemenutop.gif);
	height:24px;
}
.sidemenulist {
	background-image:url(Images/sidemenubar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-family:"Calibri";
	height:498px;
	width:195px;
	float:left;
	
}
#info {
	background-color:#FFF;
	height:522px;
	width:531px;
	float:left;
	overflow:auto;
}

.imagery {
	background-color:#FFF;
	vertical-align:top;
}

#info p{
	color:#898989;
	margin:0 10px 0 20px;
	font-family:Calibri;
	line-height: 175%;
	font-size:14px;
}
#info a{
	color:#898989;	
	font-family:Calibri;
}

#info a:hover{
	color:#666666;
	text-decoration:none;
}

#info br{
	line-height:12px;
}

#prodright{
	float:right;
}

#prodright p {
	text-align:center;
	color:#666;
}

#potnut{
	float:right;	
}

#potnut p {
	text-align:left;
	color:#666;
}

#prodleft{
	float:left;
}

#prodleft p {
	text-align:center;
	color:#666;
}

.staffpics {
	color:#999999;
	float:left;
	font-family:Calibri;
	
}
.insideinfo{
	color:#036;
	margin:0 10px 0 20px;
	font-family:Calibri;
}

#info ul{
	list-style:none;
	color:#036;
	margin:0 10px 0 0;
	font-family:Calibri;
}

#sidebar{
	height:522px;
	width:286px;
	float:right;
}

#footer {
	font-family:Calibri;
	font-size:10px;
	height:88px;
	width:1012px;
	padding:10px 0 0 0;
}