/* css for home items ------------------------------------------------------------------------------------------- */
html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 876px;
	font-family: arial, helvetica, verdana;
    font-size: 12px;
    line-height: 17px;
	color: #693527;
	background: url(../images/bg-outside-home.gif);
 	}
img {
    margin-left: 0;
	margin: 0;
    padding: 0;
	}
a, 
a:visited {
    color: #D15445;
	text-decoration: none;
	}
a:hover, 
a:active {
    color: #D15445;
	text-decoration: underline;
	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
ul li {
    padding: 0;
    margin: 0;
    }
p {
	padding: 6px 0 6px 0;
	margin: 0;
	}
blockquote {
	padding: 8px 24px 8px 19px;
	margin: 0;
	}



/* css for site structure --------------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
	background: url(../images/bg-home.gif) no-repeat center top;
 	}
#container {
	position: relative;
	margin: 0 auto 20px auto;
	width: 876px;
	padding: 1px 0 1px 0;
    }
#inner {
	position: relative;
	padding: 41px 0 0 0;
	width: 876px;
	height: 561px;
	}    


#logoHome {
	position: relative;
	width: 869px;
	height: 103px;
	overflow: hidden;
   }

#navTopHome {
	width: 869px;
	height: 238px;
	overflow: hidden;
    }
#navTopHome ul {
	float: left;
	}
#navTopHome ul li {
	float: left;
	}
#home-text {
	position: absolute;
	top: 430px;
	left: 10px;
	width: 656px;
	font-size: 14px;
	line-height: 22px;
	color: #fceac2;
	}
#home-text span {
	font-size: 16px;
	font-weight: bold;
	}




/* css for footer items ----------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	width: 868px;
	height: 42px;
    clear: both;
	background: url(../images/footer-home.gif) no-repeat left top;
    }
#footer p {
	padding: 140px 0 0 10px;
    font-size: 12px;
	color: #fceac2;
}
#footer-left {
	width: 726px;
	float: left;
	}
#footer-right {
	width: 142px;
	float: left;
	}
#footer-left a,
#footer-left a:visited {
	font-size: 13px;
	color: #fceac2;
	}
#footer-left a:active,
#footer-left a:hover {
	color: #fceac2;
	text-decoration: underline;
	}
#footer-right a,
#footer-right a:visited {
	width: 142px;
	height: 42px;
	display: block;
	color: #F1B26C;
	background: url(../images/nav-home-contact.jpg) no-repeat;
	}
#footer-right a:active,
#footer-right a:hover {
	color: #F8E1AF;
	background: url(../images/nav-home-contact-on.gif) no-repeat;
	text-decoration: none;
	}
		