@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../interior_images/home_bkg.jpg);
	background-repeat: repeat-x;
	line-height: 16px;
}

a:link {
	color: #621213;
	text-decoration: underline;
}
a:visited {
	color: #611213;
	text-decoration: underline;
}
a:hover {
	color: #621213;
	text-decoration: none;
}
a:active {
	color: #621213;
	text-decoration: underline;
}

#container  {
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	height: 117px;
	background-color: #621213;
	background-image: url(../images/header_bkg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header img {
	float: left;
	color: #FFFFFF;
}
#home_aei .applications_right {
	float: right;
}
#home_aei #applications {
	width: 380px;
}


#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
}
#home_content{
	width: 824px;
	padding-top: 46px;
	padding-right: 51px;
	padding-bottom: 0px;
	padding-left: 51px;
	
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#621213;
}
.bottomcolumn img {
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
}
#home_products {
	padding-top: 6px;
	padding-right: 51px;
	padding-bottom: 6px;
	padding-left: 51px;
}
#home_aei {
	float: left;
	width: 400px;
	position: relative;
}
#home_aei .applications_left {
	float: left;
}
.home_images {
	float: right;
	width: 400px;
}
#search_box {
	float: right;
	height: 33px;
	width: 222px;
	position: absolute;
	left: 676px;
	top: 12px;
}
.search {
	color: #fff;
	text-decoration: none;
}
.search a:link {
	color: #fff;
	text-decoration: underline;
}
.search a:visited {
	color: #fff;
	text-decoration: underline;
}
.search a:hover {
	color: #fff;
	text-decoration: none;
}
.search a:active {
	color: #fff;
	text-decoration: underline;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #621213;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
hr {
	border: 0;
	color: #C8C6C7;
	background-color: #C8C6C7;
	height: 1px;
	width: 100%;
	text-align: left;
}
.applications_left ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.applications_right ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bottominfo{
	padding-bottom:16px;
	width: 876px;
	overflow: hidden;
	position: relative;
	padding-left: 50px;
	}
	.bottomcolumn{
	float: left;
	width:150px;
	margin-right: 18px;
	position: relative;
	}
	.bottomright{margin-right:0;}
	.bottomcolumn h3{
	color: #621213;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
.bottomcolumn p {
	padding: 0px;
	margin: 0px;
}
#border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.product_name {
	font-size: 11px;
	font-weight: bold;
	color: #621213;
}
