html {
  overflow: scroll;
}

html, body {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 11px;
  background-color: #37383A;
  color: #555;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

a:link, a:visited {
  color:#E00;
  text-decoration: none;
  outline: none;
}

a:hover { 
  color: #fff;
  text-decoration: underline;
}

h1 {
  color: #fff;
  font-size: 14px;
  margin:  0; 
  padding: 0;
  display: inline;
}

h2 {
  color: #fff;
  font-size: 13px;
  margin:  0; 
  padding: 0;
  display: inline;
}

h3 {
  color: #fff;
  font-size: 12px;
  margin:  0; 
  padding: 0;
  display: inline;
}

.dontshow {
	display: none;
}

.head {
  font-size: 12px;
  color:#333;
  font-weight: bold;
}

a.head:link, a.head:visited {
  font-size: 12px;
  color:#e00;
  font-weight: bold;
  text-decoration: underline;
}

a.head:hover {
  color: #000;
  text-decoration: underline;
}

a.printbutton {
	background: transparent url('img/icon_print.gif') no-repeat left center;
	font-size: 11px;
	padding-left: 17px;
}

.head_copy {
color : #fff;
text-transform : uppercase;
font-size : 13px;
margin-bottom : 13px;
font-weight:bold;
  display: block;
}

.blueHead {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.blue {
  color: #000;
  font-weight: bold;
}

.blueLink a, .blueLink a:visited {
  color: #e00;
  font-weight: bold;
  text-decoration: underline;
  display: inline;
}

.blueLink a:hover {
  color: #000;
}

.subHead {
  color: #fff;
  font-weight: bold;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#pagecontainer {
  background: #37383A url(img/nav_border_bkgd.gif) repeat-y;
  margin: 0px auto;
  text-align: left;
/*  width: 755px;
 bannerin kanssa
*/
  width: 982px;
}

#wrapper {
  position: relative;
  width: 755px;
  margin: 0;
  padding: 0;
/*
  clear: both;
*/
  overflow: hidden;
}

#mainImage {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
}

#mainImageBottom {
  position: relative;
  width: 605px;
  height: 3px;
  margin: 0;
  padding: 0;
  background: #ffffff url(img/main_img_bottom.gif) repeat-x;
  float: right;
  overflow: hidden;
}

#mainImageTitle {
	background-image: url('img/mainimagetitle.png');
	bottom: 0px;
	height: 33px;
	line-height: 33px;
	position: absolute;
}

#promos_holder {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

#promos {
  position: relative;
  width: 605px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /*border: 1px solid #ff0000;*/
}

.promo {
  width: 182px;
  height: 122px;
  margin: 10px 5px 0 5px;
  padding-top: 3px;
  background: #7a7a7a url(img/promos/promo_bkgd.jpg) no-repeat;
  float: left;
  overflow: hidden;
}

.promoImg {
  text-align: center;
  display: inline;
}

.promoText {
  margin: 2px 5px 0 5px;;
  padding: 0;
  text-align: left;
  display: block;
}

#open {
  position: relative;
  width: 755px;
  margin: 0;
  padding: 0;
  clear: both;
}

#open_nav {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

#flashmovie {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  display: block;
}

.row_left {
  position: relative;
  width: 430px;
  margin: 0;
  padding: 10px 5px 10px 15px;
  float: left;
}

.row_right {
  position: relative;
  padding: 10px 20px 10px 0;
  float: right;
}

.back {
  font-size: 10px;
  margin: 5px 0 0 15px;
  padding-left: 10px;
  background: url(img/back_arrow.gif) left center no-repeat;
  float: left;
  overflow: hidden;
}

.para {
  margin-top: 10px;
}

.copy {
  position: relative;
  width: 585px;
  padding: 15px 10px 10px 10px;
  display: block;
  float: right;
  overflow: hidden;
background-color:#1A1A1C;
color:#fff;
line-height:14px;
}

.bottompaddedbanners {
  float: right;
  overflow: hidden;
  width: 605px;
  background-color:#1A1A1C;
  color:#fff;
}
.bottompaddedbanners A {
  display: block;
  margin-top:5px;
}

.winClose {
  position: absolute;
  top: 0;
  right: 0;
}

.mfGlass {
  position: absolute;
  bottom: 0;
  right: 0;
}

#models_sep {
  width: 605px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ccc;
  border-top: 1px solid #C9C9D1;
  border-bottom: 1px solid #87889C;
}

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #555;
	margin: 0px;
	padding: 5px;
}
fieldset legend {
	color: #fff;
	font-weight: bold;
}
input,
select,
textarea {
/*  border: 1px solid #5a5a5a;*/
  font-family: arial, verdana, helvetica, san-serif;
  font-size: 11px;
  color: #555;
}
input.inline {
  margin-bottom: 3px;
  vertical-align: middle;
}


table {
	border-style: none;
	margin: 0px;
}
td, th {
	border-style: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
thead th {
	font-size: 12px;
}
tbody th {
	background-color: #5a5a5a;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}
tbody td.subHead {
	font-weight: bold;
	padding-top: 10px;
}
tr.highlight td {
	background-color: #aa0000;
}

.sitemapHead {
	background-color: #5a5a5a;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 3px 5px;
}
.sitemapHolder  {
}
.sitemapHolder  UL {
	margin-top: 5px;
	padding-left: 25px;
	margin-left: 0px;
}
.sitemapHolder  UL UL {
	margin-top: 0px;
	margin-left: 0px;
}
.sitemapHolder  LI {
}

table.borders {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
table.borders td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

a.thumbnail,
a.thumbnail:visited {
	border: 2px solid #1a1a1c;
	display: block;
	float: left;
	padding: 1px;
}
a.thumbnail.on,
a.thumbnail.on:visited,
a.thumbnail:hover {
	border-color: #aebfc9;
}
a.thumbnail img,
a.thumbnail:visited img {
	height: 91px;
	width: 91px;
	filter: alpha(opacity=48);
	-moz-opacity: 0.48;
	opacity: 0.48;
}
a.thumbnail.on img,
a.thumbnail.on:visited img,
a.thumbnail:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#colorImage #caption {
	background-color: #a5a5a5;
	bottom: 10px;
	border: 2px solid #d1d1d1;
	color: #5a5a5a;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	right: 11px;
	text-align: center;
	width: 200px;
}