body {
	background-color: #e2e6e8;
	font-family: verdana;
	font-size: .85em;
	color: hsl(60, 90%, 15%);
}
table, td, tr {
	font-size: inherit;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	padding-bottom: .3em;
	padding-top: .5em;
	margin: 0px;
	font-family: sans-serif;
}
p, ul {
	margin-left: 0em;
	text-align: justify;
}
td {
	vertical-align: top;
}
img.with_border {
	border: 3px solid white;
}
table.middle_aligned td {
	vertical-align: middle;
}
h1 {
	font-size: 3em;
	text-shadow: -2px 2px 1px hsla(0,0%,0%,.1);
}
h2 {
	font-size: 2em;
	/*color: white;
	text-shadow: 0px 0px 2px hsla(220,100%,10%,.99);*/
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
#mainFrame {
	width: 990px;
	margin: auto;
}
#pageBody,  #pageHeader, #pageFooter {
}
#pageHeader {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: right;
	max-height: 200px;
}
#pageBody {
	min-height: 500px;
	/*background-color: hsl(60, 60%, 90%);*/
	/*background-color: #f4f9d4;*/
	background-color: white;
	padding: 1em;
	border-top: 0px #444 solid;
	position: relative;
	padding-bottom: 5em;
}
#pageFooter{
	text-align: center;
	/*font-size: small;*/
	padding-top: 2em;
	padding: 1em;
	margin-bottom: 10em;
}
#pageHeader, #pageFooter {
	background-color: #a6bae6;
}
.blank_area {
	height: 10em;
}
.blank_area_small {
	height: 5em;
}
.column_wide {
	width: 800px;
	margin: auto;
}
a  {
	color: #55f;
}
a:visited  {
	color: #558;
}
.download_link, .download_link span, .download_link a, .download_link a:visited  {
	color: black;
}
.download_link tr {
	width: 50%;
	color: black;
}
.download_link {
	-moz-box-shadow: 1px 1px 3px #AAAAAA;
	-webkit-box-shadow: 1px 1px 3px #AAAAAA;
	box-shadow: 1px 1px 3px #AAAAAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
	margin: .6em;
	display: block;
	min-height: 5em;
	
	/*width: 300px;*/
	/*background-color: rgba(255,255,255,0.5);*/
	/*background-color: hsla(120, 100%, 100%, 0.5);*/
	/*background-color: #eef;*/
	background-color: #e6eaf2;
	border: 1px solid black;
	cursor: pointer;
	text-align: left;
	
	/*-moz-transition-property: background-color;
	-moz-transition-duration: .15s;*/
}
.download_link:hover {
	background-color: #c3cee6;
}
.download_link .details {
	/*text-shadow: 0px 0px 1px hsla(220,100%,0%,.99);*/
	/*color: #555;*/
}
#subscribe_field {
	/*-moz-box-shadow: 3px 3px 3px #AAAAAA;*/
}
img.screenshot {
	margin:5px;
	padding:0px;
	border: 1px solid gray;
	background-color: #aaaaaa;
	margin: auto;
	/*display: block;*/
}
div.screenshot {
	width: 300px;
	padding: 10px;
	font-style: italic;
	text-align: center;
	margin: auto;
	min-height: 250px;
}
div.faq {
	width: 50%;
	margin: auto;
}
div.pageTitle {
	width: 75%;
	margin: auto;
	text-align: left;
	margin: 10px;
	padding: 10px;
}
.underConstruction {
	font-style:italic;
	text-align:center
}
.notImportantText {
	color: #888;
}
.importantText {
	color: #c44;
}
ul.good_points_small {
	list-style: url(../images/tick-16x16.png);
	text-align: left;
}
ul.good_points_large {
	list-style: url(../images/Alarm-Tick-icon.png);
	text-align: left;
}
.quote {
	font-family: serif;
	font-size: 2em;
}
.quote p {
	margin-bottom:0;
}
.quote_author {
	font-weight: bold;
	font-size: .5em;
	text-align: left;
	
}

/******************************************************************** BUY button anim */
/*#buy_button:hover {
	-moz-animation-play-state: paused;
}

#buy_button {
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-name: buy_button_blinking;
}
@-moz-keyframes buy_button_blinking {  
	from {  
		box-shadow: 1px 2px 2px #444;
	}
	to {  
		box-shadow: 1px 2px 6px #444; 
	}  
} */

/******************************************************************** MENU */
a.menu {
	/*display: block;*/
	padding: 5px;
	font-size: 1.7em;
	/*background-color: #dde1c0;*/
	text-decoration: none;
	background-color: white;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	/*width: 10em;*/
	margin-left: 3px;
	text-align: center;
	border: 1px solid hsla(0,0%,0%,0.5);
	border-bottom: 0px;
	border-bottom: none;
	opacity: 0.5;
	
	/*-moz-transition-property: opacity;
	-moz-transition-duration: .1s;*/
}
a:hover.menu {
	opacity: 0.9;
}
a.menu_active {
	opacity: 1;
	/*box-shadow: 0px 0px 4px rgba(0,0,0,0.5);*/
}

/*********************************************************** home PAGE */
#sponsor a {
	color: inherit;
}
table.body_text {
	width: 100%;
}
table.body_text td {
	width: 50%;
	padding-left: 3em;
	padding-right: 3em;
}
/*********************************************************** buy PAGE */
.odd_row {
	background-color: #eee;
}

/*********************************************************** slideshow */

#slideshow_container {
	width: 800px;
	height: 300px;
	position: relative;
	overflow: hidden;
	border: 0px solid black;
	border-radius: 10px;
	margin: auto;
}

#slideshow_container .slide_description {
	display: none;
}
#slideshow_container a {
	color: inherit;
}
#slideshow_container .slide {
	width: 100%;
	height: 100%;
	background-color: hsl(0,0%,50%);
	overflow: hidden;
}
#slide_overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 80%;
	height: 20%;
	padding: 1em;
	color: white;
	background: hsla(0,0%,00%,.5);
	margin: 1em;
	
	border-radius: 10px;
	border: 0px solid hsla(100, 100%, 100%, 0.5);
}
#slide_overlay:hover {
	
}
#next_button {
	right: 0px;
}
#previous_button {
	left: 0px;
}
#previous_button, #next_button {
	background: hsla(0,0%,00%,.5);
	cursor: pointer;
	font-size: 2em;
	color: white;
	position: absolute;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	top: 40%;
	z-index: 2;
}
#previous_button:hover, #next_button:hover {
	color: #0f0;
}
#slideshow_container:hover #previous_button, #slideshow_container:hover #next_button  {
	background-color: black;
}
/*********************************************************** tutorial */
#tutorial_menu ul {
	list-style-image: url('../images/book.png');
	margin-left: 1em;
}
#tutorial_container h2 {
	margin-top: 2em;
}
#tutorial_container h1:before {
	/*content: url('../images/tut_title.png');*/
}
#tutorial_container p {
	margin-left: 3em;
}
#tutorial_container img.screenshot {
	display: block;
	margin: 10px;
	border: 0px;
	background-color: white;
}
table.material_explanation td {
	/*border-bottom: 1px solid gray;*/
	text-align: center;
	background-color: #ddd;
	vertical-align: middle;
	border-radius: 10px;
}
/*********************************************************** screenshots */
.screenshots_container {
	width:800px; 
	margin:auto; 
	text-align:center; 
	font-style:italic;
}
.screenshots_container td {
	padding: 20px;
	width: 50%;
}
