/* 
------------------------------------------
ASAP Auto Screen Style Sheet
------------------------------------------
*/

body {
	font: 0.8em/1.6em Arial, Helvetica, sans-serif;
	margin: 0px;
	behavior: url(/styles/csshover.htc); /* call hover behaviour file */
	}
	
h1 {
	color:#007996;
	font-size:1.5em;
	font-weight:bold;
	text-transform: capitalize;
	}	
	
h2 {
	color:#8c6239;
	font-size:1.1em;
	font-weight:bold;	
	}	
	
h2 a:visited, h2 a:link, h2 a:active {
	color:#8c6239;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	}	
	
h2 a:hover {
	color:#8c6239;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	}	
	
h3 {
	color:#007996;
	font-size: 12px;
	}	
		
a:hover {
	color:#c61021;
	}		
	
#container {
	width:800px;
	margin:230px auto 0 auto;
	}	
	
#breadcrumbs {
	position:absolute;
	top:245px;
	left:50%;
	margin-left:-166px;
	color:#fff;
	line-height:22px;
	font-size:12px;
	width:520px;
	}	
	
#breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color:#fff;
	}
	
#breadcrumbs a:hover {	
	color:#efc868;
	}
	
.banner {
	clear:both;
	margin:0;
	padding:0;
	width:800px;
	}
	
.clear-both {
	clear:both;
	margin:0;
	padding:0;
	}	

#contactForm {
    margin: 0;
}
#contactForm label {
    width: 150px;
    float: left;
    clear: left;
	margin-right: 10px;
}

#contactForm input,
#contactForm textarea,
#contactForm label {
    margin-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

#contactForm input.textbox {
    width: 170px;
	font: 11px Arial, Helvetica, sans-serif;
}

.form-grouping {
	width:345px;
	float:right;
}

.textarea {
	width:300px;
	height:100px;
	font: 11px Arial, Helvetica, sans-serif;
	}

/* =header
-----------------------------------------------------*/

#header {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-400px;
	}

.marketing-banner {
	display:inline;
	margin:0;
	padding:0;
	}

.logo {
	display:inline;
	margin:0;
	padding:0;
	}

.calls-to-action {
	background:#007996 url(/images/calls-to-action-bg2numbers.gif) no-repeat; /* #6fb8c5 */
	display:block;
	width:800px;
	height:30px;
	}
	
.calls-to-action a:visited, .calls-to-action a:link, .calls-to-action a:active {
	color:#fff;
	text-decoration:underline;
	font-size:12px;
	line-height:22px;
	}
	
.calls-to-action a:hover {
	color:#efc868;
	text-decoration:underline;
	background-color:transparent;
	}	
	
.calls-to-action .newsletter {
	position:absolute;
	top:3px;
	left:50%;
	margin-left:-84px;
	}

.calls-to-action .rfq {	
	position:absolute;
	top:3px;
	left:50%;
	margin-left:60px;
	}
	
.calls-to-action form {
	display:inline;
	float:right;
	margin-right:10px;
	}	

.calls-to-action .search-button {
	position:relative;
	top:4px;
	}
	
#top-navigation {
	width:800px;
	height:22px;
	background-color:#efc868;
	line-height:22px;
	display:block;
	}	
	
#top-navigation ol {
	margin:0 0 0 97px;
	padding:0;
	list-style:none;
	}	
	
#top-navigation a {
	padding:0px 20px;
	display:block;
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	float:left;
	background-color:#efc868;
	}	
	
#top-navigation a:hover {
	text-decoration:underline;
	}	
	
/* Added for Drop Down Menus */

#top-navigation li {
	float:left;
	 /* make the list elements a containing block for the nested lists */
	position: relative;
	}		

/*
#top-navigation ol li {
	float:left;
	width:100%;   cure IE5.x "whitespace in lists" problem 
	}	
*/	
	
#top-navigation ol li a {
	height: 1%; /* make links honour display: block; properly */
	} 	
	
#top-navigation ol ol {
	display: none;    	/* initially hides submenus */
	}

#top-navigation ol li:hover ol {  
	display: block;  /* displays submenus when hovered */
	z-index:6;
	position:absolute;
	top:22px;
	left:-97px;
	clear:both;
	border-left:5px solid #e3a234;
	}
	
#top-navigation ol li:hover ol li { 
	display:block;
	width:100%;
	}

