/****/
/********** TAGS **********/
/****/
body {
	background-image: url(../_imgs/gradient_bg.png);
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	text-align:center;
}

* {margin: 0; }


.biggie {
	height: 105px;
	display: block;
}


#search-header {
	width: 100%;
	background: #CCCCCC;
	border: solid 1px #999999;
	color: #333333;
	margin-top: 7px;
	padding: 5px;
}

#search-header-content {
	width: 100%;
}

#results {
	width: 100%;
	background: #eeeeee;
	border: solid 0px #999999;
	color: #333333;
	margin-top: 7px;
	height: 350px;
	padding: 5px;
}
.style3 {color: #000000; }

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5261A;
	font-weight: bold;
	font-style: normal;
}
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
table {
	font-size: 11px;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration:underline;

}

a:link {
	color: #ff0000;
}
 
a:hover {
	color: #000000;
}
/****/
/********** IDs **********/
/****/
/** container **/
#container {
	position:relative;
	width: 750px;
	margin: 0px auto;
}
/****/
/** header **/
#header {
	height: 98px;
	position: relative;
}
#delta_flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49px;
	height: 49px;
}
#title {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 255px;
	height: 23px;
}
#header_btm_bar {
	position: absolute;
	top: 90px;
	left:0px;
	width: 750px;
	height:5px;
}
/****/
/** left nav **/
#left_nav {
	position: relative;
	width: 198px;
	float: left;
	text-align: left;
}
#nav_title {
	background-color: #FFFFFF;
	border: 1px solid #CDCCCC;
}
#left_nav_menu {
	text-align: left;
	background-color: #B2B2B2;
}
#left_nav_menu ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CDCCCC;
}
#left_nav_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_nav_menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #CDCCCC;
	border-top: none;
	padding: 4px;
	padding-left: 22px;
	display: block;
}
#left_nav_menu a:hover {
	color: #19234E;
	background-color: #FEFEFE;
}
#left_nav_menu a.current {
	color: #19234E;
	background-image: url(../_imgs/delta_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFFFFF;
}
#left_nav_menu a.submenu {
	padding-left: 28px;
	background-color: #C6C6C6;
	border-bottom: 1px solid #B2B2B2;
}
#left_nav_menu a.submenu:hover {
	color: #19234E;
	background-color: #EFEFEF;
}
#sales_rep_login {
	background-color: #EFEFEF;
	border: 1px solid #CDCCCC;
	padding:5px;
}
#input {
	text-align: right;
	display: block;
	color: #666666;
}
#input p {
	margin: 2px 0px;
	padding: 0px;
}
#input input {
	font-size: 11px;
	border: 1px solid #CDCCCC;
	width: 130px;
}
#input .login_btn {
	text-align: right;
	padding: 4px 0px;
	width: 42px
}
#address {
	background-color: #FFFFFF;
	padding: 4px 5px;
	font-size: 10px;
	color: #636363;
}
#meggitt_strap {
	height: 65px;
	background-image: url(../_imgs/meggitt_strap.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
}
/****/
/** content **/
#content {
	position: relative;
	width:550px;
	float: right;
	text-align: left;
}
#banner {
	text-align: right;
}
#banner_btm_bar {
	text-align: right;
	margin-top: 4px;
}
#copy {
	padding: 0px 10px;
}
#copy .content_title {
	margin-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EE2624;
}
#copy li {
	list-style-type: disc;
}
/****/
/** footer **/
#footer {
	width: 750px;
	height: 25px;
	clear: both;
	border-top: 1px solid #CDCCCC;
	color: #B2B2B2;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
}
#footer #copyright {
	width: 200px;
	float: left;
}
#footer a {
	color: #B2B2B2;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer table {
	color: #B2B2B2;
	text-align: right;
}
#footer td {
	padding: 0px 2px;
}

