/* Website template by freewebsitetemplates.com */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
}
img {
	border: 0;
}

/*div {
    border: 1px solid red;
}
*/
/*------------------------------ CONTENT ------------------------------*/
/*------------------------------ HEADER ------------------------------*/

#bg {
	background: url(../images/bg.jpg) repeat-x #A1B6D5;
    width:100%;
    height: 100%;
    position: fixed;
    z-index: -99999;
}
#bg_img {
    margin:  100px 0px 0px;
    height:80px;
    width:100%;
    background: url(../images/water.jpg) repeat-x;
    position: fixed;
    float: left;
    z-index:-9999;
}

#header {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 40px 0px;
	position: relative;
}

/** Logo **/
#logo {
	display: block;
}
#IND {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/IND.png) no-repeat;
    width: 350px;
    height: 150px;
}
#IND:hover {
}

#MNG {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/MNG.png) no-repeat;
    width: 350px;
    height: 150px;
}
#MNG:hover {
}

#CC {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/CC.png) no-repeat;
    width: 350px;
    height: 150px;
}
#CC:hover {
}

#F&B {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/F&B.png) no-repeat;
    width: 350px;
    height: 300px;
}
#F&B:hover {
}

#PO {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/PO.png) no-repeat;
    width: 350px;
    height: 150px;
}
#PO:hover {
}

#MW {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/MW.png) no-repeat;
    width: 350px;
    height: 150px;
}
#MW:hover {
}

#OF {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/OF.png) no-repeat;
    width: 350px;
    height: 150px;
}
#OF:hover {
}

#FB {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/FB.png) no-repeat;
    width: 350px;
    height: 150px;
}
#FB:hover {
}

#CP {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: center;
    background: url(../images/CP.png) no-repeat;
    width: 350px;
    height: 150px;
}
#CP:hover {
}

#durand_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/durand_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}
#durand_img:hover {
}

#metal_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/metal_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}
#metal_img:hover {
}

#oil_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/oil_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}
#oil_img:hover {
}
#food_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/food_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}
#oil_img:hover {
}

#po_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/oil_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}
#oil_img:hover {
}

#industrial1_img {
    margin: 20px 0px 0px 70px ;
    float: left;
    position: relative;
    background: url(../images/industrial1_img.jpg) no-repeat;
    width: 780px;
    height: 200px;
}

#industrial1_img:hover {
}

#mining1_img {
    margin: 20px 0px 25px 70px ;
    float: left;
    position: relative;
    background: url(../images/mining1_img.jpg) no-repeat;   
    width: 780px;
    height: 200px;
}

#mining1_img:hover {
}

.product_logo2 {
    height: 100px;
    width:265px;
    float: left;
}

#corium_logo2 {
    margin: 0px 25px;
    height:80px;
    width: 100px;
    background: url(../images/corium_logo4.png) no-repeat;
    float: left;
}

#corium_logo2:hover {
    background: url(../images/corium_logo3.png) no-repeat;
}

#epxylon_logo2 {
    margin:0px 15px;
    height:80px;
    width: 85px;
    background: url(../images/epxylon_logo4.png) no-repeat;
    float: left;
}

#epxylon_logo2:hover {
    background: url(../images/epxylon_logo3.png) no-repeat;
}

/** Navigation **/
#navigation {
    width: 100%;
	height: 47px;
	position: absolute;
	bottom: -20px;
	left: 0;
    z-index:101;
}
#navigation ul {
	display: inline-block;
	height: 47px;
	list-style: none;
	margin: 0px auto;
	padding: 4px 0 3px;
}
#navigation li {
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
	text-align: center;
    padding: 0px 20px;    
}
#navigation li.first {
	margin-left: 0;
	
}

#navigation li:hover {
    background: #B7C2C8;
}

#navigation a {
	color: #092f44;
	padding: 0 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: #0a2d43;
}

/** Searchbar **/
#search {
	background: url(../images/bg-search.gif) no-repeat right bottom;
	height: 47px;
	width: 268px;
	padding: 13px 0 0;
	position: absolute;
	bottom: -20px;
	right: 0;
}
#search form {
	display: inline-block;
	margin: 0;
	padding: 5px 4px 4px;
}
#search input {
	float: left;
	line-height: 38px;
}
#search .txtfield {
	color: #6e6e6e;
	font-size: 15px;
	font-style: italic;
	height: 38px;
	width: 234px;
	border: 0;
	margin: 0;
	padding: 0;
}
#search .button {
	background: url(../images/spotlight.gif) no-repeat right center;
	border: 0;
	cursor: pointer;
	height: 38px;
	width: 20px;
	margin: 0;
	padding: 0;
}

/** Slider **/
#slider_wrapper {
	padding: 20px 0 0;
    width: 960px;
    margin: 0px auto;
    height: 383px;
}

