@charset "UTF-8";
body {
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, Georgia;
	background: url(../images/site-background.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.ucbody #container {
	width: 800px;
	margin: 50px auto;
	text-align: left;
}
.ucbody #header {
	background: url(../images/urban-colony-logo.gif) no-repeat top left; 
	padding: 0px;  
	width: 800px;
	height: 82px;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, Georgia;
	text-align: right;
}
.ucbody #header a {
	text-decoration: none;
	color:#221914;
}
.ucbody #header a:hover, .ucbody #header a_Hover {
	text-decoration: underline;
}
.ucbody form {
	margin: 0px;
	padding: 30px 0 10px 0;
}
.ucbody label {
	font-weight: bold;
	vertical-align: middle;
}
.ucbody .text {
	margin: 0px;
	padding: 1px;
	width: 130px;
	height: 12px;
	border: 1px solid #221914;
	vertical-align: middle;
}
.ucbody .arrow {
	vertical-align: middle;
	width: 14px;
	height: 16px;
}
.ucbody #pagetitle {
	background: #221914; 
	padding: 0px;
	margin: 0px;
}
.ucbody #pagetitle h1 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 69px;
	font: 12px/12px "Helvetica Neue", Helvetica, Arial, Geneva, Georgia;
	text-indent: -9999px;
}
.ucbody #pagetitle h1.style-simplified { background: url(../images/home-style-simplified.gif) no-repeat; }
.ucbody #pagetitle h1.about-us { background: url(../images/header-about-us.gif) no-repeat; }
.ucbody #pagetitle h1.products { background: url(../images/header-products.gif) no-repeat; }
.ucbody #pagetitle h1.furniture { background: url(../images/header-furniture.gif) no-repeat; }
.ucbody #pagetitle h1.upholstery { background: url(../images/header-upholstery.gif) no-repeat; }
.ucbody #pagetitle h1.lighting { background: url(../images/header-lighting.gif) no-repeat; }
.ucbody #pagetitle h1.accessories { background: url(../images/header-accessories.gif) no-repeat; }
.ucbody #pagetitle h1.fine-art { background: url(../images/header-fine-art.gif) no-repeat; }
.ucbody #pagetitle h1.rugs-windows { background: url(../images/header-rugs-windows.gif) no-repeat; }
.ucbody #pagetitle h1.press-news { background: url(../images/header-press-news.gif) no-repeat; }
.ucbody #pagetitle h1.contact { background: url(../images/header-contact.gif) no-repeat; }

.ucbody #mainContent {
	margin: 0px;
	padding: 0px 9px 9px;
	background-color: #E2D7D1;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 2px solid #221914;
}
.ucbody #mainContent hr {
	margin: 10px 0px;
	clear: both;
	background-color: #291E18;
	border-color: #291E18;
	color: #291E18;
	
}
.ucbody #mainContent #products-nav {
	height: 23px;
	padding: 2px 0px;
	text-align: right;
}
.ucbody #mainContent .products-page-listing {
	background-color: #2B221B;
	padding: 3px 4px 4px 4px;
	margin: 9px 0px;
	color: #DDD3C7;
	text-align: right;
	clear: both;
	font-weight: bold;
}
.ucbody #mainContent .products-page-listing span {
	float: left;
	font: 12px/12px "Helvetica Neue", Helvetica, Arial, Geneva, Georgia;
	text-transform: uppercase;
	margin: 2px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.ucbody #mainContent .products-page-listing img {
	vertical-align: baseline;
}
.ucbody #mainContent .products-page-listing a {
	color: #DDD3C7;
	text-decoration: none;
}
.ucbody #mainContent .products-page-listing a:hover, .ucbody #mainContent .products-page-listing a_Hover {
	background-color: #DDD3C7;
	color: #2B221B;
}
.ucbody .img-bordered {
	border: 2px solid #45372E;
}
.ucbody .img-left {
	float: left;
	margin-right: 8px;
}
.ucbody #footer {
	margin: 10px 0px;
	padding: 0px;
	width: 800px;
	height: 14px;
/*	background: url(../images/ventura-blvd-sherman-oaks-ca.gif) no-repeat;	 */
}
.ucbody #footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #221914;
}
.copyright {
	font: 11px/11px "Helvetica Neue", Helvetica, Arial, Geneva, Georgia;
	color: #221914;
}
.copyright a {
	text-decoration: underline;
	color: #221914;
}
br.clearboth {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font: 0px/0px "Helvetica Neue", Helvetica, Arial;
}