body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: none;
	color: #4a4a4a;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-size: .9em;
}

/*
	BUBBLE MENU
*/

.bubble  {
	display: block;
	color: #fff;
	font-weight: bold;	
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	background: black;
	height: 30px;
	padding: 0px 10px 0px 10px;
	float: left;
	top:10px;
	margin: 15px 0px 0px 10px;	
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	cursor: pointer;
	border: 1px solid black;
}

.bubble:hover  {
	color: #000;
	border: 1px solid #ccc;
	background-color: white;
}

.bubblewrapper {
	position: absolute;	
	z-index: 98;
	margin-left: 05px;
}


/* LAYOUT */

body {
	background: #fff url(bg.jpg);
	background-attachment: fixed;
  	background-repeat: no-repeat;
	background-size: cover;
  	-moz-background-size: cover;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: -1px;	
}

#wrapper {
/*	width: 942px; 
	height: 1090px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -545px;
	margin-left: -472px; 
	border: 1px solid red;
	overflow: hidden;*/
	
	width: 942px; 
	height: 1090px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -472px; 
	border: 0px solid red;
	overflow: hidden;
}

h1 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	text-align: left;
	list-style: square inside;	
}
li {
	font-size: 1.1em;
	padding: 10px;
}

#page {
	width: 942px;
	height: 642px;
	background: transparent url(page_bg.png);
	
	text-shadow:0 2px 2px white;
	color: #000;
}

/*FORM */
form,fieldset {
	border: 0;
}

#newsletter {
	font-size: 12px;
	line-height: 15px;

}
.email {
	width: 400px;
	height: 30px;
	font-size: 15px;
	text-align: center;
}

#mce-EMAIL {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
}

.focusField{
	border:solid 2px #63f5a4;
	background:white;
	color:black;
	outline: none;
}

.idleField{
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}

.shadow {
    -moz-box-shadow: 0px 0px 15px #aaaaaa;
    -webkit-box-shadow: 0px 0px 15px #aaaaaa;
    box-shadow: 0px 0px 15px #aaaaaa;
    border: 10px solid white;
}

.shadow:hover {
	border: 10px solid #59f6a2;
}