#home_banner {
    background: #858b8d;
}


/*------------------------------ CONTENTS ------------------------------*/
#main_wrapper {
}

#contents {
	background: #00536e;
    z-index:10;
    margin: 0px auto;
    width: 960px;
}

#contents div.body {
	color: #fdfffa;
	width: 960px;
	margin: 0 auto 20px;
}


/** MAIN **/
#main {
	background-color: #00536E;
	width: 960px;
    height: 300px;
}

#home_durand {
	background-color: #03354e;
	width: 296px;
    height: 282px;
    position: relative;
    float: left;
    margin: 15px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#home_about {
	width: 570px;
    height: 280px;
    position: relative;
    float: left;
    margin-top:30px;
    margin-left:30px;
}

				#home_about1 {
				width: 570px;
    			height: 280px;
  			    position: relative;
    			float: left;
    			margin-top:10px;
    			margin-left:30px;
				}


#main span, #main p {
	color: #aeb4b4;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-right: 20px;
	text-align: justify;
}
#main span {
	color: #fdfffa;
	font-size: 16px;
}
#main p a {
	color: #aeb4b4;
	text-decoration: underline;
}
#main ul {
	display: inline-block;
	list-style: none;
	height: 355px;
	margin: 0;
	padding: 0;
}
#main ul li {
	float: left;
	width: 315px;
	
}
#main ul li a {
	color: #fdfffa;
	display: block;
	height: 114px;
	margin: 0 40px 0 0;
	text-decoration: none;
}
#main ul li img {
	float: left;
}
#main ul li h3 {
	margin: 0;
	line-height: 25px;
	padding-top: 35px;
}

				#main ul li h8 {
				margin: ;
				line-height: 50px;
				padding-top: 35px;
				}

#main ul li p {
	clear: both;
	padding: 6px 40px 20px 0;
}

#main a {
    color: yellow;
    text-decoration: none;
}

#main a:hover {
    color: aqua;
    text-decoration: underline;
}

#main h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
    border-bottom:1px white dashed;
}

			#main h8 {
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 20px;
    		border-bottom:1px white dashed;
			}

.home_icon {
    width: 296px;
    height: 120px;
    position: relative;
    float: left;
    padding: 10px;
    
}

#home_menu1 {
   background: url(../images/home_menu1.jpg) no-repeat; 
}

#home_menu1:hover {
   background: url(../images/home_menu1.jpg) no-repeat; 
}

#home_menu2 {
   background: url(../images/home_menu2.jpg) no-repeat; 
}

#home_menu2:hover {
   background: url(../images/home_menu2.jpg) no-repeat; 
}

#home_menu3 {
   background: url(../images/home_menu3.jpg) no-repeat; 
}

#home_menu3:hover {
   background: url(../images/home_menu3.jpg) no-repeat; 
}

/** SIDEBAR **/
#sidebar {
    position: relative;
	width: 950px;
    height: 138px;
	padding:15px 0px 0px 15px;
}

#sidebar a {
    color: yellow;
    text-decoration: none;
}

#sidebar a:hover {
    color: #FF8000;
    text-decoration: underline;
}

#sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
    border-bottom:1px white dotted;
}

			#sidebar h8 {
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 20px;
   			border-bottom:1px white dotted;
			}

#sidebar ul {
	list-style: none;
	height: 420px;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
#sidebar ul li span {
	color: #456d87;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sidebar ul li span a {
	background: url(../images/bg-comment.gif) no-repeat 7px 3px;
	color: #fffffb;
	display: inline-block;
	height: 20px;
	width: 20px;
	padding-bottom: 1px;
	padding-left: 12px;
	text-decoration: none;
}

/*------------------------------ About us page ------------------------------*/
#contents .background1 {
	background-color: #ffffff;
	line-height: 20px;
	min-height: 1935px;
	width: 920px;
	border-radius: 3px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 50px;
}

#contents .background {
	background-color: #ffffff;
	line-height: 20px;
	min-height: 960px;
	width: 920px;
	border-radius: 3px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 50px;
}
#contents div.background h3 {
	color: #0e2934;
	margin: 20px 0;
	text-transform: uppercase;
	border-bottom:1px dotted #666666;
    background: #DCDCDC;
}

			
			#contents div.background h8 {
			color: #0e2934;
			margin: 20px 0;
			text-transform: uppercase;
			border-bottom:1px dotted #666666;
    		background: #DCDCDC;
			}

#contents div.background h4{
	color: #0e2934;
	text-transform: uppercase;
	border-bottom:1px dotted #666666;
}

#contents div.background p {
	color: #646c6f;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px;
	text-align: justify;
}
#contents div.background p a {
	color: #0e2934;
	font-weight: bold;
	text-decoration: none;
}
#contents div.background p b {
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

#customer_list {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #1F363A;
    text-align: center;
    font-style: italic;
    font-size: larger;
    
}

