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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	margin:0;
	padding:0;
}
a{
	color:#333;
}

.main-bg{
	background-image:url(../images/bg-gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

.terms-bg{
	background-image:url(../images/bg-fade.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

h1{
	font-size:18px;
	font-weight:normal;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

h4{
	font-size:9.5px;
	font-weight: normal;
}

p{
	line-height:12px;
}

#site-container {
	text-align:left;
	width:900px;
	margin:20px auto;
}

#header{
}

#logo{
	float:left;
}

#logo img{
	border:0;
}

#building-container{
	text-align:center;
}

#home-intro{
	width:515px;
	float:right;
	padding-right:10px;
}

.clear{
	clear:both;
}

#weather-container{
	float:left;
	margin-top:-30px;
	margin-left:50px;
	width:236px;
	height:231px;
	background-image:url(../images/weathersign.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.weather-display {
	height:80px;
	width:166px;
	margin:35px 0 0 40px;
	background-image:url('http://www.timeweather.com/cgi-bin/weather/weather.cgi?config=png&forecast=metar&alt=hwicc&pands=New York, NY&hwvbg=FFFFFF&hwvtc=333333&hwvusettf=0');
}

.hr {
	background-color:#aaaaaa;
	height:2px;
	clear:both;
}

.contact-text{
	font-size:14px;
}

#footer{
	text-align:center;
	font-size:11px;
	height:60px;
	width:900px;
	margin:0 auto;
	/*background-repeat:repeat-x;
	background-image:url(../images/footer-bg.jpg);
	position:absolute;
	bottom:0px;
	height:108px;
	width:100%;
	z-index:-1px;*/
}

#footer a{
	color:#000;
}

#left-col, #right-col{
	width:400px;
	float:left;
	margin-bottom:30px;
}

#right-col{
	margin-left:45px;
}

#service-links ul{
	margin:0;
	padding:0;
}

#service-links ul li{
	list-style:none;
	margin-top:10px;
	
}

#service-links ul li a{
	color:#bc971a;
	font-weight:bold;
}

#service-links ul li a:hover{
	color:#333;
}

.enquiry-form{
	padding:0;
	margin:0;
}

.form-field{
	width:300px;
}

.form-row {
	margin-bottom:10px;
	text-align:right;
}

.form-left-col, .form-left-col {
	float:left;
	text-align:left;
}

.form-left-col{
		width:80px;
}

#legal-container{
	padding-top:30px;
	clear:both;
	margin:0 50px;
}

.gallery-image {
	float:left;
	margin:5px 5px 0 0 ;
	background-image:url(../images/image_bg.jpg);
	background-position:bottom;
}
.gallery-image img {
	border:0;
}

.gallery-image img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	
}

.display-none{
	display:none;
}


/* ---- navigation code ---- */
#nav-container{
	
}

#nav-container ul {
	float:right;
}

#nav-container ul li{
	float:left;
	list-style:none;
	margin:5px;
}

#nav-container ul li a{
	color:#fff;
	background-image:url(../images/nav-bg.jpg);
	padding:5px 10px 10px 10px;
	text-decoration:none;
	font-weight:bold;
}

#nav-container ul li a:hover, .active{
	background-image:url(../images/nav-bg-highlight.jpg);
}

