

/*------------------Start css --------------------*/

#hide {display:none}

body
{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#2e2e2e;
	
}


a:focus {
	outline:none;
	}

form
{
	margin:0;
	padding:0;
}
img
{
	border:0;
}

.clr {
	clear:both;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
}


body a
{
	color:#2e2e2e;
}

body a:hover
{	text-decoration:none;
	color:#22459d;
}
h1
{
	padding:0 0 12px 0;
	margin:0;
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
h2
{
	padding:0 0 3px 0;
	margin:0;
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
	}
p
{
	line-height:15px;
	margin:0;
	padding:0 0 10px 0;
}


.input {
	border:1px solid #e5e5e5;
	font-size:12px;
	color:#3f3f3f;
	height:21px;
	width:274px;
	margin:0;
	padding:0;
}

textarea {
	border:1px solid #e5e5e5;
	font-size:12px;
	color:#3f3f3f;
	width:344px;
	margin:0;
	padding:0;
	}

.main-container {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	}
	
.logo-frame {
	float:left;
	width:950px;
	text-align:center;
	padding:0;

	}

.flash {
	width:950px;
	text-align:center;
	padding:0;
	height:182px;
	margin:0 auto;
	}

.body-frame {
	width:950px;
	float:left;
	margin:28px 0 0 0;
	}

.body-col-1 {
	width:220px;
	padding:0 0 0 8px;
	float:left;
	}

.left-link {	
	width:181px;
	float:left;
	padding:0 12px 0 7px;
	margin:0;
	border-right: 1px solid #CCCCCC;
	}

.left-link ul {	
	padding:0;
	margin:0;
	}

.left-link ul li {	
	padding:2px 0;
	list-style:none;
	margin:0;
		}
	
.left-link ul li ul li {	
	padding:2px 0 0 20px;
	margin:0;
	line-height:15px;
	list-style-type:none;
	background:url(../images/dot.gif) no-repeat 10px;
		}
	
.left-link ul li a {	
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	}

.left-link  ul li a:hover {	
	color:#ca1f1d;
	text-decoration:underline;
	}
	
.red { color:#ca1f1d; font-weight:bold; }
.blue {color:#0191a0;}	
.dark-blue { color:#01165a; }
.purple { color:#990099; }
.cyan { color:#009999; }
.green {color:#006600;}

.line {border-top:1px solid #d4d4d4;}
	
.body {
	width:722px;
	float:left;
	padding:0;
	}
		
.body-col-2 {
	width:402px;
	float:left;
	padding:0;
	}

.body-col-3 {
	width:295px;
	padding:0 0 0 25px;
	float:left;
	}
	
	
.body-col-3 ul {
	padding:0 15px 0 0;
	margin:0 0 10px 0;
	}

.body-col-3 ul li {
	padding:2px 0 0 10px;
	list-style-type:none;
	background:url(../images/dot.gif) no-repeat left 8px;
	}

.body-col-3 ul li a {
	text-decoration:none;
	}

.body-col-3 ul li a:hover {
	color:#ca1f1d;
	}

.col-3-bottom ul {
	margin:10px 0;
	}

.col-3-bottom ul li {
	padding:3px 0 0 15px;
	margin:0;
	list-style-type:none;
	background:url(../images/arrow.gif) no-repeat left;
	}

.col-3-bottom ul li:hover {
	background:url(../images/arrow-h.gif) no-repeat left;
	}

.col-3-bottom ul li a {
	color:#2e2e2e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	}

.col-3-bottom ul li a:hover {
	color:#FF0000;
	}

.bottom-pic {
	width:950px;
	float:left;
	margin:20px 0 0 0;
	padding:16px 0 0 0;
	background:url(../images/bot-pic-bg.png) no-repeat;
	height:80px;
	text-align:center;
	}

.bottom-pic img {
	margin:0 10px 0 0;
	}

.footer {
	width:950px;
	float:left;
	margin: 20px 0;
	text-align:center;
	}


.home-bg {
	background:url(../images/home-bg.gif) repeat-x bottom;
	}

.bronze-bg {
	background:url(../images/bronze-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.engg-comp-bg {
	background:url(../images/engg-comp-bg.gif) repeat-x bottom;
	overflow:hidden;
	}



/* Coloured */

.orange-bg {
	background:url(../images/orange-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.red-bg {
	background:url(../images/red-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.blue-bg {
	background:url(../images/blue-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.muddy-bg {
	background:url(../images/muddy-bg.gif) repeat-x bottom;
	overflow:hidden;
	}


.green-bg {
	background:url(../images/green-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.grey-bg {
	background:url(../images/grey-bg.gif) repeat-x bottom;
	overflow:hidden;
	}


.cyan-bg {
	background:url(../images/cyan-bg.gif) repeat-x bottom;
	overflow:hidden;
	}


.purple-bg {
	background:url(../images/purple-bg.gif) repeat-x bottom;
	overflow:hidden;
	}

.brown-bg {
	background:url(../images/brown-bg.gif) repeat-x bottom;
	overflow:hidden;
	}




/* Lightbox CSS */


/* Lightbox CSS */

#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; }
