@keyframes slideshow {
0%   {margin: 0;}
20%  {margin: 0;}
35%  {margin-left: -930px;}
55%  {margin-left: -930px;}
70%  {margin-left: -1860px;}
90%  {margin-left: -1860px;}
100% {margin: 0;}
}

@-webkit-keyframes slideshow {
0%   {margin: 0;}
20%  {margin: 0;}
35%  {margin-left: -930px;}
55%  {margin-left: -930px;}
70%  {margin-left: -1860px;}
90%  {margin-left: -1860px;}
100% {margin: 0;}
}

@-moz-keyframes slideshow {
0%   {margin: 0;}
20%  {margin: 0;}
35%  {margin-left: -930px;}
55%  {margin-left: -930px;}
70%  {margin-left: -1860px;}
90%  {margin-left: -1860px;}
100% {margin: 0;}
}

body{
    background-color: #e6e6e6;
}

/* Prevent image border on IE8 */
img {
	border-style: none;
}

#wrapper{
    width: 956px;
    margin: 0 auto;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    overflow: hidden;
}

/* Logo */

#logo{
    position: relative;
    left: 25px;
    top: 15px;
    width: 254px;
    height: 63px;
}

/* Links */

#links{
    float: right;
    margin-top: -65px;
}

#links ul li{
    display: inline;
    padding-right: 15px;
    font-size: 12pt;
    list-style: none;
}

#links ul li a{
    text-decoration: none;
    color: black;
    padding: 3px;
    border-radius: 5px;
}

#links ul li a:hover{
    background-color: #d0cece;
    color: black;
}

#links ul li a.activelinks{
    background-color: #d0cece;
    color: black;
}

/* Navigator */

#navigator > ul {
	background: #f3c01e;
	background: linear-gradient(top, #ffe97d 0%, #f3c01e 100%);
	background: -moz-linear-gradient(top, #ffe97d 0%, #f3c01e 100%);
	background: -webkit-linear-gradient(top, #ffe97d 0%,#f3c01e 100%);
    border: 1px solid #f3bf1c;
    font-size: 12pt;
    margin-top: 40px;
	list-style: none;
	position: relative;
	padding: 0;
}

#navigator ul:after {
	content: ""; clear: both; display: block;
}

#navigator ul ul {
	display: none;
}

#navigator ul li:hover > ul {
	display: block;
}

#navigator ul li {
	float: left;
}

#navigator > ul > li:last-child {
	float: right;
}

#navigator ul li a {
	display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #ffd243;
	color: black;
	text-decoration: none;
}

#navigator > ul > li:last-child a {
	display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #ffd243;
	color: black;
	text-decoration: none;
    font-weight: bold;
}

#navigator ul li:hover {
	background: #434244;
	background: linear-gradient(top, #5f6064 0%, #434244 40%);
	background: -moz-linear-gradient(top, #5f6064 0%, #434244 40%);
	background: -webkit-linear-gradient(top, #5f6064 0%,#434244 40%);
}

#navigator ul li:hover a {
	color: #ffffff;
}

#navigator ul ul {
	background: #434244;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 100%;
}

#navigator ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}

#navigator ul ul li a {
	color: #ffffffff;
}

/* Slideshow */

#slideshow{
    position: relative;
    width: 930px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

#slideshow_images{
    width: 9999px;
    animation: slideshow 30s ease infinite;
    -webkit-animation: slideshow 30s ease infinite;
    -moz-animation: slideshow 30s ease infinite;
    -o-animation: slideshow 30s ease infinite;
}

#slideshow_images img{
    float: left;
}

#inner_shadow{
    background-image: url("../images/shadow.png");
    width: 930px;
    height: 300px;
    position: relative;
    top: -300px;
    margin: 0 auto;
    margin-bottom: -300px;
}

/* Headlines */

h1 {
    font-size: 20pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 0px 0px 55px #e6e6e6;
}

#headline{
    position: absolute;
    top: 190px;
    left: 25px;
}

