body {
	background-color: White;
	color: Black;	
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.center
{
	text-align: center;
}


#menu {
	background-color: #355395;
	padding: 0 0 0 30px;
	height: 28px;
}

#menu ul {
	margin: 0;	
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	margin: 0;	
	float: left;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

#menu a.home {
	background-image: url(../images/button_home_off.gif);
	background-repeat: no-repeat;
	width: 85px;
}

#menu a.home:hover {
	background-image: url(../images/button_home_on.gif);
}

#menu a.about {
	background-image: url(../images/button_about_off.gif);
	background-repeat: no-repeat;
	width: 86px;
}

#menu a.about:hover {
	background-image: url(../images/button_about_on.gif);
}

#menu a.products {
	background-image: url(../images/button_products_off.gif);
	background-repeat: no-repeat;
	width: 85px;
}

#menu a.products:hover {
	background-image: url(../images/button_products_on.gif);
}

#menu a.service {
	background-image: url(../images/button_service_off.gif);
	background-repeat: no-repeat;
	width: 129px;
}

#menu a.service:hover {
	background-image: url(../images/button_service_on.gif);
}

#menu a.news {
	background-image: url(../images/button_news_off.gif);
	background-repeat: no-repeat;
	width: 113px;
}

#menu a.news:hover {
	background-image: url(../images/button_news_on.gif);
}

#menu a.distributor {
	background-image: url(../images/button_dealer_off.gif);
	background-repeat: no-repeat;
	width: 129px;
}

#menu a.distributor:hover {
	background-image: url(../images/button_dealer_on.gif);
}

#menu a.contact {
	background-image: url(../images/button_contact_off.gif);
	background-repeat: no-repeat;
	width: 94px;
}

#menu a.contact:hover {
	background-image: url(../images/button_contact_on.gif);
}

.navbar {
	background-color: #9AC1E8;
	height: 25px;
	color: #355395;
	padding: 0 0 0 20px;
	line-height: 25px;
	font-weight: bold;
}

.navbar ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	display: inline;
}

.navbar ul li {
	display: inline;
	padding: 0 5px 0 5px;
}

.navbar ul li a {
	color: #355395;
	font-weight: normal;
	font-size: 10px;
}

.navbar ul li a:hover {
	color: White;
}

a span.replaceText {
	display: none;
}

#copyright {
	margin: 0 0 0 10px;
	color: #666666;
	font-size: 10px;
	float: left;
}

#assaabloy {
	margin: 0 10px 0 0;
	float: right;
}

#actions {
	padding: 15px 0 15px 0;
}

#actions ul {
	list-style: none;
	margin: 15px 0 0 175px;
}

#actions ul li
{
	margin: 0 0 5px 0;
}

#actions ul li a {
	padding: 0 0 0 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #355395;
	font-weight: bold;
}

#actions ul li a:hover
{
	background-image: url(../images/animbtn.gif);
}

.content {
	width: 700px;;
	margin: 20px;
	color: #666666;
}

.content h1 {
	border-bottom: 1px solid #355395;
	color: #355395;
}

.content img {
	display: block;
	margin: 15px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
}

.content h2 {
	color: #666666;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center right;
	clear: both;
}

hr.separator {
	border:0;
	height: 15px;
	border-top: 15px solid #9AC1E8;
	background-color: #9AC1E8;
	margin: 10px 0 20px 0;
}

table.models,
table.shows {
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0;
	border-collapse: collapse;
}

table.models th, 
table.models td,
table.shows th,
table.shows thead td {
	text-align: center;
	border: 1px solid gray;
}

table.shows tbody td
{
	border: 1px solid gray;
	padding: 3px;
}

table.models thead th,
table.shows thead th {
	background-color: #D9DADC;
	font-weight: bold;
}

table.models thead td,
table.shows thead td {
	background-color: #9AC1E8;
	font-weight: bold;
}

table.models tbody th,
table.shows tbody th {
	text-align: left;
	font-weight: bold;
}

.content ul.image {
	list-style: none;
}

.content ul.image li {
	margin: 0 0 5px 0;
}

.content ul.image li a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
	margin: 0;
}

.content img
{
	margin: 0 0 0 0;
	display: inline;
}

.content hr
{
	border:0;
	height: 1px;
	border-top: 1px solid #666666;
	background-color: #666666;
	margin: 25px 0 25px 0;
}

table.issues 
{
	width: 300px;
}

table.issues th
{
	border: 1px solid #355395;
	width: 140px;
	background-color: #9AC1E8;
	text-align: left;
	font-weight: normal;
}

table.issues td.link
{
	margin: 0 0 3px 0;
	border: 1px solid #355395;
	text-align: center;
	width: 138px;	
}

table.issues td a
{
	display: block;
	width: 100%;
	padding: 2px;
}

table.issues td a:hover
{
	background-color: silver;
}

ol li
{
	margin: 0 0 10px 0;
	text-align: justify;
}

ol li label
{
	font-weight: bold;
	text-decoration: underline;
}

address
{
	font-style: 
}

.keybump a {
	padding: 0 0 0 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: red;
	font-weight: bold;
}

.keybump a:hover
{
	background-image: url(../images/animbtn.gif);
}

.keybump a:visited 
{
 color: Red;
}