body {
	background-color: #D1CFD0;
	background-image: url(../images/main-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: "trebuchet MS", arial;
	background-repeat: repeat-x;
}
#nav-bg {
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	width: 846px;
}
#footer-bg {

	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	width: 846px;
}
.nav-links {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
.nav-links a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h1-white {

	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-text {
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
}
.main-text a{
	color: #EB9422;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 5px;
}
.main-text a:hover{
	font-size: 14px;
	color:#000000;
}
.h2-13-white {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.product-list {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
}
.footer-links {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.footer-links a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer-links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.img-welcome {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}

