/* CSS for Magal Engineering Website */

/* Generic Styles*/

html{height:100%}
html,body {margin:0;padding:0;}
body{
	behavior:url("htc/csshover.htc");
	background:#ffffff;
	min-width:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;	
}

a{
	color: #999999;	
}

a:hover{
	color: #e11e25;
}

h1{
	font-size: 11px;
	color: #e11e25;
	margin-top:5px;
	margin-bottom:5px;
	font-weight: bold;
}

h2{
	font-size: 11px;
	color: #999999;
	margin-top:5px;
	margin-bottom:5px;
	font-weight: bold;
}

span.subHeading{
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

img.picture{
	padding: 20px;
}

/* General Positioning */

#centreVertical{
	position:absolute;
	top:0px;
	margin-top:0px;/* half flash height*/
	left:0;
	width:100%;
	z-index:2;
}
#centreHorizontal {
	width:790px;/*page width*/
	margin-left:0px;
	margin-right:auto;
	height:600px;/* page height*/
	background:#FFFFFF;
}

#centreHorizontal2 {
	width:920px;/*page width*/
	margin-left:0px;
	margin-right:auto;
	height:600px;/* page height*/
	background:#FFFFFF;
}

/* Left hand fading border */

#fade{
	position:relative;
	width:15px;
	height:600px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	float: left;
	background:#ffffff;
	color: #000000;
	text-align:left;
	background-image:
	url('../images/static/faderbg.jpg');
	background-repeat: repeat-x;
}


/* ---- Header, Logo and Contact Us ---- */

#header{
	position:relative;
	width:775px;
	height:97px;
	margin-left:auto;
	margin-right:0px;
	float: left;
	background:#ffffff;
	color: #000000;
	text-align:left;
	background-image:
	url('../images/static/headerbg.jpg');
	background-repeat: no-repeat;	
}

#headerAddress {	
	position:relative;
	top:-7px;
	left:202px;
	color: #909693;	
	text-align:right;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	font-weight: bold;	
}

/* ---- Navigation Menu ---- */

#menu{
	position:relative;
	width:700px;
	/* width:585px;*/
	height:17px;
	margin-left:0px;
	margin-right:auto;
	float:left;
	/* background:#FFFFFF;*/
	background-image:
	url('../images/static/navbgblank2.jpg');
	background-repeat: no-repeat;	
	color: #000000;
	text-align:center;
	z-index: 100;
}

/* ---- Page Content ---- */

#content{
	padding-left: 20px;
	padding-top: 15px;
	float: right;
	width: 755px;
	height: 488px;
}

#indexContent{
	padding-left: 20px;
	padding-top: 2px;
	float: right;
	width: 755px;
	height: 488px;
}

#customerRelationsContent{
	padding-left: 20px;
	padding-top: 15px;
	float: right;
	width: 880px;
	height: 488px;
}

/* Page Specific Styles */

/* ---- index page ---- */

#indexTop{
	width: 755px;
}

#indexTopLinks {
        width:100%;
        text-align:right;
        padding:0;
        margin:0;
}

#indexTopLinks a {		
	text-decoration: none;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: bold;
}

#indexTopLinks a:hover{
	color: #e11e25;
}

#indexBox1{
	width: 370px;
	height: 230px;
	float: left;		
	border-right:1px solid #FC0005;
	/* border-bottom:1px solid #FC0005; */
}

#indexBox2{
	width: 370px;
	height: 230px;
	float: left;
	/* border-bottom:1px solid #FC0005; */
}

#indexBox3{
	width: 370px;
	height: 230px;
	float: left;	
	border-right:1px solid #FC0005;	
}

#indexBoxes img {
        border:none;
}

#indexAddress {
	font-weight: bold;
}

#indexH1{
	font-weight: normal;
}

.indexH2left{
	position:relative;	
	top:10px;
	left:0px;
	font-size: 12px;
}

.indexH2right{
	position:relative;	
	top:10px;
	left:24px;
	font-size: 12px;
}

.indexBoxImage {
        width:100%;
        text-align:center;
        padding:0;
        margin:0;
}

div.constructionLink {
	float:left;
	margin-top:40px;
	font-size: 9px;
}

/* ----- Section Index ---- */

#sectionTop{
	width: 600px;
	height: 50px;
}

