/* CSS Document */

* {

padding: 0;
margin: 0;

} 

body{

/* Background image is the image that will appear over entire page. Background Color is a plain colour over the entire page

/* background-image:url(i/bigbg.jpg); */
background-color:#FFFFFF;

}


.outer{

margin-left:auto;
margin-right:auto;
position:relative;
width:980px;
margin-top:10px;
height:720px;
background-image:url(i/bg.jpg);
background-repeat:no-repeat;

}

.outer_why{

margin-left:auto;
margin-right:auto;
position:relative;
width:980px;
margin-top:10px;
height:720px;
background-image:url(i/bg_other.jpg);
background-repeat:no-repeat;

}

.outer_enquiry{

margin-left:auto;
margin-right:auto;
position:relative;
width:980px;
margin-top:10px;
height:720px;
background-image:url(i/bg_enquiry.jpg);
background-repeat:no-repeat;

}

.menu800{

position:absolute;
width:718px;
height:20px;
left:215px;
top:231px;
}

.menu800 a{

font-family:Arial, Helvetica, sans-serif;
padding-right:9px;
padding-left:7px;
text-decoration:none;
color:#FFFFFF;
font-size:10px;
border-right:1px solid #FFFFFF;
text-transform:capitalize;
font-weight:bold;

}



.menu800 a:hover{

color:#FFBE00;

}

.emails{

position:absolute;
width:315px; 
height:160px; 
left: 573px; 
top: 374px;

}

.emails a{

color:#666666;
font-size:10px;

}

.emails a:hover {

color:#FFBE00;

}

h1{

font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FEC20F;

}

h3{

font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal; 
padding:6px;
padding-left:25px;
color:#FFFFFF;

}

p{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#FFFFFF;
font-weight:normal;
padding-right:20px;
text-align:justify;

}

ul{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:5px;
margin-left:25px;
color:#FFFFFF;
font-weight:normal;
padding-right:15px;
line-height:14px;

}

li{

padding-bottom:3px;

}

a{

text-decoration:none;
color:#FFFFFF;

}

.homecontent{

position:absolute;
width:479px; 
height:323px; 
left: 88px; 
top: 300px;

}

.homecontent p{

margin-left:6px;

}

.onecol p{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#FFFFFF;
font-weight:normal;
padding-right:10px;
text-align:justify;

}



}

.bottommenu800{

width:902px;
height:25px;
padding-top:0px;
padding-bottom:0px;

}

.bottommenu800 a{

font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:5px;
padding-left:3px;
text-decoration:none;
color:#999999;
font-size:9px;
border-right:1px solid #CCCCCC;
text-transform:capitalize;
font-weight:bold;

}

.bottommenu800 p{

font-size:9px;
padding-top:3px;
margin:0px;
color:#999999;

}

.bottommenu800 a:hover{

color:#FFBE00;

}

/* Products */

.producttext{

position:absolute;
width:270px; 
height:152px; 
left: 284px; 
top: 428px;
background-image:url(i/textbox.jpg)

}

.producttext h2{

font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
margin-left:20px;
margin-top:13px;

}

.producttext ul{

color:#000000;
margin-left:45px;
margin-top:7px;
font-size:12px;

}

.productinfo{

position:absolute;
width:270px; 
height:52px; 
left: 284px; 
top: 578px;

}

#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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


