body
{
  color: #003366;
  background: #2E70A0 url('/images/body-bg.gif') left top repeat-x;
  font-family: "Trebuchet MS", "Verdana", "Arial CE", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px;
}

input, textarea
{
  color: #003366;
  font-family: "Trebuchet MS", "Verdana", "Arial CE", Arial, Helvetica, sans-serif;
  padding: 1px 1px 0px 1px;
  font-size: 1em;
}

.hidden
{
  display: none;
}

.error, .red
{
  color: #CC0000;
}

a
{
  color: #ED135A;
  text-decoration: underline;
}

a:hover
{
  color: #ED135A;
}

a img
{
  border: 0px;
}

#logo
{
  position: absolute;
  left: 32px;
  top: 26px;
}

#header
{
  position: absolute;
  background: url('/images/header.jpg');
  left: -19px;
  width: 750px;
  height: 196px;
  z-index: 10;
}

#topmenu
{
  height: 36px;
  line-height: 36px;
  width: 980px;
  text-align: right;
  padding-right: 20px;
}

#icons
{
  position: absolute;
  left: 25px;
  top: 1px;
  width: 200px;
}

#icons a
{
  float: left;
  background: 0px 14px no-repeat;
  height: 36px;
  line-height: 36px;
  margin-left: 46px;
  width: 11px;
}

#icons a.home
{
  background-image: url('/images/icon-home.gif');
}

#icons a.sitemap
{
  background-image: url('/images/icon-sitemap.gif');
}

#icons a.contact
{
  background-image: url('/images/icon-contact.gif');
}

#topmenu ul
{
  margin: 0px;
  padding: 0px;
}

#topmenu li
{
  background: url('/images/topmenu-bullet.gif') 20px no-repeat;
  padding-left: 30px;
  display: inline;
}

#topmenu li a
{
  color: #FFFFFF;
  text-decoration: none;
}

#topmenu li.selected a
{
  color: #00FF00;
  border-bottom: #00FF00 dotted 1px;
}

#topmenu li a:hover
{
  color: #ED135A;
  text-decoration: underline;
}

#topmenu li.selected a:hover
{
  border-color: #ED135A;
  text-decoration: none;
}

#main
{
  position: relative;
  background: #FFFFFF url('/images/article-bg.gif') bottom right no-repeat;
  left: 270px;
  width: 720px;
  z-index: 5;
}

#menu
{
  background: #00195D;
  border-bottom: 5px #003377 solid;
  overflow: hidden;
  height: 50px;
  width: 720px;
}

#menu ul
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#menu li
{
  display: block;
  float: left;
  background: url('/images/menu-item-inactive.gif');
  margin: 0px;
  height: 50px;
  padding: 0px;
  width: 120px;
}

#menu li.selected
{
  background-image: url('/images/menu-item-active.gif');
}

#menu li.dell
{
  background-image: url('/images/menu-item-dell.gif');
}

#menu li a
{
  background: url('/images/menu-bg.gif') bottom right no-repeat;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: bold;
  overflow: hidden;
  height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  width: 119px;
}

#menu li.selected a
{
  color: #ED135A;
}

#menu li.dell a
{
  color: #000000;
}

#menu li a:hover, #menu li a.hover
{
  color: #ED135A;
}

#menu li.dell a:hover, #menu li.dell a.hover
{
  color: #FFFFFF;
}

#menu li a span.title
{
  position: absolute;
  left: 8px;
  bottom: 22px;
}

#menu li a span.desc
{
  position: absolute;
  font-size: 0.85em;
  left: 8px;
  top: 25px;
}

#submenu
{
  display: block;
  background: #003377;
  border-bottom: 5px #003377 solid;
  color: #FFFFFF;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 0px 8px;
  text-transform: uppercase;
}

#submenu span
{
  margin: 0px 6px;
}

#submenu a
{
  color: #FFFFFF;
  margin: 0px;
  text-decoration: none;
}

