@charset "UTF-8";
/* CSS Document */
/* 	Danlin Blue: #0d5cab
	Danlin Blue Highlight: #bcddff
	Danlin Red: #e51937
*/

/* GENERAL */
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
/* LAYOUT */
body {
	text-align: center;
	min-width: 1000px;
	background: #fff url(img/gradient.jpg) repeat-x left top;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	margin-top: 25px;
	background: #0d5cab;
}
#brand {
	width: 100%;
	height: 296px;
	background: url(img/brand.jpg) no-repeat left top;
	position:relative;
}
#brand ul {
	position:absolute;
	width: 580px;
	left: 290px;
	bottom: 0;
	list-style: none;
}
#brand ul li {
	float: left;	
}
#brand ul a {
	display: block;
	padding: 0 1em;
	line-height: 4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#000;
	text-transform:uppercase;
	border-bottom: 4px solid transparent;
}
#brand ul a:hover {
	border-bottom: 4px solid #e51937;
}
#page {
	float:left;
	width: 100%;
	background: #0d5cab;
	padding-bottom: 20px;
}
#panel {
	text-align:center;
}
#panel embed {
	margin:20px;
}
#sidePanel {
	width: 230px;
	margin-left:20px;
	margin-top: 20px;
	float:left;
}
#mainPanel {
	width: 580px;
	float:right;
}
#mainPanel img {
	float: right;
	border: 1px solid #fff;
	margin: 10px 20px;
}
#sidePanel img {
	border: 1px solid #fff;
}
#footer {
	width: 100%;
	clear:left;
	float:left;
	background: #999 url(img/gradient_sm.jpg) repeat-x top left;
	border-top: 10px solid #e51937;
	margin-bottom: 20px;
}
#footer ul {
	list-style: none;
	margin-top:10px;
	float:left;
}
#footer ul.first {
	list-style: none;
	margin-left: 270px;
	display: inline;
}
#footer ul a {
	color: #e51937;
	text-decoration: none;
}
#footer ul a:hover {
	color: #e51937;
	border-bottom: 1px dotted #e51937;
}
#footer p {
	clear:left;
	margin-left: 270px;
	color:#000;
}
.item {
	float: right;
	margin-bottom: 10px;
	width: 100%;
}
.hr {
	height: 1px;
	background: url(img/border.jpg) repeat-x left bottom;
	margin: 0 20px;
	clear: both;
}
br {
clear:both;
}
/* Selecting Current Page */
#home #home {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}
#services #services {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}
#careers #careers {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}
#about #about {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}
#safety #safety {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}
#contact #contact {
	background-color:#0d5cab;
	color:#fff;
	border-bottom: 4px solid #0d5cab;
}

/* General Typography */
p, h1, h2, h3, h4, #footer ul, .item ul, table caption, tr, ol, #sidePanel ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 5px 20px;
	color: #fff;
	line-height: 120%;
}
.item ul, .item ol {
	padding-left: 40px;
}
h1 {
	font-size: 18px;
	text-transform:uppercase;
	margin-top: 10px;	
}
h2 {
	font-size: 14px;
	text-transform:uppercase;
	margin-top: 10px;	
}
h3 {
	font-size: 11px;
	text-transform:uppercase;
	margin-top: 10px;	
}

a {
	color:#fff;
}
a:hover {
	color:#bcddff;
}
#mainPanel p {
	padding-bottom: 10px;
}
.headline {
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}
#sidePanel ul {
list-style:none;
line-height: 20px;
}
#sidePanel li a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;

}
#sidePanel li a:hover {
	border-bottom: 1px solid #bcddff;	
}
/* Special */
ul.advantages li {
padding-bottom: 10px;
}
embed {
margin-left: 20px;
}
.top {
margin: -250px;
}

.downloadList {
	list-style-type: none;
	width: 300px;
	margin-bottom: 20px;
}
.downloadList li {
	line-height: 24px;
}
.downloadList a {
	display: block;
	height: 24px;
	padding-left: 10px;
	border-bottom: 1px solid #1d7cdb;
	background: url(/img/bg-download.png) no-repeat 280px center !important;
	background: url(/img/bg-download.gif) no-repeat 280px center;

}

.downloadList a:hover {
	background: #1d7cdb url(/img/bg-download.png) no-repeat 280px center !important;
	background: #1d7cdb url(/img/bg-download.gif) no-repeat 280px center;
}


.downloadList a {
	text-decoration: none;
}
.downloadList a:hover {
	text-decoration: underline;
}
