@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #dedede;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #dedede;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:14px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #dedede;
	font-weight: bold;
	margin-top:14px;
	margin-bottom:4px;
}

a:link {
	color: #dedede;
}
a:visited {
	color: #dedede;
}
a:hover {
	color: #ce171f;
}
a:active {
	color: #dedede;
}

/* -----------------LAYOUT--------------------- */

#wrapper{
	width: 960px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	text-align:left;
}

#blank{
	width: 960px;
	overflow: hidden;
}

#header-bar{
	width: 960px;
	height: 129px;
	overflow: hidden;
	margin-top:12px;
	margin-bottom:12px;
}

#header-underline{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #434343;
	width: 793px;
}

#nav-wrapper{
	width: 960px;
	height: 50px;
	overflow: hidden;
	background-image: url(../images/navigation/nav-background.gif);
	background-repeat: repeat-x;
}

#date-time{
	width: 300px;
	height: 50px;
	float:right;
	overflow: hidden;
	padding-right:17px;
	text-align:right;
}

#page-header{
	width: 793px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-left:167px;
	margin-right:0px;
	margin-bottom:10px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#link-back{
	width: 450px;
	height: auto;
	float: right;
	text-align: right;
	padding-right:17px;
}

#page-header-2{
	width: 943px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:27px;
	display: inline;  /* <---Solution for bug IE6 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434343;
}

#home-left-column{
	width: 143px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-left:12px;
	margin-right:12px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#home-left-column-button{
	width: 143px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom:10px;
}

#home-right-column{
	width: 793px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
}

#right-column-wrapper{
	width: 793px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	overflow:hidden;
}

#right-column-content{
	width: 771px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	padding: 10px;
	border: 1px solid #434343;
	margin-bottom:10px;
}

#right-column-content-400{
	width: 771px;
	height: 400px;
	float: left;
	position: relative;
	text-align: left;
	padding: 10px;
	border: 1px solid #434343;
	margin-bottom:10px;
}

#right-column-footer-block-left{
	width: 391px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom:10px;
	margin-right:11px;
}

#right-column-footer-block-right{
	width: 391px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom:10px;
}

#about-us-right-column{
	width: 793px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom:10px;
}

#home-right-column-block{
	width: 793px;
	height: 123px;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom:10px;
	background-image: url(../images/homepage-block-empty.gif);
	background-repeat: no-repeat;
}

#footer-grad{
	width: 960px;
	height: 26px;
	float: left;
	position: relative;
	overflow: hidden;
	background-image: url(../images/footer-grad.gif);
	background-repeat: repeat-x;
}

#footer-address{
	width: 943px;
	float: left;
	position: relative;
	overflow: hidden;
	text-align:right;
	padding-right:17px;
}

.table-background {
	background-color: #242424;
}

.float-image-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float-image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* -----------------SEATING--------------------- */

.seating-wrapper {
	float: left;
	width: 771px;
	height: auto;
	overflow:hidden;
}

.seating-main-image {
	float: left;
	width: 448px;
	height: 424px;
	margin-right:20px;
}

.seating-main-icons a {
	float: left;
	width: 97px;
	height: 138px;
	border: 2px solid #434343;
	margin-right:8px;
	margin-top:8px;
}

.seating-main-icons a:hover {
	text-decoration:none;
	border: 2px solid #ce171f;
}

.seating-main-icons-2 a {
	float: left;
	width: 214px;
	height: 138px;
	border: 2px solid #434343;
	margin-right:8px;
	margin-top:8px;
}

.seating-main-icons-2 a:hover {
	text-decoration:none;
	border: 2px solid #ce171f;
}

.seating-icon a {
	float: left;
	width: 97px;
	height: 138px;
	border: 2px solid #434343;
	margin-bottom:2px;
}

.seating-icon a:hover {
	text-decoration:none;
	border: 2px solid #ce171f;
}

.seating-icon-holder {
	float: left;
	width: 101px;
	margin-right: 26px;
	margin-bottom: 20px;
	text-align:left;
}

.seating-icon-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #dedede;
	line-height: 18px;
}

.reception-icon a {
	float: left;
	width: 150px;
	height: 100px;
	border: 2px solid #434343;
	margin-right: 20px;
	margin-top: 20px;
}

.reception-icon a:hover {
	text-decoration:none;
	border: 2px solid #ce171f;
}

/* -----------------RECEPTION--------------------- */

.reception-wrapper {
	float: left;
	width: 771px;
	height: auto;
	overflow:hidden;
}

.reception-main-image {
	float: left;
	width: 550px;
	height: 550px;
	margin-right:20px;
}


/* -----------------FURNITURE BLOCKS--------------------- */

