body {
	background-color: #fff;
	background-image: url('../img/page-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;

	text-align: center;

	margin: 0;
	padding: 0;
	margin-bottom: 20px;

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

#head {
	width: 800px;
	margin: 0 auto;
}

#cont {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	width: 740px;
}

#nav ul {
	list-style-type: none;
	text-align: center;

	width: 740px;
	height: 33px;
	margin: 0;
	padding: 0;

	background-image: url('../img/nav-sep.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li {
	float: left;

	height: 33px;
	line-height: 33px;

	background-image: url('../img/nav-sep.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#nav li a {
	display: block;

	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#nav li a:hover, #nav .active {
	color: #aa8bbf;
}

#feature {
	margin-bottom: 10px;
}

#main {
	width: 535px;
	float: left;
}

#crumbs ul {
	margin: 0;
	padding: 0;
}

#crumbs li {
	display: inline;
	margin-right: 3px;
	padding-right: 9px;

	font-size: 85%;
	text-transform: lowercase;

	background-image: url('../img/crumb.gif');
	background-repeat: no-repeat;
	background-position: right 80%;
}

#crumbs .active {
	background: none;
}

h1 {
	margin-top: 9px;

	font-size: 200%;
	font-weight: normal;
}

h2 {
	float: left;
	font-size: 150%;
	color: #333;
	font-weight: normal;
	margin-top: 8px;
}

h3 {
	font-size: 110%;
	color: #444;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: -16px;
}

.backtotop {
	float: right;
	font-size: 80%;
	margin-top: 9px;
	padding: 0;
	padding-left: 15px;

	background-image: url('../img/backtotop.gif');
	background-repeat: no-repeat;
	background-position: left 60%;
}

hr {
	margin-top: 10px;
	height: 1px;
	border-style: none;
	color: #8f8f8f;
	background-color: #8f8f8f;
}

.linklist li {
	line-height: 150%;
	list-style-type: none;
	background-image: url('../img/arrow.gif');
	background-position: left 60%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.productimg {
	float: right;
	margin-top: 18px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.prodinfo {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-top: -15px;
}

.pdf {
	background-image: url('../img/icon-pdf.png');
	background-position: left 60%;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.pic {
	background-image: url('../img/icon-picture.png');
	background-position: left 60%;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.contact {
	background-image: url('../img/icon-contact.png');
	background-position: left 60%;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.shop {
	background-image: url('../img/icon-shop.png');
	background-position: left 60%;
	background-repeat: no-repeat;
	padding-left: 22px;
}


table.bordered {
	border: solid 1px #888;
}
table.bordered td, table.table th {
	border: solid 1px #888;
}

#sidebar {
	width: 186px;
	float: right;
}

#testimonials {
	width: 186px;

	background-color: #373737;
	background-image: url('../img/side-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#testimonials p {
	color: #fff;
	font-size: 85%;

	margin: 0 20px;
}


#footer {
	width: 780px;
	height: 58px;
	margin: 0 auto;
	margin-top: 25px;

	background-image: url('../img/footer.jpg');
	background-color: #8d69b0;
	background-position: top left;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 10px;

	font-size: 85%;
	color: #fff;
	font-weight: bold;
}

#footer ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;

	font-size: 85%;
	color: #fff;
}

#footer li {
	display: inline;
	padding-right: 10px;
}

#footer a {
	color: #fff;
}