#customer_list hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed gray;
}

/*------------------------------ Product Page ------------------------------*/
.product_list {
    width: 450px;
    height: 300px;
    border: 1px solid silver;
    position: relative;
    float: left;
}

.download {
    position: relative;
    float: left;
    width: 225px;
    height: 20px;
    border: 1px solid silver;
    text-align: center;
}

#en {
    background: #B9CCE3;
}

#in {
    background: silver;
}

#en:hover {
    background: #305481;
}

#in:hover {
    background: gray;
}

.product_box {
    border: 1px solid #92AAB6;
    margin:5px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:880px;
    min-height: 200px;
    position: relative;
    float: left;
    padding: 15px;
}


.product_desc {     
    width: 840px;
    position: relative;
    float: left;
}

.product_box ul li a {
    color:#015B86;
    text-decoration: none;
}

.product_box ul li a:hover {
    color: #639CCB;
    text-decoration: underline;
}

#product_list table tr td{
    text-decoration: none;
    color: #25313D;
    font-size: 20px;
    line-height: 1.5em;
}

#product_list table tr td a {
    text-decoration: none;
    color: blue;
    font-size: 20px;
    line-height: 2.5em;
    border: 2px dotted silver;
    padding: 10px;
    margin: 5px;
    background: #ECF1F4;
}

#product_list table tr td a:hover {
    text-decoration: underline;
    color: white;
    font-size: 20px;
    line-height: 2.5em;
    border: 2px dotted silver;
    padding: 10px;    
    margin: 5px;
    background: #0080FF;
}

/*------------------------------ Projects Page ------------------------------*/

#projects ul li {
	color: #0D488A;
	text-decoration: none;
    width: 100px;
    height:50px;
    border: 1px solid #BBBBBB;
    position: relative;
    list-style: none;
    text-align: center;
    margin: 5px;
    float: left;
    padding: 45px 15px 15px 15px;
    vertical-align: middle;
    background: none repeat scroll 0 0 #B7C2CE;
}

#projects ul li:hover {
	color: #2382EB;
    background: #D1D6DC;
}

/*------------------------------ Contact us Page ------------------------------*/
#contents div#contacts ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#contents div#contacts ul li {
	width: 450px;
}
#contents div#contacts ul li p b {
	margin: 0;
	text-transform: none;
}

#services span, #solutions span, #support span {
	color: #0e2934;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: justify;
}
#services span a, #solutions span a, #support span a {
	color: #0e2934;
	text-decoration: none;
}

/*------------------------------ Services Page ------------------------------*/
#services p {
	clear: both;
}
#services img {
	float: left;
	margin: 0 40px 20px 0;
}
#services ul {
	color: #646c6f;
	padding: 0;
}
#services ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px;
	text-align: justify;
}

/*------------------------------ CSR Page ------------------------------*/
#csr a {
	color: red;
    position: relative;
    top:-10px;
    text-decoration: none;
}

#csr a:hover {
	color: blue;
    position: relative;
    top:-10px;
    text-decoration: underline;
}


/*------------------------------ FOOTER ------------------------------*/
#footer {
	color: #BAD6ED;
	width: 890px;
	margin: 0 auto;
	padding: 1px 35px;
    background:#03354E;
    text-align: center;
    position: relative;
    top:-10px;
}

#footer a {
	color: #456f7f;
    text-decoration: none;
}

#footer a:hover {
	color:#69909E;
    text-decoration:underline;
}

#footer ul.contacts {
	float: left;
	font-size: 12px;
	list-style: none;
	width: 315px;
	margin: 0;
	padding: 0 0 10px;
}
#footer ul.contacts h3 {
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#footer ul.contacts li span {
	float: left;
	width: 50px;
}
#footer ul.contacts li p {
	margin: 0 0 0 50px;
}

#footer_menu {
	float: left;
	list-style: none;
	width: 80px;
	margin-left: 5px;
    text-align: center;
    border-left: 1px solid #456f7f;
    border-right: 1px solid #456f7f;
    font-size:12px;
}



#newsletter {
	float: left;
	width: 500px;
	padding: 0 0 20px;
}
#newsletter p {
	font-size: 12px;
	margin: 0;
}
#newsletter p b {
	display: block;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#newsletter form {
	margin: 4px 0 16px;
}
#newsletter .txtfield {
	background: url(../images/input.gif) no-repeat;
	color: #9c9c9c;
	height: 25px;
	line-height: 25px;
	width: 200px;
	border: 0;
	margin: 0 6px 0 0;
	padding: 0 10px;
}
#newsletter .button {
	background: url(../images/button-check.gif) no-repeat;
	cursor: pointer;
	height: 25px;
	width: 25px;
	border: 0;
	padding: 0;
}


/*------------------------------ For IE6 ------------------------------*/