body {
	background: url(/data-bin/images/top_pipe.jpg) repeat-x;
	background-color: #000;
}

#mapBackground {
	width: 1719px;
	height: 1200px;
	background: url(/data-bin/images/world_bg.jpg) no-repeat;
	position: absolute;
	top: 125px;
	left: -418px;
}

/* MAIN LAYOUT */

html, body {
	height: 100%;
}

#outerWrap {
	overflow: hidden;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 119px;
	padding: 6px 0 0 0;
	position: relative;
	
}

#content {
	padding: 41px 0 0 0;
	margin: -43px 0 0 0;
	background: url(/data-bin/images/content_top_bg.png) 1px 0 no-repeat;
	position: relative;
	z-index: 15;
	
	/* IE Hack */
	width: 100%;
}

#push {
	height: 112px;
	margin: 0 0 -48px 0;
	clear: both;
}

#footer {
	height: 112px;
	background: url(/data-bin/images/bot_pipe.jpg) bottom repeat-x;
	margin: -112px 0 0 0;
	position: relative;
	
	/* IE Hacks */
	*z-index: 50;
	*margin: -60px 0 0 0;
}

/* CONTENT LAYOUT */

#nav {
	width: 430px;
	height: 50px;
	padding: 18px;
	position: absolute;
	top: -26px;
	right: 35px;
	background: url(/data-bin/images/nav_bg.png) no-repeat;
}

#top {
	width: 100%;
	height: 222px;
	margin: -23px 0 5px 10px;
	padding: 22px 0 0 0;
	background: url(/data-bin/images/top_bg.jpg) no-repeat;
}

#article {
	width: 555px;
	float: left;
}

#aside {
	width: 310px;
	margin: 0 0 0 560px
}

/* FOOTER LAYOUT */

#innerFoot {
	width: 850px;
	height: 106px;
	margin: 0 auto;
	background: url(/data-bin/images/logo_bot.png) right no-repeat;
}

/* NAVIGATION */

ul.horizontal {
	list-style: none;
	padding: 0;
}

ul.horizontal li {
	float: left;
}

#nav ul.horizontal li {
	background: url(/data-bin/images/nav_sep.gif) right no-repeat;
}

#nav ul.horizontal li.last {
	background: none;
}

#nav ul.horizontal a {
	display: block;
	width: 84px;
	height: 35px;
	padding: 15px 2px 0 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #d9e0e4;
	text-decoration: none;
	font-size: 1.3em;
}

#nav ul.horizontal a:hover {
	color: #fff;
	background: url(/data-bin/images/nav_overs.png) 0 -50px no-repeat;
}

#nav ul.horizontal li.first a:hover {
	background: url(/data-bin/images/nav_overs.png) 0 0 no-repeat;
}

#nav ul.horizontal li.last a:hover {
	background: url(/data-bin/images/nav_overs.png) 0 -100px no-repeat;
}

/* TYPOGRAPHY */

#article h1, #article h2, #article h3, #article h4, #article h5, #article h6, #article p, #article ul, #article ol {
	margin-left: 20px;
	margin-right: 20px;
}

#article div, #article div.flush * {
	margin-left: 0;
	margin-right: 0;
}

h1 {
	font-family: Impact, sans-serif;
	color: #af4b40;
	font-weight: normal;
}

h2 {
	font-family: Eurostile, Helvetica, Arial, sans-serif;
	color: #3d555d;
	letter-spacing: -0.5px;
}

#header .contact {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
}

#contentFooter {
	font-size: 11px;
}

#aside h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1em;
	padding: 5px 0 5px 0;
	color: #fff;
}

#aside ul li {
	font-size: 1em;
}

#aside ul.benefits, #aside ul.applications {
	font-family: Eurostile, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21.6px;
}

#aside ul.benefits li {
	font-size: 16px;
	line-height: 25px;
}

#aside ul.benefits li.last a {
	padding-bottom: 3px;
}

#aside ul.news h4 {
	font-size: 14px;
	padding: 11px 0 0 0;
}

#aside ul.news p.date {
	font-size: 11px;
	color: #af4b40;
	padding: 0;
}

#aside ul.news p {
	font-size: 11px;
	padding: 0 0 9px 0;
}

#aside ul.contact li {
	padding: 0 0 0 10px;
}

#aside ul.contact li.name {
	font-size: 15px;
	font-weight: bold;
}

#footer {
	font-size: 11px;
	line-height: 12px;
}

/* HEADER */

#name * {
	display: none;
}

#name {
	width: 434px;
	height: 120px;
	margin: 0 0 0 -12px;
	background: url(/data-bin/images/logo.png) no-repeat;
}

#name a {
	display: block;
	width: 370px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 20px;
}

#header .contact {
	position: absolute;
	top: 35px;
	right: 100px;
	color: #fff;
	font-weight: bold;
}

#header .contact li {
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
}

#header .contact li.email {
	color: #cccc66;
	border-right: none;
}

/* CONTENT */

#innerContent {
	padding: 10px 0px 20px 18px;
	background: url(/data-bin/images/content_mid_bg.png) repeat-y;
	z-index: 20;
	
	/* background: url(/data-bin/images/baseline.gif); */
}

#innerContent a {
	color: #AF4B40;
}

