﻿h1
{
    position:relative;   
    margin:0;
    padding:0;
    border:none;
    line-height:1em;
    width:750px;
    height:200px; 
}
h1 img
{
    width:100%;
    height:100%;   
}
h1 span
{
    position:absolute;
    bottom:20px;
    left:20px;  
    background:#333;
    color:#fff;
    font-weight:bold;
    padding:10px 15px; 
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-family:Helvetica,sans-serif;
}

#description
{
    background-color:rgb(238, 238, 238);
    padding:10px 10px 0 10px;
    margin:0;  
    color:rgb(68, 68, 68);
    font-size:11pt;
    width:730px;
    line-height:1.5em;
    box-shadow: 0px 0px 42px 0px rgba(100, 100, 100, 0.1) inset;
    text-shadow: 0px 1px 1px rgb(255, 255, 255);
    border-top: 1px solid rgb(252, 252, 252);
}
.sections {
	margin:17px 0 0 0;
	padding: 0;
	list-style-type: none;
	display:block;
	width:730px;
}

.sections li {
	font-size: 11pt;
	line-height:1em;
	display: block;
	float:left;
	padding:8px;
	margin: 0;
	border:1px solid transparent;
    border-bottom:none;	
}

.sections a
{
    text-decoration:none;
    color: rgb(33, 117, 155);
}

.sections a:hover
{
    color:#9C2400;
}

.sections li.current 
{
	background-color: #fff;
	border-color:#d7d7d7;

	-webkit-box-shadow: 0 0 8px 0px rgba( 100, 100, 100, 0.12 );
	-moz-box-shadow: 0 0 8px 0px rgba( 100, 100, 100, 0.12 );
	box-shadow: 0 0 8px 0px rgba( 100, 100, 100, 0.12 );

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.sections li.current a:hover
{
    color:rgb(33, 117, 155);
}
.tabcontent
{
    margin:0;
    background:#fff;
    padding:10px;   
    width:730px;
}

#screenshots
{
    text-align:center;   
}
#screenshots img
{
    width:100%;   
}
#screenshots a
{
    padding:5px;
    border:1px solid #ccc;
    display:block;
    width:400px;   
    background:#fff;
    margin:10px auto;
}
#screenshots a:hover
{
    border-color:#aaa;   
}

.clear
{
    clear:both;
}
