﻿/* CSS for INTSPEI Search Cloudlet Website */
/* Designed by INTSPEI */
/* 2008 */

body {
	background-image: url('images/sky.png'); 
	background-repeat: repeat-x;
	margin: 0px;
}

.footer {
	margin-top: 30px;
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 12px;
	text-align: center;
}

.footerMenu {
	color: #505F6E;
	font-size: 16px;
	height: 40px;
}

.footerMenuLink {
	color: #505F6E;
	font-size: 16px;
	text-decoration: none;
}

.footerMenuLink:hover {
	text-decoration: underline;
}

a {
	color: #505F6E;
	font-family: "Segoe UI";
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration:underline;
}
.linkScreenshot {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 12px;
	text-decoration: none;
}

.linkScreenshot:hover {
	text-decoration: underline;
}

.linkImage {
	border: 0;
}

.text {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 16px;
}

.smallText {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 14px;
}

.bigText {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 18px;
}

.textTitle {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 22px;
/*	font-weight: bold; */
}

.content {
	width: 100%;
	text-align: center;
}

.contentStartPage {
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('images/installBG.png');
}

.screenshot {
	width: 514px;
	height: 410px;

	background-image: url('images/kawasaki3-7.png');
	background-position:center;
	background-repeat:no-repeat;
}

.thumbnail {
	width: 400px;
	height: 300px;
	vertical-align: top;
	text-align: center;
	border: 1px silver solid;
}

.thumbnailText {
	vertical-align: top;
}

/* Header Elements*/
.header {
	margin: 5px;
	height: 205px;
}

.logoImage {
	width: 128px;
}

.logoTitle {
	width: 412px;
	text-align: left;
}

.betaLabel {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: white;
}

.descriptionLabel {
	text-align: center;
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 15px;
}

/* Header Quick Navigation Menu */
.menu {
	color: white;
	vertical-align: middle;
	font-family: "Segoe UI";
	font-size: 18px;
	text-align: left;
}

.menuLink {
	color: white;
	font-family: "Segoe UI";
	font-size: 16px;
	text-decoration: none;
}

.menuLink:hover {
	text-decoration: underline;
}

/* Reviews */
.review_box {
	width: 700px;
	margin-bottom: 20px;
}

.review_title {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 20px;
/*	font-weight: bold; */
	text-align: left;
	margin-bottom: 10px;
}

.review_text {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}

.review_link {
	color: #505F6E;
	font-family: "Segoe UI";
	font-size: 14px;
	text-align: left;
	font-style: italic;
}
