@font-face {
    font-family: 'TeXGyreHerosRegular';
    src: url('fonts/texgyreheros-regular-webfont.eot');
    src: url('fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-regular-webfont.svg#TeXGyreHerosRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosItalic';
    src: url('fonts/texgyreheros-italic-webfont.eot');
    src: url('fonts/texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-italic-webfont.woff') format('woff'),
         url('fonts/texgyreheros-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-italic-webfont.svg#TeXGyreHerosItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('fonts/texgyreheros-bold-webfont.eot');
    src: url('fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-bold-webfont.svg#TeXGyreHerosBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosBoldItalic';
    src: url('fonts/texgyreheros-bolditalic-webfont.eot');
    src: url('fonts/texgyreheros-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreheros-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-bolditalic-webfont.svg#TeXGyreHerosBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnRegular';
    src: url('fonts/texgyreheroscn-regular-webfont.eot');
    src: url('fonts/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-regular-webfont.svg#TeXGyreHerosCnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnItalic';
    src: url('fonts/texgyreheroscn-italic-webfont.eot');
    src: url('fonts/texgyreheroscn-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-italic-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-italic-webfont.svg#TeXGyreHerosCnItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnBold';
    src: url('fonts/texgyreheroscn-bold-webfont.eot');
    src: url('fonts/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bold-webfont.svg#TeXGyreHerosCnBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnBoldItalic';
    src: url('fonts/texgyreheroscn-bolditalic-webfont.eot');
    src: url('fonts/texgyreheroscn-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bolditalic-webfont.svg#TeXGyreHerosCnBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Globals */

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "coolvetica-1", "coolvetica-2", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

form {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  color: #000000;
  border: 0;
}

textarea {
  color: #000000;
  background: #ffffff;
  border: 0;
  font-family: "coolvetica-1", "coolvetica-2", Helvetica, Arial, sans-serif;
}

input {
  font-family: "coolvetica-1", "coolvetica-2", Helvetica, Arial, sans-serif;
}

select {
  color: #000000;
  background: #ffffff;
  border: 0;
}

ul li {
  list-style: square;
}

li {
  margin: 0 0 7px 0;
}

hr {
  background: #000;
  height: 4px;
  margin: 6px 0;
  border: 0;
}


/* Generic Classes */

.hidden {
  display: none;
}

.invis {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.italic {
  font-style: italic;
}

.bolder {
  font-weight: 700;
}

.bold {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.lighter {
  font-weight: 100;
}

.upcase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.f9 {font-size: 9px;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f27 {font-size: 27px;}
.f28 {font-size: 28px;}
.f29 {font-size: 29px;}
.f30 {font-size: 30px;}
.f31 {font-size: 31px;}
.f32 {font-size: 32px;}
.f33 {font-size: 33px;}
.f34 {font-size: 34px;}
.f35 {font-size: 35px;}
.f36 {font-size: 36px;}
.f37 {font-size: 37px;}
.f38 {font-size: 38px;}
.f39 {font-size: 39px;}
.f40 {font-size: 40px;}
.f41 {font-size: 40px;}
.f42 {font-size: 40px;}
.f43 {font-size: 40px;}
.f44 {font-size: 40px;}

.lh40 {line-height: 40%;}
.lh50 {line-height: 50%;}
.lh60 {line-height: 60%;}
.lh70 {line-height: 70%;}
.lh80 {line-height: 80%;}
.lh90 {line-height: 90%;}
.lh100 {line-height: 100%;}
.lh110 {line-height: 110%;}
.lh120 {line-height: 120%;}
.lh130 {line-height: 130%;}
.lh140 {line-height: 140%;}
.lh150 {line-height: 150%;}

.ls1 {letter-spacing: 0.1px;}
.ls2 {letter-spacing: 0.2px;}
.ls3 {letter-spacing: 0.3px;}
.ls4 {letter-spacing: 0.4px;}
.ls5 {letter-spacing: 0.5px;}
.ls6 {letter-spacing: 0.6px;}
.ls7 {letter-spacing: 0.7px;}
.ls8 {letter-spacing: 0.8px;}
.ls9 {letter-spacing: 0.9px;}
.ls10 {letter-spacing: 1.0px;}
.ls11 {letter-spacing: 1.1px;}
.ls12 {letter-spacing: 1.2px;}
.ls13 {letter-spacing: 1.3px;}
.ls14 {letter-spacing: 1.4px;}
.ls15 {letter-spacing: 1.5px;}
.ls20 {letter-spacing: 2.0px;}


/* Intro */

#ilogo {
  position: absolute;
  width: 642px;
  height: 36px;
  display: none;
  z-index: 999;
}

body.home.intro #center #main #menu #galleries,
body.home.intro #center #main #menu #bio,
body.home.intro #center #main #menu #contact,
body.home.intro #center #main #menu #info,
body.home.intro #center #main #menu #menu-bg,
body.home.intro .external,
body.home.intro #main,
body.home.intro #logo,
body.home.intro #copyright {
  display: none;
}

body.home.intro #center #main {
  height: 0;
}

body.home #center #main {
  height: 77px;
}

body.home #pad {
  margin: 0 auto -70px auto;
}


/* Site Structure */

#pad {
  height: 50%;
  margin: 0 auto -304px auto;
  float: left;
  width: 679px;
}
  
#center {
  position: relative;
  width: 679px;
  min-height: 140px;
  margin: 0 auto;
  padding: 0 0 0 19px;
  clear: left;
  z-index: 1;
}

#center #main {
  position: relative;
  width: 658px;
  height: 537px;
  border: #000 1px solid;
}

#center #logo {
  position: relative;
  left: 10px;
  width: 642px;
  margin: 0 0 6px 0;
}


#copyright {
  color: #000;
  font-family: 'TeXGyreHerosRegular', sans-serif;
  font-size: 80%;
  letter-spacing: 1px;
  margin: 40px 0px 0px 0px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 658px;
}

#copyright a {
	color: #000;
}
#copyright ul {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#copyright ul li {
	font-size: 10px;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#copyright ul li:first-child {
	margin-top: 0px;
}

