@charset "UTF-8";
/* CSS Document */
.home {
  height: 580px;
  width: 1023px;
  margin: 0px auto !important;
  background-image: url(../images/homeBG.jpg);
  background-repeat: no-repeat;
  position: relative;
  top:0px;
  /*top: -40px;*/
  z-index: 1;
}

.fontwhite {
	color:#ffffff;
}

.homeimage {
	z-index:4;
	position:relative;
	top: 310px !important;
	left: 480px;
	height: 216px;
	width: 208px;
	background-image:url(../images/home1-2.jpg);
	border:solid;
	border-width:2px;
}

.hometext {
	padding-left:10px;
	text-align:left !important;
	z-index:4;
	position:relative;
	top: 140px !important;
    left: 60px;
    height: 116px;
    width: 340px;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	background-color: rgba(0, 0, 0, .3);
}

.fryquotes {
	cursor:pointer !important;
	color:#FF3300 !important;
	z-index:1000;
	background-color: rgba(0, 0, 0, .5);
}

.fryquotes a {
	cursor:pointer !important;
	color:#CC3300 !important;
}

.fryquotes a:hover {
	color:#FFFFFF !important;
}

.bottomnav {
	position:absolute;
	left:40px;
	top:520px;
	width:200px;
	height:36px;
	background-color: rgba(0, 0, 0, .5);
	text-align:center;
	vertical-align:middle;
}

.bottomnav a {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
/*	word-spacing:50px;
*/	color:#FFCC66;
	text-decoration:none;
	position:relative;
	vertical-align:middle;
	top:6px;
}

.bottomnav a:hover {
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}