@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/Background-colors.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.header {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	box-shadow: 1px 1px 15px #000000;
	z-index: 500;
	background-color: #000000;
}
.search {
	height: 40px;
	width: 300px;
	position: absolute;
	top: -27px;
	float: left;
	text-align: right;
	padding: 7px;
	right: -100px;
}
.logosmall {
	background-image: url(../images/logosmall.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	position: absolute;
}

/* Overall navigation styles */

ul.navigation {
	display: block;
	height: 40px;
	width: 700px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 100;
}

ul.navigation li {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}

ul.navigation li a {
	display: block;
	height: 40px;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.125em;
	padding-top: 8px;
	font-style: normal;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

ul.navigation li a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F30;
}
ul.navigation li ul {
	width: 200px;
	list-style-image: none;
	list-style-type: none;
	display: none;
	position: absolute;
	z-index: 100;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 400px;
	top: 55px;
}
ul.navigation li ul li {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 35px;
	width: 200px;
	text-align: left;
}
ul.navigation li ul li a {
	height: 35px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #0FF;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	text-align: left;
}
ul.navigation li ul li a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	background-color: #999;
}
.content {
	height: 3000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/contentbg.png);
}
.contact {
	height: 760px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 0px;
}
.contactdesc {
	text-align: left;
	height: 350px;
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	float: none;
	font-weight: lighter;
	margin-top: 0px;
	line-height: 25px;
	text-shadow: 1px 1px 10px #000000;
}
.return {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: -20px;
}
.socialcont {
	height: 100px;
	width: 500px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float: none;
	left: -75px;
}
.form {
	height: 375px;
	width: 1000px;
	float: none;
	text-align: left;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.anchor {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #000000;
}
.logo {
	background-image: url(../images/logo.png);
	height: 500px;
	width: 1000px;
}
.scrolldown {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 60px;
	width: 1000px;
	line-height: normal;
	text-shadow: 1px 1px 10px #000000;
	
}
.space {
	height: 100px;
	width: 1000px;
}
.aboutus {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	height: 410px;
	width: 500px;
	font-size: 15px;
	line-height: 25px;
}
.within {
	height: 410px;
	width: 500px;
	margin-left: 500px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
}
.theend {
	height: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
	text-align: center;
	background-color: #000000;
}
.end {
	height: 2000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/end.png);
	margin-top: -20px;
}
.products {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 3000px;
	background-image: url(../images/shopbg.png);
	margin-bottom: 0px;
}
.gallery {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/maskface.png);
	position: relative;
}
.slideshow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 75px;
	width: 1000px;
}
.shop {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 950px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.thumbnails {
	height: 250px;
	width: 150px;
	float: left;
	background-image: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.buynow {
	text-align: center;
	height: 40px;
	width: auto;
	padding-top: 3px;
}
input[type="submit"] {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	margin-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FF3300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*box-shadow: 1px 1px 5px #FF3300;*/
}
input[type="submit"]:hover {
	color: #FFFFFF;
	display: block;
	text-align: center;
	background-color: #D81507;
}
input[type="reset"] {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FF3300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*box-shadow: 1px 1px 5px #FF3300;*/
}
input[type="reset"]:hover {
	color: #FFFFFF;
	display: block;
	text-align: center;
	background-color: #D81507;
}
input[name="emailsubmit"] {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	border: none;
	float: left;
	margin-left: 0px;
	background-color: #FF3300;
}
input[name="emailreset"] {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	margin-left: 5px;
	float: left;
	border: none;
	background-color: #FF3300;
}
.shopping {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 300px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.shopdesc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	height: 300px;
	width: 500px;
	line-height: 25px;
	text-shadow: 1px 1px 10px #000000;
}
.gallerynav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 100px;
	width: 1000px;
	text-align: center;
	float: right;
}
ul.social {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-left: -50px;
}
ul.social li {
	float: left;
}
ul.social li.tumblr {
	background-image: url(../images/social_sprite.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 40px;
}
ul.social li.tumblr:hover {
	background-image: url(../images/social_sprite_over.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 40px;
}
ul.social li.rss {
	background-image: url(../images/social_sprite.png);
	height: 50px;
	width: 40px;
	background-position: -40px;
}
ul.social li.rss:hover {
	background-image: url(../images/social_sprite_over.png);
	height: 50px;
	width: 40px;
	background-position: -40px;
}
ul.social li.twitter {
	background-image: url(../images/social_sprite.png);
	height: 50px;
	width: 40px;
	background-position: -80px;
}
ul.social li.twitter:hover {
	background-image: url(../images/social_sprite_over.png);
	height: 50px;
	width: 40px;
	background-position: -80px;
}
ul.social li.facebook {
	background-image: url(../images/social_sprite.png);
	height: 50px;
	width: 40px;
	background-position: -120px;
}
ul.social li.facebook:hover {
	background-image: url(../images/social_sprite_over.png);
	height: 50px;
	width: 40px;
	background-position: -120px;
}
ul.social li.pintrest {
	background-image: url(../images/social_sprite.png);
	height: 50px;
	width: 40px;
	background-position: -160px;
}
ul.social li.pintrest:hover {
	background-image: url(../images/social_sprite_over.png);
	height: 50px;
	width: 40px;
	background-position: -160px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
