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

body {
	background:			#cccc99 url(../images/header.gif) repeat-x 50% 0;
	color:				#000;
	margin:				0;
	padding:			0;
	text-align:			center;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
}

/*Standard styles*/
p {
	margin-bottom:		1em;
}

ul{
	padding-left:		20px;
}

li {
	list-style:			disc;
	padding:			5px 0;
}

a:link {
	color:				#608012;
	text-decoration:	none;
}
a:hover, a:active {
	color:				#608012;
	text-decoration:	underline;
}
a:visited {
	color:				#608012;
	text-decoration:	none;
}

img{
	border:				0; 
	text-decoration:	none;
}


h1 {
	margin:				0;
}
h1 a {
	background:			url(../images/logo.png) no-repeat;
	display:			block;
	position:			absolute;
	width:				557px;
	height:				91px;
	left:				120px;
	top:				70px;
	text-indent:		-9999px;
	overflow:			hidden;
	border:0;
}

h2, .componentheading, .contentheading{
	color:				#000000;
	font-size:			180%;
	padding-bottom:		10px;
}

h1 a:hover, h1 a:active {
	text-decoration:	none;
	border:				0;
}

/* Page Layout */
#wrap {
	position:			relative;
	width:				900px;
	margin:				0 auto;
	text-align:			left;
	min-width:			700px;	
}
#header {
	position:			absolute;
	top:				0;
	left:				0;
	z-index:			1;
}

#content {
	position:			relative;
	width:				850px;
	padding:			227px 0 40px 40px;
	text-align:			left;
}

#footer{
	text-align:			center;
	width:				100%;
	clear:				both;
	font-size:			12px;
}


/*Navigation*/

#nav {
	position:			absolute;
	top:				90px;
	right: 				0px;
	font-size:			18px;
}

#nav ul {
	list-style:			none;
}

#nav ul li {
	list-style:			none;
}

#nav ul li a{
	padding-left:		25px;
}

#nav ul li.active a{
	background:			url(../images/froghand.gif) no-repeat left bottom;
}

#nav ul li a:hover {
	text-decoration:	underline;
}

/*Page elements*/

#lilipad {
	background:			url(../images/lilipad.png) no-repeat;
	position:			absolute;
	top:				255px;
	left:				170px;
	width:				580px;
	height:				586px;
	z-index:-2;	
}

#frog {
	background:			url(../images/frog.png) no-repeat;
	position:			absolute;
	top:				37px;
	left:				-150px;
	width:				362px;
	height:				492px;
	z-index:-1;	
}

/* Frontpage */
#slideshow{
	display: 			block;
	background:			url(../images/iphone_small.png) no-repeat;
	float:				left;
	margin-right:		25px;
	width:				277px;
	height:				450px;
	padding-left:		32px; 
	padding-top:		105px;
}

/*Contact Us Page */

div.contact_email {
	padding:			15px;
	font-weight:		bold;
}
.contact_email label {
	clear:				left;
	width:				190px; 
	float:				left;
}

.contact_email input, .contact_email textarea {
	float:				left;
}

.contact_email_checkbox {
	clear:				left;
	padding:			15px;
}

#emailForm button{
	margin-top: 		20px;
	margin-left:		15px;
	padding:			5px;
	width:				100px;
}



