@charset "utf-8";
/* CSS Document */
html{height:100%;}

body{
	background-color:#616161;
	}

#container{
	background-color:#1A1A1A;
	margin:0 auto;
	width:1024px;	
	overflow:auto;
	}
#logo{
	position:relative;
	left:0px;
	top:0px;
	}
#logo h1{display:inline;color:#FFF;font-size:10px;}

#banner{
	margin-bottom:-5px;
	}
	
#content{
	background-color:#1A1A1A;
	width:550px;
	margin:50px;
	float:left;
	margin-top: 70px;
	}
#news{
	position: relative;
	float:right;
	width:300px;
	margin-top: 70px;
	margin-right:50px;
	overflow:hidden;
	color: #CCC;
	}
#clearfloat{
	clear:both;
	}
#wrapper{
	position:relative; 
	overflow:hidden; 
	height:299px;
	}
.slidercontent{
	position:absolute;
	}
#scroller{
	position:relative;
	height:250px;
	width:15px;
	float:right;
	margin-top:50px;
	margin-left:5px;
	}
#footer{
	clear:both;
	text-align:right;
	background-color:#616161;
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:12px;
	color:#CCC;
	overflow:hidden
	}
/* //// */
/* TYPO */
/* //// */

p{
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:13px;
	color:#CCC;
	text-align:justify;
	}
img {
	border:none;
	}
h1{font-family:Calibri, Candara, "Trebuchet MS";
	font-size:17px;
	color:#EBE961;}

/* //// */
/* NEWS */
/* //// */

#news h1{
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:17px;
	color:#EBE961;
	}		

.date{
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:15px;
	color:#526758;
	font-weight: bold;
	}
.info{
	border-bottom:1px solid #EBE961;
	}
.info a{
	color:#EBE961;
	text-decoration:none;
	}
#content a{
	color:#EBE961;
	}
/* /////////////////// */
/* SPECIFICATION TABLE */
/* /////////////////// */

#specification{
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:14px;
	margin-top:40px;
	border-collapse:collapse;
	margin-bottom:20px;
	}
.values{
	font-size:12px;
	font-weight:lighter;
	color:#EBE961;
	}
thead{
	background-color:#3A3A3A;
}
.even{
	background-color:#232323;
	}
#content ul{
	text-align:center;
	list-style:none;
	}
#content ul li{
	float:left;
	margin-right:10px;
	}
	
#social{
	background-color:#333;
	border: 1px solid white;
    -webkit-box-shadow: 1px 1px 1px #616161;
    -moz-box-shadow: 1px 1px 1px #616161;
    box-shadow: 1px 1px 1px #616161;
	padding-top:0px;
	padding-bottom:10px;
	width:230px;
	padding-left:20px;
	margin-top:20px;
	}
	
#contact_news{
	background-color:#333;
	border: 1px solid white;
    -webkit-box-shadow: 1px 1px 1px #616161;
    -moz-box-shadow: 1px 1px 1px #616161;
    box-shadow: 1px 1px 1px #616161;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:20px;
	margin-top:20px;
	padding-right:20px;
	
	}
#contact_news ul{
	font-family:Calibri, Candara, "Trebuchet MS";
	font-size:20px;
	color:#CCC;
	list-style:none;
	}	
#contact_news img{
	margin-top:10px;
	vertical-align:text-bottom
	}

#social img:hover{
	cursor:pointer;
	}
input:hover{
	-webkit-box-shadow: 2px 2px 2px #616161;
    -moz-box-shadow: 2px 2px 2px #616161;
    box-shadow: 2px 2px 2px #616161;
	}
