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


* { 
	margin: 0px;
	padding: 0px;
	}
body { 
	background-color: #c0c0c0;
	background-image: url(images/dark2grey_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
a:link.nav {
	color: #0000a0;
	text-decoration : none;
	
	}
a:visited.nav { 
	color: #0000a0;
	text-decoration : none;
	}
a:hover.nav{ 
	color: #0000a0;
	text-decoration : underline;
	}
a:active.nav { 
	color: #FF0000;
	}
a:link {
	color: #0000a0;
	text-decoration : none;
	
	}
a:visited { 
	color: #0000a0;
	text-decoration : none;
	}
a:hover { 
	color: #0000a0;
	text-decoration : underline;
	}
a:active { 
	color: #FF0000;
	}
	
div#page { /* Page Holder */
	background-color: #e6e6e6;
	background-image: url(images/white.jpg);
	position: relative;
	width: 745px;
	height: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
#e24 { /* images/asap_1001007.gif */
	background: transparent url(images/asap_1001007.gif) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 745px;
	height: 70px;
	}
#e23 { /* images/asap_1001006.gif */
	background: transparent url(images/asap_1001006.gif) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 745px;
	height: 40px;
	}
#e22 { /* images/asap_1001005.gif */
	background: transparent url(images/asap_1001005.gif) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 745px;
	height: 8px;
	}
#e21 { /* images/asap_1001004.gif */
	background: transparent url(images/asap_1001004.gif) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 745px;
	height: 4px;
	}
	
#companytitle {
	position: relative;
	top: 18px;
	color: #ffffff;
	font: bold 27px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	padding: 5px;

}

#nav {
	position: absolute;
	left:  -20px;
	top:  80px;
	width: 745px;
	height:   25px;
	text-align: right;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#content {
	position: absolute;
	left:  0px;
	top:  100px;
	width: 745px;

}

h2.red {
	color: #ff3300;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
	
h2.title {
	color: #ff3300;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
p.content {
	color: #000;
	font-size: 11px;
	font-family: 'Arial', Helvetica, sans-serif;
	}
#contact {
	color: #000;
	font-size: 11px;
	font-family: 'Arial', Helvetica, sans-serif;
	}