@import url( "std.css" );
@import url( "layout-height-100.css" );

html, body {
  background: #444 url(img/bodybg.png) center repeat-y;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

img {
  border: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

h1 {
   padding: 4px 0 2px 5px;
   font-size: 1.1em;
   margin: 30px 0 5px 0;
   border-bottom: 1px solid #731818;
   background: url(img/h1.png) no-repeat left bottom;
	 color: #731818;
}

h2 {
   padding: 4px 0 0 0;
   font-size: 1.1em;
   margin: 15px 0 5px 0;
   border-bottom: 1px solid #eee;
	 color: #000;
}

#sysframe {
  border-left: 2px solid #731818;
  border-right: 2px solid #731818;
  background: #fff;
  width: 750px; /* width of content */
}

#slogan {
	background: url(img/slogan.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100px;
	height: 600px;
}

#header {
  width: 750px;
  margin: 0 auto;
  clear: both;
  background: url(img/header.jpg);
  height: 100px;
  border-bottom: 2px solid #731818;
  color: #ffdead;
}

#header a {
  float: left;
  display: block;
  width: 250px;
  height: 100px;
  text-indent: -999em;
  font-size: 0;
  margin: 0 200px 0 0;
}

#header a.en {
  background: url(img/header.png) no-repeat;
}

#header a.bg {
  background: url(img/header_bg.png) no-repeat;
}

#header .contact {
  color: inherit;
  font-weight: inherit;
  width: 300px;
  float: left;
  height: 70px;
  padding-top: 27px;
}

#header .contact p {
  margin: 0;
  padding: 0;
}

#language {
	float: left;
	padding: 4px 0 0 10px;
	color: #ffdead;
}

#language a {
	text-decoration: none;
	color: #ffdead;
  padding: 0 2px;
}

#language a:hover {
	color: #fff1dd;
}

/*
#navigation {
  width: 750px;
  margin: 0 auto;
  clear: both;
  height: 21px;
  background: #b22222;
  font-weight: bold;
  border-bottom: 2px solid #731818;
}

#navigation ul {
	margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#navigation ul li {
	margin: 0;
  padding: 1px 2px 0 2px;
  float: left;
}

#navigation ul li a {
  color: #fff;
  float: left;
  display: block;
  font-size: 1em;
  text-align: center;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #ffdead;
}

#navigation ul li a.selected {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ffdead;
  background: #791a1a;
}
*/

#syscontent {
  width: 750px;
  background: #fff url(img/content_bg.gif) top repeat-x;
  padding-bottom: 85px; /* height of footer */
  overflow: hidden;
}

.clear {
  clear: both;
}

#sysfootercontent {
   border-top: 2px solid #b22222;
   width: 750px;
   margin: 0 auto;
   text-align: center;
   background: #fff url(img/content_bg.gif) top repeat-x;
   height: 82px;  /* height of footer */
}

#bottomlinks {
   margin: 5px auto;
}

#sysfootercontent a {
   color: #b22222;
   font-size: 1em;
   font-weight: bold;
   padding: 2px 5px 2px 5px;
   text-decoration: none;
}

#sysfootercontent a:hover {
  padding-bottom: 1px;
   border-bottom: 1px solid #b22222;
}

#sysfootercontent a.selected {
  color: #5c1515;
  padding-bottom: 1px;
  border-bottom: 1px solid #5c1515;
}

#standards {
	text-align: center;
  padding: 0;
  width: 450px;
  overflow: hidden;
  margin: 14px auto 11px auto;
}

#standards ul {
	list-style: none;
	margin: 0;
  padding: 0;
  clear: both;
	display: inline;
}

#standards li {
	display: inline;
}

#standards a, #standards a:hover {
   float: left;
   padding: 0 5px 0 5px;
   display: block;
   width: 80px !important;
   height: 15px;
   border: none;
   overflow: hidden;
   text-indent: 0;
   padding-top: 15px;
   height: 0px !important;
   height /**/: 15px;
   width /**/: 90px;
   text-align: center;
}

#standards a.xhtml {
   background: url(img/xhtml.png) no-repeat top center;
}

#standards a.css {
   background: url(img/css.png) no-repeat top center;
}

