﻿/* ::::::::::::::::::::: */
/* pages css - 6/2/2010 */
/*  Midstates Industrial Group */
/* ::::::::::::::::::::: */

html, body.body-pages {
	margin: 0px;
}
.highlight img {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
	border: 0;
}
.highlight:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.highlight2 img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	border: 0;
}
.highlight2:hover img {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}

/* ::::::::::::: COMMON :::::::::::::  */

.page-wrapper {
	width: 1050px;
	height: 520px;
}
.page-menu {
	width: 280px;
	height: 500px;
	position: absolute;
	top: 4%;
	overflow: hidden;
}
.page-tag {
	width: 280px;
	float: left;
}
.page-tag-footer {
	height: 500px;
	width: 280px;
	float: left;
	clear: both;
	background-image: url('../images/background-slash.png');
}
.page-tag-grad {
	width: 280px;
	height: 30%;
}
.page-title {
	font: normal normal bold 28px Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	margin: 0 0 5px 0;
	float: left;
}
.page-nav {
	font: normal normal bold 16px Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	margin: 0 0 5px 0;
	text-indent: -0.82em;
	padding-left: 0.82em;
	float: left;
	clear: both;
}
.pages-subpage {
	width: 720px;
	float: right;
	margin: 35px 0 0 0;
}

/* ::::::::::::: SUBPAGES-COMMON :::::::::::::  */

.subpage-wrapper {
	width: 720px;
	float: right;
}
.subpage-title {
	border-right: 5px #621517 double;
	width: 400px;
	float: right;
	text-align: right;
	padding: 0 8px 4px 0;
	font: normal normal bold 32px Arial, Helvetica, sans-serif;
	color: #404257;
}
.subpage-nav {
	float: right;
	clear: both;
	margin: 20px 0 0 0;
	text-align: right;
	font: normal normal bold 14px Arial, Helvetica, sans-serif; 
	color: #3B3B3B;
}
.subpage-content {
	width: 720px;
	float: right;
	text-align: right;
	margin: 25px 0 0 0;
}
h1 {
	font: bold normal normal 20px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	margin: 0 0 0 0;
}
.bodytext {
	font: normal normal normal 15px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}
h3 {
	font: normal normal 15px Arial, Helvetica, sans-serif;
	color: #606B95;
	margin: 5px 0 0 0;
	cursor: pointer;
}
h3:hover {
	color: #434A67;
}
h4 {
	font: normal normal 15px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	margin: 5px 0 0 0;
}
.expandable-content {
	width: 720px;
	margin: 5px 0 25px 0;
	padding: 5px;
	background-color: #F0F0F0;
	display: none;
}
.expandable-bodytext {
	width: 650px;
	margin: 0 0 10px 0;
	float: right;
}

/* ::::::::::::: HOME :::::::::::::  */

#home-intro-wrapper {
	width: 760px;
	height: 124px;
	margin: 70px auto 65px auto;
}
#home-statement {
	width: 516px;
	height: 124px;
	float: left;
}
#home-video {
	width: 220px;
	height: 124px;
	float: right;
}
#home-learnmore {
	width: 663px;
	height: 12px;
	margin: 0 auto 5px auto;
}
#home-quick-links {
	width: 815px;
	margin: 0 auto 0 auto;
}
#home-quick-links-shad {
	width: 876px;
	height: 58px;
	margin: 0 auto 0 auto;
}
.home-icons {
	padding: 1px;
}

/* ::::::::::::: SERVICES :::::::::::::  */

.subpage-engineering-category {
	width: 200px;
	float: left;
	margin: 0 0 0 40px;
	text-align: left !important;
}

/* ::::::::::::: PRODUCTS :::::::::::::  */


/* ::::::::::::: ABOUT :::::::::::::  */


/* ::::::::::::: CONTACT :::::::::::::  */

#subpage-contact {
	background-position: bottom;
	height: 415px;
	background-image: url('../images/contact/map.jpg');
	background-repeat: no-repeat;
}
#contact-bodytext-bottom {
	margin: 80px 0 0 0;
}

/* ::::::::::::: LINKS ::::::::::::: */

a {
	color: #606B95;
	text-decoration: none !important;
	outline: 0;
	cursor: pointer;
}
a:visited {
	color: #606B95;
	text-decoration: none !important;
}
a:active {
	color: #606B95;
	text-decoration: none !important;
}
a:hover {
	color: #434A67;
	text-decoration: none !important;
}
a.links-pagenav {
	color: #B0B0B0;
	text-decoration: none !important;
	outline: 0;
	cursor: pointer;
}
a.links-pagenav:visited {
	color: #B0B0B0;
}
a.links-pagenav:active {
	color: #B0B0B0;
}
a.links-pagenav:hover {
	color: #3B3B3B;
}