#sectionTop700{
	width: 700px;
	margin-top:40px;	
}

#sectionLeft{
	width: 185px;
	height: 300px;
	float: left;
	margin-top: 25px;
	padding-right: 22px;
	text-align: left;
	background-image:
	url('../images/index/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#sectionRight{
	width: 525px;
	height: 425px;
	float: left;
	margin-left: 20px;
}

#sectionH2{
	font-weight: normal;
}

#sectionBottom700 {
        width:700px;
}

/*	
	#news{
		position: absolute;
		top: 203px;
		left: 250px;
		z-index: 20;
	}
	#news a{
		color: #e11e25;
	}
	#news a:hover{
		color: #999999;
	}
*/

/* ----- Contact Page ---- */

#content.contact{
	float: left;
	width: 600px;
	padding-top: 40px;
	padding-left:74px;
}
/* ---- Awards Page ---- */

.contentAwards{
	background-image:
	url('../images/awards/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#awardsLeft{
	float: left;
	width: 370px;
	height: 350px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	background-image:
	url('../images/awards/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#awardsRight{
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	width: 350px;
	height: 405px;
	overflow: auto;
}

.awardsDate{
	float: left;
	width: 85px;
	font-weight: bold;
	margin-bottom: 5px;
}


/* ---- Location Map Pages ---- */

#locationFlash{
	margin-top: 80px;
}

#locationTop{
	width: 600px;
	height: 50px;
}

#locationLeft{
	width: 370px;
	height: 400px;
	float: left;
	background-image:
	url('../images/location/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#locationLeft a img{
	border: 0;
}

#locationRight{
	width: 375px;
	height: 400px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	overflow: auto;
}

.locationPDF{
	float: left;
}

.locationBack{
	float: right;
	margin-right: 10px;
}

#locationMapLeft{
	height: 325px;
	float: left;
	margin-right:25px;
	margin-top:65px;
}

#locationMapRight{
	width: 375px;
	height: 400px;
	float: left;
	margin-left: 25px;
	margin-top: 100px;
	overflow: auto;
}

#locationMapRight p{
	line-height: 18px;
}

/* ---- management pages ---- */

#managementTop{
	width: 600px;
	height: 205px;
	overflow: hidden;
}

#managementTop img.managementActive{
	border: 1px solid #e11e25;
}

#managementTop img.managementPhoto{
	border: 1px solid #cccccc;
}

#managementTop div.photoBoxGamil{
	float: left;
	width: 110px;
	padding-right: 20px;

}

#managementTop div.photoBox{
	float: left;
	width: 110px;

}

#managementLeft{
	width: 425px;
	height: 250px;
	float: left;
	overflow: auto;
}

#managementRight{
	width: 320px;
	height: 250px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	overflow: hidden;
}

#managementRight a img {
	border: 0;
}

.managementDate{
	float: left;
	width: 75px;
	font-weight: bold;
	margin-bottom: 5px;
}

.managementProfile{
	float: left;
	width: 320px;
	margin-bottom: 10px;

}

/* ---- Plant Pages ---- */

#plantTop{
	width: 600px;
	height: 150px;
}

#plantTop p, #plantRight p{
	margin-top:6px;
	margin-bottom:6px;
}

#plantLeft{
	width: 370px;
	height: 300px;
	float: left;
	padding-top: 20px;
	background-image:
	url('../images/plants/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#plantRight{
	width: 375px;
	height: 300px;
	float: left;
	margin-left: 10px;
	overflow: auto;
}

/* ---- product pages ---- */

#productLeft{
	float: left;
	width: 400px;
	height: 405px;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	background-image:
	url('../images/product/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#productVideo{
	position: absolute;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 120px;
	text-align: center;
	text-decoration: underline;
	top: 480px;
	left: 295px;
	background-image:
	url('../images/product/button.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 20;
}

#productVideoOverflow{
	position: absolute;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 120px;
	text-align: center;
	text-decoration: underline;
	top: 500px;
	left: 295px;
	background-image:
	url('../images/product/button.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 20;
}

#productVideo:hover, #productVideoOverflow:hover{
	text-decoration: underline;
	background-image:
	url('../images/product/buttonOn.jpg');
}

#productVideo{
	position: absolute;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 120px;
	text-align: center;
	text-decoration: underline;
	top: 480px;
	left: 295px;
	background-image:
	url('../images/product/button.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 20;
}


