html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
.container {
	background-color: #000000;
	height: 100%;
	width: 736px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.container-inner-bdrs {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5D196;
	border-left-color: #E5D196;
}
.container-bottom-bdrs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5D196;
}
.logo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5D196;
	border-bottom-color: #E5D196;
}
.footer {
	background-image: url(images/required/footer-bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5D196;
	border-left-color: #E5D196;
}
.footer-txt {
	color: #E5D196;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
}
.footer-txt a {
	color: #E5D196;
	text-decoration: none;
}
.footer-txt a:hover {
	color: #A49875;
	text-decoration: none;
}


.content-box {
	height: 100%;
	width: 736px;
}
.home-content-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-content-box-bdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A49875;
}
.home-img {
	border: 3px solid #B59663;
}
h1 {
	color: #B59663;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	display: block;
	list-style-type: none;
}
.home li {
	margin-top: 5px;
}
.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #B59A6B;
	line-height: 29px;
	height: 29px;
	display: block;
	font-weight: bold;
	background-position: right;
	padding-left: 10px;
}
.product-title a {
	color: #B59A6B;
	text-decoration: none;
}
.enfr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
	line-height: 29px;
	height: 29px;
	display: block;
	font-weight: bold;
	background-position: right;
}
.enfr a {
	color: #000000;
	text-decoration: none;
}





.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #B59A6B;
	line-height: 29px;
	height: 29px;
	display: block;
	font-weight: bold;
	background-position: right;
}
.top-nav a {
	color: #B59A6B;
	text-decoration: none;
}


.left-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5D196;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A49875;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#left-nav {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 10px;
	list-style-type: none;
}
#left-nav li{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A49875;
	padding-top: 5px;
}
#left-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5D196;
	text-decoration: none;
	text-transform: lowercase;
}
#left-nav a:hover {
	color: #FFFFFD;
}

