﻿ï»¿@charset "utf-8";

/* Import Styles */
@import url("reset.css");

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3f3f3f;
	margin: 6px 6px auto;
}

a {
	text-decoration: underline;
	color:	#000000;
    font-weight: normal;
}

.header,.factsheet,.description,.features {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width:800px;
	text-align:left;
}

.header a,.factsheet a,.description a,.features a,.copyright a {
	text-decoration: underline;
	color:	#000000;
    font-weight: normal;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	text-align:	center;
	font-size:0.6em;
}

.icons {
	position:absolute;
	height: 120px;
	width: 120px;
	top: 80%;
	left: 86%;
}

.heading {
	color: #545454;
	font-size:1.5em;
	font-weight:600;
	font-style:	normal;
	text-decoration:none;
}

.trailer {
	margin:0;
	padding:0;
	text-align:left;
}

.content {
	color: #000000;
}

.posts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
}

.posts a {
	font-style:	normal;
	text-decoration: underline;
	color: #000000;
    font-weight: normal;
}

.posts b {
	margin-left:10px;
	margin-bottom:0px;
}

.posts ul {
	margin:0;
	padding:5;
	text-align: left;
}

.posts li {
    font-size: 90%;
	margin-left: -10px;
	margin-top: 4px;
	list-style-type: square;
}

.title {
	font-weight:bold;
	text-align:center;
}

.icons {
	position:absolute;
	height: 60px;
	width: 120px;
	bottom: 10px;
	right: 20px;
	z-index: 5;
}

#carousel {
	margin-top: 25px;
	margin-bottom: 25px;
}

#carousel div {
	display: inline-block;
	background-image: url('images/tran.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#carousel img {
	max-width: 200px;
	height: auto;
	margin: 10px;
	border: none;
    position: relative;
	float: none;
    transition: opacity 1.0s;
    opacity:1;
}

#carousel img.fadeOut {
    opacity:0;
}