#productRight{
	position: relative;
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	width: 325px;
	height: 415px;
	overflow: auto;
}

#productRight p{
	margin-top:6px;
	margin-bottom:6px;
}

#productThumbs {
	position: absolute;
	bottom: 15px;
	height: 82px;
	margin: 20px;
	text-align: center;
}


#productThumbs img{
	border: 1px solid #999999;
	margin: 6px;
}

#productThumbs img:hover {
	border: 1px solid #e11e25;
	margin: 6px;
}

#productRightOverflow{
	position: relative;
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	width: 325px;
	height: 415px;
	overflow: auto;
}

#productRightOverflow p{
	margin-top:6px;
	margin-bottom:6px;
}

#productThumbsOverflow {
	height: 82px;
	margin-top:5px;
	margin-bottom:0px;
	text-align: center;
}

#productThumbsOverflow img {
	border: 1px solid #999999;
	margin: 2px;
}

#productThumbsOverflow img:hover {
	border: 1px solid #e11e25;
	margin: 2px;
}


/* ---- Lean Page ---- */

#leanLeft{
	float: left;
	width: 340px;
	height: 310px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
}

#leanRight{
	float: right;
	padding-top: 55px;
	padding-right: 10px;
	width: 389px;
	height: 298px;
	overflow: auto;
}

#leanThumbs{
	position: absolute;
	bottom: 40px;
	left: 30px;
	width: 770px;
	height: 110px;
	text-align: center;
}

#leanThumbs a img {
	border: 1px solid #999999;
	margin: 2px;
}

#leanThumbs a img:hover {
	border: 1px solid #e11e25;
	margin: 2px;
}

p.lean{
	margin-top: 6px;
	margin-bottom: 6px;
	}

/* ---- Quality Page ---- */

#qualityTop{
	width: 450px;
	margin-left: 54px;
	padding-top: 50px;
	line-height: 18px;

}

#qualityLeft{
	width: 316px;
	padding-top: 35px;
	padding-left: 54px;
	float: left;
	
}

#qualityRight{
	width: 385px;
	padding-top: 35px;
	float: left;
	
}

#qualityRight img, #qualityRight img a {
	
	border: none;
}



#qualityStandards{
	border-collapse: collapse;
	border-spacing: 0px;
}

#qualityStandards td{
	border: 1px solid #999999;
	height: 35px;
	width: 145px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}
/* ---- Concept Page ---- */

#conceptLeft{
	float: left;
	width: 475px;
	height: 405px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	background-image:
	url('../images/concept/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#conceptRight{
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	width: 250px;
	height: 405px;
	overflow: auto;
}

/* ---- R and D page ---- */

#rdLeft{
	float: left;
	width: 100px;
	height: 295px;
	padding-top: 20px;
}

#rdLeft img{
	margin-top: 5px;
	margin-bottom: 5px;
}

#rdRight{
	float: left;
	width: 655px;
	height: 295px;
	padding-top: 20px;
}

#rdBottom{
	width: 755px;
}

#rdBottom img{
	margin-right: 10px;
}

/* ---- account manager page ---- */

#crCol6{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crCol5{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crCol2{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crCol4{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crCol3{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crCol1{
	float: left;
	width: 118px;
	margin-right:7px;
}

#crColLast{
	float: left;
	width: 118px;
}

#crColLast table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 118px;
}

#crCol6 table, #crCol5 table, #crCol2 table, #crCol4 table, #crCol3 table, #crCol1 table, #crColLast table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 118px;
}

#crCol6 td, #crCol5 td, #crCol2 td, #crCol4 td, #crCol3 td, #crCol1 td, #crColLast td {
	border: 1px solid #999999;
	text-align: center;
	height: 30px;

}

#crCol6 td.customerNoBorder, #crCol5 td.customerNoBorder, #crCol2 td.customerNoBorder, #crCol4 td.customerNoBorder, #crCol3 td.customerNoBorder, #crCol1 td.customerNoBorder, #crColLast td.customerNoBorder {
	border: 0;
}

#crCol6 a, #crCol5 a, #crCol2 a, #crCol4 a, #crCol3 a, #crCol1 a, #crColLast a {
	color: #e11e25;
}

