/* general */

* {
  outline: none;
}

body {
  background: #fff;
  font-family: 'Helvetica Neue Roman', Arial;
  font-size: 12px;
  color: #999;
  text-align: left !important;
  text-align: center;
}

#wrap {
  background: #f7f7f7;
  margin: 40px 0 10px;
}

#content, #footer {
  text-align: left;
  width: 960px;
}

#content {
  position: relative;
  margin: 0 auto;
  /* min-height hack - see http://www.dustindiaz.com/min-height-fast-hack/ */
  min-height:660px;
  height:auto !important;
  height:660px;
}

.clear {
  clear: both;
}

/* footer specific styles */

#footer {
  margin: 0 auto;
  padding-bottom: 40px;
  color: #999;
  font-family: Arial;
  font-size: 11px;
  letter-spacing: 0px;
}

#footer a {
  text-decoration: none;
  color: #999;
}

#footer a:hover {
  color: #444;
}

/* how we work specific styles */

#how {
  margin-left: 320px;
  width: 640px;
  position: relative;
}

#how .topimg {
  position: absolute;
  top: 0;
  right: 0;
}

#how .header {
  position: absolute;
  left: 0;
  top: 280px;
  width: 130px;
}

#how .header h2 {
  font-weight: bold;
  font-size: 16px;
}

#how .texts {
  position: absolute;
  left: 0;
  top: 355px;
  width: 650px;
}

#how .texts p{
  margin-bottom: 10px;
}

/* content specific styles */

#content h1#title {
  position: absolute;
  top: 29px;
  left: 10px;
  width: 335px;
  height: 62px;
  text-indent: -99999px;
  display: block;
  background: url(../images/h1.png) no-repeat top left transparent;
}

/* navigation specific styles */

#content #nav {
  position: absolute;
  left: 0px;
  top: 109px;
  width: 160px;
}


#nav li {
  line-height: 1.4;
  list-style: none;
  display: block;
  width: 160px;
  background: transparent;
  color: #999;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial;
  margin: 0 0 10px;
}

#nav a {
  text-decoration: none;
  color: #999;
  margin-left: 10px;
}

#nav li.selected a {
  color: #fff;
}

#nav li.selected a:hover {
  color: #fff;
}

#nav li:hover, #nav li a:hover {
 /*cursor: pointer !important;
  cursor: hand;*/
  color: #444;
}

#nav li.selected {
  background: url(../images/navbg.gif) repeat-x top left transparent;
  color: #fff;
}

/* sub-navigation specific */

#nav ul.subnav a {
  color: #444;
}

#nav ul.subnav a:hover {
  color: #000;
}

#nav ul.subnav#shown {
  display: block;
}

#nav ul.subnav {
  display: none;
}

#nav ul.subnav li {
  margin: 10px 0 0;
  width: auto;
  color: #444;
  padding-left: 15px;
}

#nav ul.subnav li.selected {
  background: #fff;
  color: #444;
}

/* right-hand-side specific styles */

.button {
  display: block;
  width: 160px;
  height: 18px;
  background: #999;
  line-height: 1.5;
}

.button a {
  margin-left: 5px;
  color: #fff;  
  text-decoration: none;
}

#content #rhs {
  margin-left: 160px;
  width: 800px;
  background: #333;
}

/* homepage specific styles */

#content #homepage {
  display: none;
  text-indent: -99999px;
  background: url(../images/home_text.png) no-repeat top left transparent;
  position: absolute;
  left: 10px;
  top: 507px;
  font-size: 16px;
  font-family: 'Helvetica Neue Roman', Arial;
  color: #fff;
  width: 435px;
  height: 100px;  
}

#content #homepagebtn {
  position: absolute;
  left: 800px;
  top: 623px;
}

#content #homepagebtn a {
  width: 160px;
  height: 37px;
  display: block;
}

/* about  page specific styles */

#about {
  position: relative;
  width: 800px;
}

