/* CSS Document */

BODY {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: normal;
}

/* The outer table that defines the actual space to be used */
TABLE.maintable {
	width: 770px;
	height: 100%;
	border: 0px solid #2682BC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-align: left;
	margin: auto;
	padding: 0px;
}

/* The first row of the table - the header of the size */
TD.header1 {
  background: url(header_1.jpg); 
  background-repeat: no-repeat;
  height: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 20px;
  visibility: hidden;
}

TD.header1 A:link {
  text-decoration: none;
  color: #000000;
}

TD.header1 A:visited {
  text-decoration: none;
  color: #000000;
}

TD.header1 A:hover {
  text-decoration: none;
  color: #3333FF;
}

TD.header2 {
  background: url(header_2.jpg); 
  background-repeat: no-repeat;
  height: 62px;
  font-family: mistral, tahoma; 
  font-size: 30px;
	font-style: italic;
  font-weight: normal;
  color: #FFFFFF;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 20px;
}

TD.header3 {
  background: url(header_3.jpg); 
  background-repeat: no-repeat;
  height: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 20px;
  visibility: hidden;
}

TD.header3 A:link {
  text-decoration: none;
  color: #FFFFFF;
}

TD.header3 A:visited {
  text-decoration: none;
  color: #FFFFFF;
}

TD.header3 A:hover {
  text-decoration: none;
  color: #FFFF33;
}

TD.maincontent {
  width: 538px;
  background: #e8eefc;
  vertical-align: top;
  text-align: left;
  height: 1000px;
  color: #3357b3;
}

TD.rightcol {
  width: 232px;
  background: #FFFFFF;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  vertical-align: top;
  /*visibility: hidden;*/
}

TD.footer {
  background-color: #FFFFFF;
  background: url(footer.jpg);
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 36px;
}

DIV.gallerytitle {
  font-size: 12px;
  font-weight: bold;
  color: #0000CC;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

.sectiontitle {
  font-size: 14px;
  font-weight: bold;
  background: url(line_left.jpg);
  background-repeat: no-repeat;
  height: 54px;
  padding-left: 22px;
  padding-top: 10px;
}

.sitetitle {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  height: 24px;
}

TABLE.pricelist {
  width: 90%;
  text-align: center;
  border: 1px solid #2682BC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
}
