@charset "UTF-8";
/* CSS Document */

#body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: absolute;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	left: 100px;
} 
#header {
	width: 950px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menuarea {
	background-image: url(images/testmenu.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 780px;
}
#testy {
	height: 405px;
	width: 400px;
	visibility: hidden;
	position: absolute;
	top: 95px;
	left: 421px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#headtest {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	float: left;
	background-color: transparent;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
}
#indexmain {
	height: 400px;
	background-image: url(images/backdrop.jpg);
	position: absolute;
	width: 660px;
	left: 270px;
	top: 125px;
	background-repeat: no-repeat;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
#menuwords {
	font-family: "Lucida Console", Monaco, monospace;
	color: #000;
	font-size: 15px;
}
#topspace {
	background-color: #FFF;
	height: 35px;
	width: 950px;
}
#menu {
	color: #000;
	height: 24px;
	width: 445px;
	top: -695px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	left: 303px;
	font-family: "Teseint srvics";
}
#headline {
	height: 16px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#body #container #menu a ,#body #container #menu a:link {
	color: #000;
	font-weight: 900;
	text-decoration: none;
}
#body #container #menu a:hover {
	text-decoration: underline;
	letter-spacing: 2px;
}
#aero {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropaero.png);
	background-repeat: no-repeat;
}
#body #container #header a ,#body #container #header a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#body #container #header a:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor: default;
}
#mainContent {
	height: 400px;
}
#equipy {
	height: 150px;
	width: 225px;
	visibility: hidden;
	position: absolute;
	top: 95px;
	left: 540px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#aerotext {
	height: 225px;
	position: absolute;
	left: 80px;
	top: 75px;
	width: 325px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#title {
	height: 50px;
	position: absolute;
	left: 80px;
	top: 20px;
	width: 325px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
#auto {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropauto.png);
	background-repeat: no-repeat;
}
#mili {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropmili.png);
	background-repeat: no-repeat;
}
 
 
#cons {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropcons.png);
	background-repeat: no-repeat;
}
#elec {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropelec.png);
	background-repeat: no-repeat;
}
#alte {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropalte.png);
	background-repeat: no-repeat;
}
#mari {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropmari.png);
	background-repeat: no-repeat;
}
#medi {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropmedi.png);
	background-repeat: no-repeat;
}
#itha {
	height: 380px;
	position: absolute;
	left: 325px;
	top: 125px;
	visibility: hidden;
	width: 715px;
	background-image: url(images/backdropitha.png);
	background-repeat: no-repeat;
}
#main {
	height: auto;
}
#conusy {
	height: 185px;
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 95px;
	left: 663px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#resourcedropy {
	height: 70px;
	width: 95px;
	visibility: hidden;
	position: absolute;
	top: 95px;
	left: 867px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#accreddropy {
	height: 60px;
	width: 105px;
	visibility: hidden;
	position: absolute;
	top: 95px;
	left: 752px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
