body {
	background-color: #fff;
	background-image: url(/images/misc/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#outer {
	width: 727px;
	height: 506px;
	position: absolute;
    left: 50%; 
    top: 50%;
    margin-top: -251px; /* half of the height */
	margin-left: -364px; /* half of the width */
	padding: 1px;
}

#fullouter {
	width: 727px;
	min-height: 506px;
	position: absolute;
    left: 50%; 
    top: 50%;
    margin-top: -251px; /* half of the height */
	margin-left: -364px; /* half of the width */
	padding: 0px;
}

.outer {
	border: 2px solid #5AAEE1;
	background-color: #ffffff;
}

#nav {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 221px;
	height: 450px;
	left: 0px;
	top: 0px;
	float: left;
}

.nav {
	background-color: #ffffff;
}

ul#menu {
	width: 206px;
	margin: 0px;
	padding: 0px;
}

#menu li {
	width: 206px;
	list-style: none;
	margin: 0px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	display: block;
}

ul#menu li a {
	padding-left: 15px;
	border-top-style: solid;
	border-top-color: #fff;
	border-top-width: 1px;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #233E52;
}

ul#menu li a:hover {
	border-top-color: #fff;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #3A6889;
}

#menu li.secondary {
	width: 206px;
	list-style: none;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: block;
	border-top-color: #fff;
	background-color: #a7a9ac;
	color: #ffffff;
	font-weight: normal;
}

ul#menu li.secondary a {
	padding-left: 15px;
	border-top-color: #fff;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.7em;
	background-color: #7F7F7F;
	font-weight: normal;
}

ul#menu li.secondary a:hover {
	border-top-color: #fff;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.7em;
	background-color: #A8A8A8;
	font-weight: normal;
}

#menu li.tertiary {
	width: 206px;
	list-style: none;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: block;
	border-top-color: #c1c3c6;
	color: #a7a9ac;
	background-color: #ffffff;
	font-weight: normal;
}

ul#menu li.tertiary a {
	padding-left: 15px;
	border-top-color: #c1c3c6;
	width: 206px;
	display: block;
	color: #a7a9ac;
	text-decoration: none;
	font-size: 0.7em;
	background-color: #ffffff;
	font-weight: normal;
}

ul#menu li.tertiary a:hover {
	border-top-color: #c1c3c6;
	width: 206px;
	display: block;
	color: #a7a9ac;
	text-decoration: underline;
	font-size: 0.7em;
	background-color: #e5e7e9;
	font-weight: normal;
}

#menu li.catalogue {
	width: 206px;
	list-style: none;
	margin: 0px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	display: block;
}

ul#menu li.catalogue a {
	padding-left: 15px;
	border-top-style: solid;
	border-top-color: #a7e2dc;
	border-top-width: 1px;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #5AAEE1;
}

ul#menu li.catalogue a:hover {
	border-top-color: #92CAEB;
	width: 206px;
	display: block;
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #92CAEB;
}

#menu li.last {
	width: 206px;
	list-style: none;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: block;
	border-top-color: #c1c3c6;
	color: #a7a9ac;
	background-color: #ffffff;
	font-weight: normal;
}

ul#menu li.last a {
	padding-left: 15px;
	border-top-color: #c1c3c6;
	border-bottom: 1px solid #c1c3c6;
	width: 206px;
	display: block;
	color: #a7a9ac;
	text-decoration: none;
	font-size: 0.7em;
	background-color: #ffffff;
	font-weight: normal;
}

ul#menu li.last a:hover {
	border-top-color: #c1c3c6;
	width: 206px;
	display: block;
	color: #a7a9ac;
	text-decoration: underline;
	font-size: 0.7em;
	background-color: #e5e7e9;
	font-weight: normal;
}

#contentwrapper {
	position: relative;
	top: 0px;
	left: 1px;
	float: left;
	width: 505px;
	height: 504px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

#contentwrapperfull {
	position: relative;
	top: 0px;
	left: 1px;
	float: left;
	width: 505px;
	min-height: 504px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

#headerone {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
}

#headertwo {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#breadcrumb {
	position: relative;
	left: 0px;
	top: 1px;
	width: 504px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#breadcrumbnoimage {
	position: relative;
	left: 0px;
	top: 0px;
	width: 504px;
	margin: 0px;
	padding: 0px;
}

.breadcrumb {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #233E52;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: bold;
	text-indent: 10px;
}