#about .leftimg {
  position: absolute;
  top: 146px;
  left: 319px;
  width: 160px;
  height: 219px;
  border: 0;
}

#about .rightimg {
  position: absolute;
  top: 0;
  left: 480px;
  width: 480px;
  height: 365px;
  
}

#about .text {
  position: absolute;
  left: 319px;
  top: 365px;
  width: 639px;
  height: 295px;
  overflow: hidden;
  margin: 15px 0 0;
  letter-spacing: 0px;
}

#about .text p {
  margin-bottom: 20px;
}

#about .text p.last {
  margin-bottom: 0;
}

#about .text .col#lhs {
  width: 305px;
  margin-right: 15px;
}

#about .text .col {
  float: left;
  width: 319px;
  position: relative;
}

#about .button {
  position: absolute;
  top: 245px;
  right: -6px;
}

/* contact specific styles */

#contact .button {
  position: absolute;
  top: 620px;
  right: 0;
}

#contact {
  position: relative;
}

#contact .rightimg {
  position: absolute;
  top: 0;
  right: 0;
}

#contact .text {
  position: absolute;
  top: 440px;
  width: 318px;
  right: 0;
  height: 342px;
  overflow: hidden;
  margin-top: 25px;
}

#contact .text p.end {
  margin-bottom: 20px;
}

/* collection (overview) specific styles */

#collection {
  width: 800px;
  margin-left: 160px;
  /* min-height hack - see http://www.dustindiaz.com/min-height-fast-hack/ */
  min-height:660px;
  height:auto !important;
  height:660px;
}

#collection #row1 {
  top: 0px;
  left: 480px;
  width: 480px;
}

#collection #row2 {
  top: 221px;
  width: 640px;
  left: 320px;
}

#collection #row3 {
  top: 442px;
  left: 160px;
  width: 800px;
}

#collection #row1, #collection #row2, #collection #row3 {
  position: absolute;
  overflow: hidden;
  height: 220px;
  border-bottom: 1px solid #fff;
}

#collection .item, #collection .collection-title, #collection .collection-links {
  float: left;
  width: 159px;
  height: 220px;
  border-left: 1px solid #fff;
  overflow: hidden;
}

#collection .item a {
  position: relative;
  text-indent: -99999px;
  display: block;
  width: 160px;
  height: 220px;
}

#collection a:hover {
  /*background-position: 0px -220px !important;*/
  text-indent: 0;
  text-decoration: none;
}
  
#collection a:hover p {
  cursor: pointer;
  padding: 4px;
  background: #fff;
  color: #444;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#collection .collection-title, #collection .collection-links {
  background: #d2b7ae;
  position: relative;
}

#collection .collection-title h2 {
  font-family: Helvetica Neue Roman, Arial;
  font-size: 16px;
  color: #fff;
  position: absolute;
  padding: 0 10px;
  font-weight: bold;
  left: 0;
  bottom: 20px;
}

#collection .collection-links .links {
  position: absolute;
  left: 0;
  bottom: 20px;
}

#collection .collection-links .button {
  background: #fff;
  margin-top: 10px;
}

#collection .collection-links .button a {
  color: #999;
}

#collection .collection-links .button a:hover {
  color: #444;
}

/* collection credits specific styles */

#coll-credits {
  width: 790px;
  margin-left: 170px;
  position: relative;
}

#coll-credits .text a {
  text-decoration: none;
  color: #444;
}

#coll-credits .text a:hover {
  color: #000;
}

#coll-credits .col1, #coll-credits .col2 {
  position: relative;
  float: left;
  height: 660px;
}

#coll-credits .col1 {
  width: 310px;
}

#coll-credits .col2 {
  width: 480px;
}

#coll-credits .col1 div {
  padding-bottom: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
}

#coll-credits .col1 h2 {
  width: 150px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
  margin-bottom: 25px;
}

#coll-credits .col1 p {
  margin-bottom: 15px;
}

#coll-credits .col1 p:last-child {
  margin-bottom: 0;
}

