/*
	CSS Reset

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
This is the start of custom CSS

*/


/*
Base styles

*/

body{
	font: 62.5% Georgia, "Times New Roman", serif;
	background: #fff url("../images/strip.gif") repeat-x center top;
	
}
a, a:link{
	color:#b7161c;
	text-decoration: underline;
}
a:hover{
	color:#86151a;
	text-decoration: none;
}
em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

/*
Structure

*/

#wrap{
	font-size: 1.2em;
	width: 850px;
	margin:25px auto 0;
}

#wrap #left{
	float: left;
	width: 265px;

}

#wrap #right{
	float: right;
	width: 500px;
}

#wrap #fb{
	width: 575px;
	margin: 25px auto 0;
}

hr{
	clear: both;
	border:0;
	height:1px;
	background-color: #b2b2b2;
}

#footer{
	margin: 25px auto;
	width: 850px;
	text-align: center;
}

#wrap ul{
	margin-top: 10px;
}
#wrap li{
	line-height:1.6;
	list-style: none;   
}

/*
Design elements

*/

#wrap h1{
	background: transparent url(../images/the-meat-hook-logo.gif) no-repeat scroll center top;
	height:0;
	width:265px;
	overflow:hidden;
	padding-top: 298px;
}


#intro{
	margin: 32px 0 67px;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.1em;
}


#wrap h4 {
 	font-size: 2.4em;
}


#wrap #address p {
 	font-size: 1.3em;
	margin: 5px 0 30px;
	line-height:1.4;
}

#wrap #address #map{
	border: 3px solid #b7161c;
	margin-bottom: 20px;
}

#wrap .info{
	border-top: 1px solid #b2b2b2;
	padding: 20px 0;
	font-size: 1.3em;
	line-height: 1.2em;
}

#wrap .sausage{

	font-size: 1.3em;
	line-height: 1.2em;
}

#wrap .store{
	text-align: center;
	font-size: 1.6em;
}