* {
padding:0;
margin:0;
outline:none;
}

html{
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
}

body{
	height: 100%;
	background: #fff;
	overflow: hidden;
}

#zigzag{
	width: 100%;
	position: relative;
	top: 100px;
}

.zzlocation{
	position: absolute;
	top: 70px;
	right: -100px;
}

.bear-banner{
	position: absolute;
	top: 50px;
	right: 600px;
	display: none;
}

.backtab{
	position: absolute;
	top: 53px;
	right: 572px;
	z-index: -1;
	display: none;
}

#contact_form{
	position: absolute;
	top: 150px;
	right: 100px;
	width: 400px;
	height: 400px;
	padding: 300px 0 0 0;
	background: url(images/permission-quote.png) no-repeat;
	
}

.emailbox{
	font-size: 12px;
	height: 30px;
	width: 220px;
	border: 2px solid #4175a4;
	margin: 5px 0;
	color: #999;
	font-style: italic;
	background: url(images/emailbox-bg.png) repeat-x;
}

#submit_btn{
	font-size: 12px;
	height: 34px;
	width: 65px;
	border: 2px solid #4175a4;
	margin: 5px 0 5px 10px;
	color: #ddd;
	background: url(images/notify.png) no-repeat;
}	

#submit_btn:hover{
	font-size: 12px;
	height: 34px;
	width: 65px;
	border: 2px solid #1779a9;
	margin: 5px 0 5px 10px;
	color: #ddd;
	background: url(images/notify_hover.png) no-repeat;
}	

.instructions{
	color: #4175a4;
	font-style: italic;
}

.spam{
	margin: 0 0 0 93px;
	color: #325e86;
	font-style: italic;
}

#social{
	position: absolute;
	top: 210px;
	right: 960px;
	width: 68px;
	height: 700px;
}

.fb{
	background: url(images/social-fb.png) no-repeat;
}

.fb:hover{
	background: url(images/social-fb-on.png) no-repeat;
}

.tw{
	background: url(images/social-tw.png) no-repeat;
}

.tw:hover{
	background: url(images/social-tw-on.png) no-repeat;
}

.em{
	background: url(images/social-em.png) no-repeat;
}

.em:hover{
	background: url(images/social-em-on.png) no-repeat;
}



.fb, .tw, .em{
	width: 66px;
	height: 66px;
	display: block;
	margin-bottom: 100px;
}