#coll-credits .col2 .leftimg, #coll-credits .col2 .rightimg, #coll-credits .col2 .text {
  position: absolute;
} 

#coll-credits .col2 .leftimg {
  left: 0;
  top: 220px;
  width: 159px;
  height: 220px;
}

#coll-credits .col2 .rightimg {
 top: 0;
 left: 160px;
 width: 319px;
 height: 440px;
}

#coll-credits .col2 .text {
  top: 440px;
  left: 0;
  width: 480px;
  margin-top: 10px;
}

#coll-credits .col2 .text p {
  display: block;
  width: 480px;
  padding: 10px 0 !important;
  padding: 5px 0;
  clear: both;
}

#coll-credits .col2 .text p b {
  font-weight: normal;
  display: block;
  float: left;
  width: 155px;
}

#coll-credits .col2 .text p b.first {
  width: 170px;
}

#coll-credits .col2 .text p b.mid {
  font-weight: bold;
}

#coll-credits .col2 .button {
  position: absolute;
  right: 0;
  top: 180px;
}

/* collection 'about page' specific styles */

#coll-about {
  position: relative;
  margin-left: 160px;
  width: 800px;
  /* min-height hack - see http://www.dustindiaz.com/min-height-fast-hack/ */
  min-height:660px;
  height:auto !important;
  height:660px;
}

#coll-about  .leftimg, #coll-about .rightimg {
  position: absolute;
} 

#coll-about .leftimg {
  right: 320px;
  top: 220px;
  width: 159px;
  height: 220px;
}

#coll-about .rightimg {
 top: 0;
 right: 0;
 width: 319px;
 height: 440px;
}

#coll-about h2 {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 490px;
  width: 150px;
  bottom: 230px;
}

#coll-about .text {
  width: 640px;
  height: 220px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#coll-about .text .col1, #coll-about .text .col2 {
  width: 300px !important;
  width: 320px;
  margin-top: 20px;
  padding-right: 20px;
  float: left;
}

#coll-about .text p {
  margin-bottom: 20px;
  letter-spacing: 0.5;
}

#coll-about .button {
  position: absolute;
  right: 0;
  bottom: 20px;
}

/* individual gown (view page) specific styles */

#gown {
  margin-left: 160px;
  width: 800px;
  position: relative;
}

#gown .img1, #gown .img2, #gown .img3 {
  position: absolute;
  display: block;
  width: 160px;
  height: 220px;
}

#gown .img1 {
  left: 0;
  top: 440px;
}

#gown .img2 {
  left: 161px;
  top: 219px;
  border-bottom: 1px solid #fff;
}

#gown .img3 {
  border-left: 1px solid #fff;
  left: 160px;
  top: 440px;
}

#gown .bigimgwrap {
  border-left: 1px solid #fff;
  width: 480px;
  height: 660px;
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
}

#gown .bigimg {
  position: relative;
  width: 480px;
  height: 660px;
}

#gown .bigimg .zoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 660px;
  visibility: hidden;
  background: #F7F7F7;
}

#gown #small         { position: relative; width: 100%; }
#gown #large         { background: white; position: relative; width: 800px; }
#gown #mover         { position: absolute; top: 0; left: 0; width: 300px; height: 300px; overflow: hidden; z-index: 100; background: white; display: none; }
#gown #overlay       { border: 1px solid blue; width: 300px; height: 300px; position: absolute; top: 0; left: 0; z-index: 200; }

#gown .bigimg .zoom .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

#gown .bigimg .info {
  position: absolute;
  top: 440px;
  right: 0;
  width: 480px;
  height: 220px;
  display: none;
  background: #fff;
}

#gown .bigimg .info .button {
  position: absolute;
  right: 0;
  top: 20px;
}

#gown .bigimg .info p {
  width: 290px;
  padding-top: 20px;
  margin: 0 10px;
  letter-spacing: 0px;
}


#gown .bigimg .title {
  width: 130px !important;
  width: 160px;
  padding: 5px 20px 5px 10px;
  position: absolute;
  bottom: 105px;
  right: 0;
  background: #fff;
}