#standards a.waiaa {
   background: url(img/waiaa.png) no-repeat top center;
}

#standards a.sec508 {
   background: url(img/sec508.png) no-repeat top center;
}

#standards a.credox {
   background: url(img/credox.png) no-repeat top center;
}

#copyright {
  padding: 5px;
  border-top: 2px solid #591111;
  width: 740px;
  margin: 0 auto;
  background: #b22222;
	height: 14px;
	min-height: 14px;
	color: #ffdead;
}

#copyright a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
  padding: 0;
  line-height: 1.4em;
}

#designer {
	float: left;
}

#copy {
	float: right;
}

#leftpanel {
  width: 330px;
  float: left;
  background: transparent;
  margin: 25px 20px 0 0;
  padding-left: 10px;
}

#rightpanel {
  width: 380px;
  float: left;
  background: transparent;
  margin: 0;
}

#rightpanel p {
  text-align: justify;
  font-size: 1em;
  margin: 10px 0 15px 0;
}

#rightpanel ul, #leftpanelindex ul {
  margin: 10px 0 20px 0;
  list-style: square;
  padding: 0;
}

#rightpanel ul li, #leftpanelindex ul li {
	margin: 0 0 3px 17px;
	text-align: left;
}


.top {
  margin: 30px 0 20px;
  padding-top: 5px;
  text-align: right;
}

.comment {
  color: #888;
  font-style: italic;
}

#rightpanel p a, #leftpanelindex a {
  color: #32527c;
  font-weight: bold;
  text-decoration: underline;
  padding: 1px 2px 1px 2px;
}

#rightpanel p a:hover, #leftpanelindex a:hover {
  color: #fff;
  background: #32527c;
}

#rightpanel p a.zip {
  background: url(img/winzip.png) left center no-repeat;
  padding-left: 18px;
}

#rightpanel p a.zip:hover {
  color: #fff;
  background: #32527c url(img/winzip.png) left center no-repeat;
}

#rightpanel ul li a {
  color: #32527c;
  font-weight: bold;
  text-decoration: underline;
  padding: 1px 2px 1px 2px;
}

#rightpanel ul li a:hover {
  color: #fff;
  background: #32527c;
}

#rightpanel p.question {
  color: #2e4a6f;
  font-weight: bold;
  margin-bottom: 0;
}

#rightpanel p.question span {
  color: #8b0000;
  font-weight: bold;
}

#rightpanel p.answer {
  color: #000;
  margin-top: 3px;
}

#rightpanel p.answer span {
  font-weight: bold;
  color: #8b0000;
}

#developing {
  width: 750px;
  height: 90px;
  background: url(img/en_reconstruction.png) center no-repeat;
}

address {
  margin: 0;
}

.strong {
  font-weight: bold;
}

form {
  padding: 20px 10px;
  border: 1px solid #8b0000;
  background: #fdf5e6;
  margin: 20px auto;
  width: 350px;
}

form div {
  margin: 2px 0 0 0;
  overflow: hidden;
  clear: both;
  height: 1%;
}

form div label {
  float: left;
  width: 120px;
  display: block;
  margin: 0 5px 0 0;
  line-height: 1.6em;
  text-align: right;
}

form div input, form div textarea {
  float: left;
  padding: 2px;
  margin: 0;
  border: 1px solid #aaa;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 160px;
  clear: right;
}

form div textarea {
  float: left;
  padding: 2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  width: 200px;
  height: 80px;
}

form div input.submit {
  cursor: pointer;
  background: #ffdead;
  width: auto;
  padding: 1px 2em 1px 2em;
  margin-left: 125px;
}

form div input.address {
  width: 200px;
}

#dealer div label {
  width: 80px;
}

#dealer div input.submit {
  margin-left: 85px;
}

#mainnav  {
  overflow: hidden;
}

#navigation {
  width: 750px;
  margin: 0 auto;
  clear: both;
  height: 21px;
  background: #b22222;
  font-weight: bold;
  border-bottom: 2px solid #731818;
  position: relative;
  z-index: 200;
}

#navigation ul {
	margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  background: transparent;
}

#navigation ul li {
	margin: 0;
  padding: 1px 2px 0 2px;
  float: left;
  background: transparent;
}

