/***Element styling***/
body{
	text-align: center;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #666;
}
h1{
	padding-top:0;
	font-size:16px;
	font-weight:bold;
	color:#CC0000;	
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#25558C;
	border-Bottom:1px solid #25558C;
	width:100%;
}
h3{
	font-size:12px;
	font-weight:bold;	
	color:#CC0000;
	padding-left:0;
	margin:0;
	width:100%;
	padding-top:10px;
	border-Bottom:1px solid #CC0000;
}
h4 {
	font-size:11px;
	font-weight:bold;	
	color:#25558C;
	padding-left:20px;
	margin:0;
	display:inline;
}
h5{
	font-size:9px;
	color:#25558C;
}
h3 a {
	color:#CC0000;
	text-decoration: none;	
}
h3 a {
	color:#CC0000;
	text-decoration: underline;	
}
p{
	text-indent:1cm;	
	width:60em;
}
ul{
	list-style-type: none;
}

li{	
	list-style-image:url('http://www.andon.com/images/bul_1.gif');
	padding:0;
	margin-left:5px;
	margin-top:2px;	
}

/*****NAVIGATION ONLY****/
ul#navlist{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: #F6F6F6;
	width: 100%;
	line-height: 18px;
}
ul#navlist li{
	list-style-type: none;
	list-style-image:none;
	display: inline;
	color: #9A9A9A;	
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
ul#navlist li a{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #9A9A9A;
	text-decoration: none;
}
ul#navlist li a:hover{
	text-decoration: underline;
}
ul#drophpmenu{	
	list-style:none;
	margin-top:5px;
	margin-left:0;
	padding-left:0;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#25558C;
}
ul#drophpmenu li a{
	color:#25558C;
	text-decoration: none;	
}
ul#drophpmenu li a:hover{
	text-decoration: underline;
	cursor:pointer;
}
ul#drophpmenu li ul{
	list-style:none;
	margin-left:0;
	padding-left:10px;
	padding-top:5px;	
	font-size:10px;
	color:#25558C;
	text-decoration: none;
}
ul#drophpmenu li ul li a{
	color:#25558C;
	text-decoration: none;	
}
ul#drophpmenu li{
	list-style-type: none;
	list-style-image:none;
	padding-bottom:5px;
	background-image:url('http://www.andon.com/images/listbg.gif');
	background-repeat:repeat-x;
	background-position: bottom;
}
ul#drophpmenu li ul li a:hover{	
	text-decoration: underline;
	cursor:pointer;
}
th{
	text-align:right;
	vertical-align:top;
	width:10em;
}
td{
	text-align:left;
	vertical-align:bottom;
}
/*****END NAVIGATION****/
/***END Element Styling***/
/*******Id Required Section******/
#home{
}
#csitewrap{
	text-align: left;
	line-height: 120%;
	margin: 0 auto;
	padding: 0 auto;
	width:900px;
	background-color: #F6F6F6;	
	border: 5px solid #ffffff;
}
#andon_header{
	float:center;
	width:900px;
	height:104px;
	margin:0;
	padding:0;	
	background-image: url('http://www.andon.com/images/andon_header_b.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
}
#topnav{	
	width:100%;
	height:30px;
	margin:0;
	padding:0;		
}
#bcrumb{
	height:17px;	
	font-size: 10px;
	text-align: left;
	padding:0 10px;
	margin:0;	
	background-color:#666;
	color:#B9B9B9;	
	border-bottom: 1px solid #E31313;
	border-top: 1px solid #B00000;
}
#bcrumb a{
	padding-top:5px;
	margin-top:5px;
	color:#B9B9B9;
	text-decoration:none;
}
#bcrumb a:hover{
	color:#B9B9B9;
	text-decoration:underline;
}
#main{
	padding:0;
	margin:0;
	height:100%;
	width:100%;	
}
#andon_dropnav{
	float:left;	
	width:199px;
	padding:0 10px 0 0;
	margin:0;			
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font: 10px Verdana;
	line-height:18px;
	z-index:100;
	color: #9A9A9A;
}
#dropmenudiv a{
	width: 100%;
	display: inline;
	border-bottom: 1px solid black;
	padding: 5px;
	color: #9A9A9A;
	text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #9A9A9A;
	text-decoration:underline;
}
#maincontent{	
	margin-left: 200px;
	border-left: 1px solid gray;	
	padding:0;
	background-color:#FFf;		
}
#content{
	padding:1em 1em 1em 1em;
}
#bottom{
	border-top: 2px solid #B00000;
	clear:both;
	height:30px;
	text-align:center;
	background-image:url('http://www.andon.com/images/btm_grad_b.gif');
	background-repeat:repeat-x;
	background-position: bottom center;
	background-color:#BAD3D6;
	padding:5px 0 0 0;
	margin:0;
}
#footer{
	clear:both;
	height:32px;
	background-image:url('http://www.andon.com/images/footer.gif');
	background-repeat:repeat-x;
	padding:10px 10px 0 10px;
	margin:0;
	color:#fff;
	text-align:center;
	font-size:9px;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#andonhome{
	margin:0;
	padding:0;
}
#andonhome h1{
	background-image:url('http://www.andon.com/images/andon_specialtiesh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#andonnews h1{
	background-image:url('http://www.andon.com/images/andon_news.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#profile h1{
	background-image:url('http://www.andon.com/images/about_andonH1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#office h1{
	background-image:url('http://www.andon.com/images/officesh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#employment h1{
	background-image:url('http://www.andon.com/images/employmenth1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#hp h1{
	background-image:url('http://www.andon.com/images/hi-purh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#Ind h1{
	background-image:url('http://www.andon.com/images/industrialh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#admin h1{
	background-image:url('http://www.andon.com/images/admin.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#tx h1{
	background-image:url('http://www.andon.com/images/industrialh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}
#la h1{
	background-image:url('http://www.andon.com/images/industrialh1.gif');
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:0;
}

/******END ID'S*****/
.auto {
	background-image:url('http://www.andon.com/images/auto.gif');
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-left:28px;
	padding-top:36px; 
	padding-bottom:20px;   
}
.auto p{
	width:36em;
}
.auto a{
	background-color:#CC0000;
	border:1px solid #9A9A9A;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.auto a:hover{
	color:#fff;
	text-decoration:underline;
}
.auto div{
	float:right;
	text-align:center;
	width:174px;
	height:120px;
	margin-right:28px;
	margin-bottom:10px;
	border:2px solid #CC0000;
}
.pro {
	background-image:url('http://www.andon.com/images/proan.gif');
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-left:28px;
	padding-top:36px;  
	padding-bottom:20px; 
}
.pro p{
	width:36em;
}
.pro a{
	background-color:#CC0000;
	border:1px solid #9A9A9A;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.pro a:hover{
	color:#fff;
	text-decoration:underline;
}
.pro div{
	float:right;
	text-align:center;
	width:174px;
	height:120px;
	margin-right:28px;
	margin-bottom:10px;
	border:2px solid #CC0000;
}
.ener {
	background-image:url('http://www.andon.com/images/enerman.gif');
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-left:28px;
	padding-top:36px;  
	padding-bottom:20px;  
}
.ener p{
	width:36em;
}
.ener a{
	background-color:#CC0000;
	border:1px solid #9A9A9A;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.ener a:hover{
	color:#fff;
	text-decoration:underline;
}
.ener div{
	float:right;
	text-align:center;
	width:174px;
	height:120px;
	margin-right:28px;
	margin-bottom:10px;
	border:2px solid #CC0000;
}
.hiper {
	padding-left:28px;	
}
.hiper p{
	width:36em;
}
.hiper a{
	background-color:#CC0000;
	border:1px solid #9A9A9A;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.hiper a:hover{
	color:#fff;
	text-decoration:underline;
}
.hiper div{
	float:right;
	text-align:center;
	width:174px;
	height:120px;
	margin-right:28px;
	margin-bottom:10px;
	border:2px solid #CC0000;
}
.map{	
	padding:0;
	margin-right:20px;
	margin-top:0;
	color:#fff;
}
.map a{
	color:#fff;
	text-decoration:none;
}
.map a:hover{
	text-decoration:underline;
}
.more{
	font-size:10px;
	color:#0078FF;
}
.more a{
	text-decoration:none;
}
.floatimg{
	float:left;
	width:160px;
	margin:10px 20px 20px 30px;
	text-align:center;	
	border:0;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.center td{
	text-align:center;
}
.right{
	float:right;
}
.floatimg a{
	text-decoration:none;
}
.floatimg a:hover{
	text-decoration:underline;
}
.open {
	display: block;
	}
.closed {
	display: none;
	}
.clear{
	clear:both;
}
.tablespace{
	padding-bottom:20px;
}
.editform{
	text-align:right;
}
.warn{
	color:#CC0000;
}
.quote {
	background-image:url('http://www.andon.com/images/quote_left.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-size:10px;
	font-style:italic;
	padding-left:28px;
	padding-top:10px;   
}
.quote div{
	background-image:url('http://www.andon.com/images/quote_right.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-bottom:10px;
}
.smpl{
	width:36em;	
	text-indent:0;
}

.pducts {
	margin-top:10px;
}
.pducts p{
	width:36em;
}
.pducts a{	
	color:#eee;	
	font-weight:bold;
	text-decoration:none;
}
.btn {
	background-image:url('http://www.andon.com/images/btns.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:25px;
	width:119px;
	padding:6px 0;
	text-align:center;
}	
.pducts a:hover{
	color:#fff;
	text-decoration:underline;
}
.appls {
	margin-top:10px;
}
.appls p{
	width:36em;
}
.appls a{	
	color:#eee;	
	font-weight:bold;
	text-decoration:none;
}
.appls a:hover{
	color:#fff;
	text-decoration:underline;
}
.serve {
	margin-top:10px;
}
.serve p{
	width:36em;
}
.serve a{
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
.serve a:hover{
	color:#fff;
	text-decoration:underline;
}
.qte {	
	margin-top:10px;	
}
.qte p{
	width:36em;
}
.qte a{
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
.qte a:hover{
	color:#fff;
	text-decoration:underline;
}
.img_right {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #CC0000;
	padding: 2px;
	width:218px;
	display:inline;
}
.news {
	border-top:1px dashed #b1b1b1; 
	padding:10px 0 0 10px;
}