html, body {
	height: 100%;
	}

body {
	margin: 0; padding: 0;
	background: #aba8a2;
	background-image: url(images/background.jpg);
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #273f5e;
	}
	
a {
	outline: none;
	}

#shading {
	background: url(images/shading.png) repeat-y;
	width: 880px;
	margin: 0 auto;
	}
	
#black {
	background: #000;
	width: 800px;
	margin: 0 auto;
	}

#content {
	width: 800px;
	background: #fff url(images/header-bg.jpg) 0 0 no-repeat;
	border-bottom: 3px solid #ccc;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
	
/* IE 6 DOUBLE PADDING FIX */ * html #nav ul li { display: inline; }

	
#nav {
	width: 800px;
	height: 21px;
	}
	
#nav ul {
	list-style: none;
	font-size: 0;
	}

#nav ul li {
	float: right;
	margin: 0 0 0 4px;
	list-style: none;
	font-size: 12px;
	color: #899ab0;
	line-height: 21px;
	letter-spacing: 0.12em;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: -30px 0;
	}

#nav ul li a.btn, #nav ul li a {
	color: #899ab0;
	text-decoration: none;
	}
	
#nav ul li a.btn {
	padding: 3px 10px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: -30px 0;
	}
	
#nav ul li:hover {
	background-position: -30px -21px;
	color: #fff;
	}
	
#nav ul li:hover a, #nav ul li:hover a:active {
	color: #fff;
	}
	
#nav ul li:hover a:hover {
	color: #b8c5d7;
	}
	
#nav ul li a.btn:hover {
	background-position: -30px -21px;
	color: #fff;
	}
	
#nav ul li.nocurve, #nav ul li.curve {
	padding: 0 10px;
	}

#nav ul li.curve {
	background-position: 0 0;
	}
	
#nav ul li.curve:hover {
	background-position: 0 -21px;
	}
	
#nav ul li.nocurve span, #nav ul li.curve span {
	font-size: 9px;
	line-height: 9px;
	position: relative;
	top: -1px;
	letter-spacing: 0.075em;
	}
	
h1 {
	margin: 0;
	padding: 0;
	position: relative;
	top: 11px;
	width: 426px;
	height: 72px;
	background: url(images/title.jpg) 0 0 no-repeat;
	text-indent: -5555px;
	}
	
h2 a {
	display: block;
	overflow: hidden;
	position: relative;
	left: 426px;
	top: -56px;
	width: 99px;
	height: 51px;
	background-image: url(images/rollgen.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5555px;
	}
	
h2 a:hover {
	background-position: 0 -51px;
	}
	
h3 a {
	display: block;
	overflow: hidden;
	position: relative;
	left: 525px;
	top: -115px;
	width: 275px;
	height: 32px;
	background-image: url(images/email.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #bbc6d6;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding-left: 115px;
	line-height: 15px;
	letter-spacing: 0.05em;
	}
	
h3 a:hover {
	background-position: 0 -32px;
	color: #fff;
	}
	
#titles {
	width: 720px;
	text-align: right;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 28px;
	line-height: 34px;
	color: #879ab2;
	margin-bottom: 40px;
	letter-spacing: 0.06em;
	}
	
#titles span {
	font-size: 18px;
	letter-spacing: 0.025em;
	line-height: 20px;
	position: relative;
	}
	
.text {
	width: 640px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	}
	
.text a, #manuals1 a, #manuals2 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
.text a:hover, #manuals1 a:hover, #manuals2 a:hover {
	border-bottom: 1px dotted #999;
	}
	
#manuals1, #manuals2 {
	font-size: 12px;
	line-height: 20px;
	width: 320px; 
	float: left;
	}
	
#manuals1 {
	margin: 0 40px 0 60px;
	text-align: right;
	}
	
#dots {
	border-top: 1px dotted #ccc;
	margin: 60px 0 0 0;
	}
	
#byline {
	width: 535px;
	float: left;
	font-size: 9px;
	font-style: italic;
	color: #000;
	padding: 15px 0 0 25px;
	letter-spacing: 0.03em;
	line-height: 16px;
	}
	
#byline span {
	font-size: 10px;
	letter-spacing: 0.06em;
	font-weight: bold;
	}
	
#logos {
	width: 223px;
	margin: 10px 0;
	float: left;
	}
	
#logos a img {
	border: 0;
	}
	
#footer, #footer2 {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.025em;
	line-height: 17px;
	}

#footer {
	color: #fff;
	border-top: 6px solid #444;
	padding: 20px 0;
	}
	
#footer span {
	color: #888;
	}
	
#footer a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #444;
	}
	
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #888;
	}
	
.line {
	border-left: 1px solid #444;
	margin: 0 10px;
	padding: 4px 0;
	}
	
#footer2 {
	color: #888;
	padding-bottom: 25px;
	}
	
#footer2 a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #444;
	}
	
#footer2 a:hover {
	border-bottom: 1px dotted #666;
	}
	
#flashcontent {
	width: 700px;
	margin-left: 50px;
	}
	
.region {
	color: #ccc;
	font-size: 16px;
	letter-spacing: 0.75em;
	margin: 0 0 5px -40px;
	}
	
.company {
	margin-top: 45px;
	color: #000;
	font-size: 20px;
	padding-bottom: 5px;
	width: 525px;
	border-bottom: 1px dotted #ccc;
	}
	
.company span {
	position: relative;
	top: -2px;
	}
	
.product {
	margin-top: 45px;
	color: #000;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	}
	
.product a {
	font-weight: normal;
	}

.product a:hover {
	border: 0;
	color: #325481;
	}
	
#dot {
	margin: 0 20px 0 -40px;
	}
	
.numbers {
	width: 150px;
	float: left;
	}
	
.address {
	float: left;
	}
	
.gap {
	margin: 15px;
	}
	
.clear {
	clear: both;
	}
	
.rollgen {
	font-size: 14px;
	margin: 25px 0;
	color: #000;
	}