@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../font/adobe_garamond_pro-webfont.eot');
    src: url('../font/adobe_garamond_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/adobe_garamond_pro-webfont.woff') format('woff'),
         url('../font/adobe_garamond_pro-webfont.ttf') format('truetype'),
         url('../font/adobe_garamond_pro-webfont.svg#adobe_garamond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #e1f2ef;
	font-family: 'AdobeGaramondProRegular';
	overflow: hidden;
}

input, textarea{
	background-color: transparent;	
	border: 0;
	/*color: #5e8a86;*/
	font-family: 'AdobeGaramondProRegular';
	margin: 0;
	padding: 0;	
}
textarea{resize: none;}

#wrap{
	background: url(../img/bg/_bg.jpg) center center no-repeat;
	height: 600px;
	left: 50%;
	margin: -300px 0 0 -500px;
	position: absolute;
	top: 50%;
	width: 1000px;
}

#home{
	background: url(../img/bg/bg.jpg) center center no-repeat;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1000px;
}

	#home h1{
		height: 73px;
		left: 50%;
		margin-left: -140.5px;
		position: absolute;
		top: 232px;
		z-index: 1;
		width: 281px;
	}

	#nav{
		height: 600px;
		left: 0;
		position: absolute;
		top: 0;
		width: 1000px;
	}

		#nav a{
			color: #5e8a86;
			font-size: 16px;
			font-style: italic;
			position: absolute;
		}
		#nav a:hover{text-decoration: underline;}

		#nav a.brand{
			height: 38px;
			left: 260px;
			padding-top: 53px;
			text-indent: 65px;
			top: 100px;
			width: 114px;
		}

		#nav a.collection{
			height: 14px;
			left: 454px;
			padding-top: 68px;
			text-indent: 22px;
			top: 60px;
			width: 108px;
		}

		#nav a.delivery{
			height: 24px;
			left: 651px;
			padding-top: 41px;
			top: 118px;
			width: 108px;
		}

		#nav a.blog{
			height: 93px;
			left: 738px;
			padding-top: 32px;
			text-indent: 27px;
			top: 218px;
			width: 88px;
		}

		#nav a.shop{
			height: 30px;
			left: 414px;
			overflow: hidden;
			padding-top: 45px;
			text-align: center;
			top: 376px;
			width: 134px;
		}

			#nav a.shop span{
				background: url(../img/bg/shop.png) no-repeat;
				height: 150px;
				left: 0;
				position: absolute;
				top: 0;
				width: 134px;
			}

			#nav a.shop:hover span{
				transform:rotate(180deg);
			 	transition: all 1s ease-in-out;
			 	-moz-transform:rotate(180deg);
			 	-moz-transition: all 1s ease-in-out;
			 	-ms-transform:rotate(180deg);
			 	-ms-transition: all 1s ease-in-out;
			 	-webkit-transform:rotate(180deg);
			 	-webkit-transition: all 1s ease-in-out;
			}

		#nav a.press{
			height: 48px;
			left: 269px;
			padding-top: 32px;
			text-indent: 72px;
			top: 341px;
			width: 124px;
		}

		#nav a.contact{
			height: 49px;
			left: 147px;
			padding-top: 76px;
			text-indent: 106px;
			top: 220px;
			width: 160px;
		}

.page{
	display: none;
	left: 50%;
	margin-left: -220px;
	position: absolute;
	top: 50%;
	width: 440px;
}

	.breadcrumb{}

		.breadcrumb h1{float: left;}

		.breadcrumb a.home{
			color: #5e8a86;
			float: right;
			font-size: 18px;			
			height: 45px;
			line-height: 45px;
		}
		.breadcrumb a.home:hover{text-decoration: underline;}

		.breadcrumb span.line{
			border: 1px dotted #9cc2bf;
			clear: both;
			display: block;
			width: 100%;
		}

		.breadcrumb p{
			color: #5e8a86;
			font-size: 20px;
			font-style: italic;
			padding: 12px 0 18px;
		}

	article, form{
		border-left: 1px dotted #9cc2bf;
		padding-left: 6px;
	}

		article p{
			color: #5e8a86;
			font-size: 16px;
			font-style: italic;
			line-height: 20px;
		}
	
	form .area{position: relative;}

	form .area,
	form .area .fields{height: 251px;}

	form .area .fields{
		left: 0;
		position: absolute;
		top: 0;
	}

	form .area .success{
		color: #5e8a86;
		display: none;
		font-size: 20px;
		height: 30px;
		left: 0;
		line-height: 30px;		
		margin-top: -30px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 433px;
	}

	form label{
		color: #5e8a86;
		display: block;
		font-size: 16px;
		font-style: italic;
		padding-bottom: 2px;
	}

	form label.error{
		bottom: -17px;
		color: #d67778;
		font-size: 12px;
		font-style: normal;
		padding-top: 2px;
		position: absolute;
	}

	form input[type="text"]{
		height: 20px;
		padding: 0 6px;
	}

	form textarea{
		height: 78px;
		padding: 6px;	
	}

	form input[type="text"],
	form textarea{
		border: 1px solid #5e8a86;
		font-size: 15px;
		width: 419px;
	}

	form .name,
	form .email{margin-bottom: 18px;}

	form .name,
	form .email,
	form .message{position: relative;}

	form input[type="submit"]{
		color: #5e8a86;
		cursor: pointer;
		display: inline-block;
		float: right;
		font-size: 20px;
		font-style: italic;
		height: 21px;
		line-height: 21px;
		margin-right: 4px;
		text-decoration: none;
	}
	form input[type="submit"]:hover{text-decoration: underline;}

	form p.data-contact{
		clear: both;
		color: #5e8a86;
		font-size: 20px;
		font-style: italic;
		line-height: 25px;
	}

#brand{
	height: 477px;
	margin-top: -238.5px;
}

#delivery{
	height: 197px;
	margin-top: -107px;
}

#contact{
	height: 400px;
	margin-top: -200px;
}