@charset "UTF-8";
/* CSS Document */
/* Main Structure */

h1 { 
	font-size: 20px;
} 

#index
	{
		 background-color:#FBC317; 
		/*background-image:url(images/backGround.png);
		background-repeat:repeat;*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
	} 

#container
	{
		width:780px;
		background-color:#FF0000;
		margin:auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	
#leftCol
	{
		width:203px;
		margin-left:8px;
		float:left;
	}
	
#rightCol
	{
		width:525px;
		float:right;
	}
	
#footer
	{
		clear:both;
		background-color:#663366;
		height:100px;
		width:780px;
		font-size:12px;
		text-align:center;
	}
	
#footer td
	{
		vertical-align: top;
	}

.footer_text p
	{
		color: #FFCC33;
	}
	
#footer #fix
	{
		/* margin-right:25px; */
		float:right;
	}

.address p
	{
		color:#FFFFFF;
	}
	
/* Alternate Attributes */
	
#dPlate
	{
		background-image:url(images/zoes_metal.jpg);
		background-repeat:repeat-x;
		height:100px;
	}
	
#pPattern
	{
		background-image:url(images/purplePattern.png);
		background-color:#663366;
		background-repeat:repeat-x;
		height:45px;
		margin-top:-2px;
	}

#zoeLogo img
	{
		margin-top:-126px;
		margin-left: 10px;
	}
img
	{
		border:0px;
		text-decoration:none;
	}
	
/* Navigation */

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: -10px;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 7px;
width: 160px;
background-color: #FBC317;
margin-bottom:15px;
color: #663366;

}

#navcontainer a:link, #navlist a:visited
{

text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}

#navcontainer a:hover
{
background-color: #98C540;
color: #fff;
}

.home #navcontainer #home, 
.survey #navcontainer #survey,
.email #navcontainer #email,
.contact #navcontainer #contact,
.giftcard #navcontainer #giftcard,
.menu #navcontainer #menu
 { 
	background-color: #98C540;
	color: #fff;
	font-weight: bold;
}

/* End of Navigation */

a:link, a:active, a:visited
	{
		color:#99CC33;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		border:0px;
	}

a:hover { 
	text-decoration: underline;
}


#joinClub
	{
		margin-top:35px;
	}
	
#directTime div
	{
		display:inline-block;
		float:left;
		width:175px;
	}
	
#directTime p
	{
		text-align:center;
		color:#FFCC00;
	}
	
#content
	{
		background-image:url(images/contentBG.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		border:4px #663366 solid;
		/* height:300px; */
		clear:both;
		font-size:18px;
		color:#663366;
		margin:10px;
		padding:10px;
	}

label { 
	font-size: 11px; 
	font-weight: bold;	
}	

#imgBlock
	{
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
	}
#imgBlock img
	{
		margin-right:7px;
		border:2px #663366 solid;
	}
