/* 
	Ultimate Floors
	-------------------------------------
	Blue Logo - #005883
	Red / Pink - #B10043
*/


/*Firefox HACKS*/
html>body #title {
	margin-top: 0px;
}

/* CSS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 0px;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#shell {
	font-size: 11px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#title {
	font-size: 11px;
	width: 780px;
	height: 70px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	text-align: right;
	padding-right: 20px;
}
#nav {
	font-size: 11px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#content {
	font-size: 11px;
	width: 778px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#home_img {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	height: 300px;
}
#concrete {
	background-image: url(../img/concrete.jpg);
	background-repeat: repeat;
	background-position: right top;
	width: 150px;
	float: left;
	height: 1000px;
}
#concrete2 {
	background-image: url(../img/concrete2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100px;
	float: left;
	height: 2650px;
}
#concrete3 {
	background-image: url(../img/concrete3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100px;
	float: left;
	height: 650px;
}
#concrete4 {
	background-image: url(../img/concrete4.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 100px;
	float: left;
	height: 600px;
}
#concrete5 {
	width: 150px;
	float: left;
	height: 1300px;
}
#concrete6 {
	background-image: url(../img/concrete6.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 100px;
	float: left;
	height: 350px;
}

#home_title {
	width: 274px;
	background-color: #005883;
	float: right;
	height: 30px;
	padding-left: 30px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #cfcfcf;
	font-weight: bold;
}
html>body #home_text {
	float: left;
}
#home_text {
	padding-left: 15px;
	width: 270px;
	padding-top: 5px;
}
html>body #text {
	margin-left: 100px;
}
#text {
	padding-left: 30px;
	width: 550px;
	color: #333333;
	text-align: left;
}
a:link, a:visited {
	color: #005883;
	text-decoration: none;
}
a:hover{
	color: #B10043;
}
html>body h1{
	padding-left: 0px;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #005883;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #005883;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #B10043;
	text-decoration: none;
	padding-left: 15px;
}
#image_box {
	float: right;
	margin-bottom: 5px;
	color: #005883;
	text-align: center;
	margin-left: 10px;
}
#image{
	border: 1px solid #005883;
}
li {
	padding-left: 20px;
	list-style-type: square;
}
#footer_links a:link, #footer_links a:visited {
	color: #999999;
}
