p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, textarea, input, body, blockquote {
	margin:				0;
	padding:			0;
}


ul {  
    list-style:			none;
}


a img {
	border:				0;
}

a {
	text-decoration:	none;
}

button {
	overflow:			visible;
	width:				auto;
}

:focus {
	outline:			none;
}.hidden {
	display:			none;
	visibility:			hidden;
}

.floatedRight {
	float:				right;
	margin:				0px 0px 10px 10px;
}

.floatedLeft {
	float:				left;
	margin:				0px 10px 10px 0px;
}

.borderedImage {
	border:				1px solid #DDD;
	padding:			3px;
}

.clear {
	clear:				both;
	height:				0px;
	overflow:			hidden;
}

hr {
	border:				none;
	background-color:	#DDD;
	margin-top:			20px;
	margin-bottom:		20px;
	height:				1px;
	overflow:			hidden;
}

.clearfix {
	overflow:			hidden;
}
#IELT7 .clearfix {
	height:				1%;
}

blockquote {
	padding-left:		50px;
}/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: 		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/_Modules/Lightbox/_Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/_Modules/Lightbox/_Images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/_Modules/Lightbox/_Images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	color: #666666;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
/*------------------------------------------General Styles---*/
.contentBox {
	margin:				0px;
}

body{
	background-image:	url(../_Images/Layout/bgrd_body.jpg);
	background-repeat:	repeat-x;
	background-color:	#120f15;
	position:			relative;
	font-family:		Myriad Web Pro,Myriad Web,Myriad Pro,Calibri,Helvetica, Arial, sans-serif;
	font-size:			14px;
}

h2{
	height:				37px;
	background-image:	url(../_Images/Layout/bgrd_title.gif);
	background-repeat:	no-repeat;
	font-size:			22px;
	letter-spacing:		1px;
	font-family:		Swiss, Verdana, Trebuchet MS, sans-serif;
	text-transform:		lowercase;
	background-position:0 -37px;
	padding-left:		10px;
}

ul{
	list-style:			decimal inside;
}

li{
	font-style:			italic;
	padding-bottom:		10px;
}

a{
	color:				#7D293C;
}

a:hover{
	color:				#000100;
}

#IERoot h2{
	font-family:		Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size:			20px;
	letter-spacing:		0;
}

h2 span{
	background-image:	url(../_Images/Layout/bgrd_title.gif);
	background-position:top right;
	background-repeat:	no-repeat;
	height:				37px;
	line-height:		37px;
	padding-right:		10px;
	float:				left;
	display:			block;
	text-shadow:		1px  1px 0px #fff;
}

p{
	margin:				16px 0 16px 0;
}

@font-face {
	font-family: 		Swiss;
	src: 				url('../_Fonts/Swiss 911 Extra Compressed BT.ttf');
}

#PageWrapper{
	background-image:	url(../_Images/Layout/bgrd_footer.gif);
	background-position:bottom right;
	background-repeat:	no-repeat;
	margin:				0	auto;
	width:				1000px;
	padding-bottom:		76px;
}

#IELT7 #PageWrapper {
	padding-bottom:		63px;
}

#Header{
	background-image:	url(../_Images/Layout/bgrd_header.gif);
	background-repeat:	no-repeat;
	height:				342px;
	position:			relative;
}

/*#IERoot #Header{

	background-image:	url(../_Images/Layout/bgrd_header.gif);
}*/

#Logo {
	background-image:	url(../_Images/Layout/logo.gif);
	display:			block;
	width:				443px;
	height:				140px;
	left: 				132px;
	outline:			none;
	overflow:			hidden;
	position:			absolute;
	text-indent:		-1000px;
	top: 				142px;
}

#Logo a {
	display:			block;
	height:				140px;
}

#Content {
	background-image:	url(../_Images/Layout/bgrd_container.png);
	background-repeat:	repeat-y;
	margin:				0 61px 0 93px;
	font-size:			13px;
	padding:	  		30px 45px;
	line-height:		21px;
	color:				#2A3559;
	overflow:			hidden;
	width:				756px;
}

#ContainerBottom{
	background-image:	url(../_Images/Layout/bgrd_container_bottom.gif);
	background-repeat:	no-repeat;
	height:				9px;
	margin:				0 61px 5px 93px;
	position:			relative;
}

