/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; border:none;}


p {
	padding-bottom: 20px;
}
h1 {
	font-size: 1.4em;}

h2 {
	font-size: 1.1em;
	padding-bottom:20px;
}

a {
	text-decoration: underline;
	color:#565755;
	
}

a:visited {
	color:#565755;
}

a:active {
	color:#333;
}

a:hover {
	color:#999;
}

body {
	background:url(images/nos-bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	color: #565755;
}
#wrapper { 
	 margin: 0 auto;
	 width: 960px;
}
#leftcolumn { 
	 color: #333;
	 margin:  0px;
	 padding-top: 65px;
	 height: 500px;
	 width: 300px;
	 float: left;
}
#rightcolumn { 
	 float: right;
	 margin:  0px;
	 padding: 0px;
	 width: 660px;
	 display: inline;
	 position: relative;
}

#banner {
	padding:64px 76px 50px 64px;
	margin:0px;
	height:auto;
	background:url(images/banner-bg.png);
}

#introtext {
	padding-left: 34px;
	padding-right:10px;
	padding-bottom:34px;
	margin:0px;
	height:auto;
}

#content {
	padding-left: 34px;
	padding-right:10px;
	padding-bottom:34px;
	
}
#footerbg {
	float:left;
	width: 100%;
	background:#000;
	height:230px;
}
#footer {
	height:auto;
	padding-top:20px;
	text-align:left;
	width: 960px;
	height: 200px;
	background:url(images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;	
	color:#d9d9d9;

}

#contactimg {
	width:960px;
}


#footer h2 {
	font-size:1.05em;
	padding-bottom:20px;
}

#footer a {
	color:#d9d9d9;
}

.intputtext {
	height:31px;
	width:122px;
	padding:20px;
	background-image:url(images/test.jpg);
}

.clicker {
	border:none;
	

}

.gallery {
	padding:16px 20px 15px 21px;
	margin:0px;
	height:auto;
	background:url(images/gallery-bg.png);
	border:none;}

.vertgallery {
	padding:23px 20px 15px 20px;
	margin:0px;
	height:auto;
	background:url(images/vertical-bg.png);
	border:none;
}

.furnitureholder {
	width:100%;
}

.furniture {
	float:right;
	padding:25px 20px 30px 27px;
	margin:0px;
	height:auto;
	background:url(images/for-sale-bg.png);
	border:none;
}

#inquiry {float:right; width:210px; margin:0 0 0 30px}

div#name, div#email {
	padding-bottom:15px;
	font-size:.7em;
	color:#FFF;

  position:relative;
  float:left;
  margin:0;
  margin-right:3px;
}





input#name-field, textarea#email-field{
  width:210px;
  border: solid 1px #FFFFFF;
  padding:5px;
  background:none;
  color:#FFF;
}



label.overlabel {
  position:absolute;
  top:10px;
  left:10px;
  z-index:1;
  color:#999;
}

label.overlabel-apply {
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;
    color:#999;
  }

label.overlabel-error {
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;
    color:#FF0033;
  }

.error {
	border:#FF0033 solid 2px;	
  }
