/*/////////////////////////////////////////////////////////////// Main Body Properties //////////////////////////////////////////////////////////////////*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #dbd9dc;
	padding: 0px 0 10px 0;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	color: #666;
}

#outer {
	margin: 0 auto;
	position: relative;
	width: 975px;
	min-height: 575px;
	background: #fff url(images/background.jpg) 50% 0% no-repeat;
	z-index: 2;
}



/*//////////////////////////////////////////////////////////////// Header Properties ////////////////////////////////////////////////////////////////////*/

#header {
	position: relative;
	width: 100%;
	height: 150px;
}

#logo {
	margin: 0px 0 0 15px;
}


/*/////////////////////////////////////////////////////////////// Main Menu Properties /////////////////////////////////////////////////////////////////*/

#menu {
	height: 35px;
	width: 100%;
	margin: 0 auto;
}

#menu li {
	display: block;
	float: left;
	width: 162px;
	height: 35px;
	margin: 0 auto;

}

#menu li a {
	position: absolute;
	height: 35px;
	margin: 0 auto;

}

#menu ul li a.home {
	background: url(images/button-home.png) 50% 50% no-repeat;
}

#menu ul li a.homeactive {
	background: url(images/active-home.png) 50% 50% no-repeat;
}

#menu ul li a.home:hover {
	background: url(images/hover-home.png) 50% 50% no-repeat;
}

#menu ul li a.about {
	background: url(images/button-about.png) 50% 50% no-repeat;
}

#menu ul li a.aboutactive {
	background: url(images/active-about.png) 50% 50% no-repeat;
}

#menu ul li a.about:hover {
	background: url(images/hover-about.png) 50% 50% no-repeat;
}

#menu ul li a.portfolio {
	background: url(images/button-portfolio.png) 50% 50% no-repeat;
}

#menu ul li a.portfolioactive {
	background: url(images/active-portfolio.png) 50% 50% no-repeat;
}

#menu ul li a.portfolio:hover {
	background: url(images/hover-portfolio.png) 50% 50% no-repeat;
}

#menu ul li a.news {
	background: url(images/button-news.png) 50% 50% no-repeat;
}

#menu ul li a.newsactive {
	background: url(images/active-news.png) 50% 50% no-repeat;
}

#menu ul li a.news:hover {
	background: url(images/hover-news.png) 50% 50% no-repeat;
}

#menu ul li a.contact {
	background: url(images/button-contact.png) 50% 50% no-repeat;
}

#menu ul li a.contactactive {
	background: url(images/active-contact.png) 50% 50% no-repeat;
}

#menu ul li a.contact:hover {
	background: url(images/hover-contact.png) 50% 50% no-repeat;
}

#menu ul li a.links {
	background: url(images/button-links.png) 50% 50% no-repeat;
}

#menu ul li a.linksactive {
	background: url(images/active-links.png) 50% 50% no-repeat;
}

#menu ul li a.links:hover {
	background: url(images/hover-links.png) 50% 50% no-repeat;
}

/*//////////////////////////////////////////////////////////// General Text Properties /////////////////////////////////////////////////////////////////*/

p {
	font-size: 11pt;
}

#main p{
	margin-left: 12px;
}
h4 {
	font-size: 13pt;
}

h2 {
font-size: 18pt;
}

/*///////////////////////////////////////////////////////////// Link Properties ////////////////////////////////////////////////////////////////////////*/

a {
	outline: none;
	color: #66c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.thumb a:link {
	text-decoration: none;
}

.linkbox a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////////// General Image Properties //////////////////////////////////////////////////////////////*/

img {
	border: none;
}

#main-img {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #999;
}

/*////////////////////////////////////////////////////////////// Main Content Area Properties //////////////////////////////////////////////////////////*/

#main {
	padding: 20px 40px 30px 40px;
}

.project {
	width: 390px;
	height: 160px;
	float: left;
	margin: 30px 25px -20px 20px;
}

p.spacer {
	color: #fff;
	line-height: 5%;
	font-size: 8pt;
}

.thumb {
	width: 170px;
	height: 150px;
	float: left;
	font-size: 9pt;
}

.thumb a:hover {
	text-decoration: none;
}

.project img {
	margin: 0 10px 0 0;
	padding: 3px;
	background: #999;
}

.project p {
	font-size: 9pt;
	padding-top: 5px;
}

.linkbox {
	width: 390px;
	height: 70px;
	float: left;
	margin: 40px 25px 40px 20px;
}

.linkimg {
	width: 160px;
	height: 70px;
	float: left;
	background: #999;
	margin-right: 5px;
	border: 1px solid #666;
}

.linkimg a:hover {
	text-decoration: none;
}

.linkbox p {
	font-size: 9pt;
	padding-top: 5px;
	line-height: 150%;
}

/*/////////////////////////////////////////////////////////////// Footer Prooperties ////////////////////////////////////////////////////////////////////*/

#footer {
	margin: 0 auto;
	position: relative;
	width: 975px;
	height: 50px;
	background: url(images/footer.jpg) no-repeat 50% 0%;
	text-align: center;
}

#credit {
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-top: 5px;
}

#credit p {
	font-size: 10pt;
}

/*/////////////////////////////////////////////////////////////// Feedback Form Properties /////////////////////////////////////////////////////////////*/

#feedbackform {
	width: 500px;
	margin: 30px 0 0 0;
	position: relative;
	left: 20%;
	font-size: 11pt;
	color: #000;
	border-collapse: collapse;
	background: url(images/form-background.jpg) 0% 0% repeat-y;
}

.formlabel {
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

.formcontent {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

.formcontentcheck {
	padding: 10px 0 0 10px;
	vertical-align: top;
}

.formcontentcheck label{
	padding-left: 5px;
}

.submit {
	width: 100%;
	text-align: right;
	padding: 10px 10px 10px 0px;
}

#enquirykind {
	margin-right: 10px;
} /* Increase padding */
/*/////////////////////////////////////////////////////////////// Thank You Page Properties /////////////////////////////////////////////////////////////*/

#thankyoubutton a {
	display: block;
	outline: none;
}

#thankyoubutton a:link {
	text-decoration: none;
}

#thankyoubutton a:hover {
	text-decoration: underline;
}

#thankyou {
	margin: 0 auto;
	padding: 35px;
	text-align: center;
	font-size: 18pt;
	color:#fff;
}

#thankyoubutton {
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	width: 225px; height: 100px;
	background: url(images/thankyou.gif) no-repeat 50% 50%;
}

#exttag {
	font-size: 10pt;
}

#exttag a {
	font-size: 12pt;
}

/*/////////////////////////////////////////////////////////////// Lightbox 2 Properties /////////////////////////////////////////////////////////////*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0%; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 0% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 0% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 0% no-repeat; } 

#imageDataContainer{ font: 11px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #999; }

