@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 1200px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 630px;
}
.oneColFixCtrHdr #header {
	height: 138px;
	width: 1200px;
	background-image: url(../images/AAI_banner.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #menu {
	height: 30px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #abv_menu {
	height: 2px;
	width: 1200px;
	background-color: #00F;
}
.oneColFixCtrHdr #container #lwr_menu {
	background-color: #00F;
	height: 2px;
	width: 1200px;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 1200px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 1200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 480px;
	text-align: left;
	padding: 2px;
}
.oneColFixCtrHdr #MnCnt_Lf {
	width: 375px;
	position: relative;
	right: 0px;
	top: 0px;
	height: 395px;
}
.oneColFixCtrHdr #MnCnt_Rt {
	width: 375px;
	position: relative;
	top: -395px;
	height: 395px;
	right: -400px;
	padding-top: 10px;
}

.oneColFixCtrHdr #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	width: 1200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #ctr_content {
	background-image: url(../images/collage.jpg);
	height: 480px;
	width: 840px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: relative;
}
.oneColFixCtrHdr #v_menu {
	font-family: Arial;
	height: 440px;
	width: 130px;
	padding-top: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #ctr_contacts {
	height: 250px;
	width: 800px;
	overflow: scroll;
	border: 1px solid #000;
	position: relative;
	left: 25px;
}

.oneColFixCtrHdr  #tr_1 {
	height: 170px;
	width: 130px;
	position: relative;
	left: 70px;
	top: 200px;
	border: 0px solid #000;
}
.oneColFixCtrHdr #sc5000 {
	height: 110px;
	width: 80px;
	position: relative;
	left: 240px;
	top: -60px;
}
.oneColFixCtrHdr #ss6 {
	height: 70px;
	width: 200px;
	position: relative;
	left: 440px;
	top: -160px;
}
.oneColFixCtrHdr #xlt_hd {
	height: 300px;
	width: 100px;
	position: relative;
	left: 680px;
	top: -250px;
}
.oneColFixCtrHdr #ss4 {
	height: 40px;
	width: 100px;
	position: relative;
	left: 260px;
	top: -360px;
}
.oneColFixCtrHdr #hand_pc {
	height: 50px;
	width: 120px;
	position: relative;
	left: 365px;
	top: -490px;
}
.oneColFixCtrHdr #feeders {
	height: 100px;
	width: 240px;
	position: relative;
	left: 390px;
	top: -470px;
}
.oneColFixCtrHdr #Prod_Header {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	vertical-align: middle;
	height: 38px;
	width: 800px;
	text-align: center;
	position: relative;
	top: 32px;
	left: 140px;
}
.oneColFixCtrHdr #Prod_hdr_container {
	height: 80px;
	width: 1065px;
	vertical-align: middle;
}
.ariel_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px; /*sets line spacing*/
	letter-spacing: normal; /*sets spacing between letters*/
	color: #000; /*set default letter color (can be overridden -- ex:  <span class="ariel_18" style="color: blue"> )*/
	word-spacing: 2px;
}
