/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2007									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/*generic css format */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
}


a:link, a:visited {
	color: #330000;
}

a:hover {}

img {
}

#wrapper {
	width:1300px;
	margin:0px 0 0 225px;
	padding:5px;
	background-color: #71652D;
}

/* Left Content */

#leftcontent {
	width: 0px;
	position: absolute;
	left: auto;
	top: 89px;
	height: auto;
}

/* Main Content */
#productstbl p {
	margin-left:12px;
}

.smalltext {
	font-size: 11px;
	font-weight: bold;
}

a.toppage:link,a.toppage:visited {
	text-decoration: none;
	border-bottom: solid #ccc 1px;
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #330000;
	font-weight: bold;
}

a.toppage:hover { color:#4EA932}

.toplink {
	right: 15px;
	font-size: 12px;
	color: #999999;
	border-bottom: solid #ccc 1px;
	text-align: right;
	display: block;
}

.toplink a:link, .toplink a:visited {
	color:#999;
	text-decoration: none;
}

.toplink a:active{}
.toplink a:hover {
	color: #958c6c;
}

/* Footer Area */
#footer {
	font-weight: bold;
	font-size: 12px;
}

