
@CHARSET "ISO-8859-1";

/* basic styling */

body {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	background: url("../images/wood_pattern.png") top left repeat;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-top: 40px;
}

#backgroundshell {
	width: 100%;
}

#bannershell {
	display: block;
	float: left;
	height: 340px;
	width: 1020px;
}

#bannersep {
	height: 44px;
	width: 100%;
	text-align: center;
	padding: 0px; 
	margin: 0px; 
	clear: both;
	border-bottom: 0px none transparent;
}

#logoblock {
	width: 340px;
	height: 312px;
	border: 0px none transparent;
	display: block;
	float: left;
	overflow: hidden;
}

#sliderblock {
	width: 622px;
	height: 292px;
	border: 0px none transparent;
	display: block;
	float: left;
}

#sliderblockwrapper {
	width: 642px;
	height: 312px;
	display: block;
	float: left;
	padding: 10px;
	margin: 0px;
	background: url("../images/sliderbg.png") top left no-repeat;
}

#center {
	width: 1020px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
/* top navigation */

#topnavwrapper {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#topnavwrapper ul {
  height: 32px;
  margin: 0px;
  padding: 0px;
  /*margin-left: auto; */
  /*margin-right:  auto; */
  display: block;
  text-align: left;
  float: left;
  width: 880px;
}
	
#topnavwrapper ul li {
  font-family: 'OpenSansSemibold', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 48px;	
}

#topnavwrapper ul li a,
#topnavwrapper ul li a:link,
#topnavwrapper ul li a:visited {
	color: #333333;
	text-decoration: none;
	border: 0px none transparent;
}

#topnavwrapper ul li a:hover {
	color: #993333;
	text-decoration: none;
	border: 0px none transparent;
}

#subnavwrapper ul {
	height: 32px;
	margin: 0px;
	padding: 0px;
	float: left;
/*    margin-left: auto;
    margin-right:  auto;*/
	display: block;
	text-align: left;
	background-color: #e5c799;
	width: 880px;
}
	
#subnavwrapper ul li {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	background-color: #e5c799;
	display: block;
	float: left;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	margin-right: 53px;	
}

#subnavwrapper ul li a,
#subnavwrapper ul li a:link,
#subnavwrapper ul li a:visited {
	color: #333333;
	text-decoration: none;
	border: 0px none transparent;
}

#subnavwrapper ul li a:hover {
	color: #993333;
	text-decoration: none;
	border: 0px none transparent;
}

#widedark {
	display: block;
	width: 100%;
	background-color: #231f20;
	border-bottom: 1px solid #993333;
	padding-bottom: 30px;
	border-top: 1px solid #d1a074;
}

#widedark #inner {
	clear: both;
	margin: 0px;
	padding: 0px;
    margin-left: auto;
    margin-right:  auto;
	display: block;
	text-align: left;
	width: 960px;
}

#featuretable {
	display: block;
	float: left;
	margin: 40px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	height: 360px;
	width: 180px;
}
	
#featuretable .cell {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	border-spacing: 0px;
}

#featuretable .cell img {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#featuretable .cell:hover {

}
	
#featuretable .cell:hover .featurepopup {
	visibility: visible;
}

#featuretable .cell .featurepopup {
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	background: url("../images/featurepopupbg.png") top left no-repeat;
	width: 626px;
	height: 134px;	
	visibility: hidden;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}

#featuretable .cell .featurepopup p {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 18px;
	padding: 0px;
	margin-left: 24px;
}

#featuretext {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
	
#featuretext h1 {
	font-family: OpenSansLight, Arial, sans-serif;;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #f4cd9a;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	display: block;
	float: left;
}

#featuretext h2 {
	font-family: OpenSansLight, Arial, sans-serif;;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #ebebeb;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	display: block;
	float: left;
}

/* fancy headers */

#fancyh1 {
	margin: 0px;
	padding: 0px;
	display: block;

	width: 100%;
	text-align: center;
}

#fancyh1inner {
	display: block; 
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto;
}

#fancyh1 .h1text {
	margin: 0px;
	padding: 0px;
	display: inline-block;
    clear: none;  
	color: #993333;
	font-family: OpenSansLight, Arial, sans-serif;;
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
}

#leftfancyh1 {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	height: 2px;
	width: 276px;
	margin-top: 20px;
	clear: none;
}

#rightfancyh1 {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	display: inline-block;
    clear: none;
	height: 2px;
	width: 276px;
	margin-top: 20px;

}

/* content styling */
div.rowspacer {
	clear: both;
	height: 30px;
	width: 100%;
}

h2.copy {
	margin: 0px;
	padding: 0px;
	color: #993333;
	font-family: OpenSansLight, Arial, sans-serif;;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 18px;
}
	
p.copy {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: OpenSansLight, Arial, sans-serif;;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 18px;
}

p.copy a,
p.copy a:link,
p.copy a:visited {
	color: #993333;
	text-decoration: none;
	border: 0px none transparent;
}

p.copy a:hover {
	color: #333333;
	text-decoration: none;
	border: 0px none transparent;
}

/* quote boxes */

#quotebox {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 306px;
	margin-top: 30px;
	margin-right: 16px;
}

#quoteboxtop {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 306px;
	height: 64px;
	background: url("../images/quoteboxtop.png") top left no-repeat;
}

#quoteboxinner {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 306px;
	background: url("../images/quoteboxbg.png") top left repeat-y;
}

#quoteboxinner p {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: OpenSansLightItalic, Arial, sans-serif;;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #993333;
	width: 248px;
	margin-left: 26px;
}

#quoteboxbottom {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 300px;
	height: 53px;
	background: url("../images/quoteboxbottom.png") top left no-repeat;
	clear: both;
}

/* footer */

#footer {
	display: block;
	width: 100%;
	background-color: transparent;
	border-bottom: 0px none transparent;
	padding: 0px;
}

#footer #inner {
	clear: both;
	margin: 0px;
	padding: 0px;
    margin-left: auto;
    margin-right:  auto;
	display: block;
	text-align: left;
	width: 960px;
}

#footer img {
	display: block;
	float: left;
}

#footer p {
	display: block;
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-family: OpenSansRegular, Arial, sans-serif;;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #993333;
}

/* little m design nod */

#littlemdesign {
	display: block;
	float: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: OpenSansRegular, Arial, sans-serif;;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #993333;
}
