/* CSS Document */
* {margin:0px; padding:0px;}
	
body {
	margin:0px; 
	padding:0px; 
	position:relative;
	background-color:#c0c0c0;
	font-family:Arial;
}

h1
{
	color:#0b34e4;
	font-size:24px;
	margin-bottom:20px;
	text-align:center;
}

.largeH1
{
	font-size:36px;
	font-style:italic;	
}


#wrapper
{
	position:relative;
	width:990px;
	border:1px solid black;
	margin-left: auto;
	margin-right: auto;	
	background-color:#000000;	
}

#header
{
	position:relative;
	width:986px;
	height:141px;
	background-color:white;
	padding:2px;
}

#trailerwindow
{
	position:relative;
	height:137px;
	background-image: url('images/TrailerWindow2.jpg');
	background-repeat:no-repeat;
	margin-left:1px;	
	margin-top:2px	

}

#titlewindow
{
	position:absolute;
	top:4px;
	left:362px;
}

#greenBackground
{
	width:100%;
	position:relative;
	background-color:#446e1a;
}

#navigation
{
	width:100%;
	position:relative;
	height:58px;
	background-image: url("images/NavBackground.png");	
	text-align:center;
	z-index:1;
}

#navigation ul {
	position:relative;
	list-style-type: none;
	font-size:20px;
	font-weight:bold;
	
}
#navigation li {
	position:relative;
	display:inline-block;
	padding-top:18px;
	padding-bottom:18px;
	border-right:2px solid #89b55c;

}

#navigation ul li.homeButton {
	border-right:none;
}



#navigation a {
	position:relative;
	text-decoration: none;
	color: white;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:28px; /* was 18px with specials link */
	padding-right:32px;	/* was 18px with specials link */
}

#navigation ul li.homeButton a {
	padding-right:14px;	
	padding-left:16px;
}


#navigation a:hover {
	color:#fbf45d;
}

#leftNav
{
	position:relative;
	width:159px;
	float:left;
	padding-top:20px;
	padding-right:15px;
	padding-left:10px;		
	color:white;
}

#leftNav ul 
{
	position:relative;
	text-align:right;
	list-style-type: none;
	font-size:18px;
	font-weight:bold;	
	padding-top:20px;
}

#leftNav ul li
{
	position:relative;
	padding-bottom:35px;

}
#leftNav a
{
	position:relative;
	text-decoration:none;
	color:white;

}

#leftNav a:hover
{
	color:#fbf45d;

}



#contentArea
{
	position:relative;
	background-color:white;
	width:650px;
	float:left;
	min-height:550px;
}


#content
{
	position:relative;
	width:630px;
	padding-left:10px;	
	padding-right:10px;	
	padding-top:15px;

}

#contentCenter
{
	position:relative;
	width:630px;
	padding-left:10px;	
	padding-right:10px;	
	padding-top:15px;
	text-align:center;

}

#content h1
{
	position:relative;
	color:#0b34e4;
/*	color:#274c04; */
	font-size:24px;
	margin-bottom:15px;
	text-align:center;
}


#content p
{
	position:relative;
	margin-bottom:15px;
	
}


#logosRight
{
	position:relative;
	width:154px;
	float:right;
	background-color:#446e1a;	
	padding-top:20px;
	text-align:center;
}

#logosRight img
{
	position:relative;
	border:1px solid white;
}

#logosRight p
{
	position:relative;
	margin-bottom:5px;
}

#logosRight a:hover img
{
	position:relative;
	border:1px solid #fbf45d;
}


.clearFloat
{
	clear:both;
}

#middleShading
{
	position:relative;
	background-image: url("images/MiddleShading.jpg");	
	height:6px;
	width:100%;
}

#middleWrapper
{
	position:relative;
	padding-bottom:0px;
	margin-bottom:0px;
}

#footer
{
	position:relative;
	margin-top:0px;
	padding-top:0px;	
	background-image: url("images/AddressBackground.jpg");	
	font-size:12px;
	text-align:center;
	color:#0b34e4;
}
#footer p
{
	margin-bottom:7px;
}


#footerAddressArea
{
	position:relative;
	width:100%;
	height:41px;
	padding-top:15px;
}

#footerAddressArea a
{
	color:#0b34e4;
	text-decoration:none;
}


#creditCards
{
	position:relative;
	width:184px;
	background-color:#446e1a;		
	float:left;
	padding-top:15px;
	text-align:center;
	min-height:85px;
}

#footerNav
{
	position:relative;
	width:950px;
	min-height:85px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

#footerNav ul {
	position:relative;
	list-style-type: none;
	margin-bottom:7px;
}

#footerNav li {
	position:relative;
	display:inline-block;
	border-right:1px solid #0b34e4;
	padding-right:10px;
	padding-left:10px;

}

#footerNav ul li.homeButton {
	border-right:none;
}
#footerNav a {
	text-decoration:none;
	color:#0b34e4;
}

#footerNav a:hover {
	text-decoration:underline;
}

#Manufacturer
{
	position:relative;
	padding:15px;
	
}

#Manufacturer h1
{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	
}

#Manufacturer h3
{
	position:relative;
	margin-bottom:40px;
	
}

#Manufacturer p
{
	position:relative;
	margin-bottom:20px;
	
}

#Manufacturer hr
{
	position:relative;
	margin-bottom:30px;
	margin-top:10px;
	
}

#Manufacturer ul
{
	position:relative;
	margin-left:40px;
	margin-bottom:20px;
	
}

#Manufacturer ul li
{
	position:relative;
	margin-bottom:10px;
}

#Manufacturer img
{
	position:relative;
	border:none;
	float:right;
}

#Manufacturer img.ManufacturerLogo
{
	position:relative;
	margin-bottom:20px;
	float:none;
	
}

#Product
{
	position:relative;
	padding:15px;
	
}

#Product h1
{
	position:relative;
	margin-bottom:20px;
	
}

#Product h3
{
	position:relative;
	margin-bottom:20px;
	
}

#Product p
{
	position:relative;
	margin-bottom:20px;
	
}

#Product hr
{
	position:relative;
	margin-bottom:20px;
	
}

#Product ul
{
	position:relative;
	margin-left:40px;
	margin-bottom:20px;
	
}



#ProductThumbnail
{
	position:relative;
	border:none;
	float:right;
	text-align:center;
	font-size:14px;
	z-index:5;
	margin-left:15px;
	
}

#Product img.ProductLogo
{
	position:relative;
	margin-bottom:20px;
	
}

#Manufacturer img.NoFloat
{
	float:none;
}