body {
	font-family: Verdana, Arial, sans-serif;	
	color: #363636;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	background: #06B8D2 url('big-background.jpg') top center no-repeat;
}





h1 span {
	display: none;
}

h1 {
	color: #000000;
	width: 700px;
	height: 400px;
} 

h1 a {
	width: 700px;
	height: 400px;
	display: block;
	background: none;
}

h1 a:hover {
	background: none;
}

h2 {
	display: inline;
	color: white;
	background: black;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	padding-left: 35px;
	padding-bottom: 25px;
}

#inner {

}


#navbar {
	text-align: center;
	background: #06B8D2;
	padding: 20px;
	font-size: 1em;
	clear: both;
}

#navbar ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}


#navbar li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar li a {
	color: white;
	background: black;
}

#navbar li a:hover {
	color: black;
	background: white;
}

#footer {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	width: 700px;
}

#footer p {
	color: black;
}

input {
	width: 700px;
	padding: 10px;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}

textarea {
	width: 700px;
	height: 150px;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px;
}

select {
	padding: 10px;
	width: 720px;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #363636;
	background: white;	
}

a:hover {
	color: white;
	background: black;	
}

th {
	font-weight: normal;
	text-align: left;
}

.access {
	position: absolute;
	left: -9999em;
}



#navbar a#home  span {
display: none;
}

#navbar a#home {
width: 125px;
height: 50px;
background: #06B8D2 url(home-button.jpg);
display: block;
}

#navbar a:hover#home {
background-position: 0 -50px;
}


#navbar a#modules  span {
display: none;
}

#navbar a#modules {
width: 125px;
height: 50px;
background: #06B8D2 url(modules-button.jpg);
display: block;
}

#navbar a:hover#modules {
background-position: 0 -50px;
}
	
	
#navbar a#prices  span {
display: none;
}

#navbar a#prices {
width: 125px;
height: 50px;
background: #06B8D2 url(prices-button.jpg);
display: block;
}

#navbar a:hover#prices {
background-position: 0 -50px;
}

#navbar a#contact  span {
display: none;
}

#navbar a#contact {
width: 125px;
height: 50px;
background: #06B8D2 url(contact-button.jpg);
display: block;
}

#navbar a:hover#contact {
background-position: 0 -50px;
}
	
	



