@import url("reset.css");

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #F5FFFA;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
}

img
{
	margin-bottom: 5px;
}

a
{
	color: #FF7800;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


h1
{
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2
{
	margin: 0px;
	padding: 0px;
}

h4
{
	font-size:11px;
	font-weight:normal;
	color:#666666;
	font-style:italic;
	font-family:arial;
}

h5
{
	color: grey;
}

sup
{
	font-size: 0.5em;
}


p
{
	text-align: justify;
}

table
{
	align: center;
	width: 660px;
	font-size: 14px;
	color: black;
}

ul.linklist
{
	list-style: none;
}

ul.linklist li
{
	border-top: solid 1px #EEEEEE;
	padding-top: 5px;
	margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url('images/abg.gif') repeat-y;
	width: 747px;
	height: 264px;
	z-index: 1;
}

#outer
{
	position: relative;
	width: 747px;
	margin: 0 auto;
	background: #fff url('images/abg.gif') repeat-y;
}

#inner
{
	position: relative;
	padding: 13px 30px 13px 30px;
	z-index: 2;
}

#header
{
	position: absolute;
	width: 202px;
	height: 92px;
	color: #fff;
}

#header span
{
	font-weight: normal;
}

#header h1
{
	position: absolute;
	font-size: 23px;
	letter-spacing: -1px;
	top: 30px;
	height: 92px;
}

#header h2
{
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	color: #FCE2CA;
	top: 51px;
}

#header sup
{
	color: #FCE2CA;
}

#splash
{
	position: absolute;
	right: 30px;
	background: #EAEAE2 url('images/bush.jpg') no-repeat;
	width: 458px;
	height: 92px;
}




#menu
{
	position: relative;
	background: #EAEAE2 url('images/menu_gradient.gif') repeat-x;
	height: 67px;
	padding: 0px 20px 0px 5px;
	margin: 98px 0px 0px 0px;
}

#menu ul
{
}

#menu ul li
{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
}

#menu ul li.first
{
	border-left: 0px;
}

#menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover
{
	background: #fff;
	color: #4A4A24;
	text-decoration: none;
}


#main-ad-home
{
	height: 200px;
	width: 685px;
	background: #000 url('images/home.jpg') no-repeat;
	margin-bottom: 15px;
}

#main-ad-technology
{
	height: 200px;
	width: 685px;
	background: #000 url('images/technology.jpg') no-repeat;
	margin-bottom: 15px;
}

#main-ad-solutions
{
	height: 200px;
	width: 685px;
	background: #000 url('images/solutions.jpg') no-repeat;
	margin-bottom: 15px;
}

#main-ad-news
{
	height: 200px;
	width: 685px;
	background: #000 url('images/news.jpg') no-repeat;
	margin-bottom: 15px;
}

#footer
{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('images/footer.jpg');
	color: #FFF;
}

#content
{
	padding: 0px 0px 10px 0px
}

#content h2
{
	color: #0F8EAE;
	font-size:2em;
}

#content p
{
	padding-bottom:10px;
	font-size:1.3em;
	color: #000;
}

#center
{
	float: left;
	width:450px;
	padding: 0px 10px 10px 5px;
}

#center_full
{
	float: left;
	width:660px;
	padding: 0px 10px 10px 5px;
}

#right_box
{
	background: #F5F9AA;
	padding:5px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #000;
	width: 205px;
}

#right_box h4
{
	font-size:1.3em;
	color: #483F3D;
	font-weight: bold;
	padding-top:10px;
}

#right_box p
{
	font-size:1em;
	padding: 0px;
	margin: 0px;
}

#right_menu
{
	background: #F5F9AA;
	padding:5px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #000;
	width: 205px;
}

#right_menu ul
{
}

#right_menu ul li
{
	line-height: 15px;
	padding-left: 3px;
	padding-right: 0px;
	margin-right: 0px;
}