/*********************************************** GLOBAL SETTINGS ************************************************/
html{
	height:100%;
}

body{
	font-family: Tahoma, Verdana;
	font-size:75%;
	margin:0;
	padding:20;
	text-align:left;
	background:#0d5ca8 url(images/asm-bg.gif) top center repeat-y;
}

/* Global White Space Reset. */
*{
	margin:0;
	padding:0;
}

/*********************************************** COMMON ELEMENTS ************************************************/

#asm{
	width:790px;
	margin:0 auto;
	padding:7px;
	background-color:#FFFFFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	height:100%;
}

#header{
	position: relative;
	width:790px;
	height:110px;
	z-index: 0;
}


h1{
	font-weight: lighter;
	text-transform: capitalize;
	color:#fe5305;
	font-size:25px;
	font-family:"Century Gothic", Arial, "Trebuchet MS",sans-serif;
	/*font-family: "Brush Script MT", "Monotype Corsiva", script;
	font-family:Haettenschweiler, Tahoma, Verdana, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
*/	padding-top:20px;	
	padding-bottom:15px;
	clear:both;
	background-image:url(images/header-foot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:5px
}
	
h2{
	font:14px;
	font-weight:bold;
	text-transform: capitalize;
	color:#FA9509;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-family:"Century Gothic", Arial, "Trebuchet MS",sans-serif;
*/	padding-top:20px;	
	padding-bottom:15px;
}	

.blue{
	color:#0d5ca8;
}

.boldblue{
	font-weight:bold;
	color:#0d5ca8;
}

hr {
	border: none;
	background-color: #0d5ca8;
	color: #B4CBDF;
	height: 1px;
}

/****************** TOP LINKS ******************/
#toplinks ul{
	position: relative;
	float:right;
	margin:-15px 0 0 0;
	padding:0;
	height:20px;
	z-index: 1;
}


#toplinks li{
	padding: 0 8px 0 8px;
	display:inline;
	border-right: 1px solid #86CCE6;
	}

#toplinks li a{
	text-decoration:none;
	color:#0d5ca8;
	font-weight:bold;
}	

#toplinks li a:hover{
	text-decoration:underline;
	color:#FA9509;
}

#toplinks li.first {
	border-left: 1px solid #86CCE6;
}

/****************** FOOTER ******************/
#footer{
	clear:both;
	width: 790px;
	height: 30px;
	font:12px Arial, Helvetica, sans-serif;
	margin-top: 4px;
	background-repeat:no-repeat;
	border-top:5px solid #0d5ca8;
	background-color:#F9F9F9;
	padding-bottom:8px;
	color:#0d5ca8;
}

#footer a{
	text-decoration:none;
		color:#0d5ca8;
}

#footer a:hover{
	text-decoration:underline;
}

#footerright{
	float:right;
	padding-right:15px;
	padding-top:5px;
	text-align:right
}

#footerleft{
	float:left;
	padding-left:15px;
	padding-top:5px;
}


/****************************************** CONTENT (INCLUDING BAR) *******************************************/
#contentarea{
	font: 13px arial,MS Sans Serif, Verdana;
	line-height:120%; 
	color: #000000;
	height:100%;
	width:100%;
	background:url(images/linksbg2.gif);
	background-repeat: repeat-y;
	background-color:#ffffff;
	display:table;
	clear:both;
}

/****************** LEFT PANEL ******************/
#leftpanel{
	float:left;
	width: 208px;
	display:table;
}
	
.leftpanelhead{
	font:13px Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 8px;
	width: 208px;
	color:#0d5ca8;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	vertical-align:middle
}


#leftpanel li{
	padding:0;
	margin:0;
	list-style-type: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	
}

#leftpanel li a{
	font:12px Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 25px;
	margin:0;
	background:url(images/arrow.gif) no-repeat 5px 60%;
	display: block;
	color:#3F4140;
	float: left;
	width: 190px;
	text-align:left;
	text-decoration: none;
}

#leftpanel li a:hover{
	color:#fe5305;
	width: 190px;
	background-image: url("images/hover.gif");
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#leftpanel .focus{
	font:12px Arial, Helvetica, sans-serif;
	width: 190px;
	padding:5px 0px 5px 25px;
	background-image: url("images/hover.gif");
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:bold;
	color:#fe5305;
	background-color:#ffffff;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/****************** CONTENT PANEL ******************/
#content{
	float:right;
	width:557px;
	height:100%;
	min-height:500px;
	background-image:url(images/fade.jpg);
	background-repeat:no-repeat;
	background-position:50% 0.1%;}

