html, body, #main {
	height: 100%;
}
body > #main {
	height: auto;
	min-height: 100%;
}
* {
	outline: 0 none;
}
caption, th, div {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym, .brNo {
	border: 0 none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}
body, div, h1, h2, h3, h4, h5, h6, p, th, td, form, fieldset, input, textarea {
	zoom: 1;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a {
	transition: color 0.5s;
	-moz-transition: color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s; /* Opera */
}
body {
	font-family: 'pf_dintext_proregular';
	font-size: 12px;
	color: #fff;
	background-image:url(layout/main.png);
	background-repeat: repeat-x;
	background-position: 50% 0px;
}
#header {
	width: 982px;
	height: 161px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
	background-image: url(layout/header-bg.png);
	background-repeat:no-repeat;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: underline;
}
#social {
	width: 70px;
	height: 20px;
	padding-left: 27px;
	padding-top: 12px;
}
#logo {
	width: 107px;
	height: 58px;
	padding-top: 43px;
	float: left;
}
#menu-1 {
	font-size: 13px;
	width: 550px;
	height: 30px;
	float: right;
	text-align: right;
	padding-top: 14px;
}
#menu-splash {
	width: 870px;
	height: 55px;
	float: right;
	margin-top: 55px;
}
#menu-splash a {
	color: #000;
	text-decoration: none;
}
#menu-splash a:hover {
	color: #0079b1;
	text-decoration: none;
}
#menu {
	float: right;
	margin-right: 17px;
	height: 34px;
	background-image: url(layout/menu-spl.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 9px;
}
#menu-end {
	float: right;
	height: 34px;
	background-image: url(layout/menu-spl.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 9px;	
}
#pix {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #006b9d;
	padding-bottom: 8px;
}
#arrow {
	width: 14px;
	height: 7px;
	padding-left: 16px;
}
#mid {
	width: 982px;
	height: 261px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 14px;
	padding-bottom: 150px;
}
.mid-1 {
	color: #006b9d;
	font-size: 25px;
}
.mid-2 {
	color: #88c9e5;
	font-size: 25px;
}
#footer {
	width:100%;
	position: relative;
	margin-top: -48px;
	height: 48px;
	background-image: url(layout/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}
#copyright {
	color: #000;
	width: 265px;
	font-size: 12px;
	float: left;
}
#brand {
	float: right;	
}