body {
	margin: 0;
	padding: 0;
	background: #000000 url("images/wall.jpg") repeat top center;
	font: 0.8em arial,sans-serif;
	color: #ffffff;
}

p {
	margin: 0 0 10px 0;
	font-size: 1.0em;
}

h1 {
	color: #ca5b28;
	font-size: 16pt;
	font-family: times,serif;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

h3 {
	color: #ca5b28;
	font-size: 12pt;
	font-family: times,serif;
	font-weight: bold;
	margin: 0px 0 0px 0;
	padding: 0;
}

h2 {
	color: #ca5b28;
	font-size: 14pt;
	font-family: times,serif;
	font-weight: bold;
	margin: 0px 0 0px 0;
	padding: 0;
}



.clearboth {
	clear: both;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}


#container {
	width: 986px;
	background: #000000 url("images/filler.jpg") repeat-y top center;
	margin: 0 auto;
}


a {
	font-size: 1.0em;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


img {
	border: 0;
	display: block;
}

/* navigation rules are here */

a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:269px; 
	height:27px; 
	background:#ca5b28; 
	/* border:1px solid #ffffff; */
	margin-top:2px; 
	margin-left: 0px;
	text-align:right; 
	text-decoration:none; 
	font-family: arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight: bold; 
	color:#ffffff; 
	line-height:27px; 
	overflow:hidden;
	padding-right: 10px;
}

a.nav:hover {
	color:#fff; 
	background:#f5851f;
}

#nav img {
	border: 0;
	display: inline;
}

#products img {
	border: 0;
	display: inline;
}




/* footer content is here */


#footer{
	float: left;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

#footer ul{
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding: 0;

}

#footer li{
	display: inline;
	margin: 0 0 20px 10px;
	text-align: center;
}

#footer a{
	font-size: 0.6em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 0.8em Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #999999;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
}

