/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #5a5449;
}
body {
	background-color: #b9ad97;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/** html #page {
	height: 100%;
}*/
#nonFooter {
	position: relative;
	min-height: 100%;
}
.clearer { /* go here for explanation: http://tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1px;
}
/*=========================================================================================================================
 PAGE FONTS/COLORS
===========================================================================================================================*/

h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 20px;
	color:#D07601
}
p {
	margin-bottom: 17px;
	line-height: 19px;
}
a {
	color: #d07601;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b {
	font-size: 13px;
}
.current {
	color: #a0adb5;
	text-decoration: none;
}
.primary {
	color: #000;
}
.secondary {
	color: #af1f1f;
}
/*=========================================================================================================================
 HEADER STYLES
===========================================================================================================================*/

#header-container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 119px;
	background-color: #FFF;
}
#logo {
	float: left;
	position: relative;
	height: 83px;
	width: 184px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 15px;
}
/* ------------------------------ search ------------------------------ */
#search {
	position: absolute;
	width: 205px;
	text-align: left;
	right: 0px;
	top: 20px;
}
#search .form-field, search#textarea, search#select {
	font-size: 11px;
	width: 175px;
	top: 0px;
	height: 25px;
	border: 1px solid #5a5449;
	background-color: #f1efea;
	color: #787369;
	font-style: italic;
	padding: 1px;
}
#search img.button {
	height: 10px;
	width: 12px;
	position: absolute;
	top: 10px;
}
/*=========================================================================================================================
 PRIMARY NAV STYLES
===========================================================================================================================*/

#priNav {
	position: absolute;
	right: 0px;
	bottom: 14px;
	margin-right: 10px;
}
#priNav ul {
	list-style-type: none;
	position: relative;
	float: right;
	width: 575px;
}
#priNav ul li {
	float: left;
	display: inline;
	text-transform: uppercase;
	padding-left: 30px;
}
#priNav ul li a {
	height: 64px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5a5449;
}
#priNav ul li a:hover {
	color: #d07601;
	text-decoration: none;
}
#priNav ul li .current {
	color: #d07601;
	text-decoration: none;
}
/*=========================================================================================================================
 SECONDARY NAV STYLES
===========================================================================================================================*/

#content .secNav-container {
	width: 163px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}
#content .secNav {
	width: 163px;
	position: relative;
}
#content .secNav ul {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
	text-align: right;
}
#content .secNav ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7bdac;
}
#content .secNav ul li a {
	text-decoration: none;
	display: block;
	width: 148px;
	height: 21px;
	padding-top: 3px;
	font-style: italic;
	padding-right: 5px;
	font-size: 12px;
}
#content .secNav ul li a:hover {
	text-decoration: none;
	color: #5a5449;
	background-color: #f1efea;
}
#content .secNav .current {
	text-decoration: none;
	color: #5a5449;
	background-color: #f1efea;
}
#content .secNav .last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7bdac;
}
/* ------------------------------ illustration ------------------------------ */
#content .secNav-container img.illustration {
	float: right;
	position: relative;
	bottom: 0px;
	right: 0px;
}
/*=========================================================================================================================
 CONTENT STYLES
===========================================================================================================================*/

#content-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 990px;
	min-height: 175px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#content .masthead {
	height: 106px;
	width: 948px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #c7bdac;
	padding: 10px;
	margin-left: 10px;
}
#content .h1-container {
	width: 778px;
	height: 59px;
	position: relative;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7bdac;
	text-align: right;
	padding-left: 18px;
	margin-right: 20px;
}
#content .h2-container {
	width: 970px;
	height: 59px;
	position: relative;
	float: right;
	margin-right: 10px;
}
/*=========================================================================================================================
 CONTENT PRICON STYLES
===========================================================================================================================*/

#content .priCon {
	width: 796px;
	position: relative;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7bdac;
	margin-bottom: 20px;
}
#content .priCon .text {
	float: left;
	width: 430px;
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
}
#content .priCon .textWide {
	float: left;
	width: 776px;
	position: relative;
	padding-left: 20px;
}
/* ------------------------------ investor information tables ------------------------------ */
#content .priCon .table {
	background-color: #F3F3F3;
	width: 694px;
	border: 1px solid #CCCCCC;
	float: left;
	position: relative;
	font-size: 11px;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#content .priCon td {
	padding: 5px;
}
/*=========================================================================================================================
 CONTENT SECCON STYLES
===========================================================================================================================*/

#content .secCon-container {
	top: 0px;
	float: right;
	width: 317px;
	right: 0px;
	position: relative;
}
#content .secCon {
	float: right;
	width: 285px;
	position: relative;
	border: 1px solid #c7bdac;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 115px;
	margin-bottom: 15px;
	padding-right: 10px;
}
#content .secCon .headline {
	position: absolute;
	right: 10px;
	top: 10px;
}
#content .secCon img.inset {
	position: absolute;
	padding: 1px;
	border: 1px solid #b9ad97;
}
#content .secCon .copy {
	width: 168px;
	position: absolute;
	padding-top: 10px;
	right: 5px;
	bottom: 18px;
	font-size: 12px;
}
#content .secCon .text a {
	font-size: 12px;
}
/*=========================================================================================================================
 CONTENT TERCON STYLES
===========================================================================================================================*/

