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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg.jpg) repeat fixed;
	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;
}
.FixCtr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/bg4.png) no-repeat scroll;
	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. */
}
.FixCtr #header {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.FixCtr #header .right {
	float:right;
	margin:20px 0 0 20px;
	text-align:right;
}
.FixCtr #header .right #slogan {
	font-size:.5em;
	text-align:center;
	padding:0 7px 0 0;
}
.FixCtr #header .right #tel {
	font-size:1.25em;
	padding:30px 0 0 0;
}
.FixCtr #header .left {
	float:left;
	margin:20px;
}
.FixCtr #mainContent {
	padding: 70px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.FixCtr #mainContent h1 {
	padding: 0 20px;
	font-size: .8em;
	color:#E61C36;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.FixCtr #mainContent h2 {
	padding: 5px 20px 0 20px;
	font-size: 0.7em;
	color:#E61C36;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.FixCtr #mainContent p {
	padding: 0 20px;
	font-size: .7em;
	color:#000;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* Links to external websites, displayed as sprite */
.FixCtr #mainContent #websiteLinks {
	padding:10px 20px 0 20px;
}
.FixCtr #mainContent #websiteLinks .clientimg {
	float:left;
	display:inline;
	height:157px;
	text-align: center;
}
.sprite {
	background: url(../images/floorwise_sites.png) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 100%;
}
a img {
	text-decoration:none;
	outline:none;
	border:0;
}
.signature {
	width:129px;
	background-position: 0 0;
}
.sienna {
	width:141px;
	background-position: -129px 0;
}
.floorwise {
	width:139px;
	background-position: -270px 0;
}
.hyper {
	background-position: -409px 0;
}
/* End Sprite*/

.FixCtr #mainContent .directions {
	float:right;
	padding:10px 0;
	font-size:0.8em;
}
.FixCtr #mainContent .directions a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#FFFF00;
}
.FixCtr #footer {
	padding:10px 0 20px 0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.FixCtr #footer em {
	color:#FFFF00;
	font-style:normal;
}
.FixCtr #links {
	color:#FFFFFF;
	font-size:.7em;
	text-align:center;
}
