@charset "utf-8";
/* CSS Document */

body {
  /*padding-top: 5px;*/
  margin: 0px auto;
  width: 900px;
  background-color: #ffffff;
  color: #000000;
}
a {
  font-family: Book Antique;
  font-size: 12px;
  color: #034EA2;
  text-decoration: underline ;
}
a:hover {
  text-decoration: none;
  color: #454545;
}


/* Header Section */
#hdr {
  /*padding-bottom: 5px;*/
  clear: both;
}


/* Photos */
#photos {
    width: 380;
    margin: 0px auto;
}
.photos ul.thumbs {
	margin: 0px auto;
	padding: 5px 0px 10px;
	width: 75%;
}
.photos ul.thumbs li{
	width: 50px;
	height: 45px;
	padding: 2px;
    list-style: none;
    float: left;
}
.photos ul.thumbs li:hover {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.photos ul.thumbs li img {
    border: none;
}


/* Right Content */
#content{
  margin: 0px auto;
  width: 900px;
  height: auto;
  color: #454545;
}


/* Info */
#info .gtable {
  font-family: Book Antiqua;
  font-size: 12px;
  width: 800px;
  padding: 5px 10px 5px 10px;
}
#info .gtable a {
  text-decoration: none;
  border: none;
  color: #ffffff;
}
#info .gtable a:hover {
  color: #CC6600;
}


/* Controls Parts Table */
#gradient-style{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 0px auto;*/
	width: 850px;
	text-align: center;
	border-collapse: collapse;
    border-top: 2px solid #e04343;
	border-bottom: 2px solid #e04343;
}
#gradient-style th{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background: #ffffff url(../images/gradhead.png) repeat-x;
	color: #3a3a3a;
}
#gradient-style td{
    font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
    color: #3a3a3a;
	background: #e8edff url('../images/gradback.png') repeat-x;
}
#gradient-style tbody tr:hover td{
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	color: #3a3a3a;
}


/* Footer */
#footer{
  clear: both;
  width: 100%;
  color: #454545;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 10px;
}
#footer ul {
  margin: auto;
}
#footer li {
  display: inline;
  padding: 0px 5px 0px 5px;
}
#footer li a {
  font-size: 12px;
  font-family: Times New Roman;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  color: #034EA2;
  text-decoration: none;
}
#footer li a:hover {
  color: #454545;
}

/* Signature */
#sign {
  font-family: Times New Roman;
  font-size: 11px;
  font-style: normal;
  font-variant: small-caps;
  color: #454545;
}
#sign a{
  font-family: Times New Roman;
  font-size: 11px;
  font-variant: small-caps;
  color: #034EA2;
}
#sign a:hover {
  color: #454545;
  text-decoration: none ;
}