﻿@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes mymove {
  from {left: 75px;}
  to {left:75px;}
}
div.b {
  word-wrap: break-word;
}
div {
  width: 100px;
  height: 100px;
  background: white;
  position: relative;
  animation: mymove 5s infinite;
}
.rotate {
  animation: rotation .2s infinite linear;
}
.bkgdmidlft {
	background-image: url(images/bkgdL10.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000080;
}
.bkgdmidrt {
	background-image: url(images/bkgdL10.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000080;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #26598A;
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #26598A;
	text-decoration: none;
}


.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #26598A;
	text-decoration: underline;
}
.email:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #660099;
	text-decoration: underline;
}
.menutop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}
.menutop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: overline;
	background-color: #F2F2F9;
}
.menutop:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: overline;
	background-color: #F2F2F9;
}

.menubottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}

.menubottom:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #26598A;
	text-decoration: underline;
	background-color: #F2F2F9;

}
.nav a:hover {
    text-decoration: underline;
}
.nav a:active {
    text-decoration: underline;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #26598A;
	text-decoration: none;
}
.menubtm {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC66FF;
	text-decoration: none;
}
.menubtm:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990099;
	text-decoration: none;
}
#Home .home, #Company .company, #Contact .contact, #Productinquiry .productinquiry, #Facilities .facilities, #Management .management, #Products .products, #Production .production, #Easy Frame .Easy Frame, #Capabilities .capabilities
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #26598A;
	text-decoration: underline;
}