#top-navigation ol li:hover ol li a { 
	padding:5px 10px 5px 15px;
	line-height:12px;			
	background-color:#efc868; /* e3a234 */
	color:#000;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-top:1px solid #fff;
	display:block;
	text-align:left;
	filter:alpha (opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	-khtml-opacity: 0.9; 
	}	
	
#top-navigation ol li:hover ol li .first {
	border-top:none;
	}
	
#top-navigation ol li:hover ol li a:hover {
	text-decoration:underline;
	background-color:#e3a234;
	}	

.about-us-dropdown a{
	width:85px;
	}	
	
.software-dropdown a{
	width:85px;
	}	
	
.technologies-dropdown a{
	width:85px;
	}
	
.resources-dropdown a{
	width:150px;
	}	
			
.industries-dropdown a{
	width:160px;
	}	
	
/* End Drop Down Menus */		
	
#page-home #link-home {
	text-decoration:none;
	background-color:#e3a234;
	}	
	
#page-about-us #link-about-us {
	text-decoration:none;
	background-color:#e3a234;
	}	
	
#page-resources #link-resources {
	text-decoration:none;
	background-color:#e3a234;
	}	
	
#page-industries #link-industries {
	text-decoration:none;
	background-color:#e3a234;
	}	
	
#page-customer-support #link-customer-support {
	text-decoration:none;
	background-color:#e3a234;
	}	
	
#page-contact-us #link-contact-us {
	text-decoration:none;
	background-color:#e3a234;
	}						
	
/* =content
-----------------------------------------------------*/	

#main {
	margin-top:0;
	padding-top:0; /* 274px */
	background-position:0; 
	width:800px;
	display:block;
	background:url(/images/wrapper-bg.jpg) repeat-x;	
	}

#print-logo {
	display:none;
	}

#content-container {
	float:right;
	width:530px;
	margin-top:2px;
	padding:50px 30px 0 30px;
	background:url(/images/content-bg.gif) no-repeat;	
	}
	
#content {
	width:508px;
	float:left;
	}
	
#content-other {
	width:520px;
	float:left;
	}

/* =home
-----------------------------------------------------*/

#content-container-home {
	width:555px;
	margin:5px 0 0 0;
	float:right;
	}

#content-container-home h1 {
	color:#e3a234;
	font-size:1.1em;voice-family: "\"}\""; 
  	voice-family:inherit;left
	
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	}

#content-container-home h1 a:visited, #content-container-home h1 a:link,  #content-container-home h1 a:active{
	color:#e3a234;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	text-decoration:none;
	}

#content-container-home h1 a:hover {
	color:#e3a234;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	text-decoration:underline;
	}

#content-container-home li {
	margin-left:-20px;
	}

#content-container-home a:visited, #content-container-home a:link, #content-container-home a:active { 
	color:#007996;
	font-size:12px;
	}
	
#content-container-home a:hover {
	color:#c61021;
	}

#solutions-container-home {
	width:480px;
	margin:-3px 0 0 0;
	padding:10px 30px 0 30px;
	background:url(/images/home/solutions-bg.gif) no-repeat;
	clear:both;
	}	
	
.solutions-container-home-right {
	float:right;
	width:347px;
	}	
	
#services-container-home {	
	clear:both;
	width:480px;
	margin:-3px 0 0 0;
	padding:10px 30px 0 30px;
	background:url(/images/home/services-bg.gif) no-repeat;
	}

.automation-right-home {
	position:absolute;
	top:550px;
	left:50%;
	margin-left:200px;
	width:155px;
	clear:both;
	}

.automation-home-right ul {
	clear:both;
	}

#left-home {
	float:left;
	margin:7px 0 0 10px;
	width:220px;
	font-size:12px;
	}
	
#left-recent-news-home {
	width:186px;
	margin-top:-3px;
	padding:10px 15px 0 15px;
	background:url(/images/home/recent-news-bg.gif) no-repeat;
	margin-bottom:20px;
	}

#left-upcoming-events-home {
	width:186px;
	margin-top:-3px;
	padding:10px 15px 0 15px;
	background:url(/images/home/upcoming-events-bg.gif) no-repeat;
	margin-bottom:20px;
	}

#left-case-studies-home {
	width:186px;
	margin-top:-3px;
	padding:10px 15px 0 15px;
	background:url(/images/home/case-studies-bg.gif) no-repeat;
	margin-bottom:20px;
	}

.date {
	color:#007996;
	font-weight:bold;
	}

