html {
  height: 100%;
  width: 100%;
}

body {
  background-image: url('/assets/images/background-tile.jpg');
  height: 100%;
  margin: 0;
  font-family: helvetica, verdana, sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6, h7 {
  /*color: rgb(255, 180, 0);*/
  color: rgb(0, 143, 212);
  font-size: 15px;
  margin: 0;
  padding: 5px 0 0 0;
}

li {
  list-style-type: circle;
}

div.hr {
  border-top: 1px dotted rgb(192, 192, 192);
  margin: 5px 0 0 0;
  width: 100%;
  height: 0;
}

p {
  margin: 5px 0 0 0;
}

a {text-decoration: none;}

table.magic {
  height: 100%;
  width: 100%;
  text-align: center;
}

td.magic {vertical-align: middle;}

div.magic {padding: 0 20px;}

div.main {
  height: 600px;
  margin: 0 auto;
  width: 720px;
}

div.top {
  background-image: url('/assets/images/top.jpg');
  background-repeat: no-repeat;
  height: 30px;
  width: 720px;
}

div.left {
  float: left;
  font-size: 15px;
}

div.midTopLeft {
  background-image: url('/assets/images/middle-top-left.jpg');
  background-repeat: no-repeat;
  height: 400px;
  width: 180px;
  text-align: center;
}

div.midTopLeft div.magic {padding: 40px 20px 0 30px;}

div.navigation a {
  outline: 0;
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  height: 30px;
}
div.navigation a:link {
  /*background-image: url('/assets/images/blackthing.png');
  background-position: top center;
  background-repeat: no-repeat;*/
  color: rgb(255, 255, 255);
}
div.navigation a:visited {
  /*background-image: url('/assets/images/blackthing.png');
  background-position: top center;
  background-repeat: no-repeat;*/
  color: rgb(255, 255, 255);
}
div.navigation a:active {
  /*background-image: url('/assets/images/blackthing.png');
  background-position: top center;
  background-repeat: no-repeat;*/
  color: rgb(255, 255, 255);
}
div.navigation a:hover {
  background-image: url('/assets/images/orangething.png');
  background-position: top center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
}

div.midBottomLeft {
  background-image: url('/assets/images/middle-bottom-left.jpg');
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  height: 140px;
  width: 180px;
}

div.midBottomLeft div.magic {padding: 0px 10px 0 20px;}

div.midBottomLeft div#flashy {
  background-color: rgb(0, 143, 212);
  background-image: url('/assets/images/flashy.png');
  background-repeat: no-repeat;
  height: 150px;
  position: relative;
  width: 150px;
  z-index: 1;
}

div#flashy a:link {color: rgb(255, 255, 255);}
div#flashy a:visited {color: rgb(255, 255, 255);}
div#flashy a:active {color: rgb(255, 255, 255);}
div#flashy a:hover {
  background: 0;
  color: rgb(255, 255, 255);
}

div#slideMenu {
  width: 150px;
  position: absolute;
  visibility: hidden;
  text-align: left;
  margin-left: 1px;
}

div#slideInnerMenu {
  text-align: center;
  width: 150px;
}

div.slideTop {
  background-image: url('/assets/images/slideBackgroundTop.png');
  background-repeat: no-repeat;
  height: 20px;
  width: 150px;
}

div.slideMiddle {
  background-image: url('/assets/images/slideBackground.png');
  background-repeat: repeat-y;
  padding: 20px 0 0px 0;
  width: 150px;
}

div.slideMiddle a:link {color: rgb(100, 100, 100);}
div.slideMiddle a:visited {color: rgb(100, 100, 100);}
div.slideMiddle a:hover {color: rgb(255, 255, 255);}
div.slideMiddle a:active {color: rgb(100, 100, 100);}

div.slideBottom {
  background-image: url('/assets/images/slideBackgroundBottom.png');
  background-repeat: no-repeat;
  height: 20px;
  width: 150px;
}

div.midRight {
  background-image: url('/assets/images/middle-right.jpg');
  background-repeat: repeat-y;
  float: left;
  height: 540px;
  text-align: justify;
  width: 540px;
}

div.midRight div.magic {padding: 0 20px 0 10px;}

div.midRight div.headerBar {
  background-image: url('/assets/images/header-bar.jpg');
  background-repeat: no-repeat;
  height: 40px;
  width: 510px;
  text-align: right;
}

div.headerBar div.logo {
  background-image: url('/assets/images/logo.png');
  background-repeat: no-repeat;
  background-position: top right;
  height: 30px;
  margin-right: 5px;
}

div.midRight a:link {color: rgb(0, 143, 212);}
div.midRight a:hover {color: rgb(0, 143, 212);}
div.midRight a:active {color: rgb(0, 143, 212);}
div.midRight a:visited {color: rgb(0, 143, 212);}

