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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EDEDED;
	width: 100%;
	height: 100%;
}
#container {
	height: 100%;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/main-back-left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#FFF;
}
#container_inner {
	padding: 0px 15px;
	background-image: url(/images/main-back-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#banner {
	width: 547px;
	height: 212px;
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -167px;
}
#logo {
	height: 143px;
	width: 213px;
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
}
#leftnav {
	background-image:url(/images/menu-back.jpg);
	width: 213px;
	position:absolute;
	top: 143px;
	left: 50%;
	margin-left: -380px;
        background-repeat: no-repeat;
}
#footer_slogan {
	width: 547px;
	padding-left: 213px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 80px;
	line-height: 30px;
}
#content {
	width: 547px;
	padding-top: 212px;
	padding-left: 213px;
	min-height: 460px;
}
#content h1 {
	background-image:url(/images/main-title-bar.jpg);
	width: 517px;
	height: 36px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#content p, #content ul {
	padding-bottom:20px;
}
#content ul {
	padding-left: 20px;
}
#content_inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	background-image:url(/images/main-footer.gif);
	background-repeat: no-repeat;
	width: 760px;
	background-position: bottom;
}
#footer_slogan {
	background-image: url(../images/main-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 90px;
}
#copyright {
	color: #FFF;
	text-align: right;
}
.cleaner {
	clear:both;
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
#leftnav_links a {
	width: 163px;
	display:block;
	height: 19px;
	text-decoration: none;
	background-image: url(/images/menu-item.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 6px;
}
#leftnav_links a.no-back {
	background-image: none;
}
#leftnav_links div.expanded {
	background-image:url(../images/menu-subback.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#leftnav_links a:hover {
	background-image: url(/images/menu-hover.jpg);
	background-repeat: no-repeat;
}
#leftnav_links a.no-back:hover {
	background-image: none;
	background-repeat: no-repeat;
}
#leftnav_links ul {
	list-style-image: url(../images/menu-subpointer.gif);
	padding-left: 45px;
}
#leftnav_links ul a {
	padding-left: 5px;
	padding-top: 0px;
/*	height: 15px;*/
}
#leftnav_links li {
	height: 18px;
}
#leftnav_logos img {
	border: none;
}
#easa_logo, #aar_logo {
	height: 111px;
	overflow:hidden;
}
#qmi_logo, #apta_logo {
	height: 124px;
}
.current {
	font-weight: bolder;
}
#rfq-list td {
	padding: 3px;
/*	text-transform: capitalize;*/
}
#rfq-list th {
	text-transform: uppercase;
	color:#FFF;
	padding: 3px;
}
#rfq-list .th-row {
	background-color:#C00;
}
#rfq-list .td-row {
	background-color:#CCC;
}