/* CSS Document for Greek Village Grille- Written by Paul Fresty - FrestyCreative */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 75%;
    font-family: Arial, Helvetica, Corbel, sans-serif;
	background:#000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	}
	
img {
	display: block;
	border: none;
	}

p {
	line-height: 0.5em;
	}
	
a {
	color:#FFF;
	}
	
h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-bottom: 0em;
	}
	
h2 {
	font-size:1.5em;
	line-height: 1em;
	margin-bottom: 0.1em;
	}


/* =DIVS
--------------------------------------*/
#access-links { 
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
#page-container {
	margin:auto;
	width:995px;
	position:relative;
	}

#MainImage {
	height:381px;
	width:995px;
	background-image: url(../images/greekvillage.jpg);
	margin:auto;
	}

#sub-content {
	margin-top:15px;
	width:995px;
	/*background-image: url(../images/dots.gif);*/
	background-repeat:repeat-y;
	}
	
#content {
	float:left;
	width:390px;
	}
	
#content p {
	padding:10px 20px 25px 25px;
	font-size:1.1667em;
	line-height: 1.1em;
	}
	
#Menu {
	float:left;
	width:229px;
	}

#Menu h2 {
	padding-left:10px;
	}

#Menu h3 {
	padding-left:22px;
	}

#Pitas {
	float:left;
	width:196px;
	}

#Salads {
	float:left;
	width:175px;
	}


/* =NAVIGATION
--------------------------------------*/
#navMain {
	width:996px!important;
	height: 25px;
	min-height:25px;
	background-image: url(../images/navBack.jpg);
	background-repeat:repeat-y;
	display:block;
	list-style:none;
	padding-top:10px;
	padding-left:20px;
	padding-right:0px;
	margin:0px;
	text-align:left;
	}
	
#navMain li {
	display:inline;
	padding: 3px 20px 3px 20px;
	border-right:solid #FFF 1px;
	}

#navMain a {
	text-decoration: none;
	min-height:26px;
	}
	
#navMain a:hover {
	color:#E8A63A;
	}
/* =CLASSES
--------------------------------------*/

.dates {
	font-size: .9em;
	list-style:none;
	padding-left:22px;
	padding-right:20px;
	margin-bottom:10px;
	}

a.full-list {
	margin-left:35px;
	padding-bottom:15px;
	}

.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	}
	
li.navEnd {
	border-right:none!important;
	}
	
/* =MICROFORMATS
--------------------------------------*/ 



/* =TABLES
--------------------------------------*/



/* =FORMS (.NET)
--------------------------------------*/