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

#header {
height:126px;
background-image:url(../images/header_bg.jpg);
background-repeat:repeat-x;
}
#nav {
	height:42px;
	position:relative;
	background-image: url(../images/nav/redslate_background.gif);
	background-repeat: repeat-x;
}
#content_wrapper {
position:relative;
background-color:#FFFFFF;
}
#content_whitebg {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 650px;
}
#content_history {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1000px;
}
#content_services {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1180px;
}
#content_software {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1200px;
}
#content_customers {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 850px;
}
#content_contact {
	width:730px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 850px;
}
#footer {
height:212px;
position:relative;
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
}
#logo {
float:left;
width:257px;
height:124px;
}
#header_position {
	width:750px;
	height:126px;
	margin:0 auto 0 auto;
	position: relative;
	background-image: url(../images/header_lines.png);
	background-repeat: no-repeat;
}
#footer_content {
	width: 730px;
	height:42px;
	margin:0 auto 0 auto;
	text-align:center;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#contnet_right_box {
	width:300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #333333;
}
#content_left_box {
	width:500px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
}
#header_right {
	width:450px;
	float:right;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 25px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 220px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar h1 {
	color: #0c4183;
	padding: 0;
	margin: 0 0 10px 5px;
	letter-spacing:-1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #A70000; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #fff;
	background: #1161AE;
}
/* end sidebar */
