
/*FONTS
***********************************************/

@font-face {
	font-family: 'Merge';
	src: url('../fonts/mergewebfont.eot');
	src: url('../fonts/mergewebfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/mergewebfont.woff') format('woff'),
			 url('../fonts/mergewebfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MergeRegular';
	src: url('../fonts/merge_regular.eot');
	src: url('../fonts/merge_regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/merge_regular.woff') format('woff'),
			 url('../fonts/merge_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoBlack';
	src: url('../fonts/Lato-Black-webfont.eot');
	src: url('../fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Lato-Black-webfont.woff') format('woff'),
			 url('../fonts/Lato-Black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

ul#mainNavList li a,
form legend,
div#contentSections h2 span,
div#contentSections p.more,
ul#quickLinksList li h3,
ul#quickLinksList li p.more,
form input.btn,
div#footer h4,
ul#leftNavList li a,
h1#pageTitle,
div.copy h4,
.toggleMainNav span {
	font-family: Merge, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div#header h2,
form#formBook input.btn,
div#bannerContent h2,
div#contentSections h2,
ul#quickLinksList li h3,
h3#hdInThisSection,
ul#leftNavList li.onPath a,
div.copy h2,
div.copy h3 {
	font-family: MergeRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div#contentSections p.burst span.price,
div#contentSections p.burst span.euro {
	font-family: LatoBlack, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}


/*HEADER
***********************************************/

div#header h1, div#logo {
	width: 325px;
	height: 54px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.png') left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0px;
}

div#header h1 a, div#logo a {
	width: 325px;
	height: 54px;
	display: block;
}

div#header h2 {
	width: 500px;
	position: absolute;
	z-index: 101;
	top: 30px;
	right: 0px;
	text-align: right;
	color: #80a209;
	font-size: 23px;
}




/*FOOTER
***********************************************/

div#footer h4 {
	font-size: 19px;
	color: #fff;
}

div#bbdc {
	font-size: 13px;
	color: #6eacb8;
	text-align: right;
}

div#bbdc a {
	color: #6eacb8;
}


/*social*/

div#footer div#social h4 {
	font-size: 19px;
	padding: 0 0 25px 0;
}

div#footer div#social p {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 0 20px 0 20px;
	height: 100px;
}

div#footer div#social p a {
	color: #9ad6e2;
}

ul#socialNavList {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

ul#socialNavList li {
	width: 32px;
	height: 32px;
	margin: 0 0 10px 8px;
	float: right;	
}

ul#socialNavList a:link, ul#socialNavList a:visited {
	width: 32px;
	height: 32px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
}

ul#socialNavList a:hover, ul#socialNavList a:active {
	opacity: 0.7;
}

ul#socialNavList li#navtwitter a {
	background-image: url('../images/icons/twitter.png');
}

ul#socialNavList li#navfacebook a {
	background-image: url('../images/icons/facebook.png');
}

ul#socialNavList li#navyoutube a {
	background-image: url('../images/icons/youTube.png');
}




/*HEADINGS
***********************************************/

h3#hdInThisSection {
	color: #0a1219;
	padding: 0 0 5px 15px;
	font-size: 22px;
}

h1#pageTitle {
	font-size: 34px;
	padding: 0 0 2px 0;
	margin: 0 0 7px 0;
	color: #0a1219;
	border-bottom: 1px solid #e2edc4;
}

div.copy h2 {
	color: #107a92;
	font-size: 23px;
	padding: 10px 0 5px 0;
}

div.copy h3 {
	color: #629d2c;
	font-size: 16px;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

div.copy h4 {
	color: #9da829;
	font-size: 18px;
	padding: 10px 0 5px 0;
}


/*PARAGRAPHS
************************************************/

div.copy {
	font-size: 14px;
	line-height: 21px;
}

div.copy p {
	padding: 0 0 10px 0;
}


/*LISTS
**********************************************/

div.copy li {
	line-height: 18px;
}

div.copy ul {
	padding: 0 40px 15px 30px;
}

div.copy ul li {
	padding: 0 0 8px 25px;
	background: transparent url('../images/layout/listBullet.png') 0px 5px no-repeat;
}

div.copy ol {
	padding: 0 40px 15px 50px;
}

div.copy ol li {
	padding: 0 0 8px 5px;
}

