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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8D8D8;
	background: #999;
}
.item-half {
	width: 385px;
	float: left;
	z-index: 10;
}
.item-third {
	width: 250px;
	float: left;
	z-index: 10;
}
.item-twothirds {
	width: 520px; 
	float: left;
	z-index: 10;
}
.item-full {
	width: 800px;
	float: left;
	z-index: 10;
	-webkit-transition: all 3s ease 2s;
	-moz-transition: all 3s ease 2s;
	-ms-transition: all 3s ease 2s;
	-o-transition: all 3s ease 2s;
	transition: all 3s ease 2s;
}
.item_content {
	width: 100%;
	background-color: #333;
	border-radius: 20px;
	border: 5px solid #333;
	padding: 5px;
	margin-bottom: 10px;
	z-index: 10;
	float:left;
	
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}

#container {
	background-color: #000;
	background-image: url(../images_layout/button_column_background.jpg);
	background-repeat: repeat-y;
	background-position: 5px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 5px;
	min-height: 700px;
	width: 980px;
}
#side_bar {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	float: left;
	position: fixed;
	top: 155px;
	left: 23px;
	z-index:20;
	padding-top: 5px;
	padding-left: 5px;
}



#accreditation {
	width: 125px;
	height:200px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555; background-color: #E8E8E8;
	border-radius: 20px;
	border: 5px solid #888;
	position: fixed;
	top: 450px;
	left: 28px;
	z-index:10;	
}
.image_expanding {
	border: 3px solid #FFF;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	width: 50%;
	height: 50%;
	-webkit-transition: all 2s ease 0.5s;
	-moz-transition: all 2s ease 0.5s;
	-ms-transition: all 2s ease 0.5s;
	-o-transition: all 2s ease 0.5s;
	transition: all 2s ease 0.5s;
}

.image_static_right {
	border: 3px solid #FFF;
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.image_static_left {
	border: 3px solid #FFF;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#masonry_divs {
	padding-left: 155px;
}
.ctl {
	height: 100%;
	background-image: url(../images_layout/ctl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ctr {
	height: 100%;
	background-image: url(../images_layout/ctr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.cbl {
	height: 100%;
	background-image: url(../images_layout/cbl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cbr {
	height: 100%;
	background-image: url(../images_layout/cbr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_banner {
	min-height: 115px;
	background-image: url(../images_layout/top_banner_background_repeat.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#detail {
}
#top_banner_contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	float: right;
	line-height: 0px;
	padding-right: 25px;
}
#pem {
	z-index: 0;
	padding-left: 150px;
}
#logo {
	float: left;
	height: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	top: 20px;
	left: 23px;
}
#top_banner_button_bar {
	border: thin none #999;
	height: 28px;
	position: absolute;
	top: 93px;
	left:170px;
	z-index:20;
}
.top_banner_button {
	height: 25px;
	width: 180px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	float: left;
	margin-top: 5px;
	margin-left:22px;
}
#home {
	border: none;
}
#sheet_metal_components {
	border: none;
}
#fabrication_and_welding {
	border: none;
}
#subcontract_laser_cutting {
	border: none;
}
#top_banner_text {
	padding-left: 165px;
	clear: left;
	padding-top: 15px;
}



#top_banner_text_test {
   	background:#7f7f7f;
  	background:rgba(0,0,0,0.6);
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: absolute;
	top: 155px;
	left:200px;
	z-index:20;	
}


#detail_column {
	width: 250px;
	float: left;
	background-color: #222;
	margin: 5px;
	background-attachment: scroll;
	padding: 5px;
}
#footer {
	height: 70px;
	background-image: url(../images_layout/UnionJack.png);
	background-repeat: no-repeat;
	background-position: 22px 5px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	clear: both;

}
#left_footer {
	width: 130px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
#right_footer {
	text-align: center;
	padding-top: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin-bottom:6px;
	margin-top:6px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.side_button {
	-webkit-transition: background-image 0.5s ease 0s, margin-left 1s ease 0.25s, margin-top 1s ease 0.25s, margin-bottom 1s ease 0.25s, visibility 1s ease 0.25s;
	-moz-transition: background-image 0.5s ease 0s, margin-left 1s ease 0.25s, margin-top 1s ease 0.25s, margin-bottom 1s ease 0.25s, visibility 1s ease 0.25s;
	-ms-transition: background-image 0.5s ease 0s, margin-left 1s ease 0.25s, margin-top 1s ease 0.25s, margin-bottom 1s ease 0.25s, visibility 1s ease 0.25s;
	-o-transition: background-image 0.5s ease 0s, margin-left 1s ease 0.25s, margin-top 1s ease 0.25s, margin-bottom 1s ease 0.25s, visibility 1s ease 0.25s;
	transition: background-image 0.5s ease 0s, margin-left 1s ease 0.25s, margin-top 1s ease 0.25s, margin-bottom 1s ease 0.25s, visibility 1s ease 0.25s;
	background-image: url(../buttons/side_button_blank_selected.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 20px;
}


.test-expanding-item-left-grid {
	height:153px;
	width: 230px;
	float:left;	
	border: 3px solid #FFF;
	border-radius: 5px;
	-webkit-transition: all 2s ease 0.5s;
	-moz-transition: all 2s ease 0.5s;
	-ms-transition: all 2s ease 0.5s;
	-o-transition: all 2s ease 0.5s;
	transition: all 2s ease 0.5s;
}

.test-expanding-item-right-grid {
	height:153px;
	width: 230px;
	float:left;	
	border: 3px solid #FFF;
	border-radius: 5px;
	-webkit-transition: all 2s ease 0.5s;
	-moz-transition: all 2s ease 0.5s;
	-ms-transition: all 2s ease 0.5s;
	-o-transition: all 2s ease 0.5s;
	transition: all 2s ease 0.5s;
}

.test-expanding-item-center-grid {
	height:153px;
	width: 230px;
	float:left;	
	border: 3px solid #FFF;
	border-radius: 5px;
	-webkit-transition: all 2s ease 0.5s;
	-moz-transition: all 2s ease 0.5s;
	-ms-transition: all 2s ease 0.5s;
	-o-transition: all 2s ease 0.5s;
	transition: all 2s ease 0.5s;
}


ul {
	width:100%;

	list-style:none;
	float:left;
	padding:0 0 2.5% 0;

}

ul li {
	width:30%;
	float:left;
	margin:0 0 0 2.5%;
	position:relative;
}

ul li img {
	max-width:100%;
	float:left;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}



.side_button:hover {
	border: thin none #0F0;
	background-image: url(../buttons/side_button_blank_unselected.gif);
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.top_banner_button:hover {
	border: thin none #0F0;
	margin-top: 0px;
}
.image_expanding:hover {
	width: 100%;
	height: 100%;
}
.item_content:hover {
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #777;
	border-bottom-color: #777;
	background-color: #222;
	color: #FFF;
}
.item600:hover {
	z-index: 200;
}
.test-expanding-item-left-grid:hover {

	transform: scale(3,3);
	transform-origin: -5% 105%;
   	border: 1px solid #FFF;
    box-shadow: 4px 4px 8px #111;
	z-index: 100;
}
.test-expanding-item-right-grid:hover {

	transform: scale(3,3);
	transform-origin: 105% 105%;
    border: 1px solid #FFF;
    box-shadow: 4px 4px 8px #111;
	z-index: 100;
}
.test-expanding-item-center-grid:hover {

	transform: scale(3,3);
	transform-origin: 50% 105%;
   	border: 1px solid #FFF;
    box-shadow: 4px 4px 8px #111;
	z-index: 100;
}
img {
	
}
