@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#f7f8fa url(layout/body-repeat.jpg) repeat-x;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	margin:0;
	padding:0;
		color:#353f9c;
	
}
#header{
	/*background:url(layout/header-repeat.jpg) repeat-x;*/
	height:192px;
	position:absolute;
	top:0px;
	width:100%;
}

#header #header-content{
	height:192px;
	width:945px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#header #header-content a.home{
 	width:110px;
    height:151px;
   	display:block;
   	margin-left: 17px;
}

#header #header-content #banner{
	position:relative;
	height:151px;
	background:url(layout/top-banner.jpg) no-repeat;
}

#header #header-content #topmenu{
	position:relative;
	height:41px;
	width:945px;
	background:url(layout/top-menu.jpg) no-repeat;
}


#header #header-content #topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	 /*width: 150px; Width of Menu Items
	border-bottom: 1px solid #ccc; */
	}

#header #header-content #topmenu ul li {
	position: relative;
	display:inline;
}
	
#header #header-content #topmenu li ul {
	position: absolute;
	/* bottom: 10;  Set 1px less than menu width */
	display: none;
	margin: 0px;
	padding: 0px;
	top: 38px;
	float: left;
}

/* Styles for Menu Items */
#header #header-content #topmenu ul li a {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html #header #header-content #topmenu ul li { float: left; height: 1%; margin:0px; padding:0px; }
* html #header #header-content #topmenu ul li a { 
	height: 1%; 
}
/* End */

#header #header-content #topmenu ul li a:hover { color: #3D5A7D; background: #F7f7f7; } /* Hover Styles */
		
#header #header-content #topmenu li ul li a {
	padding: 2px 5px;
	background-color: #fff;
	font-size: 70%;
	text-decoration: none;
	color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
} /* Sub Menu Styles */
		
#header #header-content #topmenu li:hover ul, li.over ul { display: block; } /* The magic */
#header #header-content #topmenu .weld ul li{
	width:119px;
	display:block;
	margin:0px; padding:0px;
}
#header #header-content #topmenu .safe ul li{
	width:140px;
	display:block;
	 margin:0px; padding:0px;
}
#header #header-content #topmenu .manu ul li{
	width:195px;
	display:block;
	 margin:0px; padding:0px;
}
/*#header #header-content #topmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#header #header-content #topmenu ul li{
	display:inline;
}*/

#header #header-content #topmenu .about{
	width:74px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .services{
	width:81px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .safety-training{
	width:140px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .manufacture{
	width:195px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .weld-overlay{
	width:119px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .emergency-capabilities{
	width:105px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .motorsport{
	width:140px;
	height:41px;
	float:right;
	display:block;
}

#header #header-content #topmenu .about:hover{
	background:url(layout/about-hover.jpg) no-repeat;
}

#header #header-content #topmenu .services:hover{
	background:url(layout/services-hover.jpg) no-repeat;
}

#header #header-content #topmenu .safety-training:hover{
	background:url(layout/safety-hover.jpg) no-repeat;
}

#header #header-content #topmenu .manufacture:hover{
	background:url(layout/manufacture-hover.jpg) no-repeat;
}

#header #header-content #topmenu .weld-overlay:hover{
	background:url(layout/weldoverlay-hover.jpg) no-repeat;
}

#header #header-content #topmenu .emergency-capabilities:hover{
	background:url(layout/capability-hover.jpg) no-repeat;
}

#header #header-content #topmenu .motorsport:hover{
	background:url(layout/motorsport-hover.jpg) no-repeat;
}


#content-container{
	position:relative;
	padding-top:9px;
	/*background:url(layout/repeat_bg.gif) repeat-x bottom;*/
	min-height:452px;
	_height:452px;
	padding-bottom:9px;
	padding-top:200px;
}

#content-container #content{
	width:945px;
	margin-right:auto;
	margin-left:auto;
	font-size:70%;
}

#content-container #content #left{
	width:128px;
	float:right;
	display:block;
	position:relative;
	min-height:400px;
	
	_height:400px;
	_margin:0;
	_padding:0;
}

#content-container #content #leftBtmMenu{
	position:absolute;
	bottom:0px;
	padding-left:20px;
	padding-bottom: 10px;
}

#content-container #content #leftBtmMenu a{
	text-decoration:none;
	color:#272b49;
	
}
#content-container #content #leftBtmMenu a:hover{
	text-decoration:underline;	
}

#content-container #content #left ul{
 	margin:0;
	padding:0;
	list-style:none;
	width:128px;
}

#content-container #content #left ul li{
	padding:0;
 	margin:0;
	width:128px;
	margin-bottom:7px;
}

#content-container #content #left .home{
	background:url(layout/left-home-tab.jpg) no-repeat;	
	display:block;
	width:128px;
	height:31px;
}

#content-container #content #left .contact-us{
	background:url(layout/left-contact-us-tab.jpg) no-repeat;
	display:block;	
	width:128px;
	height:31px;
}

#content-container #content #left .downloads{
	background:url(layout/left-downloads-tab.jpg) no-repeat;
	display:block;	
	width:128px;
	height:31px;
}