#gown .bigimg .title p {
  letter-spacing: 0px;
  font-weight: bold;
  color: #999;
}

#gown .bigimg .title p.lastp {
  font-weight: normal;
  color: #ccc;
}

#gown .button {
  position: absolute;
  right: 0;
}

#gown .button#openzoom {
  bottom: 55px;
}

#gown .button#aboutgown {
  bottom: 30px;
}

/* bride story specific styles */

#bstory {
  margin-left: 320px;
  width: 640px;
  position: relative;
}

#bstory .topimg {
  position: absolute;
  top: 0;
  right: 0;
}

#bstory .header {
  display: block;
  position: absolute;
  left: 0;
  top: 285px;
  width: 160px;
  height: 45px;
  letter-spacing: 0px;
}

#bstory .header h2 {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
}

#bstory .header h3 {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

#bstory .button {
  position: absolute;
  top: 620px;
  left: 480px;
}

#bstory .texts {
  position: absolute;
  top: 325px;
  left: 0;
  color: #999;
  font-size: 12px;
  height: 335px;
  width: 640px;
}

#bstory .texts p {
  margin-top: 20px;
} 

#bstory .texts .lhs, #bstory .texts .rhs {
  width: 300px;
  float: left;
}

#bstory .texts .lhs {
  margin-right: 25px;
}

#bstory .photocredits {
  position: absolute;
  top: 610px;
  left: 325px;
  height: 35px;
  width: 150px;
  color: #ccc;
  font-size: 12px;
}

#bstory .photocredits p {
  width: 150px;
  display: block;
}

/* bride testimonial specific styles */

#btest {
  margin-left: 320px;
  width: 640px;
  position: relative;
}

#btest .texts a, #bstory .photocredits a {
  color: #999;
  text-decoration: none;
}

#btest .texts a:hover, #bstory .photocredits a:hover {
  color: #000;
}

#btest .header {
  display: block;
  position: absolute;
  left: 160px;
  top: 170px;
  width: 160px;
  height: 45px;
  letter-spacing: 0px;
}

#btest .header h2 {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
}

#btest .header h3 {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

#btest .bigimg, #btest .leftimg, #btest .rightimg {
  position: absolute;
}

#btest .bigimg {
  top: 0px;
  left: 322px;
}

#btest .leftimg {
  left: 0;
  top: 219px;
} 

#btest .rightimg {
  left: 161px;
  top: 219px;
}

#btest .texts {
  position: absolute;
  top: 440px;
  margin-top: 10px;
  left: 0;
  width: 630px;
  height: 220px;
}

#btest .texts p {
  margin-bottom: 20px;
}

#btest .button {
  position: absolute;
  top: 620px;
  left: 480px;
}

/* press covers specific styles */

#pcovers {
  margin-left: 320px;
  width: 640px;
  position: relative;
  height: 660px;
}

#pcovers .button {
  position: absolute;
}

#pcovers .button#prev {
  left: 0;
  top: 180px;
}

#pcovers .button#next {
  top: 620px;
  left: 480px;
}

#pcovers .item, #pcovers .collection-title, #pcovers .collection-links {
  float: left;
  width: 159px;
  height: 220px;
  border-left: 1px solid #fff;
  overflow: hidden;
}

#pcovers .item div.press {
  position: relative;
  text-indent: -99999px;
  display: block;
  width: 160px;
  height: 220px;
}

#pcovers div.press:hover {
  background: red;
  cursor: default;
  text-indent: 0;
  text-decoration: none;
}
  
#pcovers div.press:hover p {
  cursor: default;
  padding: 4px;
  padding-right: 25px;
  width: 130px !important;
  width: 160px;
  background: #fff;
  color: #444;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#pcovers .filler {
  display: block;
  width: 160px;
  height: 1px;
  float: left;
}

/* top tips specific styles */

#tips {
  letter-spacing: 0px;
  margin-left: 320px;
  width: 640px;
  position: relative;
}

