@charset "UTF-8";
/* CSS Document */

/* BASIC BODY DEFINIIONS *******************************/

body {
	background-color: #253647;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #dadee1;
	font-size: 0.8em;
	line-height: 1.5em;
	background-attachment: scroll;
	background-image: url(page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* CONTENT SPECIFIC DEFINITIONS **********************/

.content_900 {
	width: 900px;
	margin: 0 auto;
}

.content_border_transition_900 {
	width: 900px;
	margin: 0 auto;
	padding: 0 1px;
	background-image: url(border_transition.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.content_600 {
	width: 600px;
	float: left;
}

.content_300 {
	width: 270px;
	padding: 0 10px 0 20px;
	float: left;
}

.thumbs_right {
	margin: 0 10px 15px 10px;
	float: right;
	clear: right;
}

.thumbs_left {
	margin: 0 10px 15px 10px;
	float: left;
	clear: left;
}

.clearboth {
	clear: both;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.link_standard {
	margin-top: 8px;
	padding-left: 8px;
	background-image: url(link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

.link_standard_float {
	margin-top: 8px;
	margin-right: 20px;
	padding-left: 8px;
	background-image: url(link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

/* TEMPOARY MENU DEFINITIONS **********************************/

.menu_wrapper {
	width: 920px;
	height: 66px;
	position: relative;
	margin: 10px auto 0 auto;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.menu_logo {
	width: 124px;
	height: 23px;
	left: 40px;
	top: 19px;
	position: absolute;
}

.menu_home {
	width: 42px;
	height: 13px;
	left: 202px;
	top: 25px;
	position: absolute;
}
.menu_contact {
	width: 54px;
	height: 13px;
	left: 271px;
	top: 25px;
	position: absolute;
}

.menu_about {
	width: 133px;
	height: 26px;
	left: 347px;
	top: 20px;
	position: absolute;
}
.menu_divisions {
	width: 83px;
	height: 26px;
	left: 481px;
	top: 20px;
	position: absolute;
}
.menu_logistics {
	width: 81px;
	height: 26px;
	left: 565px;
	top: 20px;
	position: absolute;
}
.menu_technology {
	width: 102px;
	height: 26px;
	left: 647px;
	top: 20px;
	position: absolute;
}
.menu_licensing {
	width: 85px;
	height: 26px;
	left: 750px;
	top: 20px;
	position: absolute;
}
.menu_press {
	width: 57px;
	height: 26px;
	left: 836px;
	top: 20px;
	position: absolute;
}


/* HEADER DEFINITIONS ********************************/

.header_wrapper {
	width: 920px;
	margin: 0 auto;
	background-image: url(header_bg.gif);
	background-repeat: no-repeat;
	background-position: center 163px;
}

/* PAGE SECTION DEFITNIONS ***********************/

.content_upper_wrapper {
	width: 920px;
	background-image: url(content_upper_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}

.content_transition_wrapper {
	width: 920px;
	min-height: 150px;
	background-image: url(content_transition_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding-top: 10px;
}

.content_lower_wrapper {
	width: 920px;
	background-image: url(content_lower_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}

/* FOOTER AND LEGAL DEFINITIONS **********************/

.footer_wrapper {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 920px;
	margin: 0 auto;
}

.footer_links {
	width: 900px;
	padding-top: 4px;
	margin: 0 10px;
	background-image: url(footer_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2c3b49;
}

.footer_sublinks {
	width: 900px;
	margin: 0 10px;
	padding: 3px 0px;
}

.footer_sublinks a:link {
	color: #dadee1;
	text-decoration: none;
}
.footer_sublinks a:visited {
	color: #dadee1;
	text-decoration: none;
}
.footer_sublinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_sublinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_c1 {
	width: 134px;
	padding-left: 15px;
	padding-bottom: 4px;
	font-weight: bold;
	float: left;
}

.footer_c2 {
	width: 141px;
	padding-bottom: 4px;
	float: left;
}

.footer_c3 {
	width: 101px;
	padding-bottom: 4px;
	float: left;
}

.footer_c4 {
	width: 97px;
	padding-bottom: 4px;
	float: left;
}

.footer_c5 {
	width: 132px;
	padding-bottom: 4px;
	float: left;
}

.footer_c6 {
	width: 173px;
	padding-bottom: 4px;
	float: left;
}

.footer_c7 {
	width: 105px;
	padding-bottom: 4px;
	float: left;
}

.legal {
	width: 900px;
	margin: 0px auto 10px auto;
	text-align: right;
	padding-right: 20px;
}

a.gbs:hover {
	color: #acc551;
}
