/*
v12.3.2007 14:04:29
*/




/* HTML BODY - START */

body {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
	color: #666666;
  padding: 0;
  margin: 0;
  background: #EEEEEE;
}

/* HTML BODY - END */





/* GLOBAL TAGs - START */

.nonBorder {
  border: 0; 
}

/* GLOBAL TAGs - END */





/* HEADERs - START */


h1,
h2,
h3 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  clear: both;
}

h1 {
  color: #444444;
  font-size: 17px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  word-spacing: 4px;
  border-bottom: 1px dashed #DDDDDD;
}

h1.nonBorder {
  margin: 0;
}



h2 {
  color: #333399;
  font-size: 13px;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin: 0 0 5px 0;
}



h3 {
  color: #009900;
  font-size: 11px;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin: 0 0 2px 0;
}



#form h2 {
  width: 660px;
  padding: 0 0 2px 0;
  margin: 0;
  border-bottom: 1px solid #333399;
}



#trailThumb h1 {
  font-size: 11px;
  color: #FF6600;
  border: 0;
}

/* HEADERs - END */





/* LINKs - START */

a {
  color: #333399;
}

a:hover {
  text-decoration: none;
}



#copyright div.logo a {
  width: 126px;
  height: 20px;
  margin: 10px 0 0 0;
  background-image: url('./../../_imgs/_layout/copyright_logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: right;
}

#copyright div.logo a:hover {
  background-position: 0 -20px;
}



#copyright div {
  width: 50%;
  clear: none;
}



#copyright div.logo {
  float: right;
  clear: none;
}



#logo a {
  width: 200px;
  height: 87px;
  text-decoration: none;
  background-image: url('./../../_imgs/_layout/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}



#news li a {
  display: block;
}

#news li a.title {
  text-decoration: none;
}

/* LINKs - END */






/* INPUTs - START */

input {
  width: 176px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px 0 0 1px;
}



#form input.button {
  width: 100px;
  color: #FFFFFF;
  font-size: 11px;  
  font-weight: bold;
  padding: 2px 0 2px 0;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
  word-spacing: 2px;
  border: 1px solid #FFFFFF;
  background: #999999;
  float: left;
}

/* INPUTs - END */





/* SELECTs - START */

select {
  width: 150px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

/* SELECTs - END */





/* TEXTAREAs - START */

textarea {
  width: 655px;
  height: 50px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px 1px 1px 1px;
}

/* TEXTAREAs - END */





/* LISTs - START */

ol {
  list-style-type: decimal;
  padding: 0 0 0px 21px;
  margin: 0 0 15px 0;
}



ul {
  list-style-type: square;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}



ul.catalogItemList {
  width: 660px;
  list-style-type: none;
  padding: 0;
}



ul.newsItemList {
  width: 660px;
  list-style-type: none;
  padding: 0;
}



#news ul {
  list-style-type: none;
  padding: 10px;
}

/* LISTs - END */





/* LIST ROWs - START */

.downloadsItemList li {
  line-height: 20px;
}



ul.catalogItemList li {
  width: 650px;
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  float: left;
}

ul.catalogItemList li.even {
  background-color: #FFFFFF;
}



ul.newsItemList li {
  width: 650px;
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  float: left;
}

ul.newsItemList li.even {
  background-color: #FFFFFF;
}



#downloads li {
  line-height: 20px;
}



#list ul {
  width: 100%;
  line-height: 16px;
}



#news li {
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
}

#news li.even {
  background-color: #FFFFFF;
}

/* LIST ROWs - END */





/* TABLEs - START */

table {
  width: 100%;
  border: 0;
}

/* TABLEs - END */





/* TABLE COLUMNs - START */

td {
  padding: 5px;
  border: 0;
}



th {
  font-weight: bold;
  padding: 5px;
  border: 0;
}



table.galleryItemList td {
  text-align: center;
  padding: 5px;
  border-style: dashed;
}



#photogallery td {
  width: 33%;
  text-align: center;
  padding: 5px;
  border-style: dashed;
}

#photogallery table.narrow td {
  width: 50%;
}

/* TABLE COLUMNs - END */






/* DIVs - START */

