/* 
 * *******************
 * Chocolate IT layout
 * ******************* 
*/
#contact {float: left; padding: 10px 0px 0px 60px; height: 90px}
#contact p {clear: none; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; display: inline; font-size: 14px;}
#contact img {position: relative; top: 7px; padding-right: 10px;}
.logo {padding: 20px 0px 0px 40px; float: left;}
/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}

/* Typography
------------------------------------------------------------------------------------------------- */

body{
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	background: url(../images/background.jpg);
	width: 1px;
	height: 767px;
	background-repeat: repeat-x;
	background-color: #bdbdbd;
}

label{
	font-size:0.8em;
}

a{
	font-size: 0.9em;
}

p{
	font-size:0.9em;
	line-height: 1.5em;
	margin: 10px 0 0 40px;
	font-family: Arial;
}

li{
	line-height: 1.5em;
	font-family: Arial;
}

h1,h2,h3,h4{
	font-family: Arial;
	font-weight: normal;
	margin: 0 0 0 40px;
}

h3{
	font-size: 1.4em;
	color: #F103B0;
}

h4{
	color: #F103B0;
	margin: 10px 0 0 40px;
}

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }

/* Overall Layout
------------------------------------------------------------------------------------------------- */

div#container{
	
	width: 795px;
	position: absolute;
	left: 50%;
	margin-left: -397px;
}

/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	background: #fff url(../images/bg_content.gif) repeat-x;
	width: 795px;
	height: 141px;
	float: left;
}


/* Nav 
------------------------------------------------------------------------------------------------- */
ul#mainnav{
	background: url(../images/mainnav.jpg);
	width: 446px;
	height: 45px;
	margin: 0px 30px 0 0;
	float: right;
}
ul#mainnav a {color: #fff}
ul#mainnav li{
	list-style: none;
	display: block;
	float: left;
	padding: 10px 15px;
	margin-top: 2px;
}

ul#mainnav li.home{
	margin-left: 1px;
}

ul#mainnav li.about{
	margin-left: 4px;
}

ul#mainnav li.services{
	margin-left: 16px;
}

#mainnav li.gallery{
	margin-left: 20px;
}

ul#mainnav li.contact{
	margin-left: 17px;
}

a.selected{
	color: #F211B5;
}

div#subnav{
	width: 795px;
	height: 54px;
	float: left;
}

ul#subnav{
	background: url(../images/subnav.jpg);
	width: 795px;
	height: 54px;
	margin: 0px 0 0 0;
	float: left;
}

ul#subnav li{
	list-style: none;
	display: block;
	float: left;
	padding: 10px 10px;
	margin-top: 8px;
}

ul#subnav li.altrowall{
	margin-left: 2px;
}

ul#subnav li.hygenicsafety{
	margin-left: 2px;
}

ul#subnav li.hygenicceiling{
	margin-left: -0px;
}

ul#subnav li.stainlesssteel{
	margin-left: -2px;
	float: left;
}
ul#subnav li a {color: #fff; font-weight: bold}

/* Content 
------------------------------------------------------------------------------------------------- */
.bodytop{
	background: url(../images/bordertop.jpg);
	width: 795px;
	height: 31px;
	margin: 0px 0 0 0;
	float: left;
}

.bodymid{
	background: url(../images/bordermid.jpg);
	width: 795px;
	background-repeat: repeat-y;
	float: left;
}

.bodymid a{
	color: #0000FF;
	font-size: 1.1em;
}

.bodymid p{
	width: 450px;
}

.bodybottom{
	background: url(../images/borderbottom.jpg);
	width: 795px;
	height: 31px;
	float: left;
}

img.right{
	margin: 0 40px 0 0;
	float: right;
}

ul#serviceslist{
	list-style: none;
	float: left;
}

ul#serviceslist a{
	color: #0000FF;
}

img.gallery{
	margin: 10px 0 0 40px;
}

div#contactform{
	margin: 10px 0 0 40px;
	font-size: 1.2em;
}

.submitcontact{
	margin-left: 235px;
}

img.offer{
	margin: 10px 0 0 28px;
}

img.colour{
	margin: 0 0 0 36px;
}

div#twitter{
	margin: 0 0 0 35px;
	float: left;
}
/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer{
	float: right;
}

div#footer p{
	font-size: 0.8em;
}

div#footer a{
	color: #0000FF;
}

/*Lightbox
------------------------------------------------------------------------------------------------- */

#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%; 
