/* CSS Document */

body {
	margin-top: 15px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(../images/web-bkgd3.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color:#e6f6bb;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
background-image:url(../images/wrapper-bkgd.jpg);
background-repeat:repeat;
border: 1px solid #819d64;
}

/* Header */

#header {
margin: 8px;
height: 300px;
background-color: #transparent;
position:relative;
border: 1px solid #4A6A2A;
padding:0;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
font-style: italic;
color: #663333;
}

#nav {
margin: 8px;
text-align: center;
background-color: #ffcc00;
border: 1px solid #487517;
}

#contentleft {
float: left;
width: 300px;
margin-left: 8px;
padding-left: 15px;
padding-right: 15px;
border: 1px solid #999;
margin-bottom: 6px;
background-image:url(../images/left-bkgd.jpg);
background-repeat:no-repeat;
background-position:bottom right;
background-color: #fbfbe2;
font-size: .85em;
color: #666;
text-align: left;
line-height: 140%;
}

#contentleft h3 {
	font-weight: normal;
	color: #559520;
}


#contentleft a {
color: #336600;
text-decoration: underline;
}

#contentleft a:hover {
color: #333;
text-decoration: none;
}

#contentright {
float: right;
padding: 10px;
width: 465px;
margin-right: 8px;
margin-bottom: 8px;
border: 1px solid #999;
font-size: .85em;
line-height: 130%;
font-family: Georgia, Times New Roman, Times, serif;
color: #666;
background-color: #fff;
}

#contentright a {
color: #336600;
text-decoration: underline;
}

#contentright a:hover {
color: #333;
text-decoration: none;
}

#contentright h2 {
color: #559520;
font-weight: normal;
}

#contentright h3 {
color: #ff9900;
font-weight: normal;
}

#brands {
	clear: both;
	background-color:#FFF;
	margin: 8px;
	border: 1px solid #999;
}

#imageContainer { height:300px; }  
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:300px;
	width:830px;
	opacity: -0.01;
} 	


#footer {
clear: both;
text-align: center;
border-top: 1px solid #819d64;
margin-top: 6px;
background-color: #faf682;
padding: 11px;
color: #6b894d;
font-size: .75em;
}

#footer a {
color: #375218;
text-decoration: none;
}

#footer a:hover {
color: #559520;
text-decoration: underline;
}

#credit {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: .70em;
}

#credit a {
	color: #F60;
	text-decoration:underline;
}

#credit a:hover {
	color: #360;
	text-decoration:none;
}
