/* ----------------------------------------------------------------------
 * NOW FOR THE SITE-SPECIFIC STYLES:
 * ---------------------------------------------------------------------- */
body {
	background: #44362B;
	color: #8E7B6B;
	}
body a {
	color: #8E7B6B;
	}
body a:hover {
	color: #FFF;
	}
#Container {
	position: relative;
	width: 780px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	}


/* ----------------------------------------------------------------------
 * HEADER AREA
 * ---------------------------------------------------------------------- */
#Header {
	position: relative;
	padding-top: 35px;
	}
#SiteTitle, #PageTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	text-indent: -3000px;
	overflow: hidden;
	}
#SiteTitle {
	background: url('../images/18px-thechadwick.gif') right 9px no-repeat;
	}
#PageTitle {
	background: url('../images/30px-customize.gif') left top no-repeat;
	}
#Breadcrumbs {
	height: 35px;
	margin: 0;
	border-top: 1px solid #6E3F33;
	padding: 0;
	font-size: 1.4em;
	line-height: 2.4em;
	list-style-type: none;
	}
#Breadcrumbs li {
	display: inline;
	}
#Breadcrumbs li a {
	color: #AC4C3E;
	}
#Breadcrumbs li a:hover {
	color: #FFF;
	}


/* ----------------------------------------------------------------------
 * LEGGOIZE
 * ---------------------------------------------------------------------- */
/*
#Header {
	background: red;
	}
#Breadcrumbs li {
	background: blue;
	}	
#Content {
	background: yellow;
	}
#ScrollArea {
	background: green;
	}
#Footer {
	background: red;
	}
*/


/* ----------------------------------------------------------------------
 * CONTENT AREA
 * ---------------------------------------------------------------------- */
#Content {
	font-size: 1.4em;
	line-height: 1.5em;
	}
#Feature {}
#Feature p {
	margin: 0;
	}
#ScrollWrapper {
	padding: 24px 10px 36px 30px;
	}
#ScrollArea {
	height: 361px;
	overflow: auto;
	padding-right: 20px;
	scrollbar-face-color: #4E3F33;
	scrollbar-base-color: #8E7B6B;
	scrollbar-arrow-color: #8E7B6B;
	scrollbar-track-color: #392D20;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #8E7B6B;
	scrollbar-3dlight-color: #392D20;
	scrollbar-darkshadow-Color: #392D20;
	}
h3 {
	color: #D2CAC4;
	}
p, ul {
	margin-bottom: 1.5em;
	}
#SubMenu {}
#SubMenu ul {
	margin: 0;
	}
.layout {
	width: 100%;
	}
.layout .column {
	padding: 1px 0; /* prevent margin overflow */
	line-height: 1.5em;
	}
.col_1 .column {
	width: 100%;
	}
.col_2 .column {
	width: 50%;
	}
.col_2 .left img {
	margin-right: 20px;
	}
.col_3 .column {
	width: 33.333%;
	}
#SubMenu ul {
	height: 88px;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
	}
#SubMenu li {
	float: left;
	width: 25%;
	text-align: center;
	}
#SubMenu li a {
	display: block;
	height: 58px;
	margin: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 46px;
	text-indent: -3000px;
	}


/* ----------------------------------------------------------------------
 * FOOTER AREA
 * ---------------------------------------------------------------------- */
#Footer {
	width: 100%; /* trigger layout */
	overflow: hidden;
	border-top: 1px solid #625245;
	font-size: 1.4em;
	line-height: 2em;
	}
#Footer #Copyright {
	float: left;
	}
#Footer #Patents {
	float: right;
	}
