/* American Grocery Restaurant CSS */
 
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;
}
body {
	line-height: 1;
	color: black;
	background: black;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}
  
/* Basic typography */
 
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 0.8em;
}

/* Site wide links */

a {
	color: #840000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}

/* Basic form behavior */

button:hover {
	cursor: pointer;
}

/* Body */

body {
	background: url('../images/body.jpg') center repeat-y;
	padding: 0;
	color: #282828;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#000;
}
div.wrap {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 auto;
	width: 950px;
}
br.clear {
	clear: both;
}

/* Wrapper */

div#wrapper {
	height: 800px;
	padding: 10px 0 0 0;
}
body.home div#wrapper {
	background: url('../images/home.jpg') center top no-repeat;
}
body.inside div#wrapper {
	background: url('../images/inside.jpg') center top no-repeat;
}

/* Header */

div#header {
}
div#header h1 {
	display: block;
	margin: 45px 0 0 180px;
	width: 600px;
}
div#header h1 a {
	display: block;
	height: 100px;
	text-indent: -999em;
	width: 600px;
}
div#header h1 a:hover {
	background: none;
}

/* Navigation */

div#nav {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 18pt;
	height: 35px;
	text-transform: uppercase;
	
}
div#nav ul {
	margin: 15px 0 0 160px;
	
}
div#nav li {
	display: block;
	float: left;
	margin-right: 50px;
	
}
div#nav li a {
	color: #fff;
	text-decoration: none;
}

div#nav a:hover{
	font-family: Georgia, Garamond, Times, serif;
	height: 35px;
	text-decoration: underline;
	}
/* Teaser image on home page */

div#teaser {
	height: 350px;
}
div#teaser div.wrap img {
	margin-left: 6px;
}

/* Teaser on inside page */

body.inside div#teaser {
	float: right;
	margin: 0 10px 0 0;
}
body.inside div#sidebar {
	clear: right;
	float: right;
}

/* Container */

div#container {
	background: url('../images/container.jpg') center bottom no-repeat;
	padding: 0 0 10px 0;
}
body.home div#container div.wrap {
	background: url('../images/vertical.png') center repeat-y;
	margin-bottom: 20px;
	
}

/* Content */

div#content {
	color: #3d100b;
	font-size: 1.2em;
	float: left;
	line-height: 1.2em;
	margin-left: 20px;
	width: 430px;
}
div#content p {
	margin-bottom: 20px;
}
body.inside div#content {
	margin: 20px 0 0 15px;
}

/* Read more */

p.read-more a {
	background: url('../images/readmore.png') left top no-repeat;
	display: block;
	height: 12px;
	text-indent: -999em;
	width: 90px;
}

/* Sidebar */

div#sidebar {
	color: #532b23;
	float: right;
	margin: 0 50px 40px 0;
	width: 400px;
	
	
}
div#sidebar .content{
	color: #3d100b;
	font-size: 1.2em;
	float: right;
	line-height: 1.2em;
	margin: 0 10px 40px 0;
	width: 400px;

}
div#sidebar strong {
	color: #300;
}
div#sidebar a {
	color: #840000;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #660000;
	text-decoration: underline;
}
div#sidebar ul ul li.one {
	background: url('../images/agr_icon_milk.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.two {
	background: url('../images/agr_icon_veg.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.three {
	background: url('../images/agr_icon_pork.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.four {
	background: url('../images/agr_icon_lamb.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.five {
	background: url('../images/agr_icon_rabbit.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.six {
	background: url('../images/agr_icon_ven.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.seven {
	background: url('../images/agr_icon_poltury.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.eight {
	background: url('../images/agr_icon_eggs.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.nine {
	background: url('../images/agr_icon_cheese.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.ten {
	background: url('../images/agr_icon_fruit.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.eleven {
	background: url('../images/agr_icon_flour.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.tweleve {
	background: url('../images/agr_icon_grains.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.thirteen {
	background: url('../images/agr_icon_choc.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.forteen {
	background: url('../images/agr_icon_coffee.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.fifteen {
	background: url('../images/agr_icon_olive.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.sixteen {
	background: url('../images/agr_icon_beef.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.seventeen {
	background: url('../images/agr_icon_drink.png') left top no-repeat;
	padding: 0 0 0 50px;
}
div#sidebar ul ul li.eighteen {
	background: url('../images/agr_icon_eat2give.png') left top no-repeat;
	padding: 0 0 0 50px;
}
.empty {
	display: block;
	height: 380px;
	text-indent: -999em;
	width: 90px;	
}

/* Footer */

div#footer {
	background: url('../images/footer.jpg') center bottom no-repeat;
	clear: both;
	height: 80px;
}
div#footer div.wrap {
	background: url('../images/pig.png') center top no-repeat;
	height: 80px;
}
div#footer p {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 1.2em;
	padding-top: 40px;
	text-align: center;
	text-transform: uppercase;
}

/* Headings: Graphics */

h2, h3, h4, h5, h6, h7, h8, h9, h10 {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: -10px;
}


h2#heading-welcome {
	background: url('../images/agr_header_welcome.png') left top no-repeat;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 363px;
}

h3#heading-upcoming {
	background: url('../images/agr_header_events.png') right top no-repeat;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 346px;
}
h4#heading-chef {
	background: url('../images/agr_header_chef.png') left top no-repeat;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 346px;
}
h5#heading-menu {
	background: url('../images/agr_header_menu.png') left top no-repeat;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 346px;
}
h6#heading-list {
	background: url('../images/agr_header_list.png') right top no-repeat;
	display: block;
	height: 39px;
	text-indent: -999em;
	width: 346px;
}
h7#heading-contact {
	background: url('../images/agr_header_contact.png') left top no-repeat;
	display: block;
	height: 39px;
	text-indent: -999em;
	width: 346px;
}
h8#heading-support {
	background: url('../images/agr_header_support.png') right top no-repeat;
	display: block;
	height: 39px;
	text-indent: -999em;
	width: 346px;
}
h9#heading-sommelier {
	background: url('../images/agr_header_sommelier.png') left top no-repeat;
	display: block;
	height: 38px;
	text-indent: -999em;
	width: 346px;
}
h10#heading-wine {
	background: url('../images/agr_header_wine.png') left top no-repeat;
	display: block;
	height: 39px;
	text-indent: -999em;
	width: 346px;
}

/* Begin Easy Slider */

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider_container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:935px;
		background:#fff;		
		margin-bottom:2em;
		}	
			
	#content{
		position:relative;
		overflow:hidden;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:351px;
		overflow:hidden; 
		}	
	
/* // Easy Slider */