#contentFooter {
	width: 874px;
	height: 41px;
	background: url(/data-bin/images/content_bot_bg.png) 1px 0 no-repeat;
	position: relative;
	z-index: 20;
}

#content h1 {
	width: 300px;
	padding: 42px 0 0 20px;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: center;
	float: left;
}

#article #animation {
	width: 543px;
	height: 368px;
	margin: 0 0 10px 10px;
}

#contentFooter a {
	color: #333;
	text-decoration: none;
}

#contentFooter a:hover {
	text-decoration: underline;
}

#contentFooter p.props {
	width: 200px;
	padding: 0 0 0 38px;
	float: left;
}

#contentFooter p.props a em {
	font-style: normal;
	color: #af4b40;
}

#contentFooter ul {
	width: 270px;
	margin: 0 0 0 586px;
}

#contentFooter ul li {
	padding: 0 5px;
	border-right: 1px solid #333;
	line-height: 13px;
}

#contentFooter ul li.last {
	border-right: none;
}

/* SLIDESHOW */

#slideshow {
	width: 490px;
	height: 204px;
	margin: 0 0 0 350px;
	padding: 5px;
	background: url(/data-bin/images/slideshow_bg.png) no-repeat;
	position: relative;
}

#slideLeft {
	width: 45px;
	height: 44px;
	position: absolute;
	top: 83px;
	left: -10px;
	background: url(/data-bin/images/slide_left.png) no-repeat;
	z-index: 50;
}

#slideLeft:hover {
	background: url(/data-bin/images/slide_left.png) 0 -44px no-repeat;
}

#slideRight {
	width: 45px;
	height: 44px;
	position: absolute;
	top: 83px;
	right: -15px;
	background: url(/data-bin/images/slide_right.png) no-repeat;
	z-index: 50;
}

#slideRight:hover {
	background: url(/data-bin/images/slide_right.png) 0 -44px no-repeat;
}

#slideLeft:hover, #slideRight:hover {
	cursor: pointer;
}

#slideFrame {
	width: 490px;
	height: 204px;
	position: relative;
	overflow: hidden;
}

#slideshow ul {
	width: 490px;
	height: 204px;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: hidden;
	top: 0;
	left: 0;
}

#slideshow ul li {
	float: left;
}

#frameNW {
	position: absolute;
	top: 0;
	left: 0;
}

#frameNE {
	position: absolute;
	top: 0;
	right: 0;
}

#frameSE {
	position: absolute;
	bottom: 0;
	right: 0;
}

#frameSW {
	position: absolute;
	bottom: 0;
	left: 0;
}

#slideFrame div div {
	height: 1px;
	background: #fff;
}

#slideFrame .east div {
	float: right;
	clear: right;
}

#slideFrame .pix3 {
	width: 3px;
}

#slideFrame .pix2 {
	width: 2px;
}

#slideFrame .pix1 {
	width: 1px;
}

/* SIDEBAR */

#aside h3 {
	width: 264px;
	height: 27px;
	padding: 27px 0 0 48px;
	background: url(/data-bin/images/aside_list_top.png) bottom no-repeat;
}

#aside h3 a {
	color: #fff;
	text-decoration: none;
}

#aside h3 a:hover {
	color: #e6dd45;
}

#aside ul {
	list-style: none;
	width: 286px;
	padding: 4px 13px 12px 13px;
	margin-bottom: 1px;
	background: url(/data-bin/images/aside_list_bg.png) bottom no-repeat;
}

#aside li a {
	display: block;
	color: #8d8d8d;
	text-decoration: none;
}

#aside ul.benefits li, #aside ul.news li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e1e1e1;
}

#aside ul li.first {
	border-top: none;
}

#aside ul li.last {
	border-bottom: none;
}

#aside ul.benefits li a, #aside ul.applications li a, #aside ul.news li {
	padding: 0 0 0 10px;
}

#aside ul.benefits li a:hover {
	color: #fff;
	background: url(/data-bin/images/aside_list_over.png) 0 -4px no-repeat;
}

#aside ul.benefits li.last a:hover {
	background: url(/data-bin/images/aside_list_over.png) 0 -34px no-repeat;
}

#aside ul.applications {
	padding-bottom: 17px;
}

#aside ul.applications li a:hover {
	color: #af4b40;
}

#aside h3.news {
	padding-top: 23px;
}

#aside ul.news {
	color: #333;
	max-height: 573px;
	overflow: hidden;
	padding-top: 11px;
	padding-bottom: 16px;
}

#aside ul.news li a {
	color: #333;
	display: inline;
}

#aside ul.news li a:hover {
	text-decoration: underline;
}

#aside h3.contact {
	padding-top: 19px;
}

#aside ul.contact {
	padding-top: 18px;
	padding-bottom: 27px;
}

#aside ul.contact a {
	color: #af4b40;
}

#aside ul.contact a:hover {
	text-decoration: underline;
}

/* FOOTER */

#footer ul {
	color: #fff;
	width: 400px;
	height: 16px;
}

#footer li {
	padding: 0 5px;
	border-right: 1px solid #fff;
}

#footer li.last {
	border-right: none;
}

#footer ul.location {
	padding: 52px 0 0 13px;
}

#footer ul.contact {
	padding: 4px 0 0 13px;
}

#footer li em {
	color: #cccc66;
	font-style: normal;
}



