/*
Cascading Style Sheet
by Drew-Designs <http://www.Drew-Designs.com>
*/

/* ELEMENT STYLES */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979480;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: disc;
	margin-top: 0px;
	padding-top: 0px;
}

ul > ul {
	margin-left: 10px;
	padding-left: 5px;
	list-style: circle;
	margin-bottom: 0px;
}

strong {
	color: #5E5C4A;
}

a {
	color: #9D3328;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

noscript	{
	display: none;
}

/* WRAPPER STYLES */

.container {
	width: 778px;
	margin: 0px auto;
}

.clearbothsides {
	clear: both;
}

/* ID LOGO */

#logo {
	float: left;
	background: url(images/logo01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	width: 250px;
	height: 100px;
}

/* ID HEADER */

#header-bg-repeat {
	background: url(images/bg02.jpg) repeat-x left top;
}

#header-bg-center {
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	height: 100px;
}

/* ID MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 58px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #ECECEB;
}

#menu a:hover {
	text-decoration: underline;
}

/* ID PAGE */

#page-bg-repeat {
	background: url(images/bg04.jpg) repeat left top;
}

#page-bg-center {
	background: url(images/bg05.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg06.jpg) no-repeat center top;
}

#page-bg-bottom {
	background: url(images/bg07.jpg) no-repeat center bottom;
}

#page {
	width: 760px;
	padding: 20px 0px 10px 0px;
}

/* ID CONTENT */

#content {
	float: right;
	width: 537px;
}

/* ID SIDEBAR */

#sidebar {
	float: left;
	width: 212px;
}

/* ID FOOTER  */

#footer-bg-repeat {
	background: url(images/bg08.jpg) repeat-x left top;
}

#footer-bg-center {
	background: url(images/bg09.jpg) repeat-y center top;
}

#footer-bg-top {
	background: url(images/bg10.jpg) no-repeat center top;
}

#footer-bg-bottom {
	background: url(images/bg11.jpg) no-repeat center bottom;
}

#footer {
	width: 730px;
	padding: 40px 0px;
	color: #A3A9A4;
}

#footer .column1 {
	float: left;
	width: 420px;
}

#footer .column2 {
	float: right;
	width: 280px;
}

#footer strong {
	color: #C8CFC9;
}

#footer a {
	color: #CBD3CC;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
}

#footer li {
	float: left;
	width: 50%;
}

#footer .legal {
	color: #89908A;
}

/* COMMON BOX STYLE CLASSES */

.title {
	height: 34px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.content {
	padding: 15px;
}

/* CLASS BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.box-style1 .title span {
	color: #97A098;
}

.box-style1 .content {
}

/* CLASS BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style2 .title span {
	color: #DEAAA7;
}

.box-style2 .content {
}

/* CLASS BOX STYLE 4 */

.box-style4 {
}

.box-style4 .title {
	background: url(images/wideHeaderBar02.jpg) no-repeat left top;
}

.box-style4 .title span {
	color: #97A098;
}

.box-style4 .content {
}

/* ID BOX 2 */

#box2 {
	height: 220px;
	min-height: 220px;
}

html>body #box2 {
	height: auto;
}

/* ID BOX 5 */

#contactBox {
	padding-top: 220px;
}

#sand {
	background: #D9CAB5 url(images/sandpaper-01.jpeg); 
}
/*
END Cascading Style Sheet
by Drew-Designs <http://www.Drew-Designs.com>
*/