/* CSS Document */
body {
	background: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	padding-left: 20px;
	color: #aceb24;
}

h2{

}

h3{

}

p {
	margin: 0;
}

a{
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}


ul{
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

div.clear{
	clear: both;
	height: 0px;
}

div.specClear{
	clear: both;
	height: 6px;
	background: url(../images/bg_content_index.gif) no-repeat center top;
}



/********************* CONTAINERS *******************/
#topContainer {
	background: url(../images/bg_top_container.gif) repeat-x top left;
	height: 211px;
}

#middleContainer {
	background: url(../images/bg_middle_container.gif) repeat-x top left;
	
}

#bottomContainer {

}

/********************** HEADER **********************/
#header {
	width: 982px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) no-repeat top left;
}

#flashContain {
	height: 175px;
}

/************ NAV BUTTONS ****************/
#nav_home {
	height: 36px;
	width: 195px;
	_width: 194px;
	display: block;
	background: url(../images/nav_home.gif) no-repeat;
}

#nav_home:hover {
	background-position: -195px 0;  
}

#nav_what {
	height: 36px;
	width: 194px;
	display: block;
	background: url(../images/nav_what.gif) no-repeat;
}

#nav_what:hover {
	background-position: -194px 0;  
}

#nav_projects {
	height: 36px;
	width: 201px;
	_width: 199px;
	display: block;
	background: url(../images/nav_projects.gif) no-repeat;
}

#nav_projects:hover {
	background-position: -201px 0;  
}

#nav_about {
	height: 36px;
	width: 197px;
	display: block;
	background: url(../images/nav_about.gif) no-repeat;
}

#nav_about:hover {
	background-position: -197px 0;  
}

#nav_contact {
	float: right;
	height: 36px;
	width: 195px;
	display: block;
	background: url(../images/nav_contact.gif) no-repeat;
}

#nav_contact:hover {
	background-position: -195px 0;  
}

/******************** INDEX CONTENT *************************/
#indexContent {
	width: 982px;
	color: #616974;
	margin: 0 auto;
}


#indexEnquire {
	width: 394px;
	height: 260px;
	float: left;
	padding-top: 82px;
	background: url(../images/bg_index_enquire.gif) no-repeat top left;
}

#enquireTitle {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 8px 25px 8px 25px;
}

#enquireText {
	font-size: 12px;
	color: #ffffff;
	padding: 8px 35px 19px 25px;
}

#enquireImage {
	padding: 0px 0 0 4px;
	margin: 0;
}

#indexMainFeature {
	width: 588px;
	height: 342px;
	float: left;
}

#subFeature {
	
}

#subFeature img{
	float: left;
}

/********************** MAIN CONTENT ***********************/

#mainContent {
	width: 982px;
	color: #616974;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y; 
}

.topBorder {
	padding: 5px 4px 0 4px;
	margin: 0;
}

.mainBottom {
	padding: 0px 4px 3px 4px;
	margin: 0;
	background: url(../images/bottom_border_curve.gif) no-repeat center bottom;
}

#mainText {
	width: 974px;
	margin: 0;
	background: url(../images/main_bg.gif) repeat-x top left #000000;
}


#mainText p.leftParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0 8px 20px;
}

#mainText p.rightParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 35px 8px 10px;
	text-align: right;
}


#leftSideMain {
	width: 486px;
	padding: 30px 0 0 0px;
	float: left;
}



#rightSideMain {
	width: 486px;
	padding-top: 30px;
	float: left;
}



/******************** PRODUCT PAGES **********************/
#productContent {
	width: 982px;
	color: #616974;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y; 
	padding-top: 3px;
}

.productBottom {
	padding: 0px 4px 3px 4px;
	margin: 0;
	background: url(../images/product_bottom.gif) no-repeat center bottom;
}

#productText {
	width: 974px;
	margin: 0;
	background: url(../images/product_bg_what.jpg) repeat-x top left #000000;
}

#productText p.leftParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0 8px 20px;
	line-height: 18px;
}

#productText p.rightParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 35px 8px 10px;
	text-align: right;
}