#crCol6 a:hover, #crCol5 a:hover, #crCol2 a:hover, #crCol4 a:hover, #crCol3 a:hover, #crCol1 a:hover, #crColLast a:hover {
	color: #999999;
}

.customerName{
	color: #000000;
	font-weight: bold;
}

#i3d {
        width:100%;
        float:left;
        text-align:right;
        vertical-align:middle;
        margin-bottom: 4px;
}

#i3d a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

#i3d img{
        border:none;
        vertical-align:bottom;
        padding-left:2px;
}

/* ---- Consulting ---- */

#sectionLeft375{
	width: 375px;
	height: 420px;
	float: left;
	margin-top: 25px;
	padding-right: 22px;
	text-align: left;	
	background-image:
	url('../images/index/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
}

#sectionRight335{
	width: 335px;
	height: 420px;
	float: left;
	margin-left: 20px;	
}

#sectionLeft355{
	width: 375px;
	height: 420px;
	float: left;
	margin-top: 0px;
	padding-right: 22px;
	text-align: left;	
	background-image:
	url('../images/index/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
}

#sectionRight355{
	width: 335px;
	height: 420px;
	float: left;
	margin-left: 20px;	
}

#sectionLeft495{
	width: 495px;
	height: 315px;
	float: left;
	margin-top: 25px;
	padding-right: 22px;
	text-align: left;	
	background-image:
	url('../images/index/fadeLine.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
}

#sectionRight215{
	width: 215px;
	height: 315px;
	float: left;
	margin-left: 20px;	
}

img.consulting {       
        display: block;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto
}

div.flashInRightColumn {       
        display: block;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto
}

div.flashInRightColumn2 {       
        display: block;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto
}

div.portrait1 {
        text-align: center;
        clear:both;
}

div.portrait2 {
        width:167px;
        text-align: center;
        float:left;
}

div.whatWeDo {
        margin-top: 30px;
        color: #e11e25;        
        text-align: center;
}

img.cultureChange {       
        display: block;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
}

div.training {
        margin-top: 30px;
}

#standardsTop {		
	float:left;
	width:730px;	
	margin-top:30px;
	margin-left:0px;
	padding:4px 20px 20px 20px;
	background:#ffffff;
	text-align:left;
	background-image:
	url('../images/static/greyfadebg.jpg');
	background-repeat: repeat-y;	
}

p.title2 {
        font-style:italic;
        font-weight:bold;
}

p.title3 {
        font-weight:bold;
}

span.underline {
        text-decoration:underline;
}

img.howWeDoIt {       
        display: block;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
}

tr.questions {
        background:#fff;
        border:1px solid #999999;
}

input.formButton {
        float:right;
        margin-top:10px;
        margin-left:6px;
}

#construction {
	float: left;
	margin-top: 25px;
	padding-right: 22px;
	text-align: left;	
}

#construction h2 {
	font-size:18px;
}

#construction h3 {
	font-size:14px;
}

#construction p.padtop20 {
	padding-top:20px;
}

#construction p.padtop10 {
	padding-top:10px;
}

#construction div.products1 {
	width:150px;
	float: left;
}

#construction div.products2 {
	width:500px;
	float: left;
}

#construction div.systems {
	width:350px;
	float: left;
}

#construction div.software1 {
	width:200px;
	float: left;
}

#construction div.software2 {
	width:400px;
	float: left;
}

#construction div.projects {
	width:350px;
	float: left;
}

#construction img {
	border-style: none; 
}

#construction div.download {
	width:80px;
	text-align:center;
	float:left;
	margin-right:30px;
}

p.address {
	margin-top:20px;
	font-size:20px;
}

img.construction {
	margin-top:20px;
}

ul.construction {
	list-style:disc outside;
	margin-left:10px;
}

ul.construction li.350 {
	clear:both;	
	width:350px;
	list-style:disc outside;
	margin:0.5em;	
}

ul.construction li {
	clear:both;
	width:80%;
	list-style:disc outside;
	margin:0.5em;	
}

ul.construction2 {
	list-style:none;	
}

ul.construction2 li {
	clear:both;
	width:80%;
	list-style:none;
	margin:0.5em;	
}

.clear {
        clear:both;
        font-size:0px;
        line-height:0px;
        height:0px;
        overflow:hidden;
        margin: 0 0 0 0;
}