#copyright ul li strong {
	font-weight: normal;
 	font-size: 12px;
 	margin-bottom: 3px;
}

#copyright ul li strong:first-child {
	margin-right: 40px;
}

#copyright ul li strong a {
	text-decoration: none;
}

/* Main Menu */

#center #main #menu {
  position: relative;
  height: 25px;
  width: 659px;
  z-index: 999;
}

#center #main #menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 659px;
  background: #000;
}

#center #main #menu .item {
  position: absolute;
  height: 22px;
  top: 0;
  display: block;
}

#center #main #menu #galleries {
  left: 0;
  height: 25px;
  display: block;
}

#center #main #menu #bio {
  left: 200px;
  display: block;
}

#center #main #menu #contact {
  left: 310px;
  display: block;
}

#center #main #menu #info {
  width: 193px;
  height: 25px;
  right: 0;
  display: block;
}

#center #main #menu #info .img {
  float: right;
}

#center #main #menu .img.active {
  position: absolute;
  top: 0;
  left: 0;
}

#center #main #menu .img.active {
  display: none;
}


/* Galleries Sub Menu */

#center #main #galleries-menu {
  position: absolute;
  display: none;
  width: 400px;
  top: 24px;
  left: 7px;
}

#center #main #galleries-menu a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
}

#center #main #galleries-menu a:active,
#center #main #galleries-menu a:hover {
  font-weight: 700;
}


/* Info Sub Menu */

#center #main #info-menu {
  position: absolute;
  display: none;
  text-align: right;
  width: 400px;
  top: 24px;
  right: 7px;
}

#center #main #info-menu a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
}

#center #main #info-menu a:active,
#center #main #info-menu a:hover {
  font-weight: 700;
}


/* Active Menu Items */

