/* Air Tech */
/* COLOURS        green: #9ed41c    yellow: #e7dc28    pink: #ea3186*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 20px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: Helvetica Narrow, sans-serif;
	vertical-align: baseline;
}


/* GENERAL */
body { background-image: url(images/background.jpg); background-image: repeat; color: white;  }
#wrapper { 	width: 900px; margin: 40px auto 20px; min-height: 500px;	position: relative; background-image: url(images/wrapper_background.png); }
#sidebar { width: 250px; margin: 0 20px 20px 0px; float: left; }
#bodycontent { margin: 0px 0 0 0; width: 560px; padding: 30px; float: right; color: white ; background-image: url(images/bodycontent_background.png); border: 3px solid #908c8b; min-height: 334px; }
a { text-decoration: none; color: #22a9db; }
a:hover { color: #fff; }
.green_text { color: #22a9db; }
.thickbox { margin: 0 5px 10px 0;}
.float_right { float: right; clear: both; }

/* HEADERS */
h1#logo { background: url(images/logo.png) no-repeat; text-indent: -9999px; overflow: hidden; height: 80px; width: 244px;}
h2 { font-size: 24px; margin: 0 0 20px; line-height: 30px; color: #908c8b; border-bottom: 1px solid #22a9db; padding: 0 0 10px; }
h3 { font-size: 18px; margin: 10px 0 10px; line-height: 24px; border-bottom: 1px solid #22a9db; width: 200px; }

/* NAVIGATION */
#nav { margin: 20px 0;}
#nav a { height: 120px; display: block; margin: 0 0 20px 0;}
#nav a:hover, .current { opacity: 0.4;  }
#nav span { display: none; }


/* LEFT SIDE */
ul#left_nav { float: left; width: 125px; overflow: hidden; list-style: none; }
ul#left_nav li#nav_home a { background: url(images/home_navigation.png) no-repeat 0px 0px; width: 120px; }
ul#left_nav li#nav_testing a { background: url(images/testing_navigation.png) no-repeat 0px 0px; width: 120px; }
ul#left_nav li#nav_gallery a { background: url(images/gallery_navigation.png) no-repeat 0px 0px; width: 120px; }


/* RIGHT SIDE */
ul#right_nav { float: right; width: 125px; overflow: hidden; list-style: none; }
ul#right_nav li#nav_explained a { background: url(images/explained_navigation.png) no-repeat 0px 0px; width: 120px; }
ul#right_nav li#nav_maintenance a { background: url(images/maintenance_navigation.png) no-repeat 0px 0px; width: 120px; }
ul#right_nav li#nav_contact a { background: url(images/contact_navigation.png) no-repeat 0px 0px; width: 120px; }


/* BODY */
.body_list { margin: 15px 30px; }
ul.body_list li { color: #22a9db; }
ul.body_list li span { color: #fff; }
iframe { float: right; margin: 25px 0px;  }


/* FOOTER */
#footer { float: right; text-align: right; margin: 20px 0 0 0; }