/*

	MLS main stylesheet
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 25px 0 0 0;
}

table tr td {
	font-size: 12px;
	color: #FFFFFF;
}

.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/*
.png-fix { 
	behavior: url('common/iepngfix.htc'); 
	padding: 0;
	margin: 0;
}
*/

/* =Branding
---------------------------------------------------------------------------------------------------- */
#branding {
	background: url('../images/wrapper/branding-bg.jpg') 0 0 no-repeat;
	min-height: 152px;
	height: auto !important;
	height: 152px;
	position: relative;
}

#branding #logo {
	padding: 31px 0 0 26px;
}

#branding #language {
	position: absolute;
	top: 10px;
	right: 15px;
}

/* =Layout Homepage + sidebar form
---------------------------------------------------------------------------------------------------- */
#home #home-content {
	float: left;
	width: 629px;
	background: url('../images/wrapper/home-content-bg.jpg') 0 0 no-repeat;
	min-height: 314px;
	height: auto !important;
	height: 314px;
}

#home #home-content h1 {
	padding: 35px 0 0 25px;
	margin: 0;
}

#home #home-content #intro-text {
	margin: 0 0 20px 0;
	padding: 30px 40px 0 45px;
}

#home #home-content #intro-text-2 {
	margin: 0 36px 20px 45px;
	padding: 0 9px 0 0;
	border-bottom: 1px solid #666666;
}

ul#two-col {
	padding: 0 0 0 44px;
}

ul#two-col li {
	display: block;
	float: left;
	width: 275px;
}

ul#two-col li.last {
	margin: 0 0 0 30px;
}

ul#two-col li p {
	margin: 10px 0 0 0;	
}



/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 980px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto 0 auto;
	position: relative;
}

#main-content {
	min-height: 417px;
	height: auto !important;
	height: 417px;
}

#main-content #content {
	float: left;
	width: 629px;
}

#section-header {
	background: url('../images/wrapper/section-header-bg.jpg') 0 0 no-repeat;
	min-height: 69px; 
	height: auto !important;
	height: 69px;
}

#section-header h1 {
	padding: 25px 0 0 25px;
}

#main-content #content #text-content {
	padding: 0 30px 20px 26px;
}

/* =Sub-content
---------------------------------------------------------------------------------------------------- */
#sub-content {
	float: right;
	width: 351px;
	padding: 0 0 16px 0;
}

#sub-content #sc-form {
	background: #ffffff;
}

#sub-content #sc-form table {
	width: 320px;
	margin: 17px auto 0 auto;
}

#sub-content #sc-form table tr td {
	padding: 0 0 0 7px;
	color: #000000;
	font-size: 11px;
	height: 37px;
}

#sub-content #sc-form #sc-form-items {
	background: url('../images/wrapper/sc-form-bg.jpg') 0 0 no-repeat;
	min-height: 135px;
	height: auto !important;
	height: 135px;
	color: #000000;
	font-size: 11px;
}

#sub-content #sc-form #sc-form-items p {
	padding: 30px 20px 0 20px;
}

#sub-content #sc-form #sc-form-items a {
	color: #E51937;
}

#sub-content #sc-form #sc-form-items a:hover {
	color: #000000;
}

#sub-content #sc-form #sc-form-items .img-header {
	margin: 19px 0 0 48px;
}

h2 {
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #666666;
	margin-top: 20px;
	padding-bottom: 5px;
}

/* =Main navigation
--------------------------------------------------------------------------------------------------- */
#main-nav {
	background:  url('../images/wrapper/main-nav-bg.jpg') 0 0 no-repeat;
	min-height: 49px;
	height: auto !important;
	height: 49px;
}	

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #DEB545;
}

a:hover {
	outline: none;
	color: #EAEAEA;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#home #home-content {
	color: #ffffff;
}

#home #home-content p {
	color: #ffffff;
	margin: 10px 0 16px 0;
	line-height: 15px;
}

#content {
	color: #ffffff;
}

#content p {
	color: #ffffff;
	margin: 10px 0 16px 0;
	line-height: 15px;
}

#content h1 {
	font-size: 18px;
	color: #666666;
	margin: 0 0 10px 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul.generic {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	color: #ffffff;
}

ul.generic li {
	list-style: square;
	color: #ffffff;
	line-height: 15px;
	padding: 0 0 5px 0;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #262626;
	color: #7D7D7D;
	padding: 22px 0 44px 44px;
}

#footer a {
	color: #7D7D7D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form input.field {
	width: 221px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #7D7D7D;
	padding: 2px;
	font-size: 10px;
}

form textarea {
	background: none;
	border: 1px solid #919191;
	height: 82px;
	width: 314px;
	margin-top: 8px;
}

form .submit-btn {
	background: url('../images/wrapper/sbmit-btn-bg.gif') 0 10% no-repeat;
	width: 98px;
	height: 33px;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px 0;
	cursor: pointer;
}

.validation {
	color: red;
}


.pdf {
	background: url('../images/icon-pdf.gif') 0 0 no-repeat;
	padding: 0 0 0 22px;
	line-height: 16px;
}

.web {
	background: url('../images/icon-web.gif') 0 3px no-repeat;
	line-height: 22px;
	padding-left: 24px;
	
}

.white-box-container {
	margin: 20px 0 0 0;
	width: 572px;
}

.white-box {
	background-color: #FFFFFF;
	padding: 20px 10px 20px 60px;

}

