h1 { margin-top: 0px; padding: 0px; }

html {
	min-width: 600px;
}

a{
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
}

a.block-link:hover {
	text-decoration:none;
}

a.return{
	color:#204A87;
	float:right;
	font-weight:bold;
	}
	
p.tell-me-more{
	font-weight:bold;
	text-align: right;
	margin-top: 0;
	}


body{
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}

div.content{
	clear: both;
	position: relative;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 10px;
	}
	
div.index{
	float: right;
	border: thin solid #377ade;
	background-color: #a7c9fc;
	margin: 0px 0px 5px 10px;
	padding:0;
	}

div.menu{
	float:right;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	}

div.left {
	float: left;
	margin: 0% 4% 0% 0%;
	width: 45%;
	padding: 0%;
	}

div.right {
	float:left;
	margin: 0% 0% 0% 0%;
	width: 50%;
	padding: 0%;
	text-align: left;
	}

div#clear {
	clear: both;
}

div.footer{
	clear:both;
	text-align:center;
	}

h1,h2,h3{
	color:#204a87;
	clear:left;
	}

img{
	border:none;
	}

img.thumb{
	float:left;
	margin-right: 15px;
	}

li.menu{
	display: block;
	float:left;
	margin: 0px 20px 0px 20px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center 10%;
	padding-top: 52px;
	padding-bottom: 20px;
	display: block;
}

a.menu{
	color:white;
	display:block;
	margin-top:-52px;
	height: 0px;
	padding-top: 52px;
	vertical-align: top;
	}

ul.menu{
	list-style:none;
	color: #ffffff;
	position:relative;
	top: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom:0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 0px;
	}
	
div.header{
	line-height: 1.5em;
	background: #6592c4 url("graphics/headerbg2.png") repeat-x 0% 100%;
	margin: 0px;
	padding: 0px;
}

div.logo{
	padding-top:30px;
	margin-left:15px;
	padding-bottom: 20px;
	}

ul.index{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

p{
	color:#2e3436;
	}

p.small{
	font-size:small;
	}

.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

.left{
	text-align:left;
	}

#home{
	background-image:url("graphics/home.png");
	width: 80px;
}

#support{
	background-image:url("graphics/support.png");
}

#screenshots{
	background-image:url("graphics/screenshots.png")
}

#documentation{
	background-image:url("graphics/document.png");
}

#installation{
	background-image:url("graphics/download.png");
}

#development{
	background-image:url("graphics/development.png");
}

p.shot { margin-left: 0px; clear: both; }
p.shot img { margin: 0px 10px 10px 0px; border: solid 1px black; }

div.main-screenshot {
	text-align: center;
	margin-top: 1em;
}

div.screenshot {
	text-align: center;
	margin-top: 1em;
	display: inline-block;
	vertical-align: middle;
	width: 78%
}

div.main-screenshot img, div.screenshot img {
	max-width: 80%;
	max-height: 70%;
	border-radius: 8px;
}

div#clear {
	clear: both;
}

.here {
    display: none;
}

div.screenshot-prev, div.screenshot-next {
    width: 9%;
    display: inline-block;
    vertical-align: top;
    margin-top: 3em
}

.screenshot-prev a img, .screenshot-next a img {
	border-radius: 10px;
	border: 3px solid black;
	margin-right: 1em;
	margin-bottom: 1em;
	display: block;
	width: 100%
}

