/* CSS Document */

html, body {
	background-color: #F1CEC4;
	background-image: url(../images/bu_bodyBG.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #48290D;
	text-align: center;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	margin-top: 15px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #48290D;
	text-align: center;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width: 796px;
	height: 100%;
	background: url(../images/bu_contentBG.gif) repeat-y;
}
#wrap {
	width: 780px;
	background: url(../images/bu_contentBG.gif) repeat-y;
	height: auto;
	text-align: left;
	padding: 0 8px;
}
#logo {
	background: url(../images/bu_logoBG2.jpg) no-repeat;
	height: 80px;
}
#logo h1 {
	margin: 0;
	float: left;
}
#logo h1 a {
	width: 352px;
	height: 0;
	padding-top: 78px;
	overflow: hidden;
	font-size: 1px;
	display: block
}
#nav {
	float: right;
	width: 428px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #54371D;
	display: block;
	float: left;
	font-weight: 900;
	background: url(../images/bu_navBG.gif) repeat-x;
	padding: 6px 14px 10px 14px;
	text-decoration: none;
	cursor: hand;
}
#nav ul li.home a:link, #nav ul li.home a:visited {
	background: url(../images/bu_nav_homeBG2.gif) no-repeat;
	padding: 6px 14px 10px 45px;
}
#nav ul li.contact a:link, #nav ul li.contact a:visited {
	background: url(../images/bu_nav_contactBG2.gif) no-repeat;
	padding: 6px 24px 10px 14px;
}
#nav ul li a:hover {
	background: url(../images/bu_navBG-over.gif) repeat-x;
}
#nav ul li.home a:hover {
	background: url(../images/bu_nav_homeBG-over2.gif) no-repeat;
}
#nav ul li.contact a:hover {
	background: url(../images/bu_nav_contactBG-over2.gif) no-repeat;
}
#header h2 {
	width: 100%;
	height: 0;
	padding-top: 150px;
	overflow: hidden;
	font-size: 1px;
	background: url(../images/bu_head01.jpg) no-repeat;
	margin: 0;	
}
#tagline {
	height: 61px;
	background: url(../images/bu_head02.jpg) no-repeat;
}
#tagline h3 {
	width: 180px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #54301D;
	padding: 7px 0 0 410px;
	text-align: center;
	margin: 0;
}
#contentContainer {
	padding: 0 15px;
}
#left {
	width: 169px;
	float: left;
	color: #896D58;
}
#left h4 {
	width: 146px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	font-size: 1px;
	background: url(../images/bu_designersHeading.gif) no-repeat;
	margin: 0 0 20px 0;
}
#left ul {
	margin: 0;
	padding: 0;
	
}
#left ul li {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}
#content {
	width: 565px;
	float:left;
	padding: 0 15px 0 0;
	line-height: 1.4em;
}
#right {
	width: 169px;
	float: left;
	padding-top: 17px;
}
#right img {
	margin-bottom: 15px;
}
#footer {
	background: url(../images/bu_footBG.gif) repeat-x;
	height: 74px;
	font-size: 11px;
	color: #8F6F5F;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 10px 0 0 10px;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 35px 10px 0 0;
}

#footer p {
	margin: 0 0 0 0;
}
#footer a, #footer a:visited {
	color: #8F6F5F;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #8F6F5F;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #8F6F5F;
	text-decoration: underline;
}
.clear {
	clear: both;
}