@CHARSET "UTF-8";

body {
	background-color: #2a2a2a;
	/* To Center container */
	text-align: center; 
	
	font-size: 12px;
}

a, a:active, a:focus, a:visited {
	color: white;	
}

a:hover{
	color: #db8a1d;
}

h1 {
	font-size: 14px;
	line-height: 30px;
}

h2 {
	font-size: 13px;
	line-height: 30px;
}

div.clear {
	clear: both;	
}

div.spacer {
	height: 18px;	
}

div.scroll {
	overflow: scroll;
}

div.f-left {
    float: left;   
}

div.f-right {
    float: right;   
}

p {
	line-height: 14px;
	margin-bottom: 5px;
}

dl dt {
	line-height: 16px;
	margin: 0 0 5px 10px;

	font-weight: bold;	
}

dl dd {
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.arrow li {
	padding-left: 15px;
	
	background: transparent url(../images/bullet_arrow.gif) 2px 3px no-repeat;
	
	line-height: 16px;
}

/********
  Layout
 ********/


/* Page Container */
div#container {
	position: relative;
	
	margin: 0 auto;
	width: 994px;
	
	text-align: justify;
}

div#left-border {
	position: absolute;
	
	top: 0;
	right: 50%; 
	bottom: 0;
	width: 50%;
	
	background-color: #2a2a2a;
}

div#left-shadow-top {
	position: absolute;

	top: 0;
	left: 0;
	width: 25px;	
	height: 37px;
	
	background: #2a2a2a url(../images/left_corner.png) no-repeat;
}

div#left-junction {
	position: absolute;

	top: 37px;
	left: 0;
	width: 25px;	
	height: 226px;
	
	background: #2a2a2a url(../images/left_junction.jpg) no-repeat;
}

div#left-fill {
	position: absolute;
	
	top: 37px;
	left: 0;
	width: 40%;
	height: 226px;
	
	background-image: url(../images/banner_l.png);
}

div#left-shadow-btm {
	position: absolute;

	top: 263px;
	left: 0;
	bottom: 0;
	width: 25px;	
	
	background: #2a2a2a url(../images/left_shadow.png) repeat-y;
}

div#right-border {
	position: absolute;
	
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	
	background-color: #2a2a2a;
}

div#right-shadow-top {
	position: absolute;

	top: 0;
	right: 0;
	width: 25px;	
	height: 37px;
	
	background: #2a2a2a url(../images/right_corner.png) no-repeat;
}

div#right-junction {
	position: absolute;

	top: 37px;
	right: 0;
	width: 25px;	
	height: 226px;
	
	background: #2a2a2a url(../images/right_junction.jpg) no-repeat;
}

div#right-fill {
	position: absolute;
	
	top: 37px;
	right: 0;
	width: 40%;
	height: 226px;
	
	background-image: url(../images/banner_r.png);
}

div#right-shadow-btm {
	position: absolute;

	top: 263px;
	right: 0;
	bottom: 0;
	width: 25px;	
	
	background: #2a2a2a url(../images/right_shadow.png) repeat-y;
}

/* Header */

div#header-top {
	position: absolute;
	
	left: 25px;
	top: 0;
	width: 944px;
	height: 47px;
	
	background: transparent url(../images/header_top.jpg) no-repeat;
}

div#header-center {
	position: absolute;
	
	left: 25px;
	top: 47px;
	width: 944px;
	height: 207px;
	
	background: transparent url(../images/header_center.jpg) no-repeat;
}

div#header-center #logo {
	position: absolute;
	top: 26px;
	left: 23px;
}

div#header-center #tech {
	position: absolute;
	top: 98px;
	left: 460px;
}

div#header-btm {
	position: absolute;
	
	left: 25px;
	top: 254px;
	width: 944px;
	height: 77px;
	
	background: transparent url(../images/header_bottom.jpg) no-repeat;
}

/* Content */

div#content {
	padding: 331px 35px 10px 35px;
	
	background: #19242c url(../images/body_top.jpg) 25px 331px no-repeat; 	

	color: white;
 }
 
div.content-block {
	padding: 0 5px 25px 5px;
}

div#footer {
	position: absolute;
	
	background-image: url(../images/footer.png);
	
	right: 25px;
	bottom: 0;
	left: 25px;
	height: 14px;
	
	padding: 8px 10px 0px 10px;
	
	color: #555;

	text-align: center;
	font-size: 9px;	
}
