﻿/*

*/
* {
	margin:0px;
	padding:0px;	
}
span, div {
	display:block;	
}
ul, ol {
	list-style:none;	
}
html {
	height:100%;
}
body
{
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#fff;
	height:100%;
}
#main{
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}
#fiatlogo{
	height:300px;
	width:300px;
	background:url(../images/fiatlogo.jpg) no-repeat center;
	position:absolute;
	top:100%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
	-webkit-transition:top 1s, left 1s;
	-moz-transition:top 1s, left 1s;
	-o-transition:top 1s, left 1s;
	transition:top 1s, left 1s;
}
#logo500{
	width:800px;
	height:250px;
	background:url(../images/500logo.png) no-repeat center;
	position:absolute;
	left:100px;
	top:50%;
	margin-top:-125px;
	z-index:11;
	opacity:0;
	-webkit-transition:opacity 1.5s;
	-moz-transition:opacity 1.5s;
	-o-transition:opacity 1.5s;
	transition:opacity 1.5s;
}
#stripes{
	width:1000px;
	height:250px;
	position:absolute;
	top:50%;
	right:1000px;
	margin-top:-125px;
	-webkit-transition:right 1s, height 1s, top 1s, margin-top 1s;
	-moz-transition:right 1s, height 1s, top 1s, margin-top 1s;
	-o-transition:right 1s, height 1s, top 1s, margin-top 1s;
	transition:right 1s, height 1s, top 1s, margin-top 1s;
	z-index:10;
}
#redStripe{
	height:102px;
	background-color:#DF2126;
}
#whiteStripe{
	height:46px;
	background-color:#FFF;
	-webkit-transition:height 1s;
	-moz-transition:height 1s;
	-o-transition:height 1s;
	transition:height 1s;
}
#greenStripe{
	height:102px;
	background-color:#218E45;
}
#menuUL, #copyright{
	width:100%;
	height:102px;
	opacity:0;
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	transition:opacity 1s;
}
#copyright {
	color:#fff;
	line-height:102px;
	text-indent:20px;	
}
#menuUL li{
	margin-top:38px;
	height:26px;
	float:left;
	padding:0px 20px;
	color:#fff;
	border-left:1px solid #fff;	
}
#menuUL li:first-child{
	border:none;
}