/**
 * Screen styles for ABLE
 * Author Matthew Holmes <www.ivt.com.au>
 * Created 13 Feb 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	color: #777;
 	font: 62.5% Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* links */
 	a {
 		color: #dd291e;
 		}
 	a:hover {
 		text-decoration: none;
 		}
 	a:focus {
 		outline: none;
 		}
 	a img {
 		border: 0;
 		}
 		
 		
 	/* common elements */
 	h1, h2, h3, h4, h5, h6, ul, form, p {
 		margin: 0;
 		padding: 0;
 		list-style: none;
 		}
 	h2 strong {
 		display: none !important;
 		}
 		
 		
 		/* -- structure
 		-------------------------------------------*/
 		#container {
 			width: 980px;
 			margin: 0 auto;
 			}
 			
 			/* using clearfix solution to reduce any html markup just apply class="clearfix" to any div you want. */
 			.clearfix:after {
 				display: block;
 				clear: both;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 			* html .clearfix { /* ie hack it needs to use height: 1%, does not support the :after pseudoclass */
 				height: 1%;
 				}
 			*+ html .clearfix {
 				height: 1%;
 				}
 				
 				
 			
 			/* -- header */
 			#header {
 				position: relative;
 				height: 110px;
 				}
 			#header h1 {
 				padding: 35px 0 0 20px;
 				}
 				
 				
 				/* main navigation, search, signup and login */
				ul#nav {
					position: absolute;
					bottom: 18px;
					right: 20px;
					}
				#nav li {
					float: left;
					margin: 0;
					padding: 0 0 0 10px;
					background: url(../webimages/ul-nav-divider.gif) right no-repeat;
					}
				#nav li.end {
					background: none;
					}
				#nav li a {
					display: block;
					padding: 0 10px 0 0;
					}
				#nav li a.aboutable {
					width: 64px;
					height: 13px;
 					background: url(../webimages/ul-about-able.gif) no-repeat;
 					text-indent: -999em;
					}
				#nav li a.sales {
 					width: 131px;
 					height: 13px;
 					background: url(../webimages/ul-sales.gif) no-repeat;
 					text-indent: -999em;
 					}
 				#nav li a.projects {
 					width: 80px;
 					height: 13px;
 					background: url(../webimages/ul-able-projects.gif) no-repeat;
 					text-indent: -999em;
 					}
 				#nav li a.contact {
 					width: 46px;
 					height: 13px;
 					background: url(../webimages/ul-contact.gif) no-repeat;
 					text-indent: -999em;
 					}
				#nav ul {
					position: absolute;
					left: -999em;
					width: 20.4em;
					w\idth: 19.9em;
					margin: 0;
					padding: 0;
					z-index: 99;
					background: #fff;
					border: 1px solid #dedede;
					border-bottom: 0;
					}
				#nav li li {
					width: 100%;
					display: block;
					padding: 0;
					margin: 0;
					background: none;
					border-bottom: 1px solid #dedede;
					}
				#nav li li a {
					padding: 5px 5px 5px 25px;
					background: url(../webimages/btn-more-icon.gif) 6px 8px no-repeat;
					font-size: 1.2em;
					text-decoration: none;
					}
				#nav li:hover ul ul, #nav li.hover ul ul {
					left: -999em;
					}
				#nav li:hover ul, #nav li.hover ul {
					left: auto;
					}
				#nav li:hover li a:hover, #nav li.hover li a:hover {
					background: #eee url(../webimages/btn-more-icon.gif) 6px 8px no-repeat;
					} 				
	
 				ul#extra {
 					position: absolute;
 					top: 35px;
 					right: 20px;
 					}
 				#extra li {
 					float: left;
 					margin: 0;
 					padding: 0 0 0 10px;
 					background: url(../webimages/ul-extra-divider.gif) right 5px no-repeat;
 					}
 				#extra li.end {
 					background: none;
 					padding: 0 0 0 5px;
 					}
 				#extra li a {
 					float: left;
 					display: block;
 					padding: 3px 10px 0 0;
 					font-size: 1.1em;
 					}
 				#extra li.end a {
 					padding: 3px 0 0 0;
 					}
 				#extra input {
 					width: 180px;
 					margin-right: 3px;
 					}
 				#extra button {
 					width: 50px;
 					height: 20px;
 					border: 0;
 					background: url(../webimages/btn-search.gif) no-repeat;
 					cursor: pointer;
 					text-indent: -999em;
 					}
 					
 					
 				/* login */
 				div#login {
 					position: absolute;
 					top: 10px;
 					right: 20px;
 					}
 					
 				
 			
 			/* -- banner */
 			#banner {
 				height: 180px;
 				background: #ee3224;
 				}
 				
 				
 				
 			/* -- main body */
 			#main-body {
 				margin: 15px 0;
 				background: url(../webimages/bg-main-body.gif) repeat-y;
 				}
 			#inner-main-body {
 				background: url(../webimages/bg-inner-main-body.gif) top no-repeat;
 				}
 			#main-body .col {
 				float: left;
 				width: 288px;
 				padding: 15px 19px;
 				font-size: 1.1em;
 				line-height: 1.6;
 				}
 			* html #main-body .col {
 				width: 285px;
 				}
 			#main-body .col h2 {
 				margin: 0 0 10px;
 				}
 			#main-body .col table {
				background: url(../webimages/bg-contact-divider.gif) 45% 0 repeat-y;
				}
 				
 				
 				/* content areas, welcome, contact, sales, projects, selling */
 				div#welcome, div#plant {
 					position: relative;
 					margin: 0 0 15px;
 					padding: 0 0 15px;
 					border-bottom: 1px solid #dedede;
 					}
 				div#plant {
 					padding: 0 0 35px;
 					}
 				div#projects h3 {
 					font-size: 1em;
 					margin: 0 0 5px;
 					}
 				div#projects p {
 					margin: 5px 0 0;
 					}
 				div#projects .image {
 					float: right;
 					margin-left: 3px;
 					}
 				div#selling h2 {
 					padding: 0 0 5px;
					margin: 0;
 					}
 				div#selling div.link a {
 					font-size: 1.2em;
					/*padding: 0 0 0 16px;
 					background: url(../webimages/btn-more-icon.gif) 0 6px no-repeat;
 					*/}
				div.list {
					padding: 5px 0;
					border-bottom: 1px solid #dedede;
					}
 				div#selling #short {
 					margin: 0;
 					padding: 0;
 					}
 					
 					
 						/* read more link - welcome */
 						a.readmore {
 							position: absolute;
 							bottom: 15px;
 							right: 0;
 							padding: 0 0 0 16px;
 							background: url(../webimages/btn-more-icon.gif) 0 6px no-repeat;
 							}
 							
 						/* contact able link - plant equipment sales */
 						a.contactable {
 							position: absolute;
 							bottom: 15px;
 							right: 0;
 							padding: 0 0 0 16px;
 							background: url(../webimages/btn-more-icon.gif) 0 6px no-repeat;
 							}
 				
 						/* email link - contact able */
 						a.email {
							padding: 0 0 0 22px;
							background: url(../webimages/btn-email-icon.gif) 0 2px no-repeat;
							color: #777;
							}
							
						a.saleslink {
							padding: 0 0 0 16px;
 							background: url(../webimages/btn-more-icon.gif) 0 4px no-repeat;
							}
 						
 				
 				
 			/* -- footer */
 			#footer {
 				margin: 0 0 20px;
 				padding: 10px 20px;
 				background: #dedede;
 				font-size: 1.1em;
 				}
 			#footer .copyright {
 				float: left;
 				}
 			#footer .powered {
 				float: right;
 				}
 				
 				
 				
 			/* thickbox styles do not remove or modify 
			---------------------------------------------------------------*/
			#TB_overlay {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 100;
				}
				
				/* overlay hack for mac */
				.TB_overlayMacFFBGHack {
					background: url(../webimages/machack.png) repeat;
					}
					
				.TB_overlayBG {
					background: #000;
					filter: alpha(opacity=75);
					-moz-opacity: 0.75;
					opacity: 0.75;
					}
					
				/* ie6 hack for overlay to work */
				* html #TB_overlay {
					position: absolute;
					height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
					}
					
				#TB_window {
					position: fixed;
					top: 50%;
					left: 50%;
					display: none;
					border: 5px solid #999;
					background: #fff;
					text-align: left;
					z-index: 102;
					}
					
				/* ie6 hack for window to work */
				* html #TB_window {
					position: absolute;
					margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
					}
					
				#TB_caption {
					display: none !important;
					}
					
				#TB_title {
					height: 30px;
					background: #e8e8e8;
					}
					
				#TB_closeAjaxWindow {
					float: right;
					padding: 7px 7px 5px 0;
					text-align: right;
					}
					
				#TB_ajaxContent {
					clear: both;
					margin: 0;
					padding: 15px;
					text-align: left;
					overflow: auto;
					}
					
				/* loading position */
				#TB_load {
					display: none;
					position: fixed;
					top: 50%;
					left: 50%;
					width: 208px;
					height: 13px;
					margin: -6px 0 0 -104px;
					z-index: 103;
					}
				
				/* ie6 hack for load to work */
				* html #TB_load {
					position: absolute;
					margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
					}	
					
					
					/* dashboard
					--------------------*/
					#TB_ajaxContent #dashboard_title {
						height: 72px;
						margin: 0;
						padding: 0;
						background: #fff;
						}
					#TB_ajaxContent #dashboard_title h2 {
						padding: 20px;
						background:  url(../webimages/bg-content-title-right.gif) bottom right no-repeat;
						color: #e57200;
						font-size: 1.8em;
						font-weight: normal;
						}
					#TB_ajaxContent #dashboard_title div {
						background: #dedede url(../webimages/bg-content-title-left.gif) bottom left no-repeat;
						}
					#TB_ajaxContent form,
					#TB_ajaxContent form fieldset {
						margin: 0;
						padding: 0;
						border: 0;
						}
					#TB_ajaxContent form ol {
						list-style: none;
						margin: 0;
						padding: 0;
						}
					#TB_ajaxContent form li {
						clear: both;
						margin: 0 0 .75em;
						padding: 0;
						}
					#TB_ajaxContent form label {
						float: left;
						width: 65px;
						margin-right: 5px;
						padding: 4px 0 0;
						text-align: right;
						color: #777;
						font-size: 1.1em;
						}
					#TB_ajaxContent form label:after {
						content: ":";
						}
					#TB_ajaxContent form input {
						width: 170px;
						}
					#TB_ajaxContent form button {
						margin-left: 70px;
						padding: 0;
						border: 0;
						background: transparent;
						cursor: pointer;
						}
					#TB_ajaxContent a {
						font-size: 1.1em;
						}
