br.clearBoth {
	clear: both;
}


/* ############################### */
/* general ####################### */
/* ############################### */

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
}

body#home {
	background-image: url(../images/body_bkgd_pear.gif);
}
body#design {
	background-image: url(../images/body_bkgd_apple.gif);
}
body#furniture {
	background-image: url(../images/body_bkgd_coral.gif);
}
body#seating {
	background-image: url(../images/body_bkgd_stone.gif);
}
body#interiors {
	background-image: url(../images/body_bkgd_aqua.gif);
}
body#contact {
	background-image: url(../images/body_bkgd_choc.gif);
}
body#clients {
	background-image: url(../images/body_bkgd_apple.gif);
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	position: relative;
}

#top {
	position: relative;
	background-color: transparent;
	height: 46px;
}


#topNav {
	position: absolute;
	left: 200px;
	top: 0;
	background-color: transparent;
}
#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	float: left;
}
#topNav ul li a {
	background-image: url(../images/nav_matrix.gif);
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-color: black;
	overflow: hidden;
	text-indent: -5000px;
}
li#navHome a {
	background-position: 0 0;
	width: 65px;
}
li#navDesign a {
	background-position: -65px 0;
	width: 70px;
}
li#navInteriors a {
	background-position: -135px 0;
	width: 95px;
}
li#navFurniture a {
	background-position: -230px 0;
	width: 100px;
}
li#navSeating a {
	background-position: -330px 0;
	width: 75px;
}
li#navClients a {
	background-position: -405px 0;
	width: 75px;
}
li#navContact a {
	background-position: -480px 0;
	width: 80px;
}
/* --- */
li#navHome a:hover, li#navHome a.on {
	background-position: 0 -40px;
}
li#navDesign a:hover, li#navDesign a.on {
	background-position: -65px -40px;
}
li#navInteriors a:hover, li#navInteriors a.on {
	background-position: -135px -40px;
}
li#navFurniture a:hover, li#navFurniture a.on {
	background-position: -230px -40px;
}
li#navSeating a:hover, li#navSeating a.on {
	background-position: -330px -40px;
}
li#navClients a:hover, li#navClients a.on {
	background-position: -405px -40px;
}
li#navContact a:hover, li#navContact a.on {
	background-position: -480px -40px;
}



#bannerArea {
	clear: both;
	background-image: url(../images/logo_fresh.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 122px;
	position: relative;
}

#logo {
	position: absolute;
	width: 125px;
	height: 66px;
	background-image: url(../images/burg_logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	left: 20px;
	top: 10px;
}

#logo a {
	display: block;
	padding-top: 66px;
	height: 0px !important;
	overflow: hidden;
	text-indent: -5000px;
}

h1 {
	position: absolute;
	text-indent: -5000px;
	width: 360px;
	height: 122px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	left: 200px;
	top: 0;
	margin-top: 0;
}
body#home h1 {
	background-image: url(../images/h1_home.gif);
}
body#design h1 {
	background-image: url(../images/h1_design.gif);
}
body#furniture h1 {
	background-image: url(../images/h1_furniture.gif);
}
body#seating h1 {
	background-image: url(../images/h1_seating.gif);
}
body#interiors h1 {
	background-image: url(../images/h1_interiors.gif);
}
body#contact h1 {
	background-image: url(../images/h1_contact.gif);
}
body#clients h1 {
	background-image: url(../images/h1_clients.gif);
}


#mainArea {
	clear: both;
	background-color: transparent;
	height: 1%;
	padding: 0 0 2em 0;
}

#slides {
	height: 220px;
	background-color: white;
}

#content {
	background-color: transparent;
	color: #999999;
	font-size: 12px;
	margin: 30px 0 0 215px;
	padding-bottom: 1em;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
}
#content p, #content ul {
	text-indent: -5000px;
	height: 0px;
	overflow: hidden;
}

body#home #content {
	background-image: url(../images/content_home.gif);
	height: 230px;
}
body#design #content {
	background-image: url(../images/content_design.gif);
	height: 140px;
}
body#furniture #content {
	background-image: url(../images/content_furniture.gif);
	height: 170px;
}
body#seating #content {
	background-image: url(../images/content_seating.gif);
	height: 150px;
}
body#interiors #content {
	background-image: url(../images/content_interiors.gif);
	height: 210px;
}
body#contact #content {
	background-image: url(../images/content_contact.gif);
	height: 250px;
}
body#clients #content {
	background-image: url(../images/content_clients.gif);
	height: 210px;
}

a.linkClients{
	position: absolute;
	display: block;
	left: 1px;
	top: 193px;
	width: 108px;
	height: 22px;
	text-indent: -5000px;
}

#footer {
/*	clear: both; */
	background-color: transparent;
	margin: 0 20px;
	padding: 10px 0;
	width: 180px;
	color: #333333;
	position: absolute;
	left: 0;
	top: 410px;
}
#footer p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#footer p a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer span {
	font-size: 14px;
}