body.contact .img.contact,
body.bio .img.bio,
body.weddings .img.weddings,
body.couples .img.couples,
body.personal-work .img.personal-work,
body.details .img.details,
body.vision .img.vision,
body.investment .img.investment {
  display: block !important;
}

body.weddings .subitem.weddings,
body.couples .subitem.couples,
body.personal-work .subitem.personal-work,
body.details .subitem.details,
body.vision .subitem.vision,
body.investment .subitem.investment {
  font-weight: 700;
}


/* External Links */

#twitter {
  position: absolute;
  width: 19px;
  height: 21px;
  bottom: 27px;
  right: -20px;
  overflow: hidden;
  background: url('../images/twitter.png');
}

#twitter-active {
  position: absolute;
  width: 19px;
  height: 21px;
  top: 0;
  left: -21px;
  background: url('../images/twitter_active.png');
}

#facebook {
  position: absolute;
  width: 19px;
  height: 20px;
  bottom: 5px;
  right: -20px;
  overflow: hidden;
  background: url('../images/facebook.png');
}

#facebook-active {
  position: absolute;
  width: 19px;
  height: 20px;
  top: 0;
  left: -21px;
  background: url('../images/facebook_active.png');
}

#blog {
  position: absolute;
  width: 49px;
  height: 19px;
  bottom: -20px;
  left: 4px;
  overflow: hidden;
  background: url('../images/blog.png');
  z-index: 999;
}

#blog-active {
  position: absolute;
  width: 49px;
  height: 19px;
  top: -20px;
  left: 0;
  background: url('../images/blog_active.png');
}

#client-area {
  position: absolute;
  width: 103px;
  height: 19px;
  bottom: -20px;
  left: 55px;
  overflow: hidden;
  background: url('../images/client_area.png');
}

#client-area-active {
  position: absolute;
  width: 103px;
  height: 19px;
  top: -20px;
  left: 0;
  background: url('../images/client_area_active.png');
}

#hotd {
  position: fixed;
  width: 17px;
  height: 75px;
  bottom: 100px;
  right: 0;
  overflow: visibile;
  background: url('../images/credits.png');
  z-index: 999;
}

#hotd-active {
  position: absolute;
  width: 135px;
  height: 75px;
  top: 0;
  right: -135px;
  background: url('../images/credits_active.png');
}

/* Content */

#content {
  padding: 30px;
}


#bio-content {
  position: relative;
  padding: 49px 30px;
}

#bio-content #bio-photo {
  float: left;
  padding: 2px 0 0 7px;
}

#bio-content #bio-copy {
  position: relative;
  float: right;
  width: 325px;
  font-size: 12px;
  color: #fff;
  text-index: -9999px;
}

#bio-content #bio-copy-image {
  position: absolute;
  top: 0px;
  left: 0px;
}

#details-content {
  position: relative;
  padding: 100px 30px;
}

#details-content #details-copy {
  position: relative;
  min-height: 310px;
  color: #fff;
  text-index: -9999px;
}

#details-content #details-copy-image {
  position: absolute;
  top: 0;
  left: 0;
}

#vision-content {
  position: relative;
  padding: 94px 30px;
}

#vision-content #vision-copy {
  position: relative;
  min-height: 322px;
  color: #fff;
  text-index: -9999px;
}

#vision-content #vision-copy-image {
  position: absolute;
  top: 0;
  left: 0;
}

#investment-content {
  position: relative;
  padding: 184px 58px;
}

#investment-content #investment-copy {
  position: relative;
  min-height: 150px;
  color: #fff;
  text-indent: -9999px;
}

#investment-content #investment-copy-image {
  position: absolute;
  top: 0;
  left: 0;
}


/* Contact */

#content #contact-content {
	font-family: 'TeXGyreHerosRegular', sans-serif;
	text-transform: capitalize;
  	padding: 32px 30px;
}

#content #contact-content ul {
  height: 50px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 530px;
}

#content #contact-content ul li {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 530px;
}

#content #contact-content ul.two-column li {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  width: 255px;
}