#content p{
	padding:5px 8px 5px 0px; 
	text-align: justify;
	line-height:130%;
}

#content p a{
	color:#fe5305;
	text-decoration:none;
}

#content p a:hover{
	color:#000C76;
	text-decoration:underline;
}

#content p.bg{
	padding:5px 8px 4px 8px;
	text-align:left;
	line-height:130%;
	color:#0d5ca8;
	font-weight:bold;
	background-image:url(images/topimg.gif);
	background-repeat:no-repeat;
	height: 17px;
}

#content ul{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 30px 10px;
}

#content li{
	list-style-image:url(images/pin-orange.gif);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 25px;
	line-height:150%;
	list-style-position:outside;
}

#content li a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:150%;
	list-style-position:outside;
	color:#fe5305;
	text-decoration:none;
}

#content li a:hover{
	text-decoration:underline;
}

.productcontent{
	float:left;
	/*border-left:1px solid #ff5507;
	border-right:1px solid #ff5507;*/
	margin-top:0px;
	line-height:170%;
	clear:both;
	}

.productcontent p {
	padding:0px;
	text-align:justify;
}

.productcontent img {
	float:left;
	margin: 5px;
	padding-right:5px;
	clear:both;
}

.productcontent h3{
	color: #fd5202; 
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.productblock{
    float:left;
	width:557px; 
    margin:5px 0 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.productblock a {
	text-decoration: none;
	border:none;
}

.productblock img {
	border:none;
}

#producttext{
	float:right;
	width:464px; 
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}		
			
#producttext p {
	padding:0px;
	text-align:justify;
}


#homecontent a.top{
font-size: 15px;
float:right;
font-weight: bold;
font-family:Tahoma;
color: #fe5305;
text-decoration: none;
background: #ffffff url(images/top2.gif) left no-repeat;
padding: 4px 10px 4px 20px;
margin: 0px;
line-height: 110%;

}
#homecontent a.top:hover	{
border:0px solid;
color: #fe5305;
background-color:#FFFFFF;
text-decoration: underline;
margin: 0px;
}

#content a.top{
font-size: 15px;
float:right;
font-weight: bold;
font-family:Tahoma;
color: #fe5305;
text-decoration: none;
background: #ffffff url(images/top2.gif) left no-repeat;
padding: 4px 10px 4px 20px;
margin: 0px;
line-height: 110%;

}
#content a.top:hover	{
border:0px solid;
color: #fe5305;
background-color:#FFFFFF;
text-decoration: underline;
margin: 0px;
}


.imgleft{
	float:left;
	margin:0px 10px 5px 5px;
}

.imgleft a:hover {
	float:left;
	margin:5px 10px 5px 5px;
	border:3px solid #fe5305;
}


	/*********************************************** HOME ELEMENTS ************************************************/
	
#homecontent{
	float:right;
	width:557px;
	height:100%;
}
	
#homecontent p{
	padding:5px 8px 5px 0px; 
	text-align:justify;
	line-height:130%;
}

#homecontent p a{
	color:#000C76;
	text-decoration:none;
}

#homecontent p a:hover{
	color:#000C76;
	border-bottom:1px dashed #666666;
}
#homecontent .top  {
float:right;
}


	
#mainimg{
	height:185px;
	width:550px;
}

.linkhxxead{
	padding:5px 8px 4px 8px;
	text-align:left;
	line-height:130%;
	clear:both;
	color:#0d5ca8;
	font-weight:bold;
	background-image:url(images/topimg.gif);
	background-repeat: repeat-x;
	height: 17px;
}

.linkhead{
	background-color:#ececec;
	/*border-left:5px solid #0d5ca8;*/
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdbdbd;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0d5ca8;
}

.linkhead a, .linkhead2 a {
	text-decoration:none; 
	color:#000C76;
}

.linkhead a:hover, .linkhead2 a:hover {
	text-decoration:none; 
	color:#fe5305;
}

.linkhead2{
	background-color:#E7EBEC;
	width:540px;
	clear:both;
	color:#000C76;
	border-left:5px solid #0d5ca8;
	padding-left:5px;
	margin-bottom:15px;
	margin-top:15px;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}


#box1{
	background-color:#F9F9F9;
	text-decoration:none;
	width:180px;
	height:310px;
	float:left;
}

#box2, #box3, #box4{
	background-color:#F9F9F9;
	width:180px;
	height:310px;
	float:left;
	margin-left:5px;
}

#box1 ul, #box2 ul, #box3 ul, #box4 ul{
	list-style: inside;
	margin:0;
	padding:0px 0px 5px 0px;
}

