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


/* 

Colors:
Pale yellow: #ffff99;
Dark Blue: #006699;

*/


html,body{
	margin:0px;
	padding:0px;
	
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size:1.5em;
	color:#ffff99;
	text-align:center;
	font-weight:normal;
	clear:both;
}

h2{
	font-size:1.2em;
	font-weight:normal;
	margin:5px;
	padding:5px;
}


body{
	background:url(../images/checkers-pink.jpg) top left repeat;
	line-height:140%;
}

a{
	color:#ffff99;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear-right{
	clear:right;
}

.specials{
	background:#ffff99;
	width:320px;
	text-align:center;
	color:#006699;
	margin-bottom:80px;
	margin-left:30px;
	padding-bottom:20px;
}
.specials h1{
	color:#006699;
	
}

.border{
	border:5px solid #fff;
	box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 10px #999;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.uppercase{
	text-transform:uppercase;
}

.yellow{
	color:#ffff99;
}

.pink{
	color:#ff8cd9;
}


.shadow{
	
	text-shadow:1px 1px 3px #663366;
}

.small{
	font-size:.8em;
}

.left{
	float:left;
}


#header{
	width:800px;
	margin:40px auto 0px;
	
	background:#6699cc url(../images/betty-anns-dairy-freeze-header-logo.png) 18px 15px no-repeat;
	height:175px;
	
	box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;

}

#header-left{
	float:left;
}

#header-right{
	float:right;
	margin-top:-20px;
	
}
ul#navigation{
	list-style-type:none;
	margin-left:-10px;
	margin-top:115px;
}
ul li{
	float:left;
	height:24px;
	text-indent:-9999px;
}

ul li a{
	display:block;
}

li#home a{
	width:100px;
	background:url(../images/website-nav-menu.gif) 0px 0px;
}
	
li#home a:hover{
	background:url(../images/website-nav-menu.gif) 0px 24px;
}	

li#menu a{
	width:103px;
	background:url(../images/website-nav-menu.gif) -100px 0px;
}
	
li#menu a:hover{
	background:url(../images/website-nav-menu.gif) -100px 24px;
}	

li#contact a{
	width:127px;
	background:url(../images/website-nav-menu.gif) -203px 0px no-repeat;
}
	
li#contact a:hover{	background:url(../images/website-nav-menu.gif) -203px 24px;
}	




	
#content{
	width:750px;
	margin:0px auto;
	padding:25px 25px 0px;
	background:#006699;
	
	box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	min-height:400px;
	border-top:1px solid #fff;

}

#homepage-photo{
	margin:0px 0px 40px 30px;
}

.footer{
	text-align:center;
	margin:10px auto 0px;
	font-weight:bold;
	color:#fff;	
	text-shadow:1px 1px 3px #663366;
	padding-bottom:15px;
}
.credits{
	text-align:center;
}
.credits a{
	font-size:.8em;
	color:#fff;
	margin-top:10px;
}



.menu-item{
	width:360px;
}
.food-pics{
	float:right;
}

.menu-price{
	text-align:right;
}

.text-right{
	text-align:right;
}

.footer h1{
	margin-bottom:0px;
	padding:20px 0px 8px;
}

.menu-title{
	text-align:center;
}

.menu-title h1{
	margin:0px;
	padding:50px 0px 5px;
}

.menu-full{
	text-align:center;
}

.text-center{
	text-align:center;
}

.map{
	float:right;
}

.contact{
	margin-top:50px;
}
h1#intro{
	font:1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: regular;
	text-align:center;
	padding:10px 30px;
	line-height:1.4em;
}
