﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3768AA;
	background-image: url(/Images/background.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #000;
}

img 
{
	border: none;
}

hr 
{
	background-color: #005698;
	border: none;
	height: 2px;
	padding: 0px;
	margin: 0 0 5px 0;
}

label 
{
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-right: 6px;
	width: 180px;
	text-align: right;
}

input
{
	float: left;
}

/* Layout Styles */
#Wrapper 
{
    width: 950px;
	margin: 20px auto;
}

#Container
{
	min-height: 625px;
	background-image:url(/Images/headerBackground.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
}

#Content
{
	clear: both;
	font-size: 14px;
	color: #006225;
	padding: 0 30px 0 30px;
}

#Content h1
{
	color: #006225;
}

#Content h2 
{
	color: #005698;
	margin: 10px 0 0 0;
	font-size: 20px;
}

#Content a 
{
	color: #700;
}

#LooseTextContainer
{
	font-size: 16px;
	line-height: 22px;
}

#LooseTextContainer a
{
	text-decoration: none;
	color: #006225;
}

#LooseTextContainer a:hover 
{
	text-decoration: underline;
}

#LooseTextContainer ul
{
	line-height: 22px;
	list-style-image: url(/Images/orangeBullet.gif);
}

#LooseTextContainer ul li
{
	margin-bottom: 10px;
}

#FormContainer 
{
	padding: 30px 10px 10px 10px;
}

.Loose li
{
	padding-bottom: 10px;
}

/* Table Styles */
table.Styled 
{
	border-collapse: collapse;
	width: 90%;
	border: 1px solid #000;
	margin: auto;
}

table.Styled th
{
	text-align: center;
	color: #D4E5DB;
	background-color: #248159;
	padding: 3px 2px;
}

table.Styled tr
{
}

table.Styled tr.Alt
{
	background-color: #DDD;
}

table.Styled td
{
	text-align: left;
	padding: 3px 2px;
}

/* Header Styles */
#HeaderContainer
{
	height: 230px;
	width: 100%;
}

#SubHeader
{
	margin: 55px 40px 0 0;
	float: right;
	text-align: center;
	width: 300px;
}

#SubHeader h1
{
	color: #fff;
	font-size: 36px !important;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#SubHeader h2
{
	color: #fff;
	font-size: 18px !important;
	font-weight: bold;
	margin: 0;
}

#SubHeader h2 a
{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}

#SubHeader h2 a:hover
{
	text-decoration: underline;
}

#Logo
{
	float: left;
	margin: 50px 0 0 30px;
}

/* Nav Styles */
#NavContainer
{
	width: 600px;
	height: 21px;
	background-image: url(/Images/navBackground.png);
	background-repeat: no-repeat;
	float: left;
	margin: 30px 0 0 20px;
}

#LeftNav
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 21px;
	width: 400px;
}

#LeftNav li 
{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100px;
	text-align: center;
}

#LeftNav li a
{
	font-size: 13px;
	font-weight: bolder;
	color: #006225;	
	display: block;
	padding: 2px 10px 0px 10px;
	text-decoration: none;
	height: 100%;
	width: 100%
}

#LeftNav li a:hover
{
	color: #00529A;
}

#RightNav
{
	height: 21px;
	width: 150px;
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	position: relative;
}

#RightNav li 
{
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: right;
}

#RightNav li a
{
	font-size: 13px;
	font-weight: bolder;
	color: #f00;	
	display: block;
	text-decoration: none;
	height: 100%;
	padding: 2px 15px 0 0;
}

#RightNav li a:hover
{
	color: #EB7935;
}

#LeftNav li .SubNav
{
	background-color: #B4CC95;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	position: relative;
	color: #fff;
	width: 200px;
	border: 1px solid #006225;
	left: 20px;
	top: 1px;
}

#LeftNav li .SubNav li
{
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 200px;
	float: left;
	z-index: 1;
}

#LeftNav li .SubNav li a
{
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	display: block;
	text-decoration: none;
	width: 180px;
}

.SubNav li+li a
{
	color: #fff;
	border-top: 1px solid #006225;
}

#LeftNav li .ShortNav
{
	width: 110px;
}

#LeftNav li .ShortNav li a
{
	width: 90px;
}

#LeftNav li .ShortNav li
{
	width: 110px;
}

/* Footer Styles*/
#Footer 
{
    width: 100%;
    height: 20px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	margin-top: 4px;
}

#FooterNav
{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0px;
	display: inline;
}

#FooterNav li 
{
	margin: 0;
	display: inline;
}

#FooterNav li a
{
	color: #fff;	
	padding: 0 15px 0 15px;
	text-decoration: none;
	border-left: solid 1px #fff; 
}


#FooterNav li a:hover
{
	text-decoration: underline;
}

#Footer #Address
{
	float: right;
	text-align: right;
}

#Footer a
{
	color: #fff;
}
/* */
#SlideContainer
{
	position: relative;
	margin: 10px auto auto auto;
	width: 375px;
	height: 250px;
	border: 1px solid #000;
}

#SlideContainer img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.Photo 
{
	width: 375px;
	height: 250px;
}

/* Home page styles */
#BottomContainer
{
	float: left;
	width: 100%;
}

#BottomContainer div
{
	float: left;
	padding: 0 15px 0 15px;
}

#BottomContainer #MadeInUsaContainer
{
	margin-top: 25px;
}

#BottomContainer #GoingGreenContainer
{
	margin-top: 10px;
}

#BottomContainer #UnitedNationsImageContainer
{	
	float:right;
	margin-top:-70px;
	margin-right:-30px;
}

.LeftColumn
{
	width: 45%;
	height: 265px;
	float: left;
	padding: 20px 0 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.LeftColumn #IntroText 
{
	font-size: 19px;
	color: #e4701e;
	font-weight: bold;
	font-style: italic;
	padding-top: 4px;
	z-index: 10;
	display: inline;
}

.RightColumn
{
	width: 49%;
	float: right;
	text-align: center;
}

.CatchLine 
{
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}

#IndexLabels
{
	position: absolute;
	top: 55px;
	left: 5px;
}

.IndexLabel 
{
	padding-top: 15px;
	height: 40px;
	width: 380px;
	left: -400px;
	position: relative;
}

.IndexLabel ul
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #006224;
	padding-left: 2em;
	margin-left: 0px;	
}

#PeopleTag
{
	margin-bottom: 0px;
}

#PackagingTag
{
	margin-bottom: 15px;
}

#IndexButtons
{
	text-align: left;
	height: 105px;
	width: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#IndexButtons img
{
	float: left;
	padding: 0 20px 0 0px;
}

#IntroText 
{
	text-align: left;
	letter-spacing: 1px;
	font-size: 20px;
	position: absolute;
	top: -5px;
	left: 0px;
}

.NameContainer
{
	clear: both;
	float: left;
	padding-bottom: 20px;
}

.NameContainer div
{
	float: left;
	height: 70px;
	width: 295px;
	padding-bottom: 10px;
}

/* Products Page Styles */
#ProductsContainer
{
	font-size: 16px;
	line-height: 22px;
}

#ProductsContainer a
{
	text-decoration: underline;
	color: #006225;
}

#ProductsContainer a:hover 
{
	text-decoration: none;
}

#ProductsContainer ul
{
	line-height: 22px;
	list-style-image: url(/Images/orangeBullet.gif);
}

#ProductsContainer ul li
{
	margin-bottom: 10px;
}



/*   */
#UserList 
{
	width: 834px;
	margin: 20px auto 0 auto;
}

#UserList .Styled
{
	width: 100%;
}

#UserDetails 
{
	clear: both;
	margin: 20px auto 0px auto;
	width: 834px;
}

#UserDetails label
{
	display: block;
	font-size: 12px;
	float: none;
	width: auto;
	text-align: left;
}

#UserDetails .FieldCell
{
	float: left;
	padding: 0 20px 0 20px;
}

.TitleContainer
{
	width: 834px;
	text-align: right;
	margin: 20px auto 0px auto;
	
}

.TitleContainer h2
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.TitleContainer a
{
	text-decoration: none;
	font-weight: bold;
	color: #005698;
}

.TitleContainer a:hover
{
	color: #005698;
	text-decoration: underline;
}

.IsDelete:hover,
.IsEdit:hover 
{
	cursor: pointer;
}



.AutocompleteSearchBox 
{
	width: 300px;
}

.AutocompleteList 
{
	position: absolute;
	width: 350px;
	max-height: 400px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.AutocompleteList ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.AutocompleteList ul li
{
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

.AutocompleteList ul li.selected
{
	background-color: #A33;
	color: #fff;
}

.AutocompleteList ul li.noSelect
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

.PFI
{
	color: #fff;
	font-weight: bold;
}

.PFI a
{
	color: #E4701E;
	text-decoration: underline;
}

.PFI a:hover
{
	text-decoration: none;
}

