@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	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: #000000;
}
.oneColFixCtr #hdr {
	width: 890px;
	padding:20px 0 0 0;
	background: #EFEFEF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #hdr h1 {
	padding:0;
	margin:0;
}
.oneColFixCtr #logo {
	background: transparent url(images/InteriorAtelier-b.gif) no-repeat scroll 0% 0%;
	width: 890px;
	height: 144px;
	text-indent: -3333px;
	border: 0;
	margin: 0;
}
.oneColFixCtr #logo a {
	display: block;
	width: 890px;
	height: 144px;
	text-decoration: none;
	border: 0;
}
.oneColFixCtr #logoA {
	background: transparent url(images/InteriorAtelier-b.gif) no-repeat scroll 0% 0%;
	width: 890px;
	height: 144px;
	text-indent: -3333px;
	border: 0;
	margin: 0;
}
.oneColFixCtr #logoA a {
	display: block;
	width: 890px;
	height: 144px;
	text-decoration: none;
	border: 0;
}
.oneColFixCtr #nav {
	width: 890px;
	background: #6E4F1C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* .oneColFixCtr #floater {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
} 

.oneColFixCtr #container {
	width: 890px;
	background: #FFFFFF;
	text-align: left;  this overrides the text-align: center on the body element. 
	margin-left: -445px;
	position: absolute;
	top: -328px;
	left: 50%;
	height: 655px;
	visibility: visible	
}*/

.oneColFixCtr #container {
	width: 890px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin:0;
	padding: 24px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/main_back.gif);
	background-repeat:repeat-y;
}
.oneColFixCtr #mainContentHome {
	padding: 0;
	margin:0;
	background-image:url(images/interiordesign.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:890px;
	height:480px;

}
.oneColFixCtr #footer {
	width: 890px;
	background-image:url(images/main_bcap.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:6px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px
}
p, td, ul, li {
	font-size:13px;
	line-height:21px;
}
ul, li {
	font-weight:normal;
}
li {
	list-style-image:url(images/bullet.gif);
	padding-left: 4px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* NAVIGATION */

.navBox {
	text-align:right;
	padding-right:16px;
	color:#FFFFFF;
	font-size:12px;
	background-color: #6E4F1C;
}
.navBox a {
	text-decoration:none;
	color:#FFFFFF;
	/* padding:8px 4px; */

	padding:20px 10px 20px 10px;
	margin:0;
	border:1px solid transparent;
}
.navBox a:hover {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#82A6D8; /* or use #A27428 */
}
.navSelected {
	text-decoration:none;
	color:#FFFFFF;
	padding:20px 10px 20px 10px;
	margin:0;
	font-weight:bold;
	border:1px solid #FFFFFF;
	background-color:#82A6D8; /* or use #A27428 */
}
/* FOOTER */

.footBox {
	color:#FFFFFF;
	font-size:11px;
	background-color: #6E4F1C;
	margin-left: 617px;
}
.footBox td {
	font-size:11px;
}
.footBox a {
	text-decoration:none;
	color:#FFFFFF;
}
.footBox a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Tags */

img {
	border:none;
}

/* stuff */

.xsmall {
	font-size:10px;
}
.contactTop {
	font-size:14px;
	text-align:left;
	padding:7px 16px;
	background-image:url(images/boxtop.jpg);
	width:222px;
}
.contactBottom {
	padding:0;
	background-image:url(images/boxbottom.gif);
	width:222px;
	height:10px;
}
.contactTopWide {
	font-size:14px;
	text-align:left;
	padding:7px 16px;
	background-image:url(images/boxtop_538.jpg);
	width:506px;
}
.contactBottomWide {
	padding:0;
	background-image:url(images/boxbottom_538.gif);
	width:222px;
	height:10px;
}
.oneColFixCtr #mainContent .td {
	border-top:solid 1px #CCC;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	padding:12px 16px;
}
#caption ul {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	padding-left:10px;
	margin-left:0px;
}
#caption li {
	line-height:1em;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
#lightboxFrameBody {
	padding-top:0;
	margin-top:0;
}

