@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eae5e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 764px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/main-bk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	margin: 0px;
	padding: 0;
	overflow: auto;
}
#header {
	padding-top: 15px;
	height:102px;
}
#header #hdr-links {
	padding-left: 446px;
}
#hdr-links .mb-staff {
	margin-left: 15px;
}
#hdr-links .mb-products {
	margin-left: 15px;
}
#header #menu {
	margin-left: 165px;

}
#menu img, #sidebar img {
	float:right;
	display:block;
}
#left-photo {
	float: left;
	width:181px;
}
#sidebar  {
	float: right;
	width: 197px;
}

#sidebar #sidebar-text  {
	margin-left: 5px;
	background-color: #c2b0a5;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebar-text p {
	margin-top:0px;
}
#center  {
	float: left;
	padding-top: 106px;
	padding-left: 20px;
	color: #534741;
	font-size: 12px;
	width: 354px;
	padding-bottom: 10px;
}
#footer {
	color: #FFF;
	background-color: #ad9687;
	text-align: center;
	clear: both;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a, a.tan-link {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover, a.tan-link:hover {
	text-decoration:underline;
}

#header #logo {
	float: left;
}
#social {
	float:left;
	font-size: 12px;
	color:#ad9687;
	background: #eae5e1;
	width:100%;
}
#social a {
	color:#ad9687;
	text-decoration:none;
}
#social a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
#content {
	clear: right;
	margin-left: 200px;
	padding-top: 105px;
}
#page-text {
	font-size: 12px;
	color: #534741;
	padding-right: 30px;
}
#page-tables .table-area {
	float: left;
	width: 275px;
	font-size: 12px;
	color: #ad9787;
	padding-bottom: 20px;
}

.table-area a, #page-text a {
	color:#ad9787;
	text-decoration:underline;
}
.table-area a:hover, #page-text a:hover {
	color:#534741;
	text-decoration:underline;
}

td.price {
	text-align:right;
}
.fineprint {
	font-size:9px;
}
.pricelist td {
	margin:10px;
}

td.table-head {
	height:30px;
	vertical-align:top;
	font-size:14px;
	color:#534741;
}
#faq {
	clear: both;
	color: #534741;
	padding-right: 30px;
}

#copyright{
	width:764px;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	color:#ad9687;
	font-size:9px;
	text-align:center;
	clear:both;
}
#copyright a{
	text-decoration:none;
	font-weight:normal;
	color:#ad9687;
}
#copyright a:hover{
	text-decoration:underline;
}
#site-credits {
	margin-top:0px;
	padding:0px;
	text-align:center;
	font-size:8px;
	display:none;
}
#site-credits a{
	text-decoration:none;
	font-weight:normal;
}
#site-credits a:hover{
	text-decoration:none;
}
