/* CSS Document */
*
	{
	padding: 0;
	margin: 0;
	}
body
	{
	font-family: verdana, geneva, sans-serif;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/background.jpg) repeat-y 778px 0px;
	}
#dist h2,
#cont h2
	{
	margin-left: 250px;
	}
#prep h2
	{
	margin-left: 335px;
	}
#dist img.left
	{
	padding-left: 25px;
	}
#wrapper
	{
	width: 778px;
	position: absolute;
	top: 0;
	left: 0;
	}
#header
	{
	width: 100%;
	height: 82px;
	background: #000097 url(../images/menubg.gif) no-repeat top right;
	}
#logo
	{
	width: 244px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	}
#logo img
	{
	border: none;
	}
.nav
	{
	float: right;
	margin-top: 61px;
	list-style: none;
	}
.nav li
	{
	float: left;
	}
.nav a
	{
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #ffffff;
	}
.nav a:hover .link
	{
	color: #feea50;
	border-bottom: 1px solid #feea50;
	}
.nav a .desc
	{
	display: none;
	}
.nav a:hover .desc
	{
	display: block;
	position: absolute;
	height: 20px;
	top: 20px;
	right: 10px;
	font-size: 1.5em;
	font-weight: 600;
	}
#content
	{
	width: 100%;
	float: left;
	font-size: 1.2em;
	background: url(../images/shadow.jpg) repeat-x top left;
	}
#content ul,
#content ol
	{
	margin-left: 355px;
	padding-right: 20px;
	}
#content ul li,
#content ol li
	{
	padding-bottom: 10px;
	}
#content ol lh
	{
	font-weight: bold;
	}
#content h1
	{
	padding: 0 10px 35px 0;
	margin: 40px 0 0 300px;
	text-align: right;
	color: #000097;
	font-family: arial;
	font-size: 1.5em;
	}
#content h2
	{
	margin-bottom: 10px;
	color: #000097;
	font-size: 1.2em;
	}
#content h3
	{
	font-weight: normal;
	font-size: 1em;
	}
#prep #content h3
	{
	font-weight: bold;
	padding-bottom: 10px;
	}
#content img
	{
	padding: 0 25px 25px 10px;
	}
img.left
	{
	float: left;
	clear: left;
	}
#content .address
	{
	margin-left: 250px;
	padding-bottom: 25px;
	font-style: normal;
	line-height: normal;
	}
#content .address span
	{
	display: block;
	padding: 10px 0;
	}
#content p
	{
	margin-left: 335px;
	padding: 0 20px 10px 0;
	font-size: 1.1em;
	}
#content p.col
	{
	margin-left: 335px;
	}
table
	{
	margin-left: 10px;
	margin-bottom: 25px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}
table.large
	{
	width: 740px;	
	}
#mtspecs th,
#usspecs th
	{
	padding: 10px 0 5px 0;
	color: #000097;
	background-color: #cccccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
#mtspecs td,
#usspecs td
	{
	text-align: center;
	padding: 5px 0 5px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
#mtspecs th.spec,
#mtspecs td.spec,
#usspecs th.spec,
#usspecs td.spec
	{
	width: 180px;
	text-align: left;
	padding-left: 10px;
	color: #000097;
	background: #fffeca;
	}
#footer
	{
	clear: both;
	width: 100%;
	}
#copyright
	{
	padding: 25px 0 25px 0;
	text-align: center;
	font-size: 1.2em;
	color: #000097;
	}