/* CSS Document */

#podholder{
	position:relative;
	margin-left: 60px;
	display:block;
	height:150px;
	width:700px;
}

#pod1{
	background: url(images/layout/blue_pod.gif);
	width: 143px;
	height: 150px;
	float: left;
	margin-right: 15px;
	z-index:3;

}

#pod2{
	background: url(images/layout/lblue_pod.gif);
	width: 143px;
	height: 150px;
	float: left;
	margin-right: 15px;
	z-index:3;

}

#pod3{
	background: url(images/layout/yellow_pod.gif);
	width: 143px;
	height: 150px;
	float: left;
	margin-right: 15px;
	z-index:3;

}

#pod4{
	background: url(images/layout/orange_pod.gif);
	width: 143px;
	height: 150px;
	float: left;
	margin-right: 15px;
	z-index:3;
}

.ptext{
/*	position:absolute;*/
	margin-top:40px;
	left:20px;
	text-align:center;
	z-index:10;
}

#bluebox{
	
	margin-top:10px;
	height: 50px;
	width: 550px;
	background-color:#003399;
	color: #FFFFCC;
	padding-top:10px;
	padding-left:60px;
	font-size:1.2em;
}

#lowerwrapper{
	
	margin-left: 0px;
	margin-top:20px;
	margin-bottom:20px;
}

#picture{
	float:left;
	width: 500px;
	height: 93px;
	background-image:url(images/layout/vans.jpg);
	background-repeat:no-repeat;
}

#lowertext{
	float:left;
	margin-top:10px;
	width:400px;
}

#ifooter{
	clear:both;
	width: 800px;
	height: 90px;
	background-image:url(images/layout/greyfade.jpg);
	background-repeat:repeat-x;
	/*border: 1px solid red;*/
}

#basebox{
	float:left;
	color: #999999;
	font-size: 0.8em;
	text-align:justify;
	margin-top:20px;
	margin-left: 30px;
	margin-right:40px;
	width:360px;
}

#logos{
	float:left;
	right:0px;
	margin-top:15px;
}