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



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

html, body.body-main {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #2C2C3A;
	font-family: Arial, Helvetica, sans-serif;
}

/* ::::::::::::: INDEX ::::::::::::: */

#preload {
	display: none;
}
#wrapper {
	width: 1100px;
	height: 708px;
	position: absolute;
	top: 0;
	left: 1%;
	right: 1%;
	margin: 0 auto;
	z-index: 10;
}
#header {
	background-image: url('../images/header.png');
	width: 931px;
	height: 157px;
	margin: 0 0 0 50px;
}
#nav {
	width: 617px;
	height: 24px;
	z-index: 50;
	position: absolute;
	top: 130px;
	left: 440px;
}
.nav {
	margin: 0 0 0 30px;
	border-width: 0;
}
#content-wrapper {
	position: relative;
	width: 1100px;
	height: 520px;
	margin: 20px 0 0 0;
	overflow: hidden; */
}
#content {
	width: 20000px;
	height: 520px;
}
#page-home {
	width: 1100px;
	height: 520px;
	float: left;
}
.pages {
	width: 1100px;
	height: 520px;
	float: left;
	margin-left: 600px;
}
.ajax-page {
	width: 1050px;
	height: 520px;
	margin: 0 50px 0 0;
}
#javascript {
	width: 300px;
	margin: 150px auto 0 auto;
	font: normal normal bold 100% Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DEDFE7;
	text-align: center;
}
.scrollable {
	width: 1100px;
	height: 520px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#span {
	min-width: 1200px;
	width: 100%;
	min-width: 1200px;
	height: 540px;
	margin: 168px 0 0 0;
	background-color: #FFFFFF;
	z-index: -1;
}
#footer-border {
	min-width: 1200px;
	width: 100%;
	height: 8px;
	background-color: #5C5C5C;
}
#footer {
	width: 770px;
	height: 20px;
	margin: 12px auto 10px auto;
	z-index: 500;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdcdcd;
	font-weight: bold;
	float: left;
}
.footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9e9ea1;
	float: right;
}

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

/*
a.subpage{
	color: #606B95;
	text-decoration: none !important;
}
a.subpage:visited {
	color: #606B95;
	text-decoration: none !important;
}
a.subpage:active {
	color: #606B95;
	text-decoration: none !important;
}
a.subpage:hover {
	color: #434A67;
	text-decoration: none !important;
}
*/

a.links-footer {
	color: #cdcdcd;
	outline: 0;
	text-decoration: none !important;
}
a.links-footer:visited {
	color: #cdcdcd;
}
a.links-footer:active {
	color: #cdcdcd;
}
a.links-footer:hover {
	color: #626262;
}
