/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: url(images/img04.jpg) repeat left top;*/
	background-color:#ffffff;
}

body, th, td, input, textarea {
	text-align: justify;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* letter-spacing:1px; */
	font-size: 15px;
	/* color: #666666; dark gray*/
	color: #333333;
	
}


h1, h2, h3 {
	margin-top: 1.5em;
	/* color: #00B4CE;*/ /*light blue */
	/* color: #000000; */
}

h1 {
	/* letter-spacing: -.075em; */
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #00B4CE;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #75043D;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #00B4CE;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #B10961;
}

hr {
	color: #07c5d5;
}

/* Wrapper */

#wrapper {
	width: 800px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;	
	background: url(images/img03.jpg) repeat-y left top;
}

html>body #wrapper { height: auto; }

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat top left;
}

#menu {
	height: 80px;
	width: 976px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	padding: 15px 30px 16px 30px;
	/* color: #FFFFFF; */
	color: #333333;
	background-color:yellow;
}

#menu .last{
}


/* Logo */

#logo {
	width: 760px;
	/* height: 114px; */
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 10px 5px 0 40px;
	font-size: 48px;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 40px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}


#logo a {
	color: #333333;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: none;
	clear: both;
}

/* Content */

#content {
	float: left;
	width: 760px;
}

#phone {
	font-size:24px;
}

 .title {
	margin: 0;
	font-weight: normal;
}

 h1.title {
	padding: 25px 0  0 0;
	height: 40px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}


.links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.tags {
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

 .links a, .post .tags a {
	border: none;
}

 .links a {
	font-weight: bold;
	border-bottom: #1CC3D9 1px solid;
}


/* Footer */

#footer {
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left bottom;
	height: 80px;
}

#footer p {
	padding-top: 45px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	padding: 2px 7px;
	color: #FFFFFF;
}

/* Other */
div.menuItem {
	display:block;
	padding-bottom:15px;
	clear: both;
}

div.menuItem2 {
	display:block;
	margin-bottom:5px;
	clear: both;
}


div.menuItemName {
	font-weight: bold;
	display:inline;
	
}

div.menuItemPrice {
	display: inline;
	font-weight:bold;
	margin-left:20px; 
}



div.menuItemDef {
	clear:both;
}

span.wordWithHighlight {
	background-color:#FFFF00;
}

div.smallMenuItemWrapper {
	width:400px;
	/* background-color:#05c5d5; */
	border-color: #07c5d5;
	border: 3px solid;
	padding: 10px;
}

div.smallMenuItemWrapper div.menuItemName {
	float: left;
	clear: left;
	padding-bottom:5px;

}

div.smallMenuItemWrapper div.menuItemPrice {
	float:right;
	clear:right;
	padding-right:0px;

}

div#freshnessStatement {
	display: inline;
	float: right;
	clear: right;
	/* background-image:url(images/sun.jpg);
	background-repeat: no-repeat; */
	/* background-color: #ffff00; */
	padding: 10px;
	/*width: 288px;
	height: 244px; */
	font-weight: bold;
	/* border-left: 1px thin solid; */
}

div#freshnessStatement span.highlights {
	background-color: #ffff00;
}

div#contactInfo {
	display: inline;
	clear: left;
	float: left;
} 

.doNotDisplay {
	display: none;
}

.tinyFont {
	font-size: 8px;
}