@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400|Covered+By+Your+Grace|PT+Sans);

h1, h2, h3, h4, p{
	margin: 0;
	padding: 0;
}

body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	background-color: #F7F7F7;
	
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.45;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1E1E1E;
}

img{
	border: none;
}

.content{
		width: 940px; 
		margin: 0 auto; 
}

.logo{
	line-height: 1;
	padding: 0;
	margin-bottom: 30px;
}

.banner {
	width: 255px;
	border-radius: 20px;
	padding: 30px 640px 30px 45px;
	position: relative;
	margin-bottom: 130px;
	background-color: #1E1E1E;
	
	border-radius: 0;
	height: 285px;
	background-color: transparent;
	background-image: url(img/header-bg-large.png);
	background-repeat: no-repeat;
}
.banner.testimonial {
	border-radius: 10px;
	height: auto;
	position: relative;
	width: 880px;
	padding: 30px 30px 20px 30px;
	margin: 0px 0 50px 0;
	background-image: url(img/blackboard_bk.jpg);
	background-repeat: no-repeat;
	background-color: #1E1E1E;
	background-position: center bottom;
}
.testimonials_container div{
	width: 880px;
}

.button-download {
	background: transparent url(img/button-download.png) no-repeat;
}
.button-download.gruen{
	background: transparent url(img/button-download-gruen.png) no-repeat;
}
.button-download:hover {
	background-position: -261px;
}
.button-download {
	display: block;
	width: 261px;
	height: 68px;
	margin-top: 30px;
	white-space: nowrap;
}

.laptop{
	width: 669px;
	height: 383px;
	background-image: url(img/laptop.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	right: 0;
	color: white;
	z-index: 100;
}

#slides{
	background: black;
	width: 482px;
	height: 302px;
	overflow: hidden;
	position: absolute;
	top: 59px;
	right: 93px;
	z-index: 200;
}
.slides_container{
	width: 482px;
	height: 302px;
	display:block;
	z-index: 200;
}

.section {
	background-image: url(img/section-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	margin: 0 0 50px 0;
	overflow: hidden;
	clear: both;
}
.section img, .section a img{
	width: 610px;
	display: block;
	border: 5px solid #ffffff;
	background-color: #ffffff;
	-moz-box-shadow: 1px 1px 2px #bbb;
	-webkit-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 3px #bbb;
		
	margin-bottom: 30px;
	margin-right: 4px; /* makes the shadow visible */
	margin-left: 2px; /* makes the shadow visible */
}

.centered{
	text-align: center;
}

.banner{
	color: #F7F7F7;
}
.banner h1{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-weight: 300; 
	color: #ffffff; 
	padding: 0; 
	margin: 0; 
}
.banner.testimonial p{
	font-family: 'Covered By Your Grace', 'Lucida Handwriting', 'Marker Felt', script;
	font-size: 24px;
	margin: 0;
	padding: 0;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none !important;
	
	-moz-transform:rotate(-1deg);
  -webkit-transform:rotate(-1deg);
  -o-transform:rotate(-1deg);
  transform:rotate(-1deg);
  
}


h1, h2, h3{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #0091e6;
	text-align: center;
	margin-bottom: 0.7em;
}

h1{
	font-size: 37px;
}
h2{
	font-size: 37px;
	/*text-shadow: -1px -1px 0px #ffffff;*/
}
p{
	margin-bottom: 1em;
}

.section p{
	text-shadow: -1px -1px 0px #ffffff;
}

/*
	Next/prev buttons
*/

#testimonials{
	position: relative;
}

#testimonials .next, #testimonials .prev {
	width: 24px;
	height: 28px;
	background-image: url(img/arrows.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 416px;
	z-index: 101;
	opacity: 0.8;
}

#testimonials .next {
	left:440px;
	background-position: -24px 0px;
}


/* 
.banner.testimonial:hover #testimonials .next, .banner.testimonial:hover #testimonials .prev{
	display: block;
}
 */




#testimonials .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

/* CSS From ZP Site */
#header-top {
	position:relative;
	height:110px;
	background-color:transparent;
}

#header-top #logo{
position: absolute;
top: 30px;
left: 0;
}

#mainmenu {
	font-size:18px;
	font-weight:normal;
	position:absolute;
	height:40px;
	width:auto;
	top:45px;
	right:0;
	z-index:100;
}

#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainmenu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:hover, a.topmenu:active, a.topmenuactive:link, a.topmenuactive:visited, a.topmenuactive:hover, a.topmenuactive:active {
	font-family:'PT Sans', sans-serif;
	display: block;
	padding: 1px 4px;
	margin-left: 10px;
	text-decoration: none;
	float: left;
	color: #414141;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	
	text-rendering: auto;
}

a.topmenu:hover {
	color:#0091e6;
	background-color:transparent;
}

a.topmenuactive:link, a.topmenuactive:visited, a.topmenuactive:hover, a.topmenuactive:active {
	color:#fff;
	background-color:#0091e6;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}