/*
+ ---------------------------------------------------------- +
| > Wall2Wall Coverings layout @ www.wall2wallcoverings.com/ |
| > © Wall2Wall Coverings 2008. All rights reserved.         | 
+ ---------------------------------------------------------- +
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
#header div {	
	_display: none;
}
body {
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #232323;
	text-align: center;
}
h1 {
	height: 140px;
	display: block;
}
h1 a, h1 a img {
	border: none;
	outline: none;
}
h2 {
	font: normal 3em "Century Gothic", Georgia, "Times New Roman", Times, serif; 
	color: #48546A; 
	letter-spacing: -1px; 
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: #745a37;
	border:1px black solid;
}
#header {
	width: 900px;
	height: 140px;
	background: #DBD7B1;
	position: relative;
}

/* Floats */

.floatleft {
	float: left;
	padding: 10px 10px 10px 0;
}
.floatright {
	float: right;
	padding: 10px 0 10px 10px;
}
.fl-nopadding {
	float: left;
}
.fr-nopadding {
	float: right;
}
#navigation ul { /* all lists */
	list-style: none;
	width: 650px;
}
#navigation {
	background: #DBD7B1;
	border-top:2px solid black;
	border-bottom:2px solid black;
	height: 25px;
}


#navigation li a {
	display: block;
	padding: 5px 13px 0px 13px;
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
}
#navigation li a:hover {
	color: #493C05;
}

#navigation li ul li a {
	width: 108px;
	padding: 5px 8px;
	margin-left: 1px;
}

#navigation li { /* all list items */
	float: left;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	background: url(../images/menu.gif) repeat-y left top;
	width: 125px;
	left: -999em;
}
#navigation li ul a {
	font-weight: bolder;
}


#navigation li:hover ul, #navigation li.hover ul { /* lists nested under hovered list items */
	left: auto;
}
#navigation ul li ul a:hover {
	background: url(../images/menu-hover.gif) no-repeat right bottom;
}

h1 a img {
	margin: 20px 10px;
}
#header div {

	height: 185px;
	width: 220px;
	position: absolute;
	right: 30px;
	top: 47px;
	z-index: 11;
}
#content {
	background: url(../images/content-background.gif) no-repeat left top;
	position: absolute;
	width: 388px;
	height: 424px;
	top: 232px;
	z-index: 10;
	padding: 12px;
	margin-left: 432px;
}
#content a {
	background: url(../images/underline.gif) repeat-x center bottom;
	text-decoration: none;
	color: #9C8F5A;
	padding-bottom: 3px;
}

content p { text-align:justify; width:80%; }

#content a:hover, #content a:focus, #content a:active {
	background: url(../images/underline-hover.gif) repeat-x center bottom;
	padding-bottom: 2px;
}
#header div img {
	margin-left: 18px;
}
#w-o-m {
	background-color:#ffffff;
	height: 566px;
	width: 845px;
	margin: 110px 0 0 20px;
	padding: 6px;
	z-index: 9;
}
#w-o-m p {
	clear: both;
}

#w-o-m ul {
	background: #FFFFFF url(../images/thumbs.gif) no-repeat left top;
	margin: 7px 0 0 33px;
	height: 123px;
	width: 266px;
	display: block;
}
#w-o-m ul li {
	display: inline;
	float: left;
}
#w-o-m ul li a {
	display: block;
	height: 66px;
	width: 66px;
	text-indent: -900em;
}
#footer {
	height: 121px;
	clear: both;
	margin-top: 250px;
	background: #BBB88B url(../images/footer.jpg) no-repeat left top;
	line-height: 121px;
	text-align: right;
	padding-right: 30px;
	position: relative;
}
#footer div {
	background: url(../images/paint-bucket.png) no-repeat left top;
	display: block !important;
	display: none;
	height: 295px;
	width: 181px;
	position: absolute;
	left: 20px;
	top: -181px;
}
