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

a {
	text-decoration: none;
	color: #9C3;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}
body,td,th {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top-nav {
	width: 100%;
	height: 26px;
	background-color: #000;
	background-image: url(images/top-nav-bg.jpg);
	background-repeat: repeat-x;
	position: fixed;
	top: 0;	
	display: block;
}
#top-nav-left {
	float: left;
	margin-left: 5px;
	font-size: 11px;
	color: #666;
}
#top-nav-left a {
	color: #99cc33;	
}
#top-nav-left li {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	list-style: none;
}
#top-nav-right {
	float: right;
	margin-right: 5px;
	font-size: 11px;
	color: #666;	
}
#top-nav-right a {
	color: #99cc33;	
}
#top-nav-right li {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
	list-style: none;
}
#bottom-nav {
	width: 100%;
	height: 60px;
	background-color: #111;
	background-image: url(images/bottom-nav-bg.jpg);
	background-repeat: repeat-x;	
	position: fixed;
	bottom: 0;
	display: none;
	visibility: hidden;
}
#bottom-nav li {
	float: left;
	margin-top: 2px;
	list-style: none;
}
.green {
	color: #c6c843;
	font-size: 14px;
}
.lime-green {
	color: #9C3;
}
#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}
#wrapper {
	width: 1000px;
	position: relative;
	min-height: 515px;
	background-image: url(images/bg-shade.png);
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-top: 160px;
	width: 1000px;
	position: relative;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	visibility: hidden;
}
#nav {
	width: 100%;
	height: 54px;
	background-color: #111;
}
#nav li {
	float: left;
	list-style: none;
}
#header-left {
	float: left;
	font-size: 16px;
}
#header-right {
	float: right;
	font-size: 24px;
	margin-top: -8px;
}
.call-now {
	font-size: 12px;
	font-weight: normal;
}
#content {
	margin-left: 3px;
	margin-top: 2px;
}
#footer {
	width: 1000px;
	height: 120px;
	display: block;
}
#column1 {
	margin-left: 35px;
	margin-top: 35px;
	margin-right: 40px;
	float: left;
}
#column2 {
	float: left;
	margin-top: 30px;
	width: 540px;
}
h1 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #9C3;
}
h2 {
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 5px;
}
#content-gallery {
	width: 1000px;
	text-align: center;
	display: block;
}
#gallery-thumbnails {
	clear: both;
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #050505;
	height: 58px;
}
#gallery-thumbnails ul {
	padding-top: 4px;
}
#gallery-thumbnails li {
	float: left;
	list-style: none;
	margin-left: 6px;
	margin-top: 4px;
	border: 1px solid #000;
}
#gallery-thumbnails li:first-child {
	margin-left: 8px;
}
#apDiv1 {
	position:absolute;
	visibility:visible;
	width:41px;
	height:73px;
	z-index:1;
	left: 16px;
	top: 254px;
	font-size: 48px;
	font-weight: bold;
	color: #9ACC35;
}
#apDiv2 {
	position:absolute;
	visibility:visible;
	width:47px;
	height:74px;
	z-index:1;
	left: 938px;
	top: 243px;
	color: #9ACC35;
	font-size: 48px;
	font-weight: bold;
}
#enquire-now {
	float: right;
	width: 237px;
	line-height: 30px;
	margin-top: 0px;
}
#flash-content {
	margin-left: 110px;
	margin-top: 45px;
	color: #0f0;
}




/* VIEWPORT < 900px */

@media only screen and (max-width: 980px){
	
	#top-nav {
		display: none;
}
	
	#wrapper {
		width: 100%;
		text-align: center;
	}
	
	#nav {
		margin-bottom: 22px;
		height: auto;
		overflow: hidden;
	}
	
	#nav img {
		width: 100%;
		height: auto;
	}
	
	#header {
		margin-top: 0;
		width: auto;
	}
	
	#column1, #column2, #flash-content {
		float: none;
		width: 90%;
		margin:0;
		padding: 5%;
	}
	
	h1 {
		margin-top: 22px;		
	}
	h2 {
	margin-bottom: 22px;		
	}
	
	img {
		width: 45%;
		height: auto;
	}
	
	#top-nav-right {
	float: left;	
	}
	
	#enquire-now {
    float: none;
    width: 100%;
	}
	
	#bg {
        display: none;
}
	body {
		background-image: url(images/bg.jpg);
		background-size: cover;
	}
	
	
}

/* VIEWPORT < 900px */

@media only screen and (max-width: 460px){
	
	img {
		width: 85%;
		height: auto;
	}
}