@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#003B78;
	font:normal small Verdana, Geneva, sans-serif;

}
.agnis{
	 font:normal x-small Verdana;
	 color:#EEE;
	}
	
.agnis a{
	 font:normal x-small Verdana;
	 color:#CCC;
	 text-decoration:none;
	}
	
.agnis a:hover{
	 font:normal x-small Verdana;
	 color:#FF0;
	 text-decoration:none;
	}
	
.clear {
	clear:both
}

.pageborder{
	background:#FFF;
	margin:7px auto;
	width:798px;
	border:0px solid #039;
	border-width:4px 4px 4px 4px;	
	}
	
	
.heading3{
	font-family:Tahoma, Arial, Verdana;
	font-weight:normal;
	font-size:16px;
	font:bold small Arial, Helvetica, sans-serif;
	color:#8e3ae1;
	margin:0px;
	margin-bottom:-7px;
	padding-bottom:5px;
	border:1px dotted #6b3adb;
	border-width:0px 0px 1px 0px;
	text-align:left;
}
.heading1{

	font-weight:normal;
	font-size:14px;
	font:bold small Verdana, Geneva, sans-serif;
	text-align:center;
	color:#8e27f6;
	margin:0px;
	border-width:0px 0px 1px 0px;
	
}
.heading2 {
	color:#03aee2;
	padding-bottom:3px;
	font: bold 14px Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:0px;
	text-align:left:
}


#company_mission{
	background:url(images/company-mission-center.gif) repeat-y;
	padding:5px 5px;
	font:normal small Arial, Helvetica, sans-serif;

	min-height:100px;
	line-height:20px;
	}
	
#company_vision{
	background:url(images/company-mission-center.gif) repeat-y;
	padding:5px 5px;
	font:normal small Arial, Helvetica, sans-serif;
	text-align:justify;
	min-height:120px;
	line-height:20px;
	}
	
#certificate{
	background:url(images/certificate-center.gif) repeat-y;
	padding:15px;
	
	}	


#content{
	padding:5px 20px 5px 20px;
	background:url(images/content-center.gif) repeat-y;
	/*padding:2px 2px;*/
	text-align:left;
	
	}	

#content_top{
	width:524px;
	text-align:left;
	background:url(images/content-top.gif) no-repeat;	
	height:35px;
}
	
#content_top h1{
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#036;
	padding:10px 0px 0px 12px;
	margin: 0px;
}


#footer{
	height:39px;
	/*background:url(images/footer.gif) repeat-x;*/
	border:5px solid #036;
	border-width:5px 0px 0px 0px;
	background:#06C;
	margin-bottom:4px;
	
	}
	
/* Products Menu Start Here */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 0px solid #C0C0C0;
background:url(images/certificate-center.gif) repeat-y;
width:215px;
border:0px solid #F00;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 215px;
}

.wireframemenu ul{
padding:0px 0px;
margin:0px;
list-style-type: none;
}

.wireframemenu li{
padding:0px 5px;	
}

.wireframemenu a{
width:185px;
font: bold 13px Verdana;
padding: 5px 0px;
display:block;
color: #595959;
text-decoration: none;
border-bottom:1px solid #C0C0C0;
}


.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width:100%;
}

.wireframemenu a:hover{
background-color:#d93467;
color: white;

}
.wireproducts{
background:#d4d4ff;
width:205px;
margin:0px;
font: bold 13px Verdana;
padding: 5px 5px;
display: block;
color: #023761;
text-decoration: none;
border-bottom: 0px solid #C0C0C0;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 0px solid #625e00;
border-width: 0px 0;
background: black url(images/menu.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 11px 25px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/menu-hover.gif) center center repeat-x;
}

table.tbl{
margin:0 auto;
text-align:center;
width:100%;
font:bold 13px Tahoma, Arial, Verdana;
color:#023761;
border-collapse:collapse;
}
table.tbl td{
border:1px solid #03aee2;
text-align:left;
padding:4px;
}

table.tb2{
margin:0 auto;
text-align:center;
width:100%;
font:bold 13px Tahoma, Arial, Verdana;
color:#023761;
border-collapse:collapse;
}

table.tb2 td{
border:1px solid #03aee2;
text-align:center;
padding:4px;
}

/*  START  SLIDESHOW  STYLE */	

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position: absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
/*  END SLIDESHOW  STYLE */	

#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;
	margin: 25px;
	width: 400px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #1EAFC5;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 15px;
	color: #900;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #F2F2F2;
	background:#6C48BF;
}