@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
}


li {
	list-style: none;
	float: left;
	
	/*
	width: 158px;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
	*/
	padding: 0 40px;
}
 
ul {
	/*border: 1px solid green;*/
	width: 920px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	clear: both;
	display: block;
	height: 20px;
}

h1#pageLogo {
	margin: 38px 0;
	
}

li a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 7px;
	padding-bottom: 18px;
	text-align: center;
}

li a:hover, a.current {
	background: url(images/dot.png) no-repeat center bottom;
}

#container {
    height: auto;
	min-height: 286px;
    width: 100%;
    max-width: 1900px;
    margin: 0px auto;
    padding: 0px;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
	
	/*border: 1px solid purple;*/
	
}

.nav {
	margin: 0 auto;
	text-align: center;
	width: auto;
	
	/*border: 1px solid red;*/
}

#frenchBulldog {
	margin: 120px auto;
}

#philosophyJiyoung {
	margin: 70px auto;
}

#philosophyText {
	margin: 0 auto 30px;
}

#femmeImage1-1 {
	margin: 60px auto 15px;
}

#femmeImage1-2 {
	margin: 0 auto;
}

#femmeImage2-1 {
	margin: 15px auto 0;
}

#femmeImage2-2 {
	margin: 15px auto 0;
}

#femmeImage3-1 {
	margin: 15px auto 0;
}

#femmeImage3-2 {
	margin: 15px auto 0;
}

#femmeImage4-1 {
	margin: 15px auto 0;
}

#femmeImage4-2 {
	margin: 15px auto 30px;
}

#productImage01 {
	margin: 70px auto;
}

#galleryImage01 {
	margin: 70px auto 0;
}

#galleryText01 {
	margin: 10px auto 0;
}

#galleryImage02 {
	margin: 40px auto 0;
}

#galleryText02 {
	margin: 10px auto 60px;
}

/* Contact Form Styles */

#contactMap, #contactForm {
	float: left;
	width: 50%;
}

#contactMap {
	padding-top: 25px;
	text-align: center;
}

#contactMapnewyork {
	margin: 30px auto 20px;
}

#contactMapnewyorktext {
	margin: 0 auto 45px;
}

#contact {
	margin: 100px auto;
	width: 320px;
	text-align: center;
}

#contact textarea, #contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	display: block;
	clear: both;
	width: 310px;
	font-size: 80%;
	padding: 5px;
	letter-spacing: 0.1em;
	border: 1px solid #000;
}

#contact textarea {
	height: 15em;
}

#contact #send {
	background: url('images/contact_box_send.png') no-repeat center center;
	border: 1px solid #000;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 60px;
	height: 32px;
	margin-top: 10px;
}

#contact label {
	display: block;
	clear: both;
	margin: 10px 10px 5px 0;
	text-align: left;
}

#emailTY img {
	margin: 30px auto 2px;
}

#emailTY a {
	min-height: 1px;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
}

#emailTY a:hover {
	border-bottom: 1px solid #000;
}

#socialPaulandji {
	margin: 80px auto 15px;
}

#social {
	margin-bottom: 45px;
}

#social a {
	margin: 0 10px 0 0;
	text-decoration: none;
}

#social #last {
	margin: 0;
}

/* Sticky Top Navigation Styles */

.sticky-wrapper { 
	text-align: center;
	margin: 0 auto;
	width: 920px;
	}

.stuck {
	position: fixed;
	top: 0px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	
	padding-bottom: 13px;
}

/* End Sticky Top Navigation STyles */


/*#mainImg { 	border: 1px solid blue; }*/

.footer {
	position: fixed;
	bottom: 0;
	margin: auto;
	width: 920px;
	text-align: center;
	height: auto;
	background: #fff;
	background: rgba(255,255,255,0.8);
	padding: 15px 15px;
	/* border: 1px solid blue; */
	
}

/*

Sample css for submit button

#contact #submit {
 color: #fff;
 font-size: 0;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 background: #0c0 url(images/send-now.gif) 0 0 no-repeat; 
}

*/