.headingImage {
	padding-left: 15px;
}

ul.tickIcon {
	list-style-image: url(../images/li_icon_project.gif);
	padding-left: 45px;
	_padding-left: 40px;
}

ul.tickIcon li{
	color: #FFFFFF;
	font-size: 14px;
}

ul#galleryImages {
	padding: 5px 15px;
}

ul#galleryImages li{
	width: 170px;
	height: 94px;
	float: left;
	padding: 9px;
}

/******************** PROJECT PAGES **********************/
#projectContent {
	width: 982px;
	color: #616974;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y; 
	padding-top: 3px;
}

.projectBottom {
	padding: 0px 4px 3px 4px;
	margin: 0;
	background: url(../images/product_bottom.gif) no-repeat center bottom;
}

#projectText {
	width: 974px;
	margin: 0;
	background: url(../images/project_bg.jpg) repeat-x top left #000000;
}

#projectText p.leftParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0 8px 20px;
	line-height: 18px;
}

#projectText p.rightParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 35px 8px 10px;
	text-align: right;
}

#projectText2 {
	width: 974px;
	margin: 0;
	background: url(../images/project_bg2.jpg) repeat-x top left #000000;
}

#projectText2 p.leftParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 0 8px 20px;
	line-height: 18px;
}

#projectText2 p.rightParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 35px 8px 10px;
	text-align: right;
}

.headingImage {
	padding-left: 15px;
}

ul.projectIcon {
	list-style-image: url(../images/li_icon_project.gif);
	padding-left: 45px;
	_padding-left: 40px;
}

ul.projectIcon li{
	color: #FFFFFF;
	font-size: 14px;
	padding: 1px 0px 1px 0px;
}

/*********************** CONTACT US **********************/
#topContact {
	width: 974px;
	height: 292px;
	background: url(../images/top_contact_bg.jpg) no-repeat;
}

.contactBottom {
	padding: 5px 4px;
	background: url(../images/bottom_curve.gif) no-repeat center bottom;
}

#contactDetails {
	padding: 30px 20px;
}

.greenText14 {
	font-size: 14px;
	color: #aadf3d;
	padding: 0px 0 8px 0;
}

#contactText {
	font-size: 14px;
	color: #ffffff;
}

.leftContactDetail {
	font-size: 11px;
	color: #aadf3d;
	width: 45px;
	height: 22px;
}

.rightContactDetail {
	font-size: 14px;
	color: #ffffff;
	height: 25px;
}

.rightContactDetail a {
	font-size: 14px;
	color: #cbf5ff;
	text-decoration: underline;
	
}

#bottomContact {
	width: 974px;
	height: 310px;
	background: url(../images/bottom_contact_bg.gif) no-repeat;
}

#enquiryContactText {
	padding: 30px 0 0 50px;
	width: 385px;
	float: left;
}

#enquiryContactForm {
	width: 535px;
	float: left;
	padding-top: 20px;	
}

.leftForm {
	width: 130px;
	height: 20px;
	padding: 3px 0;
	font-size: 11px;
	color: #d1d7e0;
}

.rightForm {
	padding: 3px 0;
}

#leftFormAreaText {
	width: 130px;
	font-size: 11px;
	color: #d1d7e0;
	padding: 3px 0;
}

#rightFormAreaText {
	padding: 3px 0;
}

.inputText {
	width: 290px;
	height: 14px;
}

.inputArea {
	width: 290px;
	height: 130px;
}

#submitButton {
	position: relative;
	top: -35px;
}

/************************* FOOTER **************************/
#footer {
	width: 982px;
	color: #616974;
	margin: 0 auto;
	font-size: 11px;
	padding-bottom: 50px;
}

#footer a{
	color: #616974;
	font-size: 11px;
}

#copy {
	padding: 16px 0 0 15px;
	color: #616974;
	width: 400px;
	float: left;
}

#footerLinks {
	padding-top: 16px;
	width: 415px;
	float: left;
}

#siteBy {
	height: 30px;
	width: 150px;
	float: left;	
}

/* LIGHTBOX ---------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

