* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 12px;
	background: #fff;
}

h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 100%;
}

h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
	font-size: 25px;
	line-height: 34px;
}

a {
	color: #3e3e3e;
}

.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding: 30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	content: "";
	display: table;
	clear: both;
}

.subMenu {
	height: 70px;
	z-index: 1000;
	width: 100%;
	background: #A15CB8;
}

.subMenu .inner {
	padding: 0;
	font-weight: 400;
	margin: 0 auto;
}

.subNavBtn {
	display: block;
	height: 55px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
}
.subMenu a:hover {
	background: #1783c7;
}

.active {
	background: #25aae1;
}
.end {
	margin: 0;
}

/* SECTIONS */
.sTop {
	
	min-height: 600px;
	background: #fff;
	color: #3d3d3d;
	padding-bottom: 20px;
	height: 300px;
	font-size: 40px;
	background-image: url("../img/bottles.jpg")
	
}	
	
.sTop img {
	min-width: 500px;
	min-height: 150px;
	padding:0;
	text-align: center;
}

.s1 {
	background: #f0e7f2;
	color: #333;
	max-height: 300px;
}




.s2 {
	background: #fdf8e8;
	max-height: 380px;
}
.s2 a {
	color: #333;
}

.s3 {
	background: #f0e7f2;
	min-height: 620px;
}

.s4 {
	background: #fdf8e8;
	min-height: 580px;
}
.s4 img {
	float:right;
	padding-right:20px;
}

.s5 {
	background:#f0e7f2;
	color: #333;
	min-height: 900px;
}
.s5 form {
	min-height: 500px;
}
.s5 table {
	width: 450px;
}
.s6 {
	background: #161616;

	
}


