@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #90440b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #996633;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

a{
	color: #90440b;
}
a:hover{
	text-decoration: none;
}

h1{
	font-size: 1.3em;
	font-weight: bold;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 145px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.menuBox{
	margin-left: 200px;
	margin-top: -93px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
}

.menu{
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu li  {
	float: left;
	list-style-type: none;
}
.menu li   a  {
	color: #985105;
	display: inline;
	font-style: normal;
	line-height: 1.2em;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
}

.menu li a:hover {
	background-image: url(images/menubg.jpg);
	color: #FFFFFF;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	
}
.center {
    margin-left: auto;
    margin-right: auto;
}

#homepage{
	text-align: center;
	    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

#collection {
	float: left;
	width: 650px;
	height: 560px;
}
#navbar {
	float: right;
	font-size: 0.8em;
	width: 170px;
}

#navlist {
	list-style:none;
	text-align: right;
	margin-right: 0px;
	line-height: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navlist li a {
	color:#A57E5F;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navlist li a:hover {
	background-image: url(images/menubg.jpg);
	color: #FFFFFF;
	
}

#navlist li.select {
	color: #FFFFFF;
	background-image: url(images/menubg.jpg);
	padding-right: 10px;
	font-size: 1.5em;
	line-height: 1.8em;
}
#navlist li.select2 {
	color: #FFFFFF;
	background-image: url(images/menubg.jpg);
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-type: none;
}

.select {
	color: #FFFFFF;
	background-image: url(images/menubg.jpg);
	padding-right: 10px;
	font-size: 1.5em;
	line-height: 1.8em;
}


.image {
	position:relative;
	float: left;
}
.image .contact{
	position:absolute;
	top:-50px; /* in conjunction with left property, decides the text position */
	width: 433px;
	height: 312px;
	left: 255px;
	font-size: 0.9em;
	text-align: left;
}

.image .contact2{
	position:absolute;
	top:-17px; /* in conjunction with left property, decides the text position */
	width: 332px;
	height: 128px;
	left: 556px;
	font-size: 0.9em;
	text-align: left;
}
.image .services{
	position:absolute;
	top:116px; /* in conjunction with left property, decides the text position */
	width: 503px;
	height: 233px;
	left: 160px;
	text-align: center;
	font-size: 1.3em;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* t
	his padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 8pt;
	

}
