body{
  font:1em/1.25 'Times New Roman',serif;
	color: #B59F6C;  /*bb8126*/
  text-align: center;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	}
#container {
	width: 983px;
	margin: 0em auto 1em auto;
	}	
/* FONT STYLES */

a:focus{outline:1px dotted}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size:24px; letter-spacing:.1em; color: #B59F6C;}
h2{font-size:20px; letter-spacing:.1em; }
h3{font-size:21px}
h4{font-size:19px; color: #bb8126; letter-spacing:.1em; font-style: italic}
h5{font-size:17px}
h6{font-size:14px; color: #B59F6C; letter-spacing:.1em; font-style: italic}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:.5em}	
small {font-size: .8em; color: #5d4c2a}
/* GENERAL STYLES */

a:link {
  color: #b59f6c;
	text-decoration: none;
	}
a:visited {  color: #b59f6c;
	text-decoration: none;
	}	
a:hover {
  color: #fff5d8;
	text-decoration: none;
	}	
a:active{
  color: #FFFFFF;
	text-decoration: none;
	}	
a.other:link {  color: #bb8126;	text-decoration: none;	}
a.other:visited {  color: #bb8126;	text-decoration: none;	}	
a.other:hover {  color: #b59f6c;	text-decoration: underline;	}	
a.other:active{  color: #FFFFFF;	text-decoration: none;	}

em {
   
	 font-style: normal;
	 color:  #bb8126;
	 letter-spacing:.02em;  
}	
		
/* HEADER */

#header {
  background-image: url(../images/topBackgr.jpg);
	background-repeat: no-repeat;
	width: 983px;
	height: 222px;
}
  #header img {
	margin-top: 70px;
	float: left;
	}
	
	#header #nav {
		float: right;
		overflow: hidden;
		margin-top: 126px;
	}
  		#header #nav li {
			float: left;
			list-style: none;
			padding: 0px 0px 0px 9px;
			margin: 0px 0px 0px 5px;
			font-weight: bold;
			text-shadow: 0 1px 2px #6e4b15;
			letter-spacing: .05em;
			
	}
	#header #nav a.selected, #header #nav a:hover {
      color: #292c2a; text-shadow: none;
	}
	#nav li a {
			text-decoration: none;
			color: #ffefbe;
			display: block;
	}		
	
/* MAIN */

#main{	
  margin: 0em auto 0em auto;
	padding: 1em 0em 0em 0em;
  width: 983px;
	background-image: url(../images/mainBackgr.jpg);
	background-repeat: repeat-y;
	
	}
  #main p {
	 text-align: justify;
	 padding: 0em 5em 1em 5em;
	 margin: 0px;
	 }

	.wrap {
  width: 750px;	
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	padding: 0px;
		/*border: 1px solid white;*/
	} 
.category {
 /* position: relative;*/
  width: 220px;
	display: inline;
	float: left;
	margin:15px;
	padding: 0em;
	overflow: hidden;
	}
.category h2 {
  float: left;
	}
.buttonMurals {
  height: 28px;
  width: 130px;
  background: url(../images/btnMurals.png) top left no-repeat;
  display: block;
	position: relative;
	margin: 5px auto;
	padding: 0px;
	}
 .buttonMurals:hover {
	background-position: bottom left;
	}
	
.buttonCeilings {
  height: 28px;
  width: 145px;
  background: url(../images/btnCeilings.png) top left no-repeat;
  display: block;
	position: relative;
	margin: 5px auto;
	padding: 0px;
	}
 .buttonCeilings:hover {
	background-position: bottom left;
	}
.buttonFurniture {
  height: 28px;
  width: 165px;
  background: url(../images/btnFurniture.png) top left no-repeat;
  display: block;
	position: relative;
	margin: 5px auto;
	padding: 0px;
	}
 .buttonFurniture:hover {
	background-position: bottom left;
	}
	
	
/* FOOTER */	

#footer {
  width: 983px;
	height: 57px;
  clear: both;
  padding-top: 0em;
  background-image: url(../images/footerBackgr.jpg);
	background-repeat: no-repeat;
	}

	.ornament {
	  height: 29px;
		width: 29px;
		display: inline;
	}
	
	#footer #bottomNav {
   position: relative;
	 width: 674px;
		margin: 0px auto;
		padding-top: 30px;
		overflow: hidden;
	}
  		#footer #bottomNav li {
			float: left;
			list-style: none;
			padding: 0px 0px 0px 10px;
			margin: 0px 0px 0px 6px;
			font-size: 12px;
			
	}

	
/*SECONDARY PAGES*/

#imgGallery, h1 {
		margin-top: 1em;
}	

nonscript {
   margin: 0px;
	 padding: 0px;
	 }

/*MISC styling*/

.centered {
  text-align: center;
	}
