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

/* MAIN BODY STYLES */
body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	background: #F0F0F0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-weight:bold;
	font-size: 20px;
	margin:0;
	padding-top:14px;
	padding-right:12px;
	padding-left:12px;
	color: #555555;
}

h2 {
	font-weight:bold;
	font-size: 16px;
	margin:0;
	padding-top:10px;
	padding-right:12px;
	padding-left:12px;
	color: #555555;
}

h3 {
	font-weight:normal;
	font-size:14px;
	padding-top:8px;
	padding-right:12px;
	padding-left:12px;
	color: #555555;
}

p {
	font-weight:normal;
	font-size: 13px;
	margin-top:10px;
	margin-bottom:0px;
	padding-right:16px;
	padding-left:12px;
}

ul {
	font-weight:normal;
	font-size: 13px;
}

li {
	line-height:1.6em;
}

/* HEADER */

#mainMenuMap_Home {
	width: 940px; height: 74px; margin: 0; padding: 0; position: relative;
	background-image: url(/images/Banner_dblue.jpg); background-repeat:no-repeat;
}

#mainMenuMap_Solutions {
	width: 940px; height: 74px; margin: 0; padding: 0; position: relative;
	background-image: url(/images/Banner_green.jpg); background-repeat:no-repeat;
}

#mainMenuMap_Products {
	width: 940px; height: 74px; margin: 0; padding: 0; position: relative;
	background-image: url(/images/Banner_lblue.jpg); background-repeat:no-repeat;
}

#mainMenuMap_News {
	width: 940px; height: 74px; margin: 0; padding: 0; position: relative;
	background-image: url(/images/Banner_purple.jpg); background-repeat:no-repeat;
}

#mainMenuMap_Contacts {
	width: 940px;
	height: 74px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(/images/Banner_red.jpg);
	background-repeat:no-repeat;
}

#mainMenuMap_Discussions {
	width: 940px; height: 74px; margin: 0; padding: 0; position: relative;
	background-image: url(/images/Banner_orange.jpg); background-repeat:no-repeat;
}

.mainMenuMap li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	visibility: visible;
}
.mainMenuMap a {display: block; list-style:none; text-decoration: none;}

#main_home 		{left: 24px; top: 30px; width: 56px; height: 28px;}
#main_solutions {left: 82px; top: 30px; width: 84px; height: 28px;}
#main_products 	{left:167px; top: 30px; width: 79px; height: 28px;}
#main_news 		{left:246px; top: 30px; width: 61px; height: 28px;}
#main_contacts 	{left:307px; top: 30px; width: 82px; height: 28px;}
#main_discussions 	{left:390px; top: 30px; width: 92px; height: 28px;}

#main_home a		{height: 28px;}
#main_solutions a 	{height: 28px;}
#main_products a 	{height: 28px;}
#main_news 	a		{height: 28px;}
#main_contacts a	{height: 28px;}
#main_discussions a	{height: 28px;}


/* MAIN CONTENT BLOCK */
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}

#titleimage {
	padding-left:4px;
	padding-top:6px;
}

/* TOP OF CONTENT BLOCK */
/* if no submenu, use topcontent */
#topcontent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/images/bg_body_top.gif);
	margin: 0;
	height: 18px;
	background-repeat:no-repeat;
	position:relative;
}

#topSubMenu {
	padding:0;
	background-image:url(/images/bg_body_submenu_big.gif);
	margin: 0;
	height: 62px;
	background-repeat:no-repeat;
	position:relative;
}

#sub_title {
	font-size:18px;
	padding-top: 8px;
	padding-left: 22px;
	width:327px;
	position:absolute;
	left: 9px;
	top: 14px;
}

#sub_menu {
	float: right;
	width:640px;
	padding-right:18px;
	padding-top:10px;
}

#sub_menu ul {
	margin: 0;
	padding-top:0px;
	padding-left: 13px;
	list-style: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, san-serif;
	font-size:16px;
	font-weight:bold;
}

#sub_menu li {
	float: right;
	margin:0;
	padding:0;
	line-height:normal;
}

#sub_menu a {
	display: block;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-top:8px;
	padding-bottom:4px;
	padding-left: 12px;
	text-decoration:none;
	color:#888888;
}

#sub_menu li #sub_selected:hover {
	color:#555555;
}

#sub_menu a:hover {
	color:#555555;
}

#sub_menu .sub_selected a, #sub_menu .sub_selected a:hover{
	color:#333333;
}


/* BODY OF MAIN CONTENT */

#mainContent {
	padding: 0px 24px;
	position:relative;
	background-image:url(/images/bg_body.gif);
	background-repeat:repeat-y;
	position:relative;
	margin: 0;
}

.twoColSidebox #mainCol {
	width:640px;
	float:left;
	position:relative;
}

#banner_slides {
	position: relative;
	width: 888px;
	height: 128px;
}

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 888px;
	height: 128px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}

#sideBox {
	background-image:url(/images/side_bg.gif);
	background-repeat:repeat-y;
	position:relative;
	float:right;
	width:230px;
	margin-top:12px;
	margin-left:6px;
}

#sideBoxContent ul {
	padding-left:24px;
	padding-right:8px;
	padding-top:4px;
	margin: 4px 4px;
	/* list-style-image: url(/images/bullet_green.gif); */
}

#sideBoxContent li {
	line-height:1.8em;
}

#sideBoxContent a {
	text-align:left;
	text-decoration:none;
	color:#555555;
	/* margin:0; */
}

#sideBoxContent img {
	border:none;
	vertical-align:text-bottom;
}

#sideBoxContent a:hover {
	color:#111111;
}

#sideSeparator {
	padding-left:12px;
	padding-top:6px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#subPicture {
	background-image:url(/images/bg_body.gif);
	background-repeat:repeat-y;
	margin: 0;
	padding-top:10px;
	text-align:center;
}


/* BOTTOM OF MAIN CONTENT */
#bottomcontent {
	background-image:url(/images/bg_body_bottom.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	position:relative;
	height: 82px;
}

#bottom_right {
	float:right;
	width:140px;
	margin-top:3px;
	margin-right:12px;
}

#bottom_right img {
	border:none;
}

.ac_footer {
	padding-top:4px;
	padding-left:18px;
}

.ac_footer a {
	text-decoration:none;
	color:#999999;
}

.ac_footer a:hover {
	color:#000000;
}

.ac_footer p {
	font-size:11px;
	margin:0;
	padding:1px;
	color:#999999;
}
.ac_subfooter {
	padding:0;
	margin:0;
}

.f_light {
	color: #CCCCCC
}

/* MISC */

.imgSpace {
	margin-top:8px;
	margin-bottom:8px;
	border:none;
}

.topBanner {
	margin:0;
	padding-top:16px;
}

.clear {
	clear: both;
	padding:0;
	margin:0;
}

.references {
	border:1px solid #e0e0e0;
	background:#f9f9f9;
	width:80%;
	padding:8px 20px;
	margin-left:10%;
	margin-top:24px;
}

.references p {
	font-size:11px;
	color:#333333;
	}
.subtitleText
{
color:#555555;
font-size:24px;
font-weight:normal;
margin:0px;
padding-left:3px;
padding-right:12px;
padding-top:10px;
 }
 
 .StartText
 {
 	padding-left:12px;
}

}