#navigation ul li a {
  color: #fff;
  float: left;
  display: block;
  font-size: 1em;
  text-align: center;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  background: transparent;
}

#navigation ul li a:hover {
  color: #ffdead;
}

#navigation ul li a.selected {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ffdead;
  background: #791a1a;
}

/*
#tracer {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ffdead;
  background: #791a1a;
  position: absolute;
  top: 1px;
  left: 400px;
  width: 100px;
  height: 12px;
  z-index: 0;
}
*/

#mainpanel {
  margin: 30px 10px 0;
  padding-bottom: 20px;
}

#products {
  clear: both;
  overflow: hidden;
}

#productcategories {
  float: left;
  width: 185px;
  background: url(img/catbg.jpg);
}

#productcategories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#productcategories ul li a {
  width: 170px;
  border-bottom: 1px solid #b22222;
  display: block;
  padding: 4px 0 4px 15px;
  text-decoration: none;
  color: #b22222;
  font-weight: bold;
  background: transparent url(img/catarrow.png) 3px center no-repeat;
}

#sysfooter {
   position: relative;
   text-align: left; /* override text-align */
   height: 83px;  /* height of footer - borders */
   margin-top: -85px; /* height of footer */
   margin-left: auto;
   margin-right: auto;
   width: 750px; /* width of content */
}


#productcategories ul li a:hover, #productcategories ul li a.selected {
  color: #fff;
  background: #b22222 url(img/catarrowover.png) 3px center no-repeat;
}

a.banner {
  display: block;
  text-align: center;
  margin-top: 20px;
}

a.banner:hover {
  background: none !important;
}

#leftpanelindex {
  width: 380px;
  float: left;
  background: transparent;
  margin: 0 40px 0 0;
  padding-left: 10px;
}

#rightpanelindex {
  width: 310px;
  float: left;
  background: transparent;
  margin: 15px 0 0;
}

#productslist {
  width: 500px;
  float: left;
  margin: 0 0 0 40px;
  clear: right;
}

#productslist div.noitems {
  border: 1px solid #edb1b1;
  padding: 10px 20px;
  text-align: center;
  background: url(img/catbg.png);
  color: #222;
  margin-bottom: 500px;
}

#productslist div.item {
  border: 1px solid #edb1b1;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  width: 500px;
  min-height: 144px;
  text-decoration: none;
  color: #000;
}

#productslist div.item:hover {
  background: url(img/catbg.png);
}

#productslist div.item img {
  float: left;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  padding: 1px;
}

#productslist div.item div.itemdescription {
  margin: 10px 0 0 0;
  float: left;
  width: 300px;
  margin-left: 10px;
}

#productslist div.item div.itemimage {
  float: left;
  width: 170px;
  height: 124px;
  margin: 10px 0 10px 10px;
}

#productslist h2 {
  margin-bottom: 10px !important;
}

#productslist p {
  margin: 0 0 10px 0;
}

#productslist div.item h2 {
  border: none;
  margin: 0 0 20px 0;
}

#productslist div.item h2 a {
  text-decoration: none;
}

#article {
  width: 460px;
  float: left;
  margin: 0 0 0 40px;
  clear: right;
  padding: 0 20px;
}

#article div.noitem {
  border: 1px solid #edb1b1;
  padding: 10px 20px;
  text-align: center;
  background: url(img/catbg.png);
  color: #222;
  margin-bottom: 500px;
}

#article div.img {
  width: 404px;
  margin: 10px auto;
}

#article img {
  border: 1px solid #ccc;
  padding: 1px;
}

#article div.moreimages {
  width: 404px;
  margin: 10px auto;
}

#article div.moreimages img {
  margin-right: 16px;
  cursor: pointer;
}

#article div.moreimages img:hover {
  border: 1px solid #edb1b1;
}

#article div.moreimages img.nomargin {
  margin-right: 0;
}

#article div.description {
  width: 404px;
  margin: 10px auto;
}

#googleads {
  text-align: center;
  margin: 20px 0 20px;
}

.message {
  border: 1px solid #3f6aa2;
  padding: 20px;
  background: #b0c4de;
  text-align: center;
  font-weight: bold;
}