body { background-color: #FFF;
color: #303030;
font-size: 0.8em;
font-family: Verdana, Sans-Serif;
padding:0;
margin: 0 auto; }

#container { width: 100%;
margin: 0 auto;
padding: 0;
background: #FFF;}

#header { margin: 0 auto; height: 213px; background: #252525 url('images/header.png') top center no-repeat;}

ul#nav { 
  margin: 164px 180px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  }
#nav {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
  }
#nav li {
  float:left; position:relative; right:66%;
  }
#nav a {
  display:block;
  padding: 7px 12px 4px 12px;
  color:#cccccc; 
  background: transparent url('images/link3.png') top left no-repeat;
  }
#nav a:focus,
#nav a:hover { 
  background: transparent url('images/link1.png') top left no-repeat;
  }

#nav a:visited:focus,
#nav a:visited:hover  { 
  background: transparent url('images/link2.png') top left no-repeat;
  }

#nav a:active {
  background: transparent url('images/link2.png') top left no-repeat;
  }

#main
{margin: 0 auto;
background-color: #FFF;
width: 75%; }

#footer
{height: 190px;
background-color: #252525;
margin: 0 auto;
padding: 0;
text-align: left; }

#footer a, a:link {color: #d1d3d2; text-decoration: none;}
#footer table {padding: 4px; margin: 0 auto;}
td.footer {padding: 2px; text-align:center; width: 130px; background-color: transparent;}

a, a:link {color: #ed145b; text-decoration: none;}
a:hover {color: #000;}

img {border: 0;}
a.img { border: 0;}

h1 {padding: 2px 2px 2px 36px; color: #f599c2; font-family: Calibri, Arial, Sans-Serif; font-size: 2.1em; letter-spacing: 2px;}
h2 {padding: 2px 2px 2px 30px; color: #303030; font-family: Calibri, Arial, Sans-Serif; font-size: 1.6em;}
h3 {padding: 2px; margin: 0; color: #303030; font-family: Calibri, Arial, Sans-Serif; font-size: 1.4em;}

table.dogs {padding: 4px; margin: 0 auto;background-color: #FFF;}
table.dogs td { padding: 2px; text-align: center; background-color: #d7d7d7;vertical-align:middle;}
tr.img td {background-color: #303030; padding: 8px; width: 130px;}
tr.pink td {background-color: #ebcdd9; font-weight:bold;}
tr.pink2 td {background-color: #ecd9e1;}

label
{width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block; }

input, textarea
{color: #303030;
background: #FFF;
border: 1px solid #303030;
padding: 4px;
font-family: Verdana, Sans-Serif; }

fieldset
{border: 6px solid #f9c6de;
background-color: #d7d7d7;
width: 20em;
margin: 0 auto;
width: 65%;
padding: 12px;}

legend
{color: #f9c6de;
background: #303030;
border: 1px solid #f9c6de;
padding: 2px 6px; } 

.plaingrey {background: #d7d7d7; margin: 0 auto; width: 85%; padding: 4px;}

.bails {background: #d7d7d7 url('images/bg1.png') top left no-repeat; margin: 0 auto; width: 85%; height:120px; padding: 4px;}
.kim2 {background: #d7d7d7 url('images/bg3.png') top left no-repeat; margin: 0 auto; width: 85%; height:120px; padding: 4px;}
.bails p, .kim2 p {padding: 0 8px 0 160px;}

.kim {background: #d7d7d7 url('images/bg2.png') top right no-repeat; margin: 0 auto; width: 85%; height:120px; padding: 4px;}
.dyl {background: #d7d7d7 url('images/bg4.png') top right no-repeat; margin: 0 auto; width: 85%; height:120px; padding: 4px;}
.kim p, .dyl p {padding: 0 140px 0 8px;}

.latest {background-color: #e6e6e6; border: 6px solid #f9c6de; padding: 4px; margin: 10px 40px 10px 40px; }

.left {float: left; margin: 8px; border: 6px solid #f9c6de;}
.right {float: right; margin: 8px; border: 6px solid #f9c6de;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