#tips .topimg {
  position: absolute;
  top: 0;
  right: 0;
}

#tips .header {
  position: absolute;
  left: 0;
  top: 210px;
  width: 260px;
  color: #999;
}

#tips .texts h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

#tips .texts h3 {
  font-size: 12px;
  margin-bottom: 20px; 
  font-weight: bold;
}

#tips .texts {
  width: 260px;
  padding-top: 210px !important;
  padding-top: 0;
  margin-top: 0 !important;
  margin-top: 210px;
  padding-bottom: 20px;
  color: #999;
}

#tips .texts #lcol, #tips .texts #rcol {
  float: left;
  width: 300px;
  margin-right: 20px;
}

#tips .texts h4 {
  font-weight: bold;
}
 
#tips .texts ul, #tips .texts ul li {
  list-style: none;
  margin: 0;
  padding: 0;
} 

#tips .texts ul li {
  margin-bottom: 20px;
}

/* browse bride story page specific styles */

#bride_browse_s {
  margin-left: 320px;
  width: 640px;
  position: relative;
  height: 660px;
}

#bride_browse_s .button {
  position: absolute;
}

#bride_browse_s .button#prev {
  left: 0;
  top: 180px;
}

#bride_browse_s .button#next {
  top: 620px;
  left: 480px;
}

#bride_browse_s .item, #bride_browse_s .collection-title, #bride_browse_s .collection-links {
  float: left;
  width: 159px;
  height: 220px;
  border-left: 1px solid #fff;
  overflow: hidden;
}

#bride_browse_s .item a {
  position: relative;
  text-indent: -99999px;
  display: block;
  width: 160px;
  height: 220px;
}

#bride_browse_s a:hover {
  text-indent: 0;
  text-decoration: none;
}
  
#bride_browse_s a:hover p {
  cursor: pointer;
  padding: 4px;
  padding-right: 25px;
  width: 130px !important;
  width: 160px;
  background: #fff;
  color: #444;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#bride_browse_s .filler {
  display: block;
  width: 160px;
  height: 1px;
  float: left;
}


/* browse bride testimonials page specific styles */

#bride_browse_t {
  margin-left: 320px;
  width: 640px;
  position: relative;
  height: 660px;
}

#bride_browse_t .button {
  position: absolute;
}

#bride_browse_t .button#prev {
  left: 0;
  top: 180px;
}

#bride_browse_t .button#next {
  top: 620px;
  left: 480px;
}

#bride_browse_t .item, #bride_browse_t .collection-title, #bride_browse_t .collection-links {
  float: left;
  width: 159px;
  height: 220px;
  border-left: 1px solid #fff;
  overflow: hidden;
}

#bride_browse_t .item a {
  position: relative;
  text-indent: -99999px;
  display: block;
  width: 160px;
  height: 220px;
}

#bride_browse_t a:hover {
  text-indent: 0;
  text-decoration: none;
}
  
#bride_browse_t a:hover p {
  cursor: pointer;
  padding: 4px;
  padding-right: 25px;
  width: 130px !important;
  width: 160px;
  background: #fff;
  color: #444;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#bride_browse_t .filler {
  display: block;
  width: 160px;
  height: 1px;
  float: left;
}

/* sitemap specific styles */

#sitemap {
  margin-left: 380px;
  padding-top: 25px;
  width: 580px;
  padding-bottom: 25px;
}

#sitemap h2 {
  font-size: 16px;
  font-weight: bold;
}

#sitemap h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

#sitemap a {
  color: #999;
}

#sitemap li {
  margin: 5px 0;
}

#sitemap ul li ul {
  margin-left: 10px;
}

#sitemap strong {
  font-size: 13px;
  display: block;
  margin: 10px 0;
  font-weight: bold;
}

#sitemap a:hover {
  color: #000;
}

#footer .facebook {
  background: url('../images/facebook_icon.png') transparent no-repeat 105px 0px;
  padding-right: 30px;
  padding-bottom: 5px;
}
