/* CSS Document */

body {
	background-color: #DDDDDE;
	font: small "Trebuchet MS", Verdana, Helvetica;
	color: #696969;
	}
	
#wrapper {
	margin: 20px auto;
	width: 778px;
	background: #fff;
	padding: 0;
	}
	
#header {
	padding: 5px;
	float: left;
	background: #fff;
	}
	
 a img {
	border: 0;
	margin: 0;
	padding: 0;
	}

.logo {
	float: left;
	padding-right: 2px;
	}
	
.topImage {
	float: left;
	}
	
/* Main Navigation */
	
.MainNav {
	float: left;
	width: 768px;
	background: #fff;
	margin:0;
	padding: 0 5px 5px 5px;
	}
	
.MainNav ul {
	float: left;
	width: 768px;
	background: #6EA0E1;
	margin:0;
	padding: 0;
	}
	
.MainNav li {
	float: left;
	list-style: none;
	border-right: 2px solid #fff;
	text-align: right;
	}
	
.MainNav a {
	min-width: 90px;
	#width: 90px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-decoration: none;
	background: #6EA0E1 url(../img/navEdge.gif) top right no-repeat;
	color: #fff;
	padding: 0 15px 0 0;
	}
	
.MainNav a:hover, .MainNav a.buttonSelect {
	background: #666 url(../img/navEdge_over.gif) top right no-repeat;
	color: #fff;
	}
	
.MainNav li.extendedNav {
	width: 340px;
	height: 48px;
	margin: 0;
	background: #6EA0E1;
	}
	
/* End Main Navigation */	

#Content {
	float: left;
	background: #fff;
	color: #666;
	width: 778px;
	}
	
#ProductContainer {
	float: left;
	padding: 0 0 20px 0;
	border-left: 5px solid #fff;
	background: transparent url(../img/sideNavBottom.gif) bottom left no-repeat;
	}
	
#ContentWrapperForPageWithSideNav {
	float: left;
	background: #fff url(../img/sideNav.gif) top left repeat-y;
	color: #666;
	width: 778px;
	}
	
#ContentColumnOne {
	float: left;
	width: 50%;
	padding: 10px 0 20px 35px;
	}
	
#ContentColumnOneNarrow {
	float: left;
	width: 25%;
	padding: 10px 0 20px 35px;
	}
	
#ContentColumnTwo {
	float: left;
	width: 37%;
	padding: 10px 0 0 30px;
	}
	
#ContentColumnThree {
	float: left;
	width: 25%;
	padding: 30px 0px 0 20px;
	}
	
#SiteMapContent {
	float: left;
	width: 50%;
	padding: 10px 0px 20px 115px;
	}
	
.sitemap {
	line-height: 20px;
	}
	
h1 {
	font-size: 150%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	}
	
h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
	}
	
h3 {
	font-size: 100%;
	padding:5px 0;
	margin: 0;
	}
	
.coloredText, h3 {
	color: #FF4F00;
	background: transparent;
	}
	
span.coloredText {
	padding: 0 0 0 30px;
	}
	
p ul {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 140%;
	}
	
p.ProductInfo a, .sitemap a {
	float: left;
	display: inline;
	color: #696969;
	background: transparent;
	text-decoration: none;
	}
	
p.ProductInfo a:hover, .sitemap a:hover {
	color: #FF4F00;
	background: transparent;
	}
	
.productImage {
	padding: 0px 0 20px 60px;
	}
	
.Product {
 	width: 173px;
	padding: 10px 0;
	}
	
.Product img {
	padding: 0 0 10px;
	}
	
.sideImage {
	padding: 5px;
	border: 1px solid #696969;
	margin: 15px 0;
	}
	
.filler {
	padding: 30px;
	}
	
/* Side Navigation */

.sideNav ul{
	float: left;
	width: 207px;
	padding: 0 5px 0 0;
	margin: 0;
	}
	
.sideNav li {
	
	line-height: 24px;
	border-bottom: 2px solid #fff;
	list-style: none;
	display: block;
	}
	
.sideNav a {
	color: #696969;
	background: transparent;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-size: 80%;
	display: block;
	}
	
.sideNav a:hover, .sideNav a.buttonSelect, #ContentColumnOneNarrow a:hover {
	color: #333;
	background: transparent;
	}
	

/* End Side Navigation */

/* Contact page */

#ContactColumnTwo {
	float: left;
	width: 30%;
	padding: 105px 0 0 30px;
	}
	
#ContactColumnThree {
	float: left;
	width: 25%;
	padding: 105px 0px 0 30px;
	}

.ContactInfo {
	float: left;
	width: 50px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
.ContactListing {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
.ContactListing a 
{
    float: left;
	display: block;
	color: #696969;
	background: transparent;
	text-decoration: none;
}

.ContactListing a:hover
{
    color: #333;
	background: transparent;
}
	
#ContentColumnOneNarrow a {
	float: left;
	display: block;
	color: #696969;
	background: transparent;
	text-decoration: none;
	}
	
.link a {
	color: #696969;
	background: transparent;
	text-decoration:none;
	}
	
.link a:hover {
	color: #333;
	background: transparent;
	}

/* End Contact page */
	
	
/* footer */
	
#footer {
	clear: both;
	background: #fff url(../img/footeredge.gif) bottom right no-repeat;
	width: 778px;
	height: 32px;
	}
	
#footer a {
	text-decoration: none;
	color: #fff;
	background: transparent;
	padding: 0px;
	}
	
#footer a:hover {
	color: #666;
	background: transparent;
	}

#footercontent {
	color: #fff;
	font-size: 90%;
	background: #FF4F00;
	width: 758px;
	height: 27px;
	line-height: 27px;
	margin-left: 5px;
	}
	
#footercontent ul {
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	}
	
#footercontent ul li {
	display: block;
	padding: 0 10px 0 0;
	list-style: none;
	float: left;
	text-align: right;
	}
	
#footercontent ul.LeftAlign {
	float:left;
	text-align: left;
	padding: 0 0px 0 30px;
	}
	
#footercontent ul.RightAlign {
	float:right;
	text-align: left;
	padding: 0 10px 0 0px;
	}
	
#footercontent ul li.rightPadding {
	padding: 0 25px 0 0;
	}