/*@charset "UTF-8";*/
/* Amics Mediterranean Cafe Stylesheet
   Designed and Coded by Bruce Clary
*/

/* ===== Eric Meyer's 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;
}
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: "" "";
}


/* ========= Global Styles ========== */

body {
	background-color: #231303;
	font: normal 16px/1.2 Arial, Helvetica, sans-serif;
	color: #230D02;
	}
div#banner {
	width: 100%;
	height: 75px;
	background-image: url(../images/amics-border-sm.jpg);
	background-repeat: repeat-x;
	}
div#container {
	margin: 0 auto;
	width: 1015px;
	height: 775px;
	background: url(../images/bg-tile.jpg) repeat-y;
	}
div#branding {
	width: 1015px;
	height: 145px;
	background: url(../images/amics-branding.png) no-repeat center;
	}
div#branding h1 {
	width: 1015px;
 	margin-left: -9999px;
	}
div#content {
	width: 763px;
	margin: 10px auto 0 auto;
}
div#navpanel {
	width: 154px;
	height: 380px;
	float: left;
	padding: 10;
	background: url(../images/bg-navpanel.png) repeat-x;
	}
p.rndtop {
	width: 154px;
	height: 10px;
	line-height: 10px;
	background: url(../images/rndtop.png) no-repeat top left;
	}
/*p.slidetop {
	width: 588px;
	height: 10px;
	line-height: 10px;
	background: url(images/slide-top.png);
	float: right;
	margin-top: -10px;
	}*/
div#navpanel ul {
	width: 134px;
	height: 360px;
	padding: 10px;
}
div#navpanel ul li {
	width: 134px;
	height: 37px;
	}
div#navpanel a:link, div#navpanel a:visited, div#navpanel a:hover {
	display: block;
	width: 134px;
	height: 37px;
	text-decoration: none;
	}
div#navpanel ul li a:link#home, div#navpanel ul li a:visited#home {
	background: url(../images/home-btn.png) no-repeat top left;
	}
div#navpanel ul li a:hover#home {
	background: url(../images/home-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#about, div#navpanel a:visited#about {
	background: url(../images/about-btn.png) no-repeat top left;
	}
div#navpanel a:hover#about {
	background: url(../images/about-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#cafe, div#navpanel a:visited#cafe {
	background: url(../images/cafe-btn.png) no-repeat top left;
	}
div#navpanel a:hover#cafe {
	background: url(../images/cafe-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#tapas, div#navpanel a:visited#tapas {
	background: url(../images/tapas-btn.png) no-repeat top left;
	}
div#navpanel a:hover#tapas {
	background: url(../images/tapas-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#catering, div#navpanel a:visited#catering {
	background: url(../images/catering-btn.png) no-repeat top left;
	}
div#navpanel ul li a:hover#catering {
	background: url(../images/catering-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#cakes, div#navpanel a:visited#cakes {
	background: url(../images/cakes-btn.png) no-repeat top left;
	}
div#navpanel a:hover#cakes {
	background: url(../images/cakes-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#kudos, div#navpanel a:visited#kudos {
	background: url(../images/kudos-btn.png) no-repeat top left;
	}
div#navpanel a:hover#kudos {
	background: url(../images/kudos-btn.png) no-repeat bottom right;
	}
div#navpanel a:link#contact, div#navpanel a:visited#contact {
	background: url(../images/contact-btn.png) no-repeat top left;
	}
div#navpanel a:hover#contact {
	background: url(../images/contact-btn.png) no-repeat bottom right;
	}

div#slides {
	width: 570px;
	height: 380px;
	float: right;
	background: url(../images/bg-slidearea.png) repeat-x;
	margin-top: -10px;
	padding: 10px 0 0 15px;
	}
div#text {
	width: 370px;
	height: auto;
	float: left;
	background-image: url(../images/bg-textdiv.png);
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	margin-left: 20px;
	border-top: 2px solid #ddd;
	border-right: 3px solid #230D02;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #230d02;
	}
div#text h2 {
	margin-bottom: 0.5em;
	}
div#text h3 {
	font: bold 18px/1.2 Arial, Helvetica, sans-serif;
	color: #5e642e;
	margin: 20px 0 10px 0;
	text-align: center;
	}
div#text p {
	font: normal 85%/1.3 Georgia, "Times New Roman", Times, serif;
	color: #230D02;
	text-align: center;
	}
div#text a:link, div#text a:visited {
	text-decoration: underline;
	color: #410041;
		}
div#text a:hover {
	color: #5e642e;
	}
div#sidebar {
	width: 174px;
	height: auto;
	float: left;
/*	margin-top: 30px;
*/	}
div#sidebar img {
	width: 65px;
	height: 65px;
	margin: 0px 0 30px 19px;
	border: 1px solid #eee;
	}
div#sidebar2 {
	width: 174px;
	height: auto;
	float: left;
	margin-top: 30px;
	}
div#sidebar2 img {
	width: 65px;
	height: 65px;
	margin: 0px 0 30px 19px;
	border: 1px solid #eee;
	}
div#private {
	width: 154px;
	margin-left: 19px;
	height: auto;
	float: left;
	border-bottom: 1px solid #410041;
		}
div#private img {
	width: 65px;
	height: 65px;
	margin: 0px 0 30px 0px;
	border: 1px solid #eee;
	}
div#private img.right {
	margin-left: 19px;
	}
.clear {
	clear: both;
	}
div#boxbuttons {
	width: 762px;
	height: 205px;
	margin: 20px 0 0px 0;
	}
div#cafebutton {
	width: 241px;
	height: 185px;
/*	background-color: #5e642e;
*/	float: left;
	}
div#tapasbutton {
	width: 241px;
	height: 185px;
/*	background-color: #e6d562;
*/	margin-left: 20px;
	float: left;
	}	
div#cateringbutton {
	width: 241px;
	height: 185px;
/*	background-color: #410041;
*/	margin-left: 19px;
	float: left;
	}
div#footer {
	padding-top: 20px;
	width: 1015px;
	margin: 0 auto;
	height: 180px;
	background: url(../images/bg-footer.gif) repeat-x;
	}
div#footer p {
	font-size: 75%;
	line-height: 1.5;
	font-weight: 200;
	color: #e6d562;
	}
div#amicsinfo {
	width: 762px;
	margin: 0 auto;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.sig {
	text-align: right;
	color: #410041;
	font-style: italic;
	}
div#text p.pullout {
	font: bold 85%/1.2 Arial, Helvetica, sans-serif;
	margin-bottom: 0em 0 1em 0;}
dt {
	font: bold 85%/1.3 Georgia, "Times New Roman", Times, serif;
	color: #410041;
	float: left;
	margin-bottom: 0.5em;
	}
dd {
	font: normal 85%/1.3 Georgia, "Times New Roman", Times, serif;
	color: #230D02;
	margin-left: 100px;
	margin-bottom: 1em;
	}
p.designedby {
	clear: both;
	text-align: center;
	padding-top: 100px;
	font-size: 0.5em;
	}

	
	
