/*===============================================================	
 RESET
===============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align: top;
}     	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.wrapper,header{
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px;
}
header{
	margin: 30px auto 0;
}

.for_print{
	display: none;
}
div#tabs{
	margin: 20px auto;
	max-width: 1024px;
	width: 100%;
}
div.layer{
	display: none;
	position: relative;
}
img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
video {  
   width: 100%; 
   max-width: 100%; 
   height: auto; 
}
.360 .dot{
	display: inline-block;
}
.dot{
	display: none;
	
	background: #a80532; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhODA1MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM5MDBiMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  #a80532 0%, #900b15 71%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a80532), color-stop(71%,#900b15)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #a80532 0%,#900b15 71%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #a80532 0%,#900b15 71%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #a80532 0%,#900b15 71%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #a80532 0%,#900b15 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80532', endColorstr='#900b15',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	-webkit-box-shadow:  2px 2px 10px 0px #000000;
    box-shadow:  2px 2px 10px 0px #000000;

	width: 24px;
	height: 24px;
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	
	z-index: 100;
	position: absolute;
	
	cursor: pointer;
}
.content{
	display: none;
	
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	
	z-index: 150;
	
	margin: 0 20px;
	padding: 20px;
	max-width: 640px;
}
.overlay{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	background-color: #000;
	
	filter: alpha(opacity:0.7);
	KHTMLOpacity: 0.7;
	MozOpacity: 0.7;
	-khtml-opacity:.70; 
	-ms-filter:”alpha(opacity=70)”; 
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
}


/*===============================================================	
 SITE CONFIGURATION
===============================================================*/
body {
    line-height: 1.75;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif; 
    font-size: 14px !important;
    color: #333333;
	-webkit-text-size-adjust: none;
}
p{
  line-height: 1.75;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.noborder{
    border: 0 !important;
}
.ibc{
	font-size: 0;
	letter-spacing: -4px;
    word-spacing: -4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ib{
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
    word-spacing: normal;
	*zoom: 1;
    *display: inline;
}
img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
img.noresize{
	max-width: none;
	width: auto;
	height: auto;
}
.italic{
	font-style: italic;
}
.bold{
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Georgia", "Times New Roman", serif;
}
h1,h2{
	font-weight: bold;
	font-size: 48px;
	color: #A90533;
	margin: 20px 0 40px;
}
div.contact_us h1{
	margin: 20px 0 10px;
}
div.page h2, .ui-dialog .ui-dialog-title, div.contact_us h2, div.content h2{
	font-size: 24px;
	color: #A90533;
	margin: 20px 0;
	line-height: 36px;
	font-weight: bold;
}
	div.content h2{
		margin: 0 0 20px 0;
	}
div.contact_us h2{
	margin: 0 0 10px;
}
h3, .content-header{
	font-size: 14px;
}
.content-header{
	margin: 10px 0;
}
div.page h3, .content-header{
	font-weight: bold;
}
a{
	color: #00599B;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.iq_app_link{
	color: #00599B !important;
}
.p_one{
	color: #666666;
}
.p_two{
	color: #666666;
}
.close{
	margin: 20px 0 0;
}
.button,.back{
	display: inline-block;
	
	background-color: #A90533; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0033), to(#A90533));
	background-image: -webkit-linear-gradient(top, #CC0033, #A90533); 
	background-image:    -moz-linear-gradient(top, #CC0033, #A90533);
	background-image:     -ms-linear-gradient(top, #CC0033, #A90533);
	background-image:      -o-linear-gradient(top, #CC0033, #A90533);
	
	padding: 10px;
	
	border: 0;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A90533;
	
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.button:hover,.back:hover{
	background: -moz-linear-gradient(center top , #A90533, #CC0033) repeat scroll 0 0 transparent;
	
	background-color: #CC0033; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A90533), to(#CC0033));
	background-image: -webkit-linear-gradient(top, #A90533, #CC0033); 
	background-image:    -moz-linear-gradient(top, #A90533, #CC0033);
	background-image:     -ms-linear-gradient(top, #A90533, #CC0033);
	background-image:      -o-linear-gradient(top, #A90533, #CC0033);
	
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.button img{
	width: 18px;
	height: 18px;
	margin-right: 3px;
}
.hint{
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-align: center;
	margin-left: 5px;
}
.hint_left{
	text-align: left;
}
.list{
	list-style: disc;
	margin: 10px 25px;
}
	.list li{
		line-height: 1.75;
		font-size: 14px;
	}
.begin_arrows{
	display: none;
}
li.contact_us{
	text-align: right;
}
	li.contact_us img{
	}
	li.contact_us span{
		display: inline-block;
		margin-top: 2px;
		color: #CCC;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
	}
.align_right{
	text-align: right;
}
.align_right a{
	color: #333 !important;
}
.img_with_caption{
	margin-bottom: 30px;
}
.required{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.required_hint{
	display: inline-block;
	margin: 10px 0 0 10px;
}
/*===============================================================	
 COLUMNS
===============================================================*/
.one_c{
	
} 
.two_c_even_left, .two_c_even_right{
	width: 48%;
}
	.two_c_even_left{
		margin-right: 2%;
	}
	.two_c_even_right{
		margin-left: 2%;
	}
.two_c_large_left, .two_c_large_right{
	width: 62%;
}
	.two_c_large_left{
		margin-right: 2%;
	}
	.two_c_large_right{
		margin-left: 2%;
	}
.two_c_small_right, .two_c_small_left{
	width: 28%;
	padding: 0 4%;
}
.two_c_nav_left{
	width: 75%;
}
.two_c_nav_right{
	width: 23%;
	margin-left: 2%;
}
.three_c_outer,.three_c_inner{
	width: 31.99%;
}
	.three_c_inner{
		margin: 0 2%;
	}
.four_c_outer,.four_c_inner{
	width: 23%;
}
	.four_c_inner{
		margin: 0 2%;
	}
.four_c_even{
	width: 23%;
	margin: 1%;
}
.two_c_even{
	width: 48%;
	margin: 0 1%;
}
.two_c_even_no_margin{
	width: 50%;
}
.two_c_large_left_no_margin, .two_c_large_right_no_margin{
	width: 70%;
}
.two_c_small_right_no_margin, .two_c_small_left_no_margin{
	width: 30%;
}
.three_c_even{
	width: 31.33%;
	margin: 1%;
}
li.img_cont{
	text-align: center;
}
/*===============================================================	
 FORM
===============================================================*/
ul.form{
	list-style: none;
}
	ul.form li{
		margin-bottom: 10px;
	}
	ul.form label{
		display: block;
		color: #333;
		text-transform: uppercase;
		font-size: 12px;
	}
	ul.form input[type=text]{
		padding: 10px 5px;
		width: 40%;
		font-size: 14px;
	}	
#ValidationSummary1{
	margin: 0 0 20px 20px;
}
/*===============================================================	
 HEADER
===============================================================*/
header{

}
li.gd_logo{
	text-align: right;
	margin-top:	45px;
}
img.what_can{
	max-width: 500px;
	margin-right: 50px;
}
div.back_arrows{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	
	width: 100%;
	background-color: #333;
}
	div.back_arrows div.wrapper{
		padding: 5px 0;
	}
a.back_link{
	display: inline-block;
	margin-top: 3px;
	color: #CCC;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
/*===============================================================	
 LOGO AREAS
===============================================================*/
section.logo_section{
	display: none;
	/*height: 150px;
	background-attachment: fixed;	
	background-position: center center;
	
	-moz-box-shadow: inset 0 0 5px 5px #888;
	-webkit-box-shadow: inset 0 0 5px 5px #888;
	box-shadow: inset 0 0 5px 5px #888;*/
}
	/*.section_1{
		background: url(../images/section_1.jpg) no-repeat;
	}
	.section_2{
		background: url(../images/section_2.jpg) no-repeat;
	}
	.section_3{
		background: url(../images/section_3.jpg) no-repeat;
	}
	.section_4{
		background: url(../images/section_4.jpg) no-repeat;
	}
	.section_5{
		background: url(../images/section_5.jpg) no-repeat;
	}*/
/*===============================================================	
 MODULE
===============================================================*/	
.ui-tabs .ui-tabs-panel{
	padding: 0;
}
/*===============================================================	
 MOSIAC
===============================================================*/
ul.mosiac li{
	position: relative;
	border: 1px solid #CCC;
	border-bottom: 0;
	width: 30.33%
}
	ul.mosiac img{
		
	}
	ul.mosiac li:hover{
		-moz-box-shadow: 0 8px 10px -5px #000;
		-webkit-box-shadow: 0 8px 10px -5px #000;
		box-shadow: 0 8px 10px -5px #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
		
		cursor: pointer;
	}
ul.mosiac div{
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	
	text-align: left;
	background-color: #A90533;
	color: #FFF;
}
	ul.mosiac div.engineer{
		background-color: #42bfe2;
	}
	ul.mosiac div.plant_manager{
		background-color: #9f9fa0;
	}
	ul.mosiac div.maintenance{
		background-color: #c89134;
	}
	ul.mosiac div.safety_environment{
		background-color: #208842;
	}
	ul.mosiac div.purchasing_agent{
		background-color: #d14684;
	}
	ul.mosiac div.financial_controller{
		background-color: #9b2220;
	}
		ul.mosiac div p{
			margin: 20px 20px 0px;
			
			font-size: 18px;
		}
		ul.mosiac div a{
			display: block;
			margin: 0px 20px 20px;
			
			font-size: 10px;
			color: #F1F1F1;
			text-transform: uppercase;
		}
/*===============================================================	
 BROCHURES
===============================================================*/
ul.brochures li{
	text-align: center;
	width: 22%;
	margin: 1%;
}
	ul.brochures img{
		max-width: 80px;
		margin: 20px 0;
	}
	ul.brochures div{
		position: static;
		display: block;
		width: 100%;
		
		text-align: left;
		background-color: #333333;
		color: #FFF;
		padding-bottom: 40px;
	}
		ul.brochures div p{
			margin: 0px 20px 0px;
			padding: 20px 0 0 0;
			
			font-size: 12px;
		}
		ul.brochures div a{
			display: inline-block;
			margin: 0 0 0 20px;
			
			font-size: 10px;
			color: #F1F1F1;
			text-transform: uppercase;
		}
/*===============================================================	
 TABS
===============================================================*/
#tabs{
	text-align: center;
}
ul.tabs{
	margin: 0 auto;
	display: inline-block;
	list-style: none;
}
	ul.tabs li.tab{
		float: left;
		margin: 2px;
	}
		li.tab a, li.tab a.ui-link{
			display: block;
			padding: 5px 10px;
			text-decoration: none;	
			
			border: 1px solid #CCC;
			background-color: #E5E5E5;
			color: #666;
			font-weight: normal;
		}
			li.tab a.active_tab, li.tab a.ui-link.active_tab{
				background-color: #FFF;
			}
/*===============================================================	
 TABLES
===============================================================*/
table{
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
	table th, table td{
		padding: 10px;
		border: 1px solid #CCC;
	}
	table th{
		background-color: #A90533;
		
		text-align: left;
		font-weight: bold;
		color: #FFF;
	}