#content .terCon {
	width: 990px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#content .terCon .text {
	float: left;
	width: 970px;
	position: relative;
}
/* ------------------------------ browse ------------------------------ */
#content .terCon .browse-container {
	float: left;
	width: 928px;
	border: 1px solid #c7bdac;
	position: relative;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 10px;
}
#content .terCon .browse-container td {
	padding-bottom: 15px;
	padding-right: 50px;
	font-style: italic;
	color: #c0b5a1;
	font-size: 12px;
}
/* ------------------------------ search ------------------------------ */
#content .terCon .search {
	text-align: left;
	float: left;
	position: relative;
}
#content .terCon .browse .form-field, browse#textarea, browse#select {
	font-size: 11px;
	width: 250px;
	top: 0px;
	height: 25px;
	border: 1px solid #5a5449;
	background-color: #f1efea;
	color: #787369;
	font-style: italic;
	padding: 1px;
}
#content .terCon img.button {
	position: relative;
	float: right;
}
/* ------------------------------ pagination container ------------------------------ */
#content .terCon .pagination-container {
	float: left;
	width: 970px;
	position: relative;
	height: 70px;
	margin-left: 10px;
}
#content .terCon .dropdown {
	position: absolute;
	left: 20px;
	top: 23px;
}
#content .terCon .pagination {
	position: absolute;
	padding-top: 7px;
	padding-bottom: 7px;
	top: 20px;
	right: 20px;
}
#content .terCon .pagination ul {
	list-style-type: none;
}
#content .terCon .pagination ul li {
	display: inline;
}
#content .terCon .pagination ul li a {
	font-size: 12px;
	font-weight: normal;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #c1b6a2;
	text-decoration: none;
	background-color: #FFF;
}
#content .terCon .pagination ul li a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #c1b6a2;
	text-decoration: none;
	background-color: #f1efea;
}
#content .terCon .pagination .current {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #f1efea;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #c1b6a2;
	text-decoration: none;
}
#content .terCon .pagination .page {
	font-size: 12px;
	font-weight: normal;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid #c1b6a2;
	text-decoration: none;
	background-color: #FFF;
}
/* ------------------------------ thumbs 5 ------------------------------ */
#content .terCon .thumbs5 {
	float: left;
	width: 948px;
	border: 1px solid #c7bdac;
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 10px;
}
#content .terCon .thumbs5 td {
	padding-bottom: 15px;
	padding-right: 24px;
	width: 165px;
	margin-left: 10px;
}
#content .terCon .thumbs5 img.pad {
	margin-bottom: 10px;
}
/* ------------------------------ product detail ------------------------------ */
#content .terCon .itemLeft {
	height: 355px;
	width: 290px;
	float: left;
	border: 1px solid #c1b6a2;
	margin-bottom: 20px;
	padding: 20px;
}
#content .terCon .itemRight {
	float: right;
	width: 546px;
	padding-left: 50px;
	position: relative;
}
#content .terCon .itemRight td {
	font-style: normal;
	color: #5a5449;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}
#content .terCon .itemRight .buttons {
	float: right;
	position: relative;
	width: 524px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #c1b6a2;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*=========================================================================================================================
 HOME BANNERS BOTTOM
===========================================================================================================================*/

#bottom-banners {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	height: 150px;
	background-color: #FFF;
}
#bottom-banners .headline {
	position: absolute;
	right: 10px;
	top: 10px;
}
#bottom-banners img.inset {
	position: absolute;
	padding: 1px;
	border: 1px solid #b9ad97;
}
#bottom-banners .text {
	width: 168px;
	position: absolute;
	padding-top: 10px;
	right: 5px;
	bottom: 18px;
	font-size: 12px;
}
#bottom-banners .text a {
	font-size: 12px;
}
#banner01-container {
	float: left;
	width: 285px;
	position: relative;
	border: 1px solid #c7bdac;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 115px;
}
#banner02-container {
	float: left;
	width: 285px;
	position: relative;
	border: 1px solid #c7bdac;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 115px;
}
#banner03-container {
	float: left;
	width: 285px;
	position: relative;
	border: 1px solid #c7bdac;
	margin-left: 9px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 115px;
}
/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFF;
	width: 990px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 40px;
	width: 970px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7bdac;
	background-color: #FFF;
	margin-top: 0px;
}
#footer ul {
	list-style-type: none;
	float: right;
	position: relative;
	top: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #797163;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer .legal {
	list-style-type: none;
	float: left;
	color: #797163;
	text-align: left;
	padding-top: 7px;
	position: relative;
	left: 0px;
	top: 0px;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
 @media print {
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
.sIFR-active #lorem h1 {
	font-family: Arial;
	visibility: hidden;
}
}