#content-container #content #left .project-history{
	background:url(layout/left-project-history-tab.jpg) no-repeat;	
	display:block;
	width:128px;
	height:31px;
}
#content-container #content #left .careers{
	display:block;
	width:128px;
	height:31px;
	background-image: url(layout/left-career-tab.jpg);
	background-repeat: no-repeat;
}

#content-container #content #left .links{
position:relative;background:url(/layout/left-links-tab.png) 0 0 no-repeat;width:128px;height:34px;
}

#content-container #content #left .links A{
background:url(/layout/left-links-tab.png) 0 0 no-repeat;display:block;width:128px;height:34px;
}

#content-container #content #left .links A:HOVER{
background:url(/layout/left-links-tab-hover.png) 0 0 no-repeat;
}

#content-container #content #left .blog{
	background:url(layout/left-blog-tab.jpg) no-repeat;	
	display:block;
	width:128px;
	height:31px;
}

#content-container #content #left .home:hover{
	background:url(layout/left-home-tab-hover.jpg) no-repeat;	
}

#content-container #content #left .contact-us:hover{
	background:url(layout/left-contact-us-tab-hover.jpg) no-repeat;
}

#content-container #content #left .downloads:hover{
	background:url(layout/left-downloads-tab-hover.jpg) no-repeat;
}

#content-container #content #left .project-history:hover{
	background:url(layout/left-project-history-hover.jpg) no-repeat;	
}
#content-container #content #left .careers:hover{
	background:url(layout/left-career-tab-hover.jpg) no-repeat;	
}
#content-container #content #left .blog:hover{
	background:url(layout/left-blog-tab-hover.jpg) no-repeat;	
}

#content-container #content #right{
	width:803px;
	margin:0;
	margin-right:10px;
	display:block;
	float:right;
	_margin-right:7px;
}

#content-container #content #right #right-top{
	background:url(layout/content-top.jpg) top no-repeat;
	_background-color:#ffffff;
	height:13px;
	width:803px;
}

#content-container #content #right #right-repeater{
	background:#FFFFFF;
	min-height:400px;
	_height:400px;
}

#content-container #content #right #right-repeater #text-content{
	background:url(layout/left-vertical-border.jpg) left no-repeat;
	width:502px;
	margin:9px;
	margin-top:0px;
	min-height:407px;
	_height:407px;
	float:left;
}

#content-container #content #right #right-repeater #text-content .logo-images {
	padding-top:10px;
}

#content-container #content #right #right-repeater #text-content .logo-images img{
	padding:5px;
}

#content-container #content #right #right-repeater #text-content .person{
	width:480px;
	border-bottom: #e7ebef solid 1px;
	padding:10px;
	padding-left:none;
	margin-left:10px;
}

#content-container #content #right #right-repeater #text-content .person img{
	border:1px solid #7d97b1;
	float:left;
	margin-right:10px;
}

#content-container #content #right #right-repeater #text-content .contact-right{
	padding-left:20px;
	width:200px;
	float:left;
}

#content-container #content #right #right-repeater #text-content .contact-right p{
	width:200px;
}

#content-container #content #right h1{
	margin-top:0px;
	padding-top:0px;
	padding-left:10px;
	color:#353f9c;
	_padding:0;
}

#content-container #content #right h2{
	padding-left:10px;
	_padding:0;
	color:#353f9c;
}

#content-container #content #right #right-repeater #text-content p{
	/*width:350px;*/
	margin-top:0px;
	padding-left:11px;
}

#content-container #content #right #right-repeater #text-content-wide{
	width:740px;
	margin:9px;
	margin-top:0px;
	min-height:407px;
	_height:407px;
	float:left;
	background-image: url(layout/left-vertical-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-container #content #right #right-repeater #text-content-wide .project{
	width:740px;
	min-height:20px;
	_height:20px;
	margin-bottom:10px;
	border:1px solid #E2E7ED;
	padding:12px;
	margin-left: 10px;	
	
}

#content-container #content #right #right-repeater #text-content-wide .project .main-details{
	float:left;
	width:350px;
	margin-right:10px;
}

#content-container #content #right #right-repeater #text-content-wide .project .more-details{
	float:left;
	width:350px;	
}

#content-container #content #right #right-repeater #text-content-wide h1{
	margin-top:0px;
	padding-top:0px;
	color:#353f9c;
	_padding:0;
}



#content-container #content #right #right-repeater-home{
	background-color: #FFFFFF;
	min-height:400px;
	_height:400px;
}

#content-container #content #right #right-repeater-home #text-content{
	background-image: url(layout/left-vertical-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:300px;
	margin:9px;
	margin-top:0px;
	min-height:407px;
	_height:407px;
	float:left;
}