#furniture-block-desking a {
	float:left;
	position:relative;
	height:123px;
	width: 391px;
	text-align: left;
	background-repeat: no-repeat;
	margin-right:11px;
	display:block;
	overflow:hidden;
	background-image: url(../images/furniture-blocks/furniture-desking.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#furniture-block-desking a:hover {
	background-image: url(../images/furniture-blocks/furniture-desking.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

#furniture-block-seating a {
	float:left;
	position:relative;
	height:123px;
	width: 391px;
	text-align: left;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-image: url(../images/furniture-blocks/furniture-seating.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#furniture-block-seating a:hover {
	background-image: url(../images/furniture-blocks/furniture-seating.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

#furniture-block-reception a {
	float:left;
	position:relative;
	height:123px;
	width: 391px;
	text-align: left;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-image: url(../images/furniture-blocks/furniture-reception.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	margin-right:11px;
	text-decoration:none;
}

#furniture-block-reception a:hover {
	background-image: url(../images/furniture-blocks/furniture-reception.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

#furniture-block-boardroom a {
	float:left;
	position:relative;
	height:123px;
	width: 391px;
	text-align: left;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-image: url(../images/furniture-blocks/furniture-boardroom.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#furniture-block-boardroom a:hover {
	background-image: url(../images/furniture-blocks/furniture-boardroom.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

#furniture-block-conference a {
	float:left;
	position:relative;
	height:123px;
	width: 391px;
	text-align: left;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-image: url(../images/furniture-blocks/furniture-conference.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	margin-right:11px;
	text-decoration:none;
}

#furniture-block-conference a:hover {
	background-image: url(../images/furniture-blocks/furniture-conference.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

/* -----------------HOMEPAGE BLOCKS--------------------- */

#home-block-office-furniture a {
	float:left;
	position:relative;
	height:123px;
	width: 793px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
	display:block;
	overflow:hidden;
	background-image: url(../images/home-blocks/office-furniture.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#home-block-office-furniture a:hover {
	background-image: url(../images/home-blocks/office-furniture.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

/* ------------ */

#home-block-office-supplies a {
	float:left;
	position:relative;
	height:123px;
	width: 793px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
	display:block;
	overflow:hidden;
	background-image: url(../images/home-blocks/office-supplies.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#home-block-office-supplies a:hover {
	background-image: url(../images/home-blocks/office-supplies.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

/* ------------ */

#home-block-office-interiors a {
	float:left;
	position:relative;
	height:123px;
	width: 793px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
	display:block;
	overflow:hidden;
	background-image: url(../images/home-blocks/office-interiors.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#home-block-office-interiors a:hover {
	background-image: url(../images/home-blocks/office-interiors.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

/* ------------ */

#home-block-office-presentation a {
	float:left;
	position:relative;
	height:123px;
	width: 793px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
	display:block;
	overflow:hidden;
	background-image: url(../images/home-blocks/presentation-supplies.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#home-block-office-presentation a:hover {
	background-image: url(../images/home-blocks/presentation-supplies.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}

/* ------------ */

#home-block-office-document a {
	float:left;
	position:relative;
	height:123px;
	width: 793px;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
	display:block;
	overflow:hidden;
	background-image: url(../images/home-blocks/document-supplies.jpg);
	background-position: 0 0;
	margin-bottom:10px;
	text-decoration:none;
}

#home-block-office-document a:hover {
	background-image: url(../images/home-blocks/document-supplies.jpg);
	background-position: 0 -123px;
	background-repeat: no-repeat;
	text-decoration:none;
}


/* -----------------TEXT--------------------- */

.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #dedede;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.bodytext_para-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ce171f;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.trexlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
}

.home-block-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #808080;
	margin-bottom: 6px;
	margin-top: 14px;
	margin-left: 14px;
	line-height: 18px;
	text-decoration:none;
}

.home-block-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 14px;
	line-height: 18px;
	text-decoration:none;
}

.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #dedede;
	font-weight: bold;
	margin-top:14px;
	margin-bottom:10px;
}

.sub-head-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #dedede;
	font-weight: bold;
	margin-top:18px;
	margin-bottom:5px;
}

a.trex:link {
	color: #666;
	text-decoration: none;
}
a.trex:visited {
	color: #666;
	text-decoration: none;
}
a.trex:hover {
	color: #ce171f;
	text-decoration: none;
}
a.trex:active {
	color: #666;
	text-decoration: none;
}

.telephone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ce171f;
	font-weight: bold;
	margin-top:18px;
	margin-bottom:5px;
}

.fax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #dedede;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 18px;
}

a.you-are-here:link {
	color: #dedede;
}
a.you-are-here:visited {
	color: #dedede;
}
a.you-are-here:hover {
	color: #ce171f;
}
a.you-are-here:active {
	color: #dedede;
}

/* -----------------TREX--------------------- */

#trex-link a {
	float:right;
	position:relative;
	height:18px;
	width: 100px;
	text-indent:-1500px;
	margin-bottom:0px;
	margin-right:17px;
	display:block;
	overflow:hidden;
	background-image: url(../images/trexdesign.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#trex-link a:hover {
	background-image: url(../images/trexdesign.gif);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
