/************************
*	
* True Blue Technologies
* Portfolio Flash Page
* Cloud Theme v1.0
*
************************/

@import url("reset.css");
@import url("taskbar.css");
@import url("topnav.css");

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	background: url("../images/background-stripes4.jpg") #8dabb2 repeat-x 0 0;
}

#container-fixed{
	width:1222px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-611px;
	z-index: 1;
}

#rays{
	width:1024px;
	height: 623px;
	background: url("../images/rays.png") transparent no-repeat 0 0;
}

#flash-container{
	width:1222px;
	height: 800px;
	margin: auto;
	background: transparent;
	margin-top:35px;
	display: block;
}

#theFlash{
	width:832px;
	height: 626px;
	display: block;
	float: left;
}

#mainCloudTopLeft{
	width: 195px;
	height:626px;
	display: block;
	float:left;
	background: url(../images/leftTopMainCloud.png) bottom left no-repeat;
}

#mainCloudTopRight{
	width: 195px;
	height:626px;
	display: block;
	float:left;
	background: url(../images/rightTopMainCloud.png) bottom left no-repeat;
}

#mainCloudBottom{
	width: 1222px;
	height:155px;
	margin-top:0px;
	display: block;
	background: url(../images/bottomMainCloud.png) bottom left no-repeat;
}

#header h1{
	display: none;
}

/* Clouds */
span.cloud{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
#c5{
	background-image: url("../images/cloud5.png");
	left:848px;
	bottom:-8px;
	width:243px;
	height:93px;
	z-index:10001;
	display: block;
	position: absolute;
}