body {
	margin: 0;
	padding:0;
	background: url(/images/main-bg.gif) repeat-x #000000;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
p {
	font-family: Arial, Helvetica, Verdana;
}
hr {
	margin:5px 15px 0 15px;
	height: 1px;
	border-style: none;
	color: #ffffff;
	background-color: #ffffff;

}
#wrapper {
	width: 990px;
	min-height: 590px;
	margin: auto;
}
.home {
	background: url(/images/home-img.jpg) no-repeat;
}
.specification {
	background: url(/images/specification-img.jpg) no-repeat;
}
.location {
	background: url(/images/location-img.jpg) no-repeat;
}
.floorspace {
	background: url(/images/floor-img.jpg) no-repeat;
}
.contact {
	background: url(/images/contact-img.jpg) no-repeat;
}
#grad {
	background: url(/images/grad.png) repeat-x;
	width:990px;
}
#logo {
	width: 240px;
	height: 147px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}
#navigation {
	width: 520px;
	float: left;
	display: inline;
}
#navigation ul{
	list-style: none;
	float: right;
	margin:20px 0 0 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	color: #8d8c8b;
	font-family: Arial, Helvetica, Verdana;
	font-weight:bold;
	text-transform: uppercase;
	margin:0 20px 0 0;
	padding: 0;
	font-size: 10px;
	_font-size: 9px;
	letter-spacing: 3px;
}
#navigation ul li a.off {
	color: #8d8c8b;
	text-decoration: none;
}
#navigation ul li a.off:hover {
	color: #bf1d58;
}
#navigation ul li a.on {
	color: #bf1d58;
	text-decoration: none;
}
#content {
	width: 210px;
	height: 535px;
	float: left;
	background: url(/images/content-bg.png) repeat-x;
	display: inline;
}
#content img {
	margin: 20px 0 0 15px;
}
h2 {
	color: #bf1d58;
	font-family: Arial, Helvetica, Verdana;
	text-transform: uppercase;
	margin:20px 15px 0 15px;
	padding: 0;
	font-size: 10px;
	letter-spacing: 3px;
}
p {
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	margin:15px 15px 0 15px;
}
p a {
	color: #bf1d58;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
p a:hover {
	color:#ffffff;
}
.small {
	font-size:9px;
	line-height: 12px;
}
.intro {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
}
#content ul  {
	margin:15px 15px 0 15px;
	_margin:15px 15px 0 10px;
	padding: 0;
	list-style: none;
}
#content ul li {
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	background: url(/images/bullet.png) no-repeat;
	background-position:0 5px;
	_background: none;
	font-family: Arial, Helvetica, Verdana;
	padding:0 0 5px 10px;
	_padding:0 0 5px 5px;
}
table.floor {
	margin:20px 0 0 12px;
	width: 190px;
}
td.border {
	background-color: #414141;
}
td p{
	font-family: Arial, Helvetica, Verdana;
	color: #ffffff;
	font-size: 9px;
	padding:0 0 0 5px;
	margin: 0;
}
td.left  {
	width:30px;
}
td.middle {
	width: 70px;
}
td.right{
	width:70px;
	text-align: right;
}
td.right p {
	padding-right:5px;
}





#footer {
	height: 50px;
	width:990px;
}
#footer p {
	float: left;
	margin:0 0 0 15px;
	padding-top: 20px;
	
	color: #fffff;
	display: inline;
}
#footer p a{
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
#footer p a:hover {
	color: #bf1d58;
	text-decoration: none;
}
#footer .agents {
	float: right;
	margin-right:10px;
	width:350px;
}
#footer .agents img{
	padding-right:10px;
	margin: 0;
	float: left;
}


#contact-form {
	width:180px;
	margin:0 0 10px 0;
	padding:0;
}
		#contact-form form {
			margin:0;
		}
			
			#contact-form form .left {
				font-family: Arial, Helvetica, Verdana;
				font-size: 11px;
				color: #ffffff;
				padding:5px 2px 3px 15px;
			}
			#contact-form form .right {
				width: 100px;
				height: 12px;
				padding:2px;
				font-family: Arial, Helvetica, Verdana;
				font-size: 11px;
				color: #ffffff;
				margin:0 0 0 15px;
				border:1px solid #414141;
				background-color: #414141;
				text-align: left;
			}
			#contact-form form .submit {
				width:72px;
				height:9px;
				margin:5px 0 0 116px;;
			}
	#error-div {
		height: 20px;
		width: 170;
		margin:0;
	}
	.error {
		color:#c31555;
		width: 170px;
		margin:10px 0 0 15px;
		padding: 0;
	}
	#contact-form .thanks {
		margin:0 0 5px 0;
		color:#c31555;
	}





