html, body {
	/* Layout */
	height: 100%;
	margin: 0;
	
	/* Background */
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#222222));
	background-image: -moz-linear-gradient(top, #777777, #222222);
	background-repeat: no-repeat;
	
	/* Font */
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", "Sans-Serif";
	font-size: 10pt;
}
a:link {	color: #9047af;	text-decoration: none;
}		a:visited {	color: #9047af;	text-decoration: none;}a:hover {	text-decoration: underline;
}
a img {
	border: none;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	color: #333333;
}

h1 {
	margin-bottom: 0.25em;
	font-size: 2em;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 1)), color-stop(0.5, rgba(0, 0, 0, 0.75)));
}

h2 {
	margin-top: 0;
	margin-bottom: 1.618em;
	font-size: 1.25em;
	font-weight: normal;
	color: #888888;
}

h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: normal;
	color: #888888;
}

p {
	text-align: justify;
	color: #444444;
}

th {
	text-align: right;
	padding-right: 0.5em;
}

td {
	text-align: left;
}



/* IDs */

#container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 50px;	width: 800px;
	background-color: #dddddd;
	background-image: url('img/bg_container.png');
	background-repeat: repeat-y;
	-webkit-box-shadow: 0px -30px 30px black;
	-moz-box-shadow: 0px -30px 30px black;
	overflow: auto;
}

#menu {
	padding: 0 40px;
	margin-bottom: 30px;
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#222222));
	background-image: -moz-linear-gradient(top, #777777, #222222);
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	font-weight: bold;
	height: 45px;
}
#menu a {
	color: #aaaaaa;
}
#menu a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 0 0 2px #aaaaaa;
}
#menu ul {
	margin: 15px 0;
}
#menu li {
	display: inline;
	padding: 5px 12px;
}
#menu li.active {
	color: white;
	text-shadow: 0 0 2px #d065ff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background-color: #9047af;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9047af), to(transparent));
	background-image: -moz-linear-gradient(top, #9047af, transparent);
}
#menu li.chinkel {
	float: right;
	padding: 0;
	margin: -5px 0 0 120px;
}

#footer {
	width: 800px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	font-size: 8pt;
	color: #777777;

}



/* CLASSES */

.clear {
	clear: both;
}

.column {
	width: 400px;
}

.contact {
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.download {
	margin-top: 2em;
	margin-left: -2px;
}

/* .studio {
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee), color-stop(0.75, white));
	background-image: -moz-linear-gradient(top, white, #eeeeee, color-stop(0.75, white));
} */

.first {
	margin-top: 0;
}

.product {
	padding: 30px 40px 40px 40px;
	margin-bottom: 30px;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee), color-stop(0.75, white));
	background-image: -moz-linear-gradient(top, white, #eeeeee, color-stop(0.75, white));
}

.screenshotcolumn {
	margin-left: 485px;
	padding-top: 5px; /* To align text from left column with the top of the image */
	text-align: center;
}

.reflect {
	-webkit-box-reflect:below -2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)), color-stop(0.9, transparent));
}

.shadow {
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.75);
}

.screenshotbox {
	padding: 10px;
	border: 1px solid #aaaaaa;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	font-weight: bold;	
}

.textcolumn {
	width: 445px;
	float: left;
}