* { 
    margin: 0; 
    padding: 0; 
}

html, body {
    height: 100%;
    width: 100%;
	overflow: hidden;
	background-color: #dadada;

}
img {
	border: 0;
}
.clearboth {
	clear: both;
}

#bg {
	
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* z-index: -1; */
}

#cont {
    font-family: "Avant Garde",  "Century Gothic", sans-serif;
    position:absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 800px;
    overflow: auto;
    margin: 0 auto;
    padding: 30px 50px;
    padding-bottom: 140px;
    color: #2b2b2b;
    font-weight: normal;  
}

.contright {
	left: auto;
	right: -800px;
}

#cont h1 {
	margin-left: -5px;
	font-size: 70px;
	text-shadow: 0px 2px 3px #84898d;
	font-weight: normal;
}
	
#cont .h2 {
	top: 35px;
	position: fixed;
	left: 65%;
	font-size: 70px;
	text-shadow: 0px 2px 3px #84898d;
	font-weight: normal;
	
}
	
#cont h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#cont p {
	line-height: normal;
	font-size: 15px;
	padding-bottom: 30px;
	width:400px;
}

#cont p2 {
	font-size: 13px;
	padding-bottom: 50px;
	width:400px;
}

#cont .p3 {
	top: 120px;
	position: fixed;
	left: 65%;
	font-size: 15px;
	padding-bottom: 50px;
}

#cont p.subtext {
	font-size: 5px;
}

#mousearrow {
	height: auto;
	width: auto;
	display: none;
	position: absolute;
	z-index: 2;
}

#menu {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding-bottom: 10px;
}

#menu .background {
	margin: 0;
	padding: 0;
    background: url(../images/seperator.png);
}

#menu .background p, #menu .background ul {
	float: left;
}

#menu p {
	margin-left: 40px;
	color: #fff;
	font-size: 35px;
	font-family: "Avant Garde",  "Century Gothic", sans-serif;

}

#menu ul {
	padding: 10px 0;
	list-style-type: none;
	font-family: "Avant Garde",  "Century Gothic", sans-serif;
}

#menu li {
	width: 100px;
	margin-left: 54px;
	padding: 0;
	line-height: 12px;
}

#menu a {
	display: block;
	padding: 0 0 0 0;
	font-size: 10px;
	text-decoration: none;
	color: #ccc;
}

#menu a:hover {
	color: #fff;
}



.container {
width: 785px;  
margin: 0 auto;   
 }  
 
 
#main {
   	margin:0 auto;
	padding:0;
	height:430px;
}

/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:50px;
	}
#logo
{
	position:relative;
	float:left;
	padding-left:42px;
	
	}
#contact_details
{
	float:right;
	color:#333333;
	font-family:"Avant Garde",  "Century Gothic", sans-serif;
	font-size:13px;
	font-style:normal;
	line-height:22px;
	padding-right:42px;
	text-align:right;
	}

#contact_details a
{
	color:#333333;
	font-size:13px;
	text-decoration:none;
	letter-spacing:0.5px;
	
}
#info
{
	width: 800px;
	margin: auto;
	margin-top: 180px;
}
#shop
{
	width: 525px;
	margin: auto;
	margin-top: 150px;
}

div#temp_link {
	width: 200px;
	position: absolute;
	right: 64px;
	text-transform: uppercase;
	font-size: small;
	color: #fff;
	
}

#temp_share {
	top: 14px;
	position: absolute;
	right: 10px;
	opacity: .7;
	-webkit-transition: all 1.5s;
}

#temp_share:hover {
	opacity: 1;
	-webkit-transition: all .5s;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}


