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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }

/* GLOBAL */
html {
	overflow-y:scroll;
}
body {
	background-color:#000;
	background-image:url(../images2/bg-page.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
}
body.nobg {
	background-image:none;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#fff;
}
p {
	margin-bottom:18px;
}

/* LINKS */
a {
	color:#888;
	text-decoration:none;
}
a:hover {
	color:#aaa;
	text-decoration:none;
}

/* HEADER */
#header {
	position:relative;
	height:100px;
	background-image:url(../images2/bg-header.jpg);
	background-repeat:repeat-x;
}
#count_down_box {
	position:absolute;
	bottom:10px;
	right:15px;
}
#count_down_box input {
	background:none;
	color:#fff;
	border:none;
	font-size:11px;
}

/* NAVIGATION */
#navWrap {
	position:absolute;
	top:0px;
	right:0px;
	width:320px;
	height:100px;
	background-image:url(../images2/bg-nav.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#navigation {
	position:relative;
	top:33px;
	right:0px;
	width:305px;
	height:19px;
}
#navigation li {
	float:left;
}
#about {
	display:block;
	width:50px;
	height:19px;
	background-image:url(../images2/bg-links.jpg);
	background-position:0px 0px;
	text-indent:-9999px;
	outline:none;
}
#collection {
	display:block;
	width:90px;
	height:19px;
	background-image:url(../images2/bg-links.jpg);
	background-position:-50px 0px;
	text-indent:-9999px;
	outline:none;
}
#blog {
	display:block;
	width:46px;
	height:19px;
	background-image:url(../images2/bg-links.jpg);
	background-position:-140px 0px;
	text-indent:-9999px;
	outline:none;
}
#stockists {
	display:block;
	width:80px;
	height:19px;
	background-image:url(../images2/bg-links.jpg);
	background-position:-186px 0px;
	text-indent:-9999px;
	outline:none;
}
#info {
	display:block;
	width:39px;
	height:19px;
	background-image:url(../images2/bg-links.jpg);
	background-position:-266px 0px;
	text-indent:-9999px;
	outline:none;
}
.shopLink a {
	text-decoration:none;
	color:#fff;
}
.shopLink {
	position:absolute;
	top:33px;
	right:333px;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
}

/* MAIN CONTENT */
#mainContent {
	width:960px;
	margin:auto;
}
#video {
	margin:auto;
	width:800px;
}
/* FOOTER */
#footer {
	margin:auto;
	padding:0px;
	width:960px;
	height:75px;
	text-align:center;
}
