@charset "utf-8";

/*------------basic styling---------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #203747;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 1011px;
	text-align: left;
	background: #30526c;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#clear {
	clear: both;
	}	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00508E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D5822F;
}
a:visited {
	color: #00508E;
}

/*-----Main Content styles----*/

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #CC6600; margin-bottom: 15px; margin-top: 20px; 
	}

h2 { color: #295394; padding-top: 5px; font: bold normal 14px/17px Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; margin-top: 20px; 
	}

h3 { color: #295394; padding-bottom: 6px; font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif; margin-top: 30px; margin-bottom: 5px; 
}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #295394; margin-top: 20px; margin-bottom: 10px; 
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
	padding-left: 25px;
	padding-right: 160px;
	line-height: 18px;
	padding-bottom: 10px;
}
/*------------container (wrapp) elements-----------------------------------------------*/

/*-----------header styles--------------------------*/

#header {
	position: relative;
	height: 103px;
	background-color: #30526c;
	width: 1010px;
	}
#logo {
	position: relative;
	height: 76px;
	width: 156px;
	padding-left: 20px;
	padding-top: 10px;
}
	


/*----------------Content styles-------------------*/	

#content {
	float: left;
	width: 1011px;
	background-color: #FFFFFF;
	background-image: url(images/contentBg.gif);
	background-repeat: repeat;
	height: 100%;
	position: relative;
	}
#smallNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #254054;
	height: 22px;
	width: 200px;
	position: absolute;
	left: 811px;
	top: 0px;
}
#smallNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#smallNav ul li {
	float: left;
}
#smallNav    a     {
	color: #999999;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
}
#smallNav a:hover {
	color: #FFCC00;
}
#smallNav a:active, #smallNav a:focus {
	color: #FFCC00;
}
#smallNav a.current {
	color: #FFCC00;
}
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 770px;
	position: absolute;
	left: 238px;
	top: 70px;
	background-image: none;
}
.first {
	background: none;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav ul li {
	float: left;
}
#mainNav  ul  a    {
	font-size: 12px;
	line-height: 14px;
	color: #E3E3E3;
	text-decoration: none;
	background-image: url(images/homeimages/home_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#mainNav ul a.first {
	background: none;
}
#mainNav ul a:hover {
	color: #FFCC00;
}
#mainNav  ul  a.current {
	color: #FFCC00;
}
#mainNav ul a.firstcurrent {
	color: #FFCC00;
	background: none;
}
#mainNav ul a:active, #mainNav ul a:focus {
	color: #FFCC00;
}

	
	
#gradientImg {
	width: 1011px;
}

/*-------------Side Navigation styles------------------------------------------*/
	
		
#sideNav {
	font-size: 12px;
	width: 186px;
	margin-bottom: 3em;
	background-color: #30526D;
	color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	}


#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#sideNav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

#sideNav li a {
	display: block;
	background-color: #30526D;
	color: #fff;
	text-decoration: none;
	width: 159px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	}

#sideNav li a:hover {
	background-color: #203747;
	color: #FFCC00;
	}
#sideNav  li  a:active, #sideNav li a:focus {
	color: #FFCC00;
	background-color: #203747;
}
#sideNav li .current {
	color: #FFCC00;
	background-color: #203747;
}



/*---------Main Content styles------------------------------------------------------*/

/*-----Main Content layout----*/	
#mainContent {
	width: 700px;
	position: relative;
	text-align: left;
	padding-top: 15px;
	padding-left: 50px;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	float: left;
	padding-bottom: 15px;
}


#mainContent ul{
	margin: 0;
	display: inline;
	padding-left: 10px;
	color: #00508E;
	list-style-position: inside;
	width: 600px;
	list-style-type: none;
	page-break-after: always;
	}
#mainContent ul .indent {
}
#mainContent ul a, #mainContent ul a:visited {
	color: #00508E;
}
#mainContent ul a:hover {
	color: #D5822F;
}
.indent {
	text-indent: 10px;
}
#integraweb {
	width: 550px;
}

.bulletTxt {
	color: #333333;
	font-size: 12px;
}




h2.yellow {
	color: #CC6600;
	} 
.bullets {
	line-height: 22px;
}
.casestudy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC3300;
}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #3D3D3D; margin-bottom: 10px; margin-right: 60px; 
}
#content #mainContent a{
	color: #00508E;
	text-decoration: underline;
}
#content #mainContent a:hover {
	color: #CC6600;
	text-decoration: none;
}


.mouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
#computer {
	height: 352px;
	width: 299px;
	position: absolute;
	top: 80px;
	left: 680px;
}

#top {
	width: 45px;
	float: right;
	height: 25px;
	padding: 5px;
	background-color: #CCCCCC;
}
#top a:link, #top a:visited {
	color: #333333;
	text-decoration: none
}
#top a:hover {
	color: #CC3300;
}

