/* CCS Common */
/* Copyright (c) 2009 Doddington Dairy */
/* Created by Lazy Grace Ltd */

/* Version 1.0 - 7/1/2009 */
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #172a52 url() top center no-repeat;
	font-family: Arial, Sans-Serif;
	color: #fff;
}
h1, h2, h3, h4, h5, h6{
	display: none;
}	
br{
	margin: 0;
	padding: 0;
	clear: both;
	height: 10px;
}
.nav_text{
	display: none;
}
#container1{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: absolute;  
	top: 15%; 
	z-index:1;
	background: url(../images/backgrounds/1.jpg) top center no-repeat;
}
#container2{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: absolute;  
	top: 15%; 
	z-index:1;
	background: url(../images/backgrounds/2.jpg) top center no-repeat;
}
#container3{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: absolute;  
	top: 15%; 
	z-index:1;
	background: url(../images/backgrounds/3.jpg) top center no-repeat;
}
#container4{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: absolute;  
	top: 15%; 
	z-index:1;
	background: url(../images/backgrounds/4.jpg) top center no-repeat;
}
#container5{
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: absolute;  
	top: 15%; 
	z-index:1;
	background: url(../images/backgrounds/5.jpg) top center no-repeat;
}
#content{
	margin: 0 auto;
	padding: 238px 0 0 0;
	width: 100%;
	height: 362px;
	position: absolute; 
	
	z-index:2;
}
#content_logo{
	margin: 0 auto;
	padding: 88px 0 0 0;
	width: 1000px;
	height: 114px;
	position: static; 
	z-index:4;
	background: url(../images/common/logo_banner.png) top center no-repeat;
	behavior: url(/includes/iepngfix.htc);	
	
}
#content_ul {
	list-style: none;
}
.butt_left{
	margin: 0;
	padding: 0 0 0 150px;
	float: left;
}
.butt_right{
	margin: 0;
	padding: 0 150px 0 0;
	float: right;
}
.butt_cheese{
	display: block;
	padding: 0;
	margin: 0;
	width: 224px;
	height: 20px;
	background: url(../images/common/butt_gotocheese.gif) 0 0 no-repeat;
}
.butt_cheese:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.butt_icecream{
	display: block;
	padding: 0;
	margin: 0;
	width: 214px;
	height: 20px;
	background: url(../images/common/butt_gotoicecream.gif) 0 0 no-repeat;
}
.butt_icecream:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.butt_email{
	display: block;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 12px;
}
#content_info{
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 1000px;
	height: 145px;
	clear: both;
	text-align: center;
}
.footer_objects{
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	height: auto;
	clear: both;
}
.footer_objects_contact{
	margin: 0 auto;
	padding: 20px 0 10px 445px;
	width: 220px;
	height: 15px;
	clear: both;
	background: url(../images/common/butt_footer.gif) top center no-repeat;
}