div.bottom {
  background-image: url('/assets/images/bottom.jpg');
  background-repeat: no-repeat;
  height: 30px;
  width: 720px;
  position: relative;
}

/* eyewear page */
div.eyewear {
  width: 510px;
  margin-top: 10px;
}

div.eyewearText {
  height: 110px;
}

div.eyewearFrames {
  height: 220px;
}

div#leftFrameScroller{
  background-image: url('/assets/images/leftFrameScroller.png');
  background-repeat: no-repeat;
  height: 210px;
  width: 20px;
  float: left;
  cursor: pointer;
}

div#frameScroll {
  background-color: rgb(249, 249, 249);
  height: 210px;
  width: 470px;
  float: left;
  overflow: hidden;
}

div.frameInside {
  height: 210px;
  width: 1030px;
  padding-left: 10px;
  padding-top: 10px;
}

.frameThumb {
  float: left;
  margin-right: 10px;
}

.reflected {
  border: 0;
}

div#rightFrameScroller {
  background-image: url('/assets/images/rightFrameScroller.png');
  background-repeat: no-repeat;
  height: 210px;
  width: 20px;
  float: left;
  cursor: pointer;
}

div.eyewearBrands {
  position: absolute;
  text-align: center;
  z-index: 10;
  height: 170px;
}

div.column {
  float: left;
  margin-top: 10px;
  width: 120px;
}

div.brandBorderLeft {
  background-image: url('/assets/images/brandborderleft.png');
  background-repeat: no-repeat;
  height: 170px;
  width: 10px;
  margin-top: 0;
  margin-right: 5px;
  float: left;
}

div.brandBorderRight {
  background-image: url('/assets/images/brandborderright.png');
  background-repeat: no-repeat;
  height: 170px;
  width: 10px;
  margin-top: 0;
  margin-left: 5px;
  float: left;
}

img.brandLogo {
  display: block;
  margin: 0 auto 17px auto;
  border: 0;
}

img.fixMar {
  display: block;
  margin: 0 auto 8px auto;
  border: 0;
}
/* Bio Pages */
div.bio {
  height: 300px;
  margin: 0;
  padding: 0;
}

div.collage {
  background-color: black;
  position: absolute;
  height: 210px;
  z-index: 10;
}

/* Contact Page */
p.contactAddress {
  float: left;
}

p.contactHours {
  float: right;
  text-align: center;
}

div.mapAndDirections {
  padding-top: 10px;
}

div#map {
  float: left;
  font-size: 10px;
  height: 320px;
  width: 300px; 
}

div#directions {
  float: left;
  font-size: 10px;
  height: 310px;
  overflow: auto;
  width: 200px; 
}

/* ContactLenses Page */
div.lensTop {
  height: 410px;
}

div.lensBottom {
  height: 100px;
  position: absolute;
  z-index: 10;
}
div.contactLenses {
  text-align: center;
  float: left;
  width: 480px;
  margin-top: 25px;
}

div.contactLenses img.brandLogo {
  display: inline;
}

div.lensBorderLeft {
  background-image: url('/assets/images/lensborderleft.png');
  background-repeat: no-repeat;
  height: 100px;
  width: 10px;
  margin-top: 0;
  margin-right: 5px;
  float: left;
}

div.lensBorderRight {
  background-image: url('/assets/images/lensborderright.png');
  background-repeat: no-repeat;
  height: 100px;
  width: 10px;
  margin-top: 0;
  margin-left: 5px;
  float: left;
}

/* Splash Page */
div.splashLeft {
  float: left;
  background-image: url('/assets/images/splashLeft.jpg');
  background-repeat: no-repeat;
  height: 600px;
  width: 30px;
}

div.splashCenter {
  float: left;
  background-image: url('/assets/images/splashCenter.jpg');
  background-repeat: repeat-x;
  height: 600px;
  width: 660px
}

div.splashRight {
  float: left;
  background-image: url('/assets/images/splashRight.jpg');
  background-repeat: no-repeat;
  height: 600px;
  width: 30px;
}

/* Footer Stuff */
div.footer {
	font-size: 10px;
	color: rgb(255, 255, 255);
}

div.footer a {text-decoration: none;}
div.footer a:link {color: rgb(255, 255, 255);}
div.footer a:visited {color: rgb(255, 255, 255);}
div.footer a:hover {color: rgb(255, 255, 255);}
div.footer a:active {color: rgb(255, 255, 255);}

/* About Page */
div.aboutText {
  height: 170px;
}

div.aboutText ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.aboutCollage {
  background-color: black;
  position: absolute;
  height: 340px;
  z-index: 10;
}