/*---------Bottome Image style------------------------*/	
	
#teamImg {
	height: 214px;
	width: 380px;
	float: left;
	position: relative;
	left: 0px;
	bottom: 0px;
	clear: left;
	}
	
/*---------Footer styles----------------------------------------------------------------------*/
	
#footer {
	color: #c3c3c3;
	background: #30526c;
	height: 37px;
	width: 1011px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#commonNav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 266px;
	position: absolute;
	font-weight: normal;
	left: 2px;
}
#commonNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#commonNav ul li {
	float: left;
}
#mainContent li { }

#commonNav  ul  a    {
	text-decoration: none;
	font-size: 11px;
	color: #E3E3E3;
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
}
#commonNav ul a:hover {
	color: #FFCC00;
}
#commonNav ul a.current {
	color: #FFCC00;
}
#commonNav a:active, #commonNav a:focus {
	color: #FFCC00;
}


#tagLine {
	width: 300px;
	float: right;
	height: 23px;
	padding-top: 5px;
	clear: both;
}
#byImage {
	float: left;
	width: 450px;
	background-color: #FFFFFF;
	height: 180px;
	padding-left: 30px;
	text-align: left;
	padding-top: 20px;
}
.datasheet {
	padding-left: 45px;
	padding-right: 30px;
	padding-bottom: 65px;
}
.datasheet2 {
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 55px;
}
#keyadvantages {
	width: 580px;
}
#bullets ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 12px;
}
#top {
	height: 23px;
	width: 23px;
	background-color: #FFFFFF;
	margin-right: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #downloadpdf { height: 170px; width: 115px; float: right; margin-right: 20px; margin-left: 40px; font: normal 11px Arial, Helvetica, sans-serif; color: #666666; text-align: center; margin-bottom: 40px; 
}
#mainContent #downloadpdf a { text-decoration: none; color: #666666; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
#mainContent #downloadpdfSoft { height: 250px; width: 158px; float: right; margin-right: 20px; margin-left: 40px; font: normal 11px Arial, Helvetica, sans-serif; color: #666666; text-align: center; margin-bottom: 40px; }
#mainContent #downloadpdfSoft a { text-decoration: none; color: #666666; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }

.logo {
	margin-bottom: 10px;
	margin-right: 10px;
}
#downloadpdf2 { font-family: Arial, Helvetica, sans-serif; height: 20px; width: 100px; position: absolute; left: 636px; top: 226px; text-align: center; 
}
#downloadpdf2 a:link {
	font-size: 10px;
	text-decoration: none;
}

.image {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
#request {
	width: 600px;
	position: absolute;
}

.requiredfield {
	color: #990000;
}
.quote {
	font-size: 21px;
	color: #30526c;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	font-style: oblique;
}
#copyright {
	height: 25px;
	width: 410px;
	position: absolute;
	left: 250px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #87B0BB;
}
.casestudytitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2E5796;
	font-weight: bold;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	width: 270px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
	clear: right;
}
#keyAdvantagesBatch {
	width: 650px;
}
#keyAdvantagesBatch ul { margin: 0px; padding: 0px; list-style: none; }

#keyAdvantagesBatch li { display: list-item; list-style: disc outside; margin: 0px; padding: 0px; }

#content #mainContent #keyAdvantagesBatch .image2 {
	float: right;
}

#content #mainContent #keyAdvantagesBatch img {
	float: left;
	clear: right;
}
#content #mainContent .imgCov {
	padding-left: 65px;
	padding-bottom: 5px;
	padding-right: 40px;
}
#batchImg1 {
	width: 620px;
	height: 275px;
	padding-top: 20px;
}
#batchImg2 {
	width: 620px;
	height: 178px;
	padding-top: 20px;
}
#integraImg {
	width: 100px;
}
#downloadpdf3 {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 100px;
	position: absolute;
	left: 577px;
	top: 290px;
	text-align: center;
	font-size: 11px;
}
#downloadpdf3 a:link {
	font-size: 11px;
	text-decoration: none;
}
#conexpo {
	height: 110px;
	width: 100px;
	float: left;
}
#wocImg {
	height: 130px;
	width: 210px;
	float: left;
}
#mainContent ul { list-style: none; margin: 0px; padding: 0px; }
#mainContent ul li { color: #333333; line-height: 15px; margin-left: 20px; list-style: disc outside; margin-top: 0px; margin-right: 140px; }

#mainContent li { color: #333333; margin-bottom: 10px; line-height: 15px; margin-left: 20px; }
#mainContent ol { display: block; list-style: decimal; -moz-padding-start: -40px; margin-top: .5em; margin-bottom: 1em; margin-right: 5em; padding-left: 10px; }
#mainContent li li { color: #333333; margin-bottom: 10px; line-height: 13px; margin-left: 20px; list-style: circle; margin-top: 10px; }
