/* CSS Document */
body {
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	color:#7b7979;
	background-color:#ffffff;
}
a, a:link, a:visited {
	color:#8d8b8c;
	text-decoration:none;
}
a:hover, a:active {
	color:#df1e0d;
	text-decoration:underline;
}
p {
	line-height:1.4;
	margin:0 0 11px 0;
}
#news p {
	line-height:1.2;
	margin-top::8px;
}
.more {
	color:#993300;
	font-size:x-small;
	font-weight:bold;
	text-align:right;
	margin:-5px 8px 10px 0;
}
	
.more a, .more a:link, .more a:visited {
	color:#993300;
	text-decoration:none;
}
.more a:hover, .more a:active {
	color:#993300;
	text-decoration:underline;
}

#news strong{
	font-size:medium;
}
#contentHolder {
	position:relative;
	margin:0 auto;
	width:865px;
	min-height:900px;
	overflow:visible;
	z-index:1;
	border:0px solid black;
}

#headerContent{
	position:relative;
	width:865px;
	height:170px;
	border:0px solid black;
}
#logoHolder{
	position:relative;
	width:865px;
	height:111px;
	border:0px solid black;

}
#logo{
	position:relative;
	float:left;
	margin-left:60px;
}

#login{
	position:relative;
	float:right;
	top:35px;
	min-width:358px;
	min-height:46px;
	text-align:right;
}
#login form{
	position:relative;
	top:8px;
}

#navHolder {
	position:relative;
	left:-1px;
	width:865px;
	height:59px;
	border:1px solid white;
	background-image:url(images/grey_header.gif);
}
#navitems{
	position:relative;
	width:835px;
	margin:25px 0 0 60px;
	border:0px solid black;
}
#navitems img{
	margin-right:80px;
}
.middleContent{
	position:relative;
	width:865px;
	height:282px;
	margin-top:1px;
	border:0px solid black;
	background-image:url(images/homepage_image.jpg);
	background-repeat:no-repeat;
}
#homepage{}
#aboutus {
	border:0px solid black;
	position:relative;
	height:232px;
	background-image:url(images/world_map.jpg);
}
#services,#solutions,#demonstrations,#support,#contact,#newspage {
	border:0px solid black;
	position:relative;
	height:232px;
	background-image:url(images/services_image.jpg);
}

#solutions {
	background-image:url(images/solutions_image.jpg);
}
#demonstrations,#newspage {
	background-image:url(images/demonstrations_image.jpg);
}
#support {
	background-image:url(images/support_image.jpg);
}
#contact {
	background-image:url(images/contact_us_image2.jpg);
}
#redBox{
	position:relative;
	float:left;
	color:#FFFFFF;
	margin-left:355px;
	margin-top:40px;
	width:180px;
	height:124px;
	border:0px solid black;
}
#middlePromo{
	position:relative;
	float:right;
	top:30px;
	width:270px;
	height:175px;
	border:0px solid black;
	padding-right:15px;
}
#middlePromo p{
	line-height:1.1;
	margin:10px 0 0 0;
}
.homepromo {
	margin-right:50px;
}
#titlebar{
	width:865px;
	height:58px;
	background-image:url(images/red_bottom_bar.gif);
	background-repeat:no-repeat;
}
#subnav{
	position:relative;
	float:left;
	width:115px;
	padding-left:60px;
	border:0px solid black;
}
#subnavItems{
	width:85px;
	float:left;
}


#bottomContent{
	position:relative;
	width:865px;
	min-height:175px;
	top:30px;
	border:0px solid black;
	margin-bottom:50px;
	vertical-align:top;
}
#textContent {
	position:relative;
	width:660px;
	border:0px solid black;
	float:right;
	margin-right:20px;
}
#news{
	position:relative;
	float:left;
	margin-left:60px;
	width:385px;
}

#promo{
	position:relative;
	float:right;
	margin-right:20px;
}

#promoitems{
	position:relative;
	float:right;
	width:337px;
	padding-left:40px;
	border:0px solid black;
	background-image:url(images/blue_divider.gif);
	background-repeat:no-repeat;
}
#subnavItems img{
	margin-bottom:8px;
}
#greyDivider{
	position:relative;
	float:right;
	background-image:url(images/grey_divider.gif);
	background-repeat:no-repeat;
	width:9px;
	height:150px;
}
.contactform input {
	margin-bottom:10px;
}
textarea{
	margin-bottom:8px;
}
.title {
	margin-bottom:0px;
	font-size:medium;
	font-weight:bold;
	color:#df1e0d;
}

#footershim{
	clear:both;
	height:50px;
}
#footer {
	position:relative;
	width:865px;
	height:75px;
	background-image:url(images/footer.gif);
	text-align:center;
	border:0px solid black;
	display:block;
}
#footerText {
	position:relative;
	margin-top:33px;
	float:right;
	height:9px;
	margin-right:25px;
	border:0px solid black;
	font-size:x-small;
	color:#989797;
}