.breadcrumb a{
	background-color: #233E52;
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb a:hover{
	background-color: #233E52;
	color: #e5e7e9;
	text-decoration: underline;
}

#content {
	position: relative;
	left: 0px;
	top: 1px;
}

.content {
	padding: 10px;
	color: #6d6f71;
	font-size: 0.7em;
}

.content a{
	color: #5AAEE1;
	text-decoration: none;
}

.content a:hover{
	color: #92CAEB;
	text-decoration: underline;
}

h1 {
	color: #006c86;
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	color: #5496a7;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*--------furniture layout--------*/

.bottomalign {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#bottomalignsingle {
	position: relative;
	top: 1px;
	right: 1px;
	width: 302px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.thumbnailouter {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 505px;
	clear: both;
}

.thumbnailwrapper {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 1px;
	margin-top: 1px;
	padding: 0px;
	width: 100px;
	height: 100px;
	background-color: #233E52;
}

.thumbnailwrapper a{
	background-color: #5496a7;
}

.thumbnailwrapper a:hover{
	background-color: #000000;
}


.thumbnailwrapper img {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 70px;
}

.thumbnailwrapper p {
	position: relative;
	display: block;
	left: 0px;
	bottom: 0px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: -3px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

/*--------furniture range layout--------*/

#furnitureonewrapper {
	position: relative;
	left: 1px;
	top: 1px;
	margin: 0px;
	padding: 0px;
	width: 504px;
	float: left;
}

#furnitureonetext {
	position: relative;
	left: 0px;
	top: 0px;
	width: 181px;
	height: 283px;
	float: left;
	overflow:auto;
}

#furnitureoneimage {
	position: relative;
	right: 1px;
	top: 1px;
	margin: 0px;
	padding: 0px;
	width: 302px;
	float: right;
}

#furnituretwowrapper {
	position: relative;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 504px;
}	

#furniturebuttonwrapper {
	position: relative;
	left: 0px;
	top: 3px;
	width: 184px;
	height: 58px;
	float: left;
}

#furniturebutton {
	position: relative;
	left: 0px;
	top: 0px;
	width: 132px;
	height: 58px;
	float: left;
}

.furniturebutton {
	background-color: #a7a9ac;
	font-size: 0.7em;
	font-weight: bold;
	color: #006c86;
	text-align: center;
	padding: 8px;
	height: 58px;
	line-height: 18px;
	vertical-align: middle;
}

.furniturebutton a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.furniturebutton a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#furniturequote {
	position: relative;
	right: 1px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	width: 282px;
	height: 54px;
	vertical-align: middle;
	float: right;
	padding: 10px;
	text-align: center;
}

.furniturequote {
	background-color: #e5e7e9;
	font-size: 0.7em;
	color: #6d6f71;
	height: 54px;
	vertical-align: middle;
}

.furniturequote a {
	background-color: #e5e7e9;
	font-size: 0.9em;
	color: #006c86;
	height: 54px;
	vertical-align: middle;
	text-decoration: none;
}

.furniturequote a:hover {
	background-color: #e5e7e9;
	font-size: 0.9em;
	color: #006c86;
	height: 54px;
	vertical-align: middle;
	text-decoration: underline;
}

#fabricimage {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	width: 51px;
}

/*--------space planning examples layout--------*/

.spaceouter {
	position: relative;
	right: 1px;
	bottom: 0px;
	width: 504px;
	clear: both;
	float: right;
}

.spacewrapper {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	margin-right: 1px;
	margin-top: 1px;
	padding: 0px;
	width: 251px;
	height: 100px;
	background-color: #233E52;
}

.spacewrapper a{
	background-color: #5496a7;
}

.spacewrapper a:hover{
	background-color: #000000;
}

.spacewrapper img {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 251px;
	height: 80px;
}

.spacewrapper p {
	position: relative;
	display: block;
	left: 0px;
	bottom: 0px;
	height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

/*--------forms--------*/

#formouter {
	position: relative;
	left: 0px;
	top: -15px;
	float: left;
	width: 504px;
	margin-bottom: -10px;
}

#formone { 
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 250px;
}

#formtwo {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	width: 250px;
}

.formfull {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 504px;
	margin-top: 8px;
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6f71;
}

.formtext {
	color: #6d6f71;
	font-size: 0.7em;
}

.frmbutton {
	background-color: #233E52;
	color: #ffffff;
	border: 1px solid #233E52;
	width: 200px;
	font-size: 1em;
	text-align: center;
	cursor:pointer;
}

