/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin:0;
	padding:0;

}
body { background:#111; }
	img{
	border:none;
	padding-right: 0px;
	margin-bottom: 5px;
}
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../images/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
	#controls-wrapper {
	height:42px;
	width:1100px;
	bottom:0;
	z-index:4;
	background:url(../images/nav-bg.png) repeat-x;
	position:fixed;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 5px;
}
	
		#controls {
	overflow:hidden;
	height:100%;
	text-align:left;
	z-index:5;
	padding:0 200px; /* Increase padding to give thumbnails room */
	padding-top: 5px;
}
			#slidecounter { float:left; color:#888; font:23px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 -1px 0; margin:19px 10px 18px 20px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; text-shadow:#000 0 2px 0; margin:10px 20px 23px 0; }
			#navigation { float:right; margin:10px 20px 0 0; }
	
	/*Thumbnail Navigation*/	
	#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:10px; }
			#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
			
			* Commonly used to style page titles. */
h1 {
	color: #636;
	font-size: 24px;
	font-weight: bold;

}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 11px;
  font-weight: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #636;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #CC99FF;
	text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 1100px;
	background-image: ;
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1000px;
	float: none;
}

#mainWrapper {
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 1100px;
	background-image:url(../images/smartloft-home-new.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 650px;
	float: left;
	background-image: url(../images/home-4.jpg);
}

#outerWrapper #topband {
	width: auto;
	height: 204px;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.95;
	-moz-border-radius-bottomleft: 10px 10px;
	-webkit-border-bottom-left-radius: 10px 10px;
	-khtml-border-radius-bottomleft: 10px 10px;
	border-bottom-left-radius:10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-khtml-border-radius-bottomright: 10px 10px;
	border-bottom-right-radius:10px 10px;
	background-image: url(../images/header-image-back2.png);
}
#outerWrapper #navheader {
	border-bottom-style: none;
	border-style: none;
	background-color:#CCC;
	background-repeat:no-repeat;
	background-position:center;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	height: 15px;
	width: 1080px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	text-align: left;
	color: #333;
	}

#outerWrapper #header {
	border-bottom-style: none;
	border-style: none;
	background-repeat:no-repeat;
	background-position:center;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	height: 90px;
	width: 575px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	clear: right;
}

#outerWrapper #topNavigation {
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	width: 580px;
	margin-left: 25px;
	clear: left;
	text-align: left;
	font-size: 14px;
}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height:auto !important;
	min-height:145px;
	width: 400px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:40%;
	float: left;
	text-align: left;
	color: #FFF;
	margin-left: 60px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	clear: left;
	margin-right: 5px;
	background-position: center;
  }

#content2 {
	min-height:auto;
	height:30px !important;
	width:610px;
	float:left;
	padding-top: 10px;
	margin-left: 0px;
	clear: both;
	padding-left: 25px;
	color: #333;
	font-size: 15px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 45px;
	margin-bottom: 270px;
	font-family: "Century Gothic", Arial;
	text-align: left;
}

#freequote {
	min-height:auto;
	height:25px !important;
	width:200px;
	float:left;
	padding-top: 5px;
	margin-left: 150px;
	clear: right;
	padding-left: 25px;
	color: #333;
	font-size: 15px;
	line-height: 19px;
	margin-top: 135px;
	margin-bottom: 0px;
	font-family: "Century Gothic", Arial;
	text-align: right;
}
#badges {
	min-height:auto;
	height:40px !important;
	width:100px;
	float:right;
	padding-top: 5px;
	margin-left: 0px;
	clear: none;
	padding-left: 25px;
	color: #333;
	font-size: 15px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Century Gothic", Arial;
	text-align: right;
}
#content3 {
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	min-height:180px;
	width:250px;
	float:right;
	clear: right;
	text-align: left;
	margin-top: 10px;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-family: "Century Gothic", Arial;
	margin-bottom: 5px;
	margin-right: 25px;
}

#content4 {
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	min-height:150px;
	width:860px;
	float:left;
	padding: 15px;
	clear: left;
	text-align: left;
	background-color: #FFF;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.95;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-family: "Century Gothic", Arial;
	margin-bottom: 50px;
	border: 5px solid #ccc;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 325px;
}

#latest {
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	min-height:20px;
	width:550px;
	float:left;
	padding: 5px;
	clear: right;
	text-align: center;
	background-color: #333;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: "Century Gothic", Arial;
	margin-bottom: 5px;
	border: 5px solid #000;
	font-size: 14px;
}
#outerWrapper #footer {
	float: none;
	width: 1100px;
	height: 50px;
	clear: both;

}
#outerWrapper #footer #footercontent {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 25px;
	clear: both;
	
}

#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image:
		}


</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

	.gallery {
}
.gallery img {
	border: 5px solid #636;
	color: #636;
}
#enquiry {
}
.contactform {
}
.error {
	color: #8B41CA;
}
.wd {
	font-size: 11px;
	width: 1080px;
	clear: both;
	margin-right: auto;
	float: left;
	/* for IE */
 	text-align: left;
	height: 40px;
	line-height: 18px;
	margin-top: 50px;
	padding:10px;
	color: #999;
	background-color: #FFF;
	-khtml-border-radius-bottomleft: 10px 10px;
	-khtml-border-radius-topright: 10px 10px;
	font-family: "Century Gothic", Arial;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	}
#wd2 {
	font-size: 10px;
	width: 100px;
	clear: none;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
	/* for IE */
 	text-align: left;
	height: 150px;
	line-height: 16px;
	margin-top: 5px;
	padding-top: 10px;
	color: #999;
	padding: 10px;
	background-color: #000;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
}

#wd3 {
	font-size: 12px;
	width: 110px;
	clear: right;
	margin-right: 1px;
	float: left;
	/* for IE */
 	text-align: left;
	height: 150px;
	line-height: 16px;
	margin-top: 5px;
	color: #999;
	background-color: #000;
	padding: 10px;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
}
#wd4 {
	font-size: 12px;
	width: 110px;
	clear: right;
	margin-right: 1px;
	float: left;
	/* for IE */
 	text-align: left;
	height: 150px;
	line-height: 16px;
	margin-top: 5px;
	color: #CCC;
	background-color: #000;
	padding: 10px;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
}



/*navigation style*/
#menu {
	list-style: none;
	height: 65px;
	position: relative;
	margin-left: 0px;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	width: 525px;
	margin-top: 0px;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:0.90;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: top;
}
#menu a:hover span{
	display: block;
}

a.white:link {
	color: #FFFFFF;
	font-weight: bold;
}
a.white:active {
	color: #333333;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.white:hover {
	color: #CCFF00;
	font-weight: bolder;
}

a.grey:link {
	color: #333333;
	font-style: normal;
}
a.grey:active {
	color: #333333;
	font-style: normal;
}
a.grey:visited {
	color: #333333;
	font-style: normal;
}
a.grey:hover {
	color: #CCFF00;
	
	font-style: normal;
}

   
/**************************
FLOATING MENU
**************************/
.floating-menu {
	background: none repeat scroll 0 0 transparent;
	position: fixed;
	top: 220px;
	right:-1px;
	width: 32px;
	z-index: 100;
	float:right;	
}		
           
.slideshow {
	height: 650px;
	width: 1100px;
	position: absolute;
}

            .contact {
	color: #CCC;
	text-align: right;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	margin-left: 360px;
	padding-bottom: 5px;
}