/*#IERoot #ContainerBottom{

	background-image:	url(../_Images/Layout/bgrd_container_bottom.gif);
}*/

#ContainerBottomPipes{
	background-image:	url(../_Images/Layout/bgrd_footer.gif);
	background-repeat:	no-repeat;
	position:			absolute;
	height:				238px;
	width:				631px;
	left: 				280px;
	top: 				-148px;
}

/*#IERoot #ContainerBottomPipes{

	background-image:	url(../_Images/Layout/bgrd_footer.gif);
}*/

/*--------------------------MENU-----------------------------*/

#Menu{
	position:			absolute;
	top:				295px;
	left:				112px;
	list-style:			none;
	height:				40px;
	padding: 			0px;
}

#Menu li{
	
	height:				40px;
	float: 				left;
	position:			relative;
}

#Menu li a {
	background-image:	url(../_Images/Layout/menu.gif);
	display:			block;
	height:				40px;
	overflow:			hidden;
	text-indent:		-1000em;
}
body.ro #Menu li a {
	background-image:	url(../_Images/Layout/menu_ro.gif);
}

#Menu li#BtnAboutUs a{
	width:				112px;
}

body.ro #Menu li#BtnAboutUs a{
	width:				125px;
}

#Menu li#BtnAboutUs a:hover{
	background-position:0 -40px;
}

#Menu li#BtnManufacturing a {
	background-position:-112px 0;
	width:				151px;
}

body.ro #Menu li#BtnManufacturing a {
	background-position:-132px 0;
	width:				110px;
}

#Menu li#BtnManufacturing a:hover{
	background-position:-112px -40px;
}

body.ro #Menu li#BtnManufacturing a:hover{
	background-position:-132px -40px;
}

#Menu li#BtnProducts a {
	background-position:-263px 0;
	width:				101px;
}

#Menu li#BtnProducts a:hover{
	background-position:-263px -40px;
}

#Menu li#BtnService a {
	background-position:-364px 0;
	width:				85px;
}

#Menu li#BtnService a:hover{
	background-position:-364px -40px;
}

#Menu li#BtnContact a {
	background-position:-449px 0;
	width:				101px;
}

#Menu li#BtnContact a:hover{
	background-position:-449px -40px;
}

#Menu .submenu {
	position:			absolute;
	width:				170px;
	list-style:			none;
	padding:			0;
	margin:				0;
	font-size:			13px;
}
#Menu .submenu li {
	background:			url(../_Images/Layout/submenu.gif) no-repeat 0px -3px;
	float:				none;
	height:				20px;
	padding:	 		5px 10px;
	margin:				0px;
	width:				150px;
}
#Menu .submenu li.firstItem {
	padding-top:		7px;
	background-position:left top;
}
#Menu .submenu li.lastItem {
	background-position:left bottom;
	padding-bottom:		7px;
}
#Menu .submenu a {
	background:			none !important;
	display:			block;
	height:				20px;
	line-height:		20px;
	text-indent:		0;
	width:				100% !important;
	color:				#fff;
	text-decoration:	none;
}

#Menu .submenu a:hover {
	color:				#000;
}

/*-----------------------end MENU-----------------------------*/

#Footer{
	position:			relative;
}

#DesignedBy {
	position:			absolute;
	color:				#fff;
	left:				100px;
	font-size:			12px;
}

.thumbContainer {
	width:				240px;
	float:				right;
	height:				340px;
	margin-left:		40px;
	margin-bottom:		40px;
}

.thumb {
	height:				100px;
	width:				100px;
	float:				left;
	background-image:	url(../_Images/Layout/bgrd_thumb.gif);
	padding:			4px;
	display:			block;
	margin:				0 8px 8px 0;
}

.thumb:hover{
	background-image:	url(../_Images/Layout/bgrd_thumb_hover.gif);
}
#IELT7 .thumb {
	display:			inline;
}

#Language{
	position:			absolute;
	right: 				70px;
	top: 				80px;
}

#Language a{
	color:				#CCC;
	font-size:			12px;
}

#Language a:hover{
	color:				#999;
}