.frmtextarea {
	color: #6d6f71;
	border: 1px solid #a7a9ac;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

.frmtextarealong {
	color: #6d6f71;
	border: 1px solid #a7a9ac;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}

div.row {
	clear: both;
	padding-top: 1px;
}

div.row span.label {
	float: left;
	width: 85px;
	text-align: right;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}

div.row span.formw {
	margin-left: 5px;
	float: left;
	width: 150px;
	text-align: left;
}

div.longrow {
	clear: both;
	padding-top: 1px;
}

div.longrow span.label {
	float: left;
	width: 200px;
	text-align: right;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}

div.longrow span.formw {
	margin-left: 5px;
	float: left;
	width: 300px;
	text-align: left;
}

hr {
	margin-top: 8px;
	color: #a7a9ac;
	height: 1px;
}

.error{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #006c86;;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

/*--------sitemap--------*/

ul#sitemap {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

ul#sitemap li a {
	list-style-type: circle;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
}

ul#sitemap li a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 0.7em;
}

/*--------partner--------*/

.partnerouter {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 505px;
	clear: both;
}

.partnerwrapper {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 1px;
	padding-top: 1px;
	width: 100px;
	height: 100px;
}

.partnerwrapper img {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 100px;
}

.partnerwrapper a{
	display: block;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 30px;
}

.partnerwrapper p {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: -1px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #5496a7;
	text-decoration: none;
}

.partnerwrapper p a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 96px;
	height: 30px;
}

.partnerwrapper p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*--------casestudies--------*/

.caseouter {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 505px;
	clear: both;
	background-image: url(/images/misc/blank_box.gif);
	background-repeat: repeat;
}

.casewrapper {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 1px;
	padding-top: 1px;
	width: 100px;
	height: 100px;
}

.casewrapper img {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 100px;
}

.casewrapper a{
	display: block;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 30px;
}

.casewrapper p {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 30px;
	margin-bottom: 0px;
	margin-top: -1px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #5496a7;
	text-decoration: none;
}

.casewrapper p a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 96px;
	height: 30px;
}

.casewrapper p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*--------contactinfo--------*/

#contact {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	width: 464px;
}

.contactinfo {
	padding: 20px;
	color: #ffffff;
	font-size: 0.7em;
	background-color: #233E52;
	font-weight: bold;
}

.contactinfo a{
	color: #ffffff;
	text-decoration: underline;
}

.contactinfo a:hover{
	color: #a7a9ac;
	text-decoration: underline;
}

#breadcrumbpartone {
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	display: inline;
}

/*--------norefresh--------*/

#div1a {
	position: relative;
}

#div2a {
	position: relative;
}

#div3a {
	position: relative;
}

#div4a {
	position: relative;
}

#div5a {
	position: relative;
}

#div6a {
	position: relative;
}

#div7a {
	position: relative;
}

#div8a {
	position: relative;
}

#div9a {
	position: relative;
}

#div10a {
	position: relative;
}

#div1b {
	position: relative;
}

#div2b {
	position: relative;
}

#div3b {
	position: relative;
}

#div4b {
	position: relative;
}

#div5b {
	position: relative;
}

#div6b {
	position: relative;
}

#div7b {
	position: relative;
}

#div8b {
	position: relative;
}

#div9b {
	position: relative;
}

#div10b {
	position: relative;
}

#div1c {
	position: relative;
}

#div2c {
	position: relative;
}

#div3c {
	position: relative;
}

#div4c {
	position: relative;
}

#div5c {
	position: relative;
}

#div6c {
	position: relative;
}

#div7c {
	position: relative;
}

#div8c {
	position: relative;
}

#div9c {
	position: relative;
}

#div10c {
	position: relative;
}

/*--------noflash--------*/

#noflash {
	position: relative;
	top: 0px;
	left: 1px;
	float: left;
	width: 725px;
	height: 294px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding-top: 210px;
	text-align: center;
}

.noflash {
	color: #6d6f71;
	font-size: 0.7em;
}

.noflash a{
	color: #006c86;
	text-decoration: none;
}

.noflash a:hover{
	color: #5496a7;
	text-decoration: underline;
}

/*--------partnerlink--------*/

.partner {
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
	background-color: #a7a9ac;
	padding: 4px;
	color: #ffffff;
}

.partner a:hover {
	color: #ffffff;
	text-decoration: none;
}