@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg-pattern.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #E99119;
	line-height: 18px;
	}
	
a:link, a:visited {
	color: #993300;
	text-decoration:none;
	}
	
a:hover {
	margin-top: 20px;
	color: #162222;
	text-decoration: none;
	}
	
h1 {
	font-size: 14px;
	}	

p {
	line-height: 17px;
	}

#container {
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	border: 5px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#header {
	padding: 0px;
	margin: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 245px;
	}
	
#content {
	background-color: #A7BEAE;
	width: 625px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	}

#menu {
	float: right;
	width: 194px;
	background-color: #131d1f;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 15px;
	position: relative;
	clear: both;
	}

#footer {
	clear: both;
	margin-top: 0;
	background-color: #131d1f;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	}

#navlist {
	width: 175px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0CA81;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0CA81;
	}

#navlist li a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	}

#navlist li a:hover {
	text-decoration: none;
	color: #AE843A;
	}

.footertext {
	font-size: 9px;
	color: #666666;
	}
	
#footer a:link, #footer a:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#products {
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

#products a:link, #products a:visited {
	color: #993300;
	font-weight: bold;
	font-size: 10px;
}

#products a:hover {
	color: #162222;
	font-weight: bold;
	font-size: 10px;
}

.prodPictures {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.prodDesc {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: text-top;
}