#content #contact-content ul.two-column li:first-child{
	margin-left: 0px;
}

#content #contact-content label {
	font-size: 12px;
	margin-bottom: 2px;
	display: block;
}

#content #contact-content textarea {
  background: #e6e6e6;
  	font-family: 'TeXGyreHerosRegular', sans-serif;
  width: 530px;
  height: 80px;
  padding: 3px;
  font-size: 1.1em;
  letter-spacing: 1px;
  overflow: auto;
}

#content #contact-content input {
  background: #e6e6e6;
  border: none;
  color: #000;
  	font-family: 'TeXGyreHerosRegular', sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 3px;
  width: 100%;
}

#content #contact-content input#txtName {
	width: 100%;
}
#content #contact-content input:focus,
#content #contact-content textarea:focus {
  outline: none;
}

#content #contact-content input.f20 {height: 20px;}
#content #contact-content input.f22 {height: 22px;}
#content #contact-content input.f38 {height: 38px;}
#content #contact-content input.f30 {height: 30px;}
#content #contact-content input.f42 {height: 42px;}

#content #contact-content hr {
  margin: 5px 0;
}

#content #contact-content #submit {
  border: none !important;
  padding: 0px;
  width: 60px;
  height: 20px;
  font-size: 14px;
  font-weight: 100;
  background: none;
  margin: 3px 0;
  cursor: pointer;
  text-align: left;
}


#content #error {
  color: #f33;
}

#content #success {
	font-family: 'TeXGyreHerosRegular', sans-serif;
  color: #000;
  padding: 213px 0;
}


/* Gallery */

#gallery {
  position: relative;
  height: 500px;
  margin: 23px 0 0 0;
}

#gallery-name {
  position: absolute;
  top: 18px;
  left: 4px;
  width: 38px;
  height: 400px;
  overflow: hidden;
  z-index: 1;
}

#gallery-name #name {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#gallery-name #fade {
  position: absolute;
  bottom: -200px;
  left: -4px;
  z-index: 2;
}

#frame {
  position: absolute;
  top: 13px;
  left: 38px;
  width: 580px;
  height: 400px;
  border: 1px solid #dbdbdb;
  z-index: 2;
}

#frame .image {
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  cursor: pointer;
}

#frame #image-1 {
  display: block;
}

#image-title {
  position: absolute;
  top: 0px;
  left: 41px;
  width: 580px;
  height: 12px;
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
}

#slider {
  position: absolute;
  top: 420px;
  left: 57px;
  width: 544px;
  height: 13px;
  border: 1px solid #2b2b2c;
  background: #343435;
  overflow: hidden;
  z-index: 2;
}

#slider #slider-content {
  position: relative;
  top: 0;
  left: 0;
  height: 13px;
}

#slider #slider-content .index {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 13px;
  padding: 0px 10px 0 10px;
  width: 16px;
  text-align: center;
  cursor: pointer;
}

#slider #slider-content #index-1 {
  font-weight: bold;
  font-size: 13px;
}

#bottom-left {
  position: absolute;
  top: 420px;
  left: 41px;
  width: 16px;
  height: 15px;
  background: url('../images/gallery_left.png');
  cursor: pointer;
}

#bottom-right {
  position: absolute;
  top: 420px;
  left: 603px;
  width: 16px;
  height: 15px;
  background: url('../images/gallery_right.png');
  cursor: pointer;
}

#top-left {
  position: absolute;
  top: 29px;
  right: 18px;
  width: 17px;
  height: 17px;
  background: url('../images/gallery_left_top.png');
  cursor: pointer;
}

#top-right {
  position: absolute;
  top: 13px;
  right: 18px;
  width: 17px;
  height: 17px;
  background: url('../images/gallery_right_top.png');
  cursor: pointer;
}

#number {
  position: absolute;
  font-size: 80px;
  font-weight: bold;
  text-align: right;
  width: 300px;
  top: 413px;
  left: 304px;
  color: #f0f0f0;
  z-index: 1;
}

