/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#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; }


body {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 14px;
  color: white;
  margin: 0;
  text-align: center;
  background: black url(/images/bg.png);
  line-height: 1.3em; }

p {
  padding: 10px 0; }

div#wrapper {
  width: 570px;
  margin: 0 auto;
  text-align: left; }
  div#wrapper div#header {
    height: 168px;
    background: url(/images/header.jpg) no-repeat; }
    div#wrapper div#header h1 {
      text-indent: -9999px;
      line-height: 0;
      height: 1px; }
    div#wrapper div#header h2 {
      margin-top: 2px;
      font-size: 16px;
      text-align: center; }
    div#wrapper div#header h5 {
      font-size: 9px;
      color: #888;
      margin: 126px 0 0;
      text-align: right; }
  div#wrapper div#content {
    padding: 10px 0; }
    div#wrapper div#content p {
      color: #b0b0b0; }
      div#wrapper div#content p strong {
        color: white; }
    div#wrapper div#content div#flash {
      padding: 5px;
      background: red;
      text-align: center;
      margin-bottom: 5px;
      font-weight: bold; }
    div#wrapper div#content div#main {
      width: 370px;
      float: left; }
      div#wrapper div#content div#main div#app_chits {
        height: 65px;
        margin: 10px 5px; }
      div#wrapper div#content div#main div#testimonials {
        margin-top: 10px; }
        div#wrapper div#content div#main div#testimonials img {
          float: left; }
        div#wrapper div#content div#main div#testimonials blockquote {
          font-family: Georgia, serif;
          font-size: 18px;
          font-style: italic;
          color: #b7d0ff;
          padding-top: 10px;
          padding-right: 10px; }
          div#wrapper div#content div#main div#testimonials blockquote span.credit {
            display: block;
            color: white;
            font-family: Helvetica, verdana, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: bold;
            float: right;
            margin-top: 8px; }
      div#wrapper div#content div#main p.description {
        clear: both; }
      div#wrapper div#content div#main ul#features {
        list-style-type: none;
        margin: 0;
        padding: 20px 0 0;
        clear: both; }
        div#wrapper div#content div#main ul#features li {
          clear: both;
          margin: 10px 0; }
          div#wrapper div#content div#main ul#features li h2 {
            color: #87b1ff;
            font-size: 23px; }
          div#wrapper div#content div#main ul#features li img {
            float: left;
            margin: 10px 10px 5px 0;
            width: 80px;
            height: 80px;
            border: 1px solid #222; }
    div#wrapper div#content div#sidebar {
      width: 200px;
      float: left; }
      div#wrapper div#content div#sidebar h2 {
        background: url(/images/sidebar-header.png) no-repeat;
        height: 35px;
        font-size: 18px; }
        div#wrapper div#content div#sidebar h2 span {
          display: block;
          padding: 3px 0 0 10px; }
      div#wrapper div#content div#sidebar li {
        float: left;
        margin-right: 3px; }
        div#wrapper div#content div#sidebar li img {
          border: 1px solid #366871; }
          div#wrapper div#content div#sidebar li img:hover {
            border-color: #00daff; }
  div#wrapper div#footer {
    border-top: 1px solid #366871;
    clear: both;
    text-align: center; }
    div#wrapper div#footer h6 {
      font-size: 10px;
      color: #888; }
      div#wrapper div#footer h6 a {
        color: #AAA; }
