html {
    overflow-y: scroll;
}
body {
	margin: 20px;
	background: #756a4e url('../images/bg-site.jpg') repeat-x top;
}
p {
	margin: 0px 0px 15px 0px;
	line-height: 130%;
}
img {
	border-width: 0px;
}
.contact {
	padding-top: 15px;
	margin: 15px 0px;
	border-top: 1px dotted #ccc;
}
.title1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.title2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px 0px;
}
.list1 {
	line-height: 150%;
}
.inventory {
	width: 100%;
	height: 690px;
	border: 1px solid #ccc;
}
#sitewrapper {
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 780px;
	background-color: #fff;
	padding: 10px;
	margin: 0px auto;
}
#header {
	width: 780px;
}
#navigation {
	width: 780px;
}
#contentwrapper {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	width: 750px;
	padding: 15px;
	overflow: hidden;
}
#slideshow {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
	width: 750px;
	background-color: #f8f8f8;
	padding: 10px;
	margin: 15px 5px;
}
#contentwrapper a {
	color: #800000;
	text-decoration: none;
}
#contentwrapper a:hover {
	color: #800000;
	text-decoration: underline;
}
#inventorywrapper {
	width: 750px;
	padding: 15px;
}
#inventory {
	width: 750px;
}
.features {
	margin: 2px 0px 2px 15px;
	padding: 0px;
	line-height: 15px;
}
#contentright {
	width: 200px;
	float: right;
}
#contentleft {
	width: 530px;
	float: left;
}
#content {
	width: 750px;
}
.productwrapper1 {
	width: 750px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.productwrapper2 {
	width: 750px;
	overflow: hidden;
}
.productimage {
	width: 200px;
	float: left;
}
.productdescription {
	width: 530px;
	float: right;
}
#footer {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f0f0f0;
	padding: 5px;
	width: 770px;
}


/*Top Menu */

.topnav {
	border-radius: 0px 0px 6px 6px;
	margin: 1px 0px;
	width: 100%;
	overflow: hidden;
	background-color: #756a4e;
}
.topnav ul {
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
}
.topnav li {
	display: inline;
	margin: 0px;
}
.topnav li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 15px 24px;
	color: #fff;
	background-color: #756a4e;
}
.topnav li a:hover {
	background: #000;
}