/* =right
-----------------------------------------------------*/

#right {
	float:right;
	width:140px;

	margin:0 0 10px 10px;
	font-size:10px;
	}

.print-icon {
	position:relative;
	top:4px;
	}	
	
.right-bucket-title {
	background-color:#007996;
	width:120px;
	padding:2px 10px;
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}	
	

.right-bucket-heading {
	font-size:12px;
	font-weight:bold;
	color:#8c6239;
	margin: 10px 0 5px 0;
	}	
	
.right-bucket-content {
	background-color:#eaf4f6;
	border-right:1px solid #c3e1e7;
	border-bottom:1px solid #c3e1e7;
	border-left:1px solid #c3e1e7;
	padding:7px 10px;
	margin:0px 0px 10px 0px;
	font-size:12px;
	}	
		
.right-bucket-content ul {
	margin:0px 0px 0px 0px;
	list-style-type:none;
	}	
	
	
.right-bucket-content a:visited, .right-bucket-content a:link, .right-bucket-content a:active {
	color:#007996;
	text-decoration:underline;
	font-size:11px;
	}	

.right-bucket-content a:hover {
	color:#c61021;
	}

/* =left
-----------------------------------------------------*/

#left {
	float:left;
	margin:10px 0 0 20px;
	width:170px;
	line-height:22px;
	}

#left .title {
	color:#e3a234;
	font-size:16px;
	font-weight:bold;
	margin:0 0 7px 0;
	}
	
#left .title a:visited, #left .title a:link, #left .title a:active{
	color:#e3a234;
	font-size:16px;
	font-weight:bold;
	margin:0 0 7px 0;
	text-decoration:none;
	}
	
#left .title a:hover{
	color:#e3a234;
	font-size:16px;
	font-weight:bold;
	margin:0 0 7px 0;
	text-decoration:underline;
	}		
	
#left .sub-title {
	color:#8c6239;
	font-size:12px;
	font-weight:bold;
	margin:7px 0;
	}	
	
#left .sub-title a:visited, #left .sub-title a:link, #left .sub-title a:active {
	color:#8c6239;
	font-size:12px;
	font-weight:bold;
	margin:7px 0;
	text-decoration:none;
	}	
	
#left .sub-title a:hover{
	color:#8c6239;
	font-size:12px;
	font-weight:bold;
	margin:7px 0;
	text-decoration:underline;
	}			
	
.left-navigation {
	margin:7px 0 7px 0;
	}
	
.left-navigation ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:disc;
	}	
	
.left-navigation a:visited, .left-navigation a:link, .left-navigation a:active {
	color:#007996;
	text-decoration:underline;
	font: 12px Arial, Helvetica, sans-serif;
	}		

.left-navigation a:hover {
	color:#c61021;
	background-color:transparent;
	}

/* =footer
-----------------------------------------------------*/

.footer-top-border {
	clear:both;
	border-top:2px solid #007996;
	margin-top:20px;
	}

#footer {	
	padding:20px 0;
	border-top:7px solid #b7dbe2;
	background-color:#e6f3f5;
	text-align:center;
	display:block;
	font-size:12px;
	line-height:22px;
	}
	
#footer a:visited, 	#footer a:link, #footer a:active {
	color:#000;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#c61021;
	text-decoration:underline;
	background-color:transparent;
	}	
	
.footer-print-top-border {
	clear:both;
	border-top:2px solid #007996;
	margin-top:20px;
	display:none;
	}	
	
#footer-print {
	padding:0 0 5px 0;
	border-top:7px solid #b7dbe2;
	background-color:#e6f3f5;
	text-align:center;
	display:none;
	font-size:12px;
	line-height:22px;
	}
	
#footer-print a:visited, #footer-print a:link, #footer-print a:active {
	color:#000;
	text-decoration:none;
	}
	
#footer-print a:hover {
	text-decoration:underline;
	}
	
/* =misc
-----------------------------------------------------*/

.leftalign {
	float:left;
	margin:0 10px 10px 0;
	}
	
.rightalign {
	float:right;
	margin:0 0 10px 10px;
	}	
	
.case-studies-table .description {
	padding:10px 20px 10px 0;
	}	
	
.case-studies-table .logo {
	text-align:center;
	}	
	
/* thanh added
-----------------------------------------------------*/
.aname{
        font-weight: bold;
	}
	
.block{
	display: block;
	clear: both;
}