#content-container #content #right #right-repeater-home #text-content .latestnews{
}
#content-container #content #right #right-repeater-home #text-content .latestnews a{
	text-decoration: none;
	color:#353f9c;
}
#content-container #content #right #right-repeater-home #text-content .latestnews a:hover{
	text-decoration: underline;
}
#content-container #content #right #right-repeater-home #text-content .latestnews p{
	width: auto;
	padding-left: 0px;
}
#text-content .latestnews .latestnewsrpt{
	background-image: url(layout/latestNews_bgrpt.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 11px;
	width:250px;
	border:1px solid #dbdbdb;
	margin-left: 11px;
	background-color: #FFFFFF;
}
#text-content .latestnews .latestnewsrpt h3{
	padding: 0px;
	margin: 0px;
}

#content-container #content #right #right-repeater-home #text-content h1{
	margin-top:0px;
	padding-top:0px;
	padding-left:10px;
	color:#353f9c;
}

#content-container #content #right #right-repeater-home #text-content h2{
	padding-left:10px;
	_padding:0;
	color:#353f9c;
}

#content-container #content #right #right-repeater-home #text-content h3{
	padding-left:10px;
	_padding:0;
	color:#353f9c;
}

#content-container #content #right #right-repeater #text-content h2{
	color:#353f9c;
}

#content-container #content #right #right-repeater-home #text-content p{
	/*width:350px;*/
	margin-top:0px;
	padding-left:11px;
}

#content-container #content #right #right-repeater-home #images{
	margin-top:0px;
	min-height:407px;
	_height:407px;
	float:right;
	padding-left:11px;
	padding-right:20px;
	padding-top:20px;
	width: 440px;
	
}

#content-container #content #right #right-repeater #images{
	margin-top:0px;
	min-height:407px;
	_height:407px;
	float:right;
	padding-left:11px;
	padding-right:20px;
	max-width:252px;
}


.twenty-four-service{
	position:relative;
	background:url(layout/twenty-four-service.jpg) no-repeat;
	width:224px;
	height:94px;
	display:block;
	margin-top:10px;
}

.twenty-four-service a{
	display:block;
	width:62px;
	height:20px;
	top:64px;
	left:152px;
	position:absolute;
}

.project-history-section{
	position:relative;
	background:url(layout/project-history.jpg) no-repeat;
	width:224px;
	height:94px;
	display:block;
	margin-top:10px;	
}

.project-history-section a{
	display:block;
	width:62px;
	height:20px;
	position:absolute;
	top:64px;
	left:152px;
}

#content-container #content #right #right-btm{
	background:url(layout/content-footer.jpg) bottom no-repeat;
	height:11px;
	width:803px;
	_background-color:#ffffff;
}

#footer{
	background:#f7f8fa url(layout/footer-repeat.jpg) repeat-x;
	min-height:116px;
	_height:116px;
}

#footer #footer-content{
	width:905px;
	margin-right:auto;
	margin-left:auto;
	font-size:70%;
	padding:10px;
}
#footer #footer-content a{
	text-decoration: none;
	color: #000000;
}
#footer #footer-content a:hover{
	text-decoration:underline;
}

#footer #footer-content .footer-left{
	float:left;
}

#footer #footer-content .footer-right{
	float:right;
}

.clear{
	clear:both;
}

.contactform{
	float:left; width:270px; padding: 0px;
}

.contactform input{
	border:1px solid #d2d6e1;
	padding: 3px;
}

.contactform textarea{
	border:1px solid #d2d6e1;
}

.contactform p label{
	width:200px;
	display:block;
	padding-bottom: 3px;
}

.sub_menu ul{
	list-style:none;
	margin-left:0;
	padding-left:10px;
	clear:both;
	margin-top: 0px;
	padding-top: 0px;
}
.sub_menu ul li{
	display:inline;
	margin-left:0;
	padding-left:0;
	margin-top: 0px;
	padding-top: 0px;
}

.sub_menu ul li a{
	text-decoration:none;
	padding:10px;
	display:block;
	float:left;
	background-color:#d2d6e1;
	border:1px #fff solid;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.sub_menu ul li a:hover{
	color:#3d5a7d;
}
.text-content-info{
	width:502px;
	margin:9px;
	margin-top:0px;
	float:left;
	
}
#content-container #content #right #right-repeater .text-content-info p{
	/*width:350px;*/
	margin-top:0px;
	padding-left:11px;
	width:450px;
}
.tsebanner{
	background-image: url(layout/tse.JPG);
	height: 66px;
	width: 493px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.breadcrumb{
	padding-left:11px;
	margin-bottom: 10px;
}
.breadcrumb a{
	color: #666666;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.project .main-details h2{
	padding: 0;
	margin: 0;
}
.errors{
	background-color: #E0E7ED;
	padding: 10px;
}
.download_icon{
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;	
}
.download{
	border-bottom: 1px solid #d7d7d7;
	width: 440px;
	margin-left: 11px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	padding-top: 8px;
}
.download h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.download .icon{
	float: left;
	width: 50px;
	margin-right: 10px;
}
.download .desc{
	float: left;	
	width: 300px;
}
.download .desc p{
	width: 300px;
}
.images-info{
	float: left;
}
.images-info .image-item{
	margin-bottom: 5px;
}