#box1 li, #box2 li, #box3 li, #box4 li{
	list-style-image:url(images/pin-orange.gif);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 25px;
	line-height:150%;
	list-style-position:outside;
}

#box1 li a, #box2 li a, #box3 li a, #box4 li a{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

#box1 li a:hover, #box2 li a:hover, #box3 li a:hover, #box4 li a:hover{
	color:#000000;
}


	/***********************************************AGENCY  ELEMENTS ************************************************/
	
#agency{
	border:1px solid #B78D70;
}

.aheader{
border-bottom:1px solid #006600;
padding: 0px 0px 0px 0px;
font-weight:100;
}

.dark{
	background-color:#CCCCCC;
	text-align:right;
	
}

.dark img{
	border:3px solid #FFFFFF;
	margin-left:10px;
	margin-right:10px;
}

.portfolio {
	width: 470px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
}
.portfolio-upper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.resources-upper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #0066FF;
	text-decoration:none;
}

.portfoliopic {
	margin-right: 15px;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 2px;
	border: 1px solid #999999;
	margin-bottom: 25px;
}

.bodytext-portfolio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E1E1E;
	font-weight: normal;
	line-height: 20px;
}

	/*********************************************** FEEDBACK  ELEMENTS ************************************************/
	
#contact-form p {
	font:14px verdana;
	font-weight:bold;
	color:#0d5ca8;
}

#contact-form {

	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 10px;
	border: 5px solid #4170A8;
}
input, textarea, select{
	padding: 0.5em;
	border: 3px solid #C5EBFC;
	margin: 0.5em 0;
}

input:hover, textarea:hover{
	border: 3px solid #4170A8;
	background-color:#E7EBEC;
	color: #333333;
}

table td{
padding-left:4px;
}

.extensions-head{
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-weight:bold;
color:#0d5ca8;
padding:0;
}

.extensions{
padding-left:3px;}


	/*********************************************** DNS  ELEMENTS ************************************************/
.life{
border:3px solid #4170A8;
width:550px;
}	
.life h3{
height:29px;
font:15px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#fe5305;
padding:5px 0 0 10px;
background-image:url(images/agency-bg.gif);
background-repeat:repeat-x;
}
	
.feature {
	width:  548px;
	height: 100px;
	margin: 0 0px 5px 0px;
	padding:0;
	background: #C5EBFC;
	color: #2d2921;
}


.featuretext {
	width:  375px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding:0px 0px 0px 5px;
}

.feature img {
	float:left;
	margin: 10px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	border:3px solid  #003300;
	background-color:#FFFFFF;	}
.feature p {
	margin: 0px 0px 0px 0px;
	padding:0;
	line-height: 20px;
}
.feature h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#7F5E37;
	font-size:18px;
	line-height:120%;
}


.more {
	padding:0px 10px 0px 0px;
	margin:5px 10px 0px 0px;
	text-align:right;
	bottom: 26px;
	float:right;
}

.more a{
	text-decoration:none;
	color:#000000;
}

.more a:hover{
	text-decoration: underline;
	color:#000000;
}

/* 2*/
.feature2 {
	width:  548px;
	position: relative;
	height: 100px;
	margin: 0 0px 5px 0px;
	padding:0;
	background: #F2f2f2;
	color: #2d2921;
}


.featuretext2{
	width:  375px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding:0px 0px 0px 5px;
}

.feature2 img {
	float:left;
	margin: 10px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	border:3px solid  #003300;
	background-color:#FFFFFF;	}
.feature2 p {
	margin: 0px 0px 0px 0px;
	padding:0;
	line-height: 20px;
}
.feature2 h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#7F5E37;
	font-size:18px;
	line-height:120%;
}


.more2 {
	padding:0px 10px 0px 0px;
	margin:5px 10px 0px 0px;
	text-align:right;
	bottom: 26px;
}

.more2 a{
	text-decoration:none;
	color:#000000;
}

.more2 a:hover{
	text-decoration: underline;
	color:#000000;
}

.item{
	min-height:73px;
	height:auto !important;
	height:73px;
	padding-top:10px;
}

.item-dept{
	min-height:90px;
	height:auto !important;
	height:90px;
	padding-top:10px;
}


.tblbg{
	background-color:#FFFFFF;
	font-size:90%;
}

.cellbg{
	background-color:#ffffff;
}

.cellbg2{
	background-color:#f3f3f3;
}

.tblbg a{
	text-decoration:none;
	color:#0d5ca8;
}

.tblbg a:hover{
	text-decoration: underline;
}


/*********************************************** SITEMAP ************************************************/

