@charset "utf-8";
/* CSS Document */

html, body, div, p, ul, li, a, img, h1, h2, h3, h4, h5, h6, small, a img, span, input, form, cite, textarea {
     margin:0;
	 border:0;
	 padding:0;
	 }
body  {
    font-family:Georgia, Palatino Linotype, Book Antiqua, Times new roman, serif;
	font-size:16px !important;
	letter-spacing:-1px;
	word-spacing:-1px;
	color:#000;
	overflow:hidden;
	}
div.container {
    width:100%;
	height:1500px;
	clear:both;
	position:relative;
	z-index:0;
	border:solid 1px #fff;
	}
div#logo_box {
    width:900px;
	height:400px;
	margin:100px auto 0px auto;
	}
a#home, a#collection, a#about, a#press{
     position:absolute;
	 top:0px;
	 left:0px;
	 }
div#navbox {
    position:fixed;
    width:100%;
    height:50px;
    bottom:10px;
	z-index:4;
    }	
ul#nav {
    position:relative;
    list-style:none;
    margin:12px auto 0px auto;
	width:365px;
	}
ul#nav li {
    padding:0px 20px 0px 20px;
	text-align:right;
	font-size:1em;
	display:inline;
	float:left;
	word-spacing:1px;
	}
ul#nav li a {
    color:#000;
	text-decoration:none;
	}
ul#nav li a:hover {
    color:#bbb;
	}
div#frame {
    width:800px;
	height:533px;
	margin:40px auto 20px auto;
	z-index:5;
	overflow:hidden;
	}
#transition-container {
    height:533px;
	width:4800px;
	position:relative;
	top:0px;
	left:0px;
    }
.photo  {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    }
.collection_wrapper {
    width:980px;
	height:1498px;
	margin:0px auto 0px auto;
	position:relative;
	}

#btn_previous_img  {
	position:absolute;
	top:200px;
	left:40px;
	cursor:pointer;
    }

#btn_next_img {
	position:absolute;
	top:200px;
	right:42px;
	cursor:pointer;
    }
#btn_previous_img:hover, #btn_next_img:hover {
    opacity:0.3;
	}
div#about_container {
    width:980px;
	height:500px;
	margin:50px auto 0px auto;
	}
div.about_box_left {
    width:300px;
	height:489px;
	padding:10px 10px 0px 10px;
	float:left;
	margin:0px 0px 0px 10px;
	}
div.about_box_center {
    width:300px;
	height:458px;
	padding:41px 10px 0px 10px;
	float:left;
    }
div.about_box_right {
    width:300px;
	height:458px;
	padding:41px 10px 0px 10px;
	float:left;
	}
div#about_container div.about_box_right h1 {
     margin-top:30px 
    }	 
div#about_container h1 {
    font-size:1.1em;
	margin:10px 0px 5px 0px;
	font-weight:lighter;
	font-style:italic;
	word-spacing:1px;
	}
div#about_container p {
	margin:10px 0px 0px 0px;
	font-size:0.8em;
	clear:both;
	letter-spacing:0px;
	word-spacing:0px;
	}
div#about_container blockquote {
    font-size:0.9em;
	clear:both;
	letter-spacing:-1px;
	word-spacing:0px;
	font-weight:lighter;
	font-style:italic;
	margin:12px;
	}
div#about_container p a {
    color:#bbb;
	text-decoration:none;
	}
div#about_container p a:hover {
    color:#000;
    text-decoration:none;
    }	
div.coming_soon {
    margin:100px auto 0 auto;
    font-size:1.2em;
	width:400px;
	height:100px;
	text-align:center;
    }	
