/* CSS Document */

body{
	margin: 0px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*Layout Containers*/

h1{	
	color:#a0a17f;
	font-size:14px;
}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	background-color:#FFFFFF;
}
#banner{
	height: 103px;
	border-bottom: 5px solid #fff;
}
#navcontainer{
	height: 20px;
	background-image: url(../../images/misc/nav-bg.gif);
	background-repeat:repeat-x;
	text-align: left;
	padding: 0px;
}

.nav-button{
	width: 172px;
	border-right: 1px solid #000;
	color: #000;
	padding-top: 2px;
	height: 18px;
	display: block;
	float: left;
	text-align: center;
	letter-spacing: -1px;
}
.nav-button.hover{
	width: 172px;
	border-right: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	padding-top: 2px;
	height: 18px;
	text-align: center;
	letter-spacing: -1px;
	background-color: #999999;
	color: #fff;
}

.nav-button a{
	color: #000;
	padding-left: 52px;
	padding-right: 52px;	
	text-decoration:none;
}
.nav-button a:hover{
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration:underline;


}
#main{
	padding-top: 20px;
	text-align: left;
}
#main-right{
	width: 221px;
	float: right;
}
#main-left{
	width: 516px;
	height:625px;

}
#main-left p{
padding-right: 27px;
text-align: left;
}
#left{
	width: 516px;
}
#left p{
padding-right: 27px;
text-align: left;
}
#page-header{
	margin-bottom: 34px;
}
#footer{
	border-top: 5px solid #a0a17f;
	height: 60px;
	padding: 20px;
	font-size: 10px;
	color: #a0a17f;
}
#footer ul{
	list-style: none;
	margin: 0px;
}
#footer li{
	display: inline;
	border-right: 1px solid #a0a17f;
}
#footer a{
	padding: 0px 3px;
	text-decoration: none;
	color: #a0a17f;
	font-weight: bold;
}
#footer a:hover{
	padding: 0px 3px;
	text-decoration: underline;
	color: #a0a17f;
	font-weight: bold;
}
#flash-container{
	width: 221px;
	margin-bottom: 10px;
}
#right-feature{
	background-image: url(../../images/misc/right-feature.gif);
	background-repeat:no-repeat;
	height: 123px;
}
.contact-numbers{
	font-size: 20px;
	letter-spacing:-1px;
	line-height: 25px;
}
.contact-address{
	line-height: 18.5px;
}
.floatleft{
	float:left;
	margin-right:10px;
}
#claire-text{
	width:139px;
	height:139px;
	background-color:#dcddb0;
}
.bcard{
	color:#7c7e23;
}
.products{
	background-image:url(../../images/misc/products-image.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.home{
	background-image:url(../../images/misc/left-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.footerstyle{
	border: none;
}

#bottom-keywords{
font-size: 9px;
color:#a0a17f;
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding-top:10px;
padding-bottom: 10px;
border-top: 1px solid #a0a17f;
border-bottom: 1px solid #a0a17f;
}

#bottom-links {
	margin-top: 25px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
#bottom-links ul{
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
}
#bottom-links li{
	display: inline;
}
#bottom-links a{
	padding: 5px 10px;
	color: #a0a17f;
	font-size: 10px;
	text-decoration:none;
}

#bottom-links a:hover{
	padding: 5px 10px;
	color: #a0a17f;
	font-size: 10px;
	text-decoration:underline;
}