div {
  float: left;
  clear: both;
}



div.border {
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #DDDDDD;
}



#form div {
  width: 100%;
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

#form div.buttons {
  padding: 15px 0 15px 0;
  margin: 20px 0 15px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  float: left;
  clear: left;
}

/* DIVs - END */






/* SPANs - START */

ul.catalogItemList span {
  font-weight: bold;
  padding: 0 10px 5px 7px;
  background-image: url('./../../_imgs/_layout/news_bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 4px;
  display: block;
  clear: both;
}



ul.newsItemList span {
  font-weight: bold;
  padding: 0 10px 5px 0;
  display: block;
  clear: both;
}



#copyright div.logo a span {
  display: none;
}



#form span {
  font-weight: bold;
  display: block;
}

#form span.title {
  width: 150px;
  padding: 2px 0 0 0;
  float: left;
}

#form span.error {
  width: 240px;
  color: #CC0000;
  float: right;
}



#logo span {
  display: none;
}



#news span {
  padding: 0 0 5px 0;
  display: block;
  clear: both;
}

/* SPANs - END */





/* HORIZONTAL RULEs - START */

#form hr {
  width: 100%;
  margin: 10px 0 10px 0;
  float: left;
  clear: both;
  visibility: hidden;
}

/* HORIZONTAL RULEs - END */


/* PARAGRAPHs - START */

#copyright p {
  line-height: 14px;
  margin: 0;
}

/* PARAGRAPHs - END */





/* IMAGEs - START */

img {
  padding: 4px;
  margin: 0 0 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}



.downloadsItemList li img {
  padding: 0;
  margin: 2px 8px 0 0;
  vertical-align: top;
  background-color: transparent;
  border: 0;
}



table.galleryItemList img {
  margin: 0;
}



ul.catalogItemList img {
  margin: 0 0 10px 10px;
  float: right;
}



ul.newsItemList img {
  margin: 0 0 10px 10px;
  float: right;
}



#downloads li img {
  padding: 0;
  margin: 2px 8px 0 0;
  vertical-align: top;
  background-color: transparent;
  border: 0;
}



#news li img {
  margin: 5px 0 5px 0;
}



#photogallery img {
  margin: 0;
}



#template img {
  margin: 0 0 10px 10px;
  float: right;
}

#trailThumb img {
  text-align: center;
  padding: 4px;
  border: 1px solid gray;
  background: #FFFFFF;
}

/* IMAGEs - END */





/* LAYOUT BOXes - START */

#bg {
  background-image: url(./../../_imgs/_layout/page_bg.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
}

#copyright {
  width: 877px;
  color: #666666;
  font-size: 10px;
  padding: 40px 15px 0 10px;
  margin: 0 0 5px 0;
  background-image: url('./../../_imgs/_layout/copyright_bg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

#downloads {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  border-top: 1px dashed #DDDDDD;
}

#list {
  margin: 0 0 10px 0;
}

#logo {
  width: 200px;
  height: 87px;
  clear: none;
}

#leftFrame {
  width: 200px;
  margin: 0 0 0 1px;
  float: left;
  clear: none;
}

#list {
  margin: 0 0 10px 0;
}

#menu {
  width: 100%;
  height: 180px;
  background-image: url(./../../_imgs/_layout/header_no_menu.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  clear: none;
}

#navi {
  width: 100%;
  font-weight: bold;
  line-height: 16px;
  padding: 8px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
}

#news {
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  padding: 57px 0 0 0;
  background-image: url(./../../_imgs/_layout/news_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#page {
  width: 902px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#photogallery {
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  border-top: 1px dashed #DDDDDD;
}

#rightFrame {
  width: 700px;
  margin: 0 1px 0 0;
  float: right;
  clear: none;
}

#template {
  width: 100%;
  padding: 0 0 10px 0;
}

#trailThumb {
  text-align: center;
  padding: 10px;
  margin: 0;
  border: 1px solid #666666;
  background-color: #F9F9F9;
  display: none;
  position: absolute;
  z-index: 2;
}

#workspace {
  width: 660px;
  padding: 5px 20px 20px 20px;
  float: right;
}

/* LAYOUT BOXes - END */

