/*  - - - - - - - - - - - - - - - - - - -LIGHTBOX CSS BELOW - - - - -  - - - - - - - - - - - - - - - - - -*/

#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; }

/* - - - - - - - -  - - - - - -  - END OF LIGHTBOX CSS  - - - - - - - - - - - - - - - -*/




body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/main_bg_3.jpg);
	background-position: 0px 190px;
	background-repeat: repeat-x;
	}
	
h1 {
	font-size: 14px;
	color: #E07B0C;
	margin-bottom: 4px;
	margin-top: 5px;
}
h2 {
	margin: 0px;
	font-size: 12px;
	color: #000;
}

#wrapper {
	background:url(images/main_top_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#wrapper2 {
	background:url(images/main_top_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 240px;
	}
	
.flash_holder {
	height: 217px;
	background: #fff;
	}
	
.flash_movie {
	width: 581px;
	float: left;
	}
	
#main_content {
	width: 855px;
	MARGIN-RIGHT:auto;
	MARGIN-LEFT: auto;
	}
#downloads_1_content {
	position: relative;
	width: 855px;
	height: 150px;
	MARGIN-RIGHT:auto;
	MARGIN-LEFT: auto;
	margin-bottom: 15px; 
	margin-top: 30px;
	}

#top {
	margin-bottom: 10px;
	height: 130px;
	width: 855px;
	}
	
#navigation {
	margin-bottom:15px;
	padding:0px;
	height: 30px;
	}
	
#content {
	padding: 10px;
	background: #fff;
	}
	
.lists  .list_items{
	list-style-type:disc;
	font-weight: bold;
	}
	
.list_items {

	}

.left_content {
	margin-top: 20px;
	width: 600px;
	float: left;
	font-size: 12px;
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right:1px DOTTED #ccc;
	line-height: 1.4;
	}
	
	
.left_content a {
	font-size: 12px;
	color:#E07B0C;
	text-decoration: underline;
	}
	
.left_content a:hover {
	color: #E07B0C;
	text-decoration: none;
	}

.right_content {
	margin-top: 20px;
	width: 180px;
	float:right;
	padding-bottom: 20px;
	font-size: 12px;
	}
	
.clear_both {
	height: 2px;
	clear:both;
	}
	
#footer {
	clear: both;
	height: 80px;
	background: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	}
	
.footer_info {
	height: 80px;
	WIDTH: 855px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background: url(images/footer_info_bg.jpg);
	background-repeat: repeat-x;
	}
		
/*  - - - - - - - - - - - - the css below controls the main navigation  - - - - - - - - - - -  */

.nav_holder {
	padding-left: 4px;

}
ul {
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	}
li{
	list-style-type:none;
	display:inline;
	}
	
	
li a {
	display:block;
	color: #25085A;
	background-image:url(images/button_bg_c.jpg);
	background-repeat: repeat-x;
	text-decoration:none;
	width: 105px;
	height: 22px;
	font-size: 10px;
	padding-top: 14px;
	margin-right: 1px;
	float:left;
	text-align:center;
	border-bottom: 1px solid #fff;
	}
	
	
.news_boxes {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	background: #Eaeaea;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	

li a:hover {
	background-image:url(images/button_bg_d.jpg);
	background-repeat: repeat-x;
	color: #25085A;
	border-bottom: 1px solid #fff;
	}
	

.tsg_logo {
	MARGIN-LEFT: 5PX;
	}
.copyright {
	float: left;
	color: #fff;
	font-size: 9px;
	margin-left: 20px;
	}

.planbdesign {
	font-size: 9px;
	float: right;
	color: #fff;
	margin-right: 20px;
	}
.planbdesign a {
	color: #fff;
	text-decoration: none;
	}
.planbdesign a:hover {
	text-decoration: underline;
	}
	
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -login stuff - - - - - - - - - - - - - - - -*/
	
	
.login_holder {
	background: url(images/login_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	height: 33px;
	padding-top: 4px;
	width: 180px;
	FLOAT: LEFT;
	}
input {
	margin-top: 5px;
	height: 12px;
	width: 110px;
	font-size:10px;
	color:#666666;
	margin-left: 7px;
	float: left;
	BORDER:0px;
	}
.go_button {
	padding: 0px;
	width: 33px;
	height: 22px;
	float: right;
	background:url(images/go.jpg);
	background-repeat: no-repeat;
	}
form {
	margin: 0px;
	}

/*.download_area_text {
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	left: 740px;
	top: 28px;
	width: 135px;
	}
	*/
.login_holder_main {
	HEIGHT: 50PX;
	}	
	
.login_message {
	float: left;
	width: 300px;
	color: #000;
	font-size: 10px;
	MARGIN-RIGHT: 30PX;
	}
	
/* - -  - - - -- - - - - - - -  end of login  - - - - - - - - - - -*/


.side_three {
	width: 246px;
	border-right: 6px solid #fff;
	float: left;
	text-align: left;
	background:url(images/side_three_bg.jpg);
	background-repeat: repeat-y;
	background-position: right
	}
	

.intime {
	height: 43px;
	padding-left: 120px;
	padding-top: 25px;
	border-bottom: 6px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #25085A;
	background:url(images/commercial_tn.jpg);
	background-repeat: no-repeat;
	}
	
.ontime {
	height: 43px;
	padding-left: 120px;
	padding-top: 25px;
	border-bottom: 6px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #25085A;
	background:url(images/industrial_tn.jpg);
	background-repeat: no-repeat;
	}
	
.everytime {
	height: 43px;
	padding-left: 120px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #25085A;
	background:url(images/domestic_tn.jpg);
	background-repeat: no-repeat;
	}
	
.iso_text {
	padding-top: 14px;
	padding-left: 30px;
	height: 60px;
	background:#F4F4F4;
		}
	
.address {
	clear: both;
	height: 40px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	font-size: 9px;
	}
	
.downloads_nav {
	margin-top: 30px;
	}
	
.downloads_li a {
	font-size: 12px;
	width: 500px;
	height: 24px;
	text-align: left;
	margin-bottom: 4px;
	padding-left: 30px;
	padding-top: 4px;
	background:#e1e1e1;
	}

.downloads_li a:hover {
	background:#ccc;
	}
	
.square_thumbs {
	margin-bottom: 5px;
	}
	
.national_enquiries {
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	height: 60px;
	font-size: 16px;
	padding-top: 30px;
	float: right;
	color: #fff;
	text-align: center;
	}
	
.nat {
	font-size: 14px;
	}
