@charset "utf-8";
/* CSS Document */

.outer {
height:100%;
min-height:100%;/*for mozilla*/
}


body {

	border:0;
	margin:0;
	padding:0;
	background-image:url(images/back_repeat.jpg);
	background-repeat:repeat-x;
	font: 12px/90px Verdana;
	color:#FFF;
}
a         { color: #999; text-decoration: none;  }

	a:link    { color: #999 }
	a:visited { color: #999 }
a:hover   { color: White }
a:active  { color: #999 }


	
.wrapper {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:968px;
	height:96px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/caffecel_top.jpg);
	background-repeat:no-repeat;
}


.banner {

	width:968px;
	height:467px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/banner.jpg);
}


.contentcenter {
	margin-left:auto;
	margin-right:auto;
	width:968px;
	height:auto;
	padding-left:25px;
}


.contentone {
	width: 235px;
	height: 251px;
	float:left;
	background:url(images/box4.jpg) no-repeat center;

}

.contenttwo {
	width: 235px;
	height: 251px;
	float:left;
	background-image:url(images/box3.jpg);
}

.contentthree {
	width: 235px;
	height: 251px;
	float:left;
	background-image:url(images/box2.jpg);
}

.contentfour {
	width: 235px;
	height: 251px;
	float:left;
	background-image:url(images/box1.jpg);
}

.learnmore {
	clear:both;
	width: 117px;
	height: 36px;
margin-left:20px;
margin-top: 20px;
	background-image:url(images/learnmore.jpg);
}

.learnmore:hover {
	background-position: -117px;
}

.text {
	padding-top:80px;
	padding-left:118px;
	font-family:Verdana, Geneva, sans-serif;
	max-width:100px;
	font-size:9px;
	text-align:left;
	color: #000;
	line-height: 12px;
}

.footertext {
	padding-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	color:#999;
	line-height: 3px;
}

.footer {
	clear: both;
	width:968px;
	height:85px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

.coffeecontent {
	padding-top:600px;
	padding-left:65px;
	font-family:Verdana, Geneva, sans-serif;
	max-width:300px;
	font-size:14px;
	text-align:left;
	color: #000;
	line-height: 16px;
}
