
@charset "utf-8";



/* DEFAULT */

html{
	background: url(../images/pergotbg.jpg);
	margin: 0;
	padding: 0;
}
#all{
	font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
}
#leftnav{
	position: absolute;
	top: 10px;
	width: 310px;
}
#main{
	position: absolute;
	top: 10px;
	left: 310px;
}
.topleft{
	background-image: url(../images/topleft.gif);
	background-repeat: no-repeat;
}
.topright{
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
}
.btmleft{
	background-image: url(../images/btmleft.gif);
	background-repeat: no-repeat;
}
.btmright{
	background-image: url(../images/btmright.gif);
	background-repeat: no-repeat;
}
.horz{
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
}
.vert{
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
}

#menunavitem{
	height: 56px;
	width: 175px;
	background: url(../images/menu.jpg);
}
#menunavitem:hover{
	background: url(../images/menu.jpg);
	background-position: 100%;
}

#navbar {
	color: #fff;
	text-align: center;
	word-spacing: 1px;
}

#navbar ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

#navbar ul li{
	margin: 0;
	list-style-type: none;
	display: block;
	font-size: 1.1em;
	margin-bottom: 2px;
}

.tagline{
	text-align: center;
	font-style:italic;
}

.homebox{
 	color: #FFF;
	margin-left: 20px;
	margin-top: 75px;
}

.homebox p{
	margin-left: 5px;
	font-size: .9em;
}

.homebox h1{
	text-align: center;
	font-size: 1.4em;
	text-decoration: underline;
}

.homebox h2{
	font-size: 1em;
}

hr{
	border-color: #330000;
	border-width:2px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#coyoteslogo{
	border: none;	
}
#coyoteslogo img{
	border: none;	
}

/* MENU */

.menubox{
 	color: #FFF;
	margin-left: 20px;
	margin-top: 75px;
}

.menubox p{
	margin-left: 5px;
	font-size: .8em;
}

.menubox h1{
	text-align: center;
	font-size: 1.4em;
	text-decoration: underline;
}

.menubox h2{
	font-size: 1em;
}

#dessertpic {
	margin-top: 30px;	
}

.bordered{
	border: 1px solid #030;
	padding: 2px;
}