#headline p{
    margin-left: 20px;
    margin-top: -20px;
    text-shadow: 0px 0px 55px #e6e6e6;
    font-weight: normal;
    font-size: 12pt;
}

/* Separation */

#separation{
    width: 931px;
    height: 2px;
    background-color: black;
    margin: 0 auto;
}

/* Main-Content */

#main{
    width: 920px;
    margin: 0 auto;
}

#main a{
    text-decoration: none;
    color: black;
}

#main a:hover{
    color: #d0cece;
}

/* Boxes */

.info{
    float: left;
    margin-top: 35px;
    margin-left: 40px;
    width: 200px;
    font-size: 14px;
}

.info_heading{
    font-size: 20px;
    text-align: center;
    width: 200px;
    height: 175px;
    line-height: 19px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: lighter;
}

#for_users{
    float: left;
    margin-top: 35px;
    width: 200px;
    font-size: 14px;
}

/* Content */

#content{
    width: 956px;
    margin: 0 auto;
    background-color: #fff;
    float: left;
}

#content_text{
    width: 726px;
    margin-left: 230px;
}

#content_text p{
    padding-right: 15px;
}

#content_headline{
    margin-top: 50px;
}

#content_headline h1{
    font-size: 20pt;
    padding-top: 5px;
}

#content_headline img{
    max-height: 52px;
    max-width: 43px;
    float: left;
    padding-right: 15px;
}

/* Blog */

#blog {
    width: 956px;
    margin: 0 auto;
    background-color: #fff;
    float: left;
}

#blog_text{
    width: 726px;
/*    margin-left: 45px; */
    margin-left: 230px;
    margin-top: 50px;
}

#blog_text p {
    padding-right: 10px;
}

#blog .article_info {
}

.article_info img {
    float: left;
    padding-right: 10px;
}

.article_info h2 {
    margin-bottom: 5px;
}

.article_info h2 a {
    text-decoration: none;
    color: black;
}

.article_info p {
    font-size: 10px;
}


img.screenshot {
	float: none;
	border: 1px solid #d8d8d8;
}

img.float {
	float: left;
	padding-right: 20px;
}

pre {
	font-size: 9pt;
	background: #f8f8f8;
	border: 1px solid #d8d8d8;
	overflow: auto;
}

.image{
    display: inline;
    width: 230px;
    height: 150px;
    background-color: #e6e6e6;
    float: left;
    border-radius: 15px;
    margin-right: 12px;
    margin-bottom: 15px;
}

/* Sidebar */

#navigation{
    margin-top: 80px;
    width: 250px;
    float: left;
    margin-left: -30px;
}

#navigation ul li{
    list-style: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

#navigation ul li a{
    text-decoration: none;
    color: #6e6e6e;
    padding: 1px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 8px;
}

#navigation ul li a:hover{
    color: black;
    background-color: #e6e6e6;
}

#navigation ul li a:active{
    background-color: #969696;
}

#navigation ul li a.active{
    color: black;
    background-image: url("../images/navigation_hover.png");
    background-repeat: no-repeat;
    border-radius: 8px;
    background-color: #e6e6e6;
}

/* Footer */

#foot{
    font-size: 10px;
    float: right;
    margin-top: 60px;
    padding-bottom: 15px;
}

#foot2{
    font-size: 10px;
    float: right;
    margin-top: 10px;
    padding-bottom: 15px;
}

/* Bold */

.bold {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

table.visible {
	table-layout: fixed;
	border: 1px solid #d8d8d8;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.visible td {
	border: 1px solid #d8d8d8;
	padding: 3px;
}


table.visible th {
	border: 1px solid #d8d8d8;
	text-align: left;
	padding: 3px;
}

td.currency {
	text-align: right;
}

td.center {
	text-align: center;
}


table.feature {
	table-layout: fixed;
	border: 1px solid #d8d8d8;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.feature td {
	border: 1px solid #d8d8d8;
}


table.feature th {
	border: 1px solid #d8d8d8;
	text-align: center;
}

table.feature td:first-child {
	text-align: left;
}

table.feature td {
	text-align: center;
}