#submenu a:hover
{
  color: #ED135A;
}

#submenu a.selected
{
  color: #ED135A;
  text-decoration: underline;
}

#page
{
  position: relative;
  width: 720px;
  margin: 0px;
}

#title
{
  background: url('/images/title-bg.gif') top left no-repeat;
  min-height: 32px;
  _height: 32px;
}

#title h1
{
  font-size: 1.5em;
  padding: 15px 17px 0px 17px;
  margin: 0px;
  text-transform: uppercase;
}

#main div.article
{
  background: url('/images/article-bg.gif') bottom left no-repeat;
  _height: 366px;
  min-height: 366px;
  width: 717px;
}

#main div.article.short
{
  width: 477px;
}

#main div.article.half
{
  float: left;
  width: 350px;
}

#main div.article.bottom
{
  position: absolute;
  left: 478px;
  bottom: 0px;
  width: 206px;
}

#main div.art
{
  margin: 0px 0px 0px 3px;
  _height: 240px;
  min-height: 240px;
  padding: 0px 15px 15px 15px;
}

#main div.article.bottom div.art
{
  position: absolute;
  background: url('/images/article-bottom-bg.gif') bottom left repeat-x;
  bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
}

#main div.art h2
{
  font-size: 1.1em;
  margin: 1em 0px;
  text-transform: uppercase;
}

#main div.art p
{
  margin: 1em 0px 0px 0px;
  padding: 0px;
  text-align: justify;
}

#tabs
{
  position: absolute;
  left: 36px;
  top: 134px;
  width: 192px;
}

#tabs div.tab
{
  font-size: 0.85em;
  position: relative;
  margin-bottom: 24px;
}

#tabs div.tab
{
  background: #4F82AA;
  border: #224466 1px solid;
}

#tabs div.title
{
  padding: 3px 6px;
}

#tabs div.title h3
{        
  position: absolute;
  left: 5px;
  top: -15px;
  _top: -14px;
  color: #67A2C6;
  color: #224466;
  font-size: 1.7em;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}

#tabs div.tab div.content
{
  color: #C1E4F0;
  padding: 0px 6px;
}

#tabs div.tab div.content p
{
  margin: 0px 0px 6px 0px;
}

#tabs div.tab div.content p a
{
  color: #FFFFFF;  
}

#tabs div.tab div.content p a:hover
{
  color: #FFFF66;  
}

/*
#tabs div.top
{
  position: absolute;
  background: url('/images/tab-top-light-bg.gif') left top no-repeat;
  height: 63px;
  width: 235px;
}

#tabs div.tab
{
  background: url('/images/tab-bg.gif') repeat-y;
  margin-bottom: 5px;
}

#tabs div.tab div.title h3
{
  background: url('/images/tab-top-bg.gif') left top no-repeat;
  font-size: 1em;
  padding: 17px 30px 0px 30px;
  margin: 0px;
  text-transform: uppercase;
}

#tabs div.tab p
{
  margin: 0.5em 0px 0.5em 0px;
}

#tabs div.tab div.content
{
  background: url('/images/tab-bottom-bg.gif') left bottom no-repeat;
  padding: 0px 30px 30px 30px;
}
*/
#leftmenu
{
  background: #00195D;
  border-right: 4px #003377 solid;
  font-size: 11px;
  margin-bottom: 20px;
  position: relative;
  left: 61px;
  width: 200px;
}

#leftmenu ul
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#leftmenu li
{
  display: block;
  margin: 0px;
  padding: 4px 10px;
  width: 180px;
}

#leftmenu li.selected
{
  background: #003377;
}