.sitemap{
	width:180px;
	height:325px;
	border:1px solid #EFEFEF;
	margin:0px 3px 3px 0px;
	float:left;
	text-align:left;
	color:#000000;
}

.sitemap ul li{
	list-style:none;
	border:1px solid red;
}

.sitemap ul li a{
}

.sitemap p{
	margin:0px;
	background:#EFEFEF;
	padding:4px 10px 4px 10px;
	font-weight:bold;
	border:1px solid #EFEFEF;
}

.sitemaphome{
	clear:both;
	margin:10px 3px 3px 0px;
	background:#EFEFEF;
	padding:4px 10px 4px 10px;
	font-weight:bold;
	border:1px solid #EFEFEF;
}

.sitemaphome a{
	text-decoration:none;
	color:#fe5305;
}

.sitemaphome a:hover{
	text-decoration: underline;
	color:#000C76;
}

.sitemapsublinks{
color:#00FF00}

/*.inline li{
	display: inline;
}*/



/*********************************************** Khadak ************************************************/
#mainimg1{
	background-color:#ffffff;
	height:185px;
	width:552px;
	}
.newbox{
	
	margin:20px 0 0 0;
	padding:0px;
	clear:both;
}



#content p.bg2{
	padding:5px 8px 4px 8px;
	text-align:left;
	line-height:130%;
	color:#188fd1;
	font-weight:bold;
	background-image:url(images/small_topimg.jpg);
	background-repeat:no-repeat;
	height: 17px;
}


p.right {
    float:right;
	text-align:right;
	margin: 0px;
	padding:0px;
}


.lifebold{
    color: #fd5202	; 
    margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.navigationequipment{
	background-image:url(images/furno_equipment_topimg.jpg);
	float:left;
	width:272px;
	background-repeat:no-repeat;
	margin:20px 6px 0 0;
	padding:0px;
}


#lifeboats{    
	width:270px;
	border-left:1px solid #ff5507;
	border-right:1px solid #ff5507;
	margin-top:0px;
	padding:0px;
	line-height:170%;
	
}
#lifeboats img { float:left; margin: 10px 5px 5px 5px;}

/*#newcomunicationequipment{
	background-image:url(images/products/furno_equipment_topimg.jpg);
	background-repeat:no-repeat;
	width:272px;
	height:26px;
	margin:20px 0 0 12px;
	float:right;
	padding:0px;
}*/
#equipmentcontent{    
	width:270px;
	border-left:1px solid #ff5507;
	border-right:1px solid #ff5507;
	margin-top:0px;
	padding: 0px;
	line-height:170%;
}
#equipmentcontent img { float:left; margin: 10px 5px 5px 5px;}
#equipmentcontent h3 { font:Verdana, Arial, Helvetica, sans-serif;
                       padding:10px 0px 5px 0px; 
					   margin:0; 
					   font-size:11px; 
					   font-weight:bold; 
					   color:#fe5303; 
					   line-height:100%;}
					   
.chemicalbold	{font-size:11px;
                 font-family:Verdana, Arial, Helvetica, sans-serif; 
				 font-weight:bold; 
				color:#fe5303;
				text-align:justify;
				padding:0px;
				margin:0px; }
				
.chemicaltect{         font:Verdana, Arial, Helvetica, sans-serif;
                       padding:8px 5px 5px 0px;
					   margin:0px;
					   text-align:justify;
					   font-size:11px;
					   font-family:Verdana, Arial, Helvetica, sans-serif;					  
					   line-height:100%;}		
					   							   
/* Sidebars */

.sidebar {
	float: left;
}

#sidebar1 {
	width: 370px;
	padding: 10px 5px 0 0px;
}

#sidebar2 {
	width: 180px;
	padding: 10px 0px 0 0px;
}

#sidebar3 {
	width: 275px;
	padding: 10px 5px 0 0px;
}

#sidebar4 {
	width: 275px;
	padding: 10px 0px 0 0px;
}


.newshead{
	background-color:#ececec;
	/*border-left:5px solid #0d5ca8;*/
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 3px;
	
	background: url(images/img5.gif) repeat-x left center;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0d5ca8;
}

#newsbar {
	margin-bottom: 20px;
	padding: 0 10px 80px 10px;
	background: #AEE63F url(images/news-bottom.gif) no-repeat left bottom;
}


#newsbar ul {
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

#newsbar li {
	list-style-image: url(images/pin-blue.gif);
	list-style:circle;
	padding:2px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
	list-style-position:outside;

}

#newsbar li a {
	/*list-style-image:url(images/arrow.gif);*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
	list-style-position:outside;
	font-weight:100;
	color:#0d5ca8;
}
