@charset "utf-8";
/*
 *	-------------------------------
 *		Mudith Parakkrama  		
 * 		www.datamine.net
 *	-------------------------------
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

@font-face {
	font-family: 'museo300';
	src: url('fonts/museo300-regular-webfont.eot');
	src: url('fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo300-regular-webfont.woff') format('woff'), url('fonts/museo300-regular-webfont.ttf') format('truetype'), url('fonts/museo300-regular-webfont.svg#museo300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo500';
	src: url('fonts/museo500-regular-webfont.eot');
	src: url('fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museo500-regular-webfont.woff') format('woff'), url('fonts/museo500-regular-webfont.ttf') format('truetype'), url('fonts/museo500-regular-webfont.svg#museo500') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;		
}
p {
	margin-bottom: 20px;
}
body {
	color: #FFF;
	font-family: 'museo300';
}
.container {
	
}
#welcome {
	background: url(../images/bg-welcome.jpg) no-repeat center top;
	background-size: cover;
	min-height: 800px;
	font-size: 18px;
	line-height: 26px;
}
#border01 {
	height: 127px;
	background: url(../images/border01.png) left top;
	margin: -40px 0px -45px;
	position: relative;
	z-index: 1;
}
#border02 {
	height: 122px;
	background: url(../images/border02.png) left top;
	margin: -40px 0px -35px;
	position: relative;
	z-index: 1;
}
#border03 {
	height: 146px;
	background: url(../images/border03.png) left top;
	margin: -40px 0px -70px;
	position: relative;
	z-index: 1;
}
#border04 {
	height: 166px;
	background: url(../images/border04.png) left top;
	margin: -85px 0px -80px;
	position: relative;
	z-index: 1;
}
#welcome .logo {
	text-align: center;
	margin: 70px 0px 30px;
}
#welcome h1 {
	font-size: 50px;
	margin-bottom: 25px;		
}
#products {
	background: url(../images/bg-products.jpg) no-repeat center top;
	background-size: cover;
	min-height: 1070px;
}
#products h2 {
	font-size: 48px;
	text-align: center;
	margin: 70px 0px 30px;
}
#products img {
	width: 100%;
	margin-bottom: 25px;
}
#shop {
	background: url(../images/bg-shop.jpg) no-repeat center top;
	background-size: cover;
	min-height: 800px;
	font-size: 24px;
}
.line-shop {
	font: 48px/48px 'museo500';
	margin-top: 200px;
}
.link-shop {
	background: url(../images/btn-shop.png) no-repeat;
	display: inline-block;
	height: 211px;
	width: 300px;
	margin: 0px auto;
}
#video {
	background: url(../images/bg-video.jpg) no-repeat center top;
	background-size: cover;
	min-height: 800px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 150px;
}
#video h1 {
	font-size: 60px;
	line-height: 48px;
	margin-bottom: 30px;
}
#video h1 span {
	font-size: 48px;
}


#footer {
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-size: cover;
	min-height: 350px;
	padding-top: 120px;
}
#footer h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
#footer a {
	color: #fff;
}
#footer .contact {
	text-align: right;
}
