@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
}
a{
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
#log {
    position: absolute;
    left: 3%;
    top: 140px;
}
#log img {
    width: 80%
}
@media screen and (max-width: 736px) {
#log {
	width: 30%;
    left: 14%;
}
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:50%;
	left:0px;
	margin-top:-65px;
}
.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:auto;
	height:85px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:29px;
	margin-right:1px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:125px;
	width:0px; 
}
.ac_menu > ul{
	float:right;
	margin: 40px 45px 0 0;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:40px;
	overflow:hidden;
}
.ac_menu > ul > li a{
	display: block;
    font-size: 29px;
    font-weight: normal;
    height: 35px;
    line-height: 0;
    margin-top: 60px;
    opacity: 0;
    outline: medium none;
    padding: 25px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}
.ac_subitem{
	width:735px;
	height:0px; /* animate to 400px */
	top:50%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_text.png) repeat top left;
}
.ac_subitem h2{
	font-size:35px;
	font-weight:bold;
	color:#fff;
	padding: 35px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
}
.ac_subitem ul li:first-child{
	font-size:16px;
	text-transform:none;
	border-bottom:1px dotted #fff;
	padding-bottom:15px;
	margin-bottom:15px;
}
span.ac_close{
	background: url("../images/close.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 12px;
    margin: 10px;
    width: 141px;
}
span.ac_close:hover{
	opacity:1.0;
}

#contact{
    height: 430px;
    margin: auto 0;
    width: auto;
}
#contact h1{
    color: #FFFFFF;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 36px;
    letter-spacing: 0;
    margin-left: -35px;
    text-transform: uppercase;
}
#contact form{
    width:680px;
    height:460px;
    margin:0px auto;
    padding:30px 0px 0px 0px;
    clear:both;
}
#contact p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
}
#contact label{
    color: #FFFFFF;
    float: left;
    line-height: 23px;
    margin: 10px 0 5px;
    padding-right: 10px;
    text-align: left;
    width: 180px;
}
#contact input[type="text"],
#contact textarea{
    float:left;
    margin:5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding:4px 4px 5px 4px;
    width:390px;
    border:1px solid #ddd;
    background-color:#f9f9f9;
    font-weight:bold;
    color:#444;;
    text-shadow:-1px 1px 1px #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:1px 1px 1px #000;
    box-shadow:1px 1px 1px #000;
}
#contact textarea{
    overflow-x:hidden;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
    background-color:#fff;
}
#contact input[type="button"], #contact input[type="submit"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e21b1b;
    border-color: #FFFFFF -moz-use-text-color #FFFFFF #FFFFFF;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid none solid solid;
    border-width: 0 medium 0 0;
    color: #DDDDDD;
    cursor: pointer;
    float: right;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0;
    margin: 15px 90px 0 0;
    padding: 0 30px 2px;
    text-transform: uppercase;
}
#contact input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
#contact p.submit{
    height:40px;
    position:relative;
}
#contact label span{
    font-size:10px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    background-color:#6F6968;
    border:1px solid #333;
    border-left:none;
    width:180px;
    height:30px;
    position:absolute;
    top:4px;
    right:-175px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-radius:0px 5px 5px 0px;

    /* Rodewaldt */
    border-width: 0;
    border-radius:0 5px 0 0;
    right:91px;
    top:6px;
    text-indent:5px;
}
.error span{
    margin-left:10px;
    line-height:30px;
    text-shadow:1px 1px 1px #333;
}
.loader{
    background:transparent url(../images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    position:absolute;
    top:15px;
    left:500px;
}
.success{
    height:31px;
    position:absolute;
    top:15px;
    left:4px;
    text-align:right;
    padding:5px 20px 0px 0px;
    width:450px;
    background-color:#fff;
    border:1px solid #333;
    height:25px;
    font-size:10px;
    letter-spacing:0px;
    color:#ddd;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-top-right-left-radius:5px;
    -webkit-border-bottom-right-left-radius:5px;
    border-radius:5px 5px 5px 5px;
    text-shadow:1px 1px 1px #333;

}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:transparent url(../images/bg_text.png) repeat top left;
	height:20px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}

a.info1
{
position:relative;
z-index:1;
color:#fff;
text-decoration:none;
}

a.info1 h1
{
font-size:25px;
font-weight:bold;
}

a.info1 p
{
font-size:12px;
font-weight:none;
}

a.info1:hover
{
z-index:2;
}

a.info1 span
{
display: none;
padding: 20px;
text-transform: none;
}

a.info1:hover span
{
background:transparent url(../images/bg_text.png) repeat top left;
display:block;
position:absolute;
top:-650px;
right:0px;
width:650px;
height: auto;
}
