@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #CCCCCC;
}

a:link, a:visited {
	color: #0083D9;
}

a:hover {
	color: #330000;
}

#layout {
	width: 980px;
	background-image: url(../images/index_contentbackground.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 980px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#footercontent {
	width: 980px;
	background-image: url(../images/index_contentfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 980px;
	min-height:28px;
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
}

* html #footer {
	height: 28px;
}

#footer a:link, #footer a:visited {
	color: #ffCC00;
}

#footer a:hover {
	color: #FFFFFF;
}

#footerreflection {
	clear: both;
	width: 980px;
	background-image: url(../images/index_footerreflection.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

#logo {
	float: left;
	width: 235px;
	margin: 0px;
	padding: 20px 55px 0px 20px;
}

* html #logo {
	display: inline;
}

#navigation {
	float: left;
	width: 660px;
	height: 37px;
	margin: 0px;
	padding: 83px 10px 0px 0px;
}

* html #navigation {
	display: inline;
}

#leftcontent {
	float: left;
	width: 330px;
	/*color: #663300;*/
	background-image: url(../images/index_leftcontentback.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

* html #leftcontent {
	display: inline;
}

#leftcontenttext {
	margin: 0px;
	padding: 30px 30px 30px 40px;
}

#content {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
}

* html #content {
	display: inline;
}

#contenttext {
	margin: 0px;
	padding: 30px 40px 30px 30px;
}

#clear {
	clear: both;
}

/* Home Page Areas */

#module01 {
	float: left;
	width: 160px;
	height: 190px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/module_plcprogramming.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 30px 30px 140px;
}

* html #module01 {
	display: inline;
}

#module02 {
	float: left;
	width: 160px;
	height: 190px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/module_communication_wireless.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 30px 30px 130px;
}

* html #module02 {
	display: inline;
}

#module03 {
	float: left;
	width: 160px;
	height: 190px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/module_control_system_design.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 30px 30px 140px;
}

* html #module03 {
	display: inline;
}

/* Other Styles */

#testimonials {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#projectdescription {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#player {
	margin: 0px;
	padding: 0px;
}

/* Text Styles */

.headings {
	font-size: 18px;
	font-weight: bold;
	color: #81233d;
}

.subheadings {
	font-size: 16px;
	font-weight: bold;
}

.serviceheadings {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.captions {
	font-size: 11px;
}

.highlighted {
	color: #81233d;
}

