@charset "UTF-8";
body {
	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: #58574B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-attachment: fixed;
	background-color: #58574B;
	background-image: url(images/bkgnd_body.png);
	background-repeat: repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 724px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 80px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 128px 25px 128px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0 90px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/base_ornament.png) no-repeat center bottom;
}

#header {
	margin: 0;
	text-align: center;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	width: 618px;
	height: 108px;
	display: block;
	background: url(images/logo_home.png) no-repeat center top;
	margin: 0 auto;
}

#header h1 a:hover {
	background: url(images/logo_home.png) no-repeat center bottom;
}

#header h1 a span {
	display: none;
}

#header h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

#home-nav {
	width: 700px;
	height: 355px;
	margin: 20px 0px 50px 0px;
	padding: 10px;
 	border: 2px solid #BCBCBC;
}

#home-nav img.gap {
	margin-right: 12px;
}

#common-nav {
	width: 700px;
	height: 160px;
	margin: 40px 0px 30px 0px;
	padding: 40px 10px 10px 10px;
 	border: 2px solid #BCBCBC;
}

.nav {
	width: 660px;
	height: 50px;
	margin: 10px auto;
	background-color: #fff;
	z-index: 100;
	text-align: center;
}

#common-nav .nav {
	position: absolute;
	top: 230px;
	margin-left: 20px;
}

.nav ul {
	width: 629px;
	height: 50px;
	background-color: #fff;
	list-style: none;
	margin: 10px auto;
	padding: 0;
}

.nav ul li {
	float: left;
}

.nav li.values a {
	width: 104px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_values.png) no-repeat center top;
}

.nav li.values a.this {
	width: 104px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_values.png) no-repeat center bottom;
}

.nav li.values a:hover, .nav li.values a.this:hover {
	background: #fff url(images/btn_values.png) no-repeat center -50px;
}

.nav li.company a {
	width: 118px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_company.png) no-repeat center top;
}

.nav li.company a.this {
	width: 118px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_company.png) no-repeat center bottom;
}

.nav li.company a:hover, .nav li.company a.this:hover {
	background: #fff url(images/btn_company.png) no-repeat center -50px;
}

.nav li.products a {
	width: 122px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_products.png) no-repeat center top;
}

.nav li.products a.this {
	width: 122px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_products.png) no-repeat center bottom;
}

.nav li.products a:hover, .nav li.products a.this:hover {
	background: #fff url(images/btn_products.png) no-repeat center -50px;
}

.nav li.description a {
	width: 155px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_description.png) no-repeat center top;
}

.nav li.description a.this {
	width: 155px;
	height: 50px;
	display: block;
	margin-right: 10px;
	background: #fff url(images/btn_description.png) no-repeat center bottom;
}

.nav li.description a:hover, .nav li.description a.this:hover {
	background: #fff url(images/btn_description.png) no-repeat center -50px;
}

.nav li.contact a {
	width: 90px;
	height: 50px;
	display: block;
	margin-right: 0px;
	background: #fff url(images/btn_contact.png) no-repeat center top;
}

.nav li.contact a.this {
	width: 90px;
	height: 50px;
	display: block;
	margin-right: 0px;
	background: #fff url(images/btn_contact.png) no-repeat center bottom;
}

.nav li.contact a:hover, .nav li.contact a.this:hover {
	background: #fff url(images/btn_contact.png) no-repeat center -50px;
}

.nav ul li span {
	display: none;
}

#mainContent h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	margin: 13px;
	font-variant: small-caps;
}

#mainContent p {
	text-align: left;
	line-height: 120%;
	margin: 13px;
}

#mainContent p a {
	color: #58574B;
	text-decoration: none;
}

#mainContent p a:hover {
	color: #D0B231;
	text-decoration: underline;
}

#mainContent table {
	margin: 13px;
}

#mainContent table th, #mainContent table td {
	border-bottom: 1px solid #BCBCBC;	
}

#mainContent table th {
	padding: 5px 3px 5px 2px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #BCBCBC;
}

#mainContent table td {
	padding: 5px;
	text-align: left;
}

.caption {
	font-size: 85%;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
