* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #FFC621;
 background-color: #2D2016;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 height: 800px;
}
#header {
 width: 900px;
 padding: 0px;
 border: none;
 height: 130px;
 margin: 0px 0px 0px 30px;
 background: none;
 position: relative;
}

#subheader {
font-style: italic;
 width: 855px;
 font-size: 16px;
 color: #D9512C;
 position: absolute;
 top: 110px;
 left: 50px;
 letter-spacing: 1px;
}

#slideshow { 
 width: 900px;
 height: 600px;
 border: none;
 background: #2D2016;
 margin: 0px 10px 0px 40px;
 padding: 0px;
 position: relative;
 left: 0px;
 top: 10px;
 border: #000000 1px solid;
 }
#footer { 
 font-size: 12px;
 text-align: right;
 width: 930px;
 border: none;
 background: none;
 margin: 0px 0px 0px 10px;
 padding: 0px;
 height: 12px;
 position: absolute;
 top: 750px;
}

a:link {
	color: #5298A5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5298A5;
}
a:hover {
	text-decoration: none;
	color: #EFC147;
}
a:active {
	text-decoration: none;
	color: #5298A5;
}

#navigation {
 width: 290px;
 background: none;
 position: absolute;
 top: 18px;
 left: 625px;
}

#hours {
 position: relative;
 width: 30px;
 font-size: 21px;
 color: #EFC147;
 line-height: 30px;
 letter-spacing: 3px;
}

#hours a span {
 display: none;
}

#hours a:hover span {
 display: block;
 position: relative;
 top: -88px;
 left: -12px;
 width: 275px;
 padding: 6px;
 margin: 10px;
 z-index: 100;
 color: #2D2016;
 background: #5298A5;
 text-align: center;
 border: #EFC147 2px solid;
  font-size: 18px;
}

#email {
 position: absolute;
 top: 0px;
 left: 25px;
 font-size: 21px;
 color: #EFC147;
 line-height: 30px;
 letter-spacing: 3px;
}

#email a span {
 display: none;
}

#email a:hover span {
 display: block;
 position: relative;
 top: -88px;
 left: -113px;
 width: 275px;
 padding: 6px;
 margin: 10px;
 z-index: 100;
 color: #2D2016;
 background: #5298A5;
 text-align: center;
 border: #EFC147 2px solid;
 font-size: 18px;
}


#blog {
 position: absolute;
 top: 0px;
 left: 124px;
 font-size: 21px;
 color: #EFC147;
 line-height: 30px;
 letter-spacing: 3px;
} 

#navigationb {
 width: 215px;
 position: absolute;
 top: 70px;
 left: 700px;
 font-size: 21px;
 color: #EFC147;
 line-height: 30px;
 letter-spacing: 3px;
}

#cart {
 position: absolute;
 left: 304px;
 top: 370px;
}

p1 {
 font-size: 17px;
 font-weight: normal;
 line-height: 26px;
}	
 
p2 {
 font-size: 17px;
 font-weight: normal;
 line-height: 26px;
 letter-spacing: 1px;
 }
 
p3 {
 font-size: 21px;
 line-height: 30px;
 letter-spacing: 3px;
 }
 
p4 {
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 }
