@charset "utf-8";
/* CSS Document */

html,body {
	height:100%; /* needed for container min-height */
}
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) top repeat-x #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #303030;
}

.wrapper {
	margin: 0 auto;
	width: 807px;
	height: 100%;
}
.header {
	background: url(images/header.jpg) center no-repeat;
	height: 178px;
}
.menu {
	background: url(images/flashbg.jpg) center top no-repeat;
	height: 241px;
	text-align: center;
}
.midsection {
	background: url(images/content_bg.jpg) center repeat-y;
}
.midsection a{
	color:#bcbcbc;
}
.midsection_bottom {
	background: url(images/content_bottom.jpg) no-repeat;
	height: 37px;
}
.content {
	padding: 10px 40px 10px 40px;
}
.txt_ait {
	font-size: 15pt;
	color:#6d1411;
	font-weight:bold;
}
.txt_enhance {
	font-size: 12pt;
	color:#6d1411;
	font-weight:bold;
}
.pic_righthome {
	float:right;
	padding: 10px 20px 10px 30px;
}
.pic_right {
	float:right;
	padding: 5px 20px 10px 30px;
}
.pic_left {
	float:left;
	padding: 5px 20px 10px 10px;
}
.graybox {
	background: url(images/graybox.jpg) center no-repeat;
	height:126px;
}
.graybox_content {
	padding:25px 0 0 60px;
	color:#bcbcbc;
	line-height: 20px;
}
.heading_home {
	background: url(images/heading_home.jpg) center no-repeat;
	height: 74px;
}
.heading_about {
	background: url(images/heading_about.jpg) center no-repeat;
	height: 74px;
}
.heading_services {
	background: url(images/heading_services.jpg) center no-repeat;
	height: 74px;
}
.heading_solutions {
	background: url(images/heading_solutions.jpg) center no-repeat;
	height: 74px;
}
.heading_contact {
	background: url(images/heading_contact.jpg) center no-repeat;
	height: 74px;
}
.heading_special {
	background: url(images/heading_special.jpg) center no-repeat;
	height: 74px;
}
.sitemap {
	text-align: center;
	color: #bcbcbc;
	font-size: 13pt;
}
.sitemap a {
	color: #bcbcbc;
	text-decoration: none;
	font-size: 9pt;
}
.sitemap a:hover {
	text-decoration: underline overline;
}
.footer {
	background: url(images/footer.jpg) center bottom no-repeat;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;
}
.contact_info {
	float:right;
	background: url(images/contactbox.jpg) center no-repeat;
	width:305px;
	height:378px;
	padding: 10px 58px 0 0;
}
.contact_info_txt {
	padding: 25px 0 0 60px;
	color:#bcbcbc;
}
.contact_form {
	margin: 0 0 0 15px;
}
.contact_form td {
	padding: 2px
}
.contact_form input, textarea {
	width: 280px;
	border: 2px solid #6d1411;
}