html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #b3b7bc url(/images/intro_back.png);
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
}

img {border: none;}

a {outline: none;}

p {margin: 0 0 12px 0;}

/* ========================================================= */

.inlined {
	letter-spacing: -1;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.inlined li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 12px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#logo1 {margin: 22px -14px 0 0;}

#menu {
	height: 35px;
	background: url(/images/intro_line_back.gif);
	position: relative;
	margin: 0 0 16px 0;
}

#menu ul {padding: 6px 0 0 0;}

#menu a {
	display: block;
	float: left;
	width: 122px;
	height: 21px;
	background: url(/images/intro_btn.png) no-repeat;
	font-size: 14px;
	line-height: 22px;
}

#menu a:link, #menu a:visited {color: #fff; text-decoration: none; background-position: 100% 0;}
#menu a:hover, #menu a:active {color: #fff; text-decoration: none; background-position: 100% -21px;}

#pit1 {
	width: 982px;
	background: url(/images/intro_pit_back.png);
	margin: 0 auto;
}

#pit2 {background: url(/images/intro_pit_top.png) no-repeat;}

#pit3 {
	background: url(/images/intro_pit_btm.png) no-repeat 0 100%;
	min-height: 60px;
	font-size: 13px;
	padding: 12px 20px 20px 20px;
	text-align: left;
	
}

.last {float: right !important;}

#copyright {
	font-size: 11px;
	margin: 12px 0 16px 0;
}

#copyright a:link, #copyright a:visited {color: #000; text-decoration: none;}
#copyright a:hover, #copyright a:active {color: #000; text-decoration: underline;}