#leftmenu li a
{
  position: relative;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

#leftmenu li a:hover
{
  color: #FFFF66;
}

#home
{
  background: #FFFFFF url('/images/themes-bg.gif') 0px 200px repeat-x;
  height: 434px;
  border-bottom: 3px #67a2c6 solid;
}

#home ul
{
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: none;
  overflow: hidden;
  height: 234px;
  margin: 0px;
  padding: 0px;
  padding-top: 200px;
}

#home li
{
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  width: 239px;
}

#home li img
{
  position: absolute;
  border-top: 4px #ED135A solid;
  left: 3px;
  bottom: 6px;
}

#home ul ul
{
  margin-left: 3px;
  padding-top: 6px;
  list-style-type: square;
  list-style-image: url('/images/themes-bullet.gif');
  _margin-top: 4px;
}

#home ul ul li
{
  float: none;
  line-height: 1.3em;
  margin-left: 30px;
  padding: 0px;
  padding-left: 6px;
  width: auto;
}

#home ul ul li.heading
{
  list-style-type: none;
  list-style-image: none;
  margin-left: 8px;
}

#home ul ul li a
{
  color: #003366;
  text-decoration: underline;
}

#home ul ul li a:hover
{
  color: #ED135A;
}

#copyright
{
  clear: both;
  background: #002B5E;
  color: #FFFFFF;
  margin: 0px;
}

#copyright address
{
  margin: 0px;
  padding: 4px 17px 4px 20px;
  text-align: right;
}

div.divider
{
  background: url('/images/main-divider.gif') right top;
  height: 4px;
  font-size: 0px;
  line-height: 4px;
}

div.divider.header
{
  background-color: #3A72B1;
}

table.pricelist
{
  margin: 1em 0px;
  width: 90%;
}

table.pricelist th, table.pricelist td
{
  border: 0px;
  border-right: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
  margin: 0px;
  padding: 2px 8px;
}

table.pricelist th
{
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}

table.pricelist thead th
{
  background: #99CCFF;
}

table.pricelist tbody th
{
  background: #DDEEFF;
  text-align: left;
}

table.pricelist tbody td
{
  text-align: center;
}

table.pricelist tbody td strike
{
  font-size: 90%;
}

table.pricelist tbody td strong
{
  color: #CC0000;
}

table.form
{
  margin: 1em 0px;
  width: 70%;
}

table.form th, table.form td
{
  padding: 2px 8px;
}

table.form th
{
  padding-top: 4px;
  text-align: right;
  vertical-align: top;
  width: 30%;
}

table.form td
{
  width: 70%;
}

table.form td .hint
{
  font-size: 0.9em;
  font-style: italic;
}

table.form input, table.form textarea
{
  border: #CCCCCC dotted 1px;
  _border-bottom-style: solid;
  width: 90%;
}

table.form .error input, table.form .error textarea
{
  border-color: #CC0000;
}

div.submit
{
  margin-left: 25%;
}

div.submit input.submit
{
  background: #2E70A0;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px 2em;
}

code
{
  background: #DDEEFF;
  border: #99CCFF 1px solid;
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  margin: 1em;
  padding: 0.8em 1em;
}

div.gallery
{
  margin-top: 2em;
  text-align: center;
}

div.gallery_pages
{
  margin: 1em;
}

div.gallery_pages a, div.gallery_pages span
{
  margin: 0.25em;
  padding: 0em 0.5em;
  text-decoration: none;
}

div.gallery_pages a
{
  border: #99CCFF 1px solid;
}

div.gallery_pages span
{
  border: #CCCCCC 1px solid;
  color: #666666;
}

div.gallery_pages a.selected
{
  background: #DDEEFF;
  border-color: #003366;
  color: #003366;
}

div.gallery_pages a:hover
{
  border-color: #ED135A;
  color: #ED135A;
}

div.gallery_desc
{
  background: #DDEEFF;
  border: #99CCFF 1px solid;
  display: block;
  margin: 0.25em;
  padding: 0em 0.5em;
  width: 90%;
}

div.gallery img
{
  margin: 1em;
}

img.textrflow
{
  float: right;
  margin: 0em 0em 0.5em 1em;
}
