﻿/*---------------------------------------------------------------------		
   												      			Objects
-----------------------------------------------------------------------*/
#themePageBody
{
	background: url('../Images/bg.gif') left top repeat-x;
	margin: 0;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	color:#6F513B; /* Brown */
}
#themePageHeader
{
	margin: 0;
	width: 800px;
	height: 50px;
	position:relative;
	text-align: right;
	vertical-align: bottom;
	font-size: 1em;
	z-index: 1;
}
#themePageThemeImage
{
	margin: 0;
	position: absolute;
	width:467px;
	height:255px;
	top: 3px;
	right: 9px;
	z-index: 2;
}
#themePageTheme
{
	margin: 0;
	position: absolute;
	width: 443px;
	height: 68px;
	top: 230px;
	right: 30px;
	z-index: 3;
}
#themePageThemeText
{
	margin: 0 0 0 10px;
	padding: 5px 10px 5px 15px;
	position: relative;
	left: 0px;
	top: 21px;
	font-size:large;
	color: #EFEBD5; /* Off White */
	font-weight: normal;
	z-index: 3;
}
#themeFreshMessage
{
	margin: 0;
	position: absolute;
	left: 330px;
	top: 60px;
	z-index: 3;
	visibility: visible;
}
#themeNavPanel
{
	position: absolute;
	left: 102px;
	top: 315px;
	width: 194px;
	margin: 0px;
	padding: 10px;
	font-weight:normal;
	z-index: 1;
}
#themeContentPanel
{
	position: absolute;
	width: 408px;
	margin: 0px;
	padding: 10px;
	font-weight:normal;
	z-index: 1;
	top: 352px;
	left: 334px;
}
#offsetO
{
	position:absolute;
	font-size:12px;
	left:-12px;
	font-weight:bold;	
}
#tourList
{
	list-style-type:square;
    padding:2px;
    margin-left:3px;
    left:13px;
    position:relative;  
    font-size:small;	
}
#ingredientsList
{
	list-style-type:circle;
    padding:2px;
    margin-left:3px;
    left:13px;
    position:relative;  
}
#directionsList
{
	list-style-type:decimal;
    padding:15px;
    margin-left:5px;
    left:10px;
    position:relative;  
}

/*---------------------------------------------------------------------		
   												      			Classes
-----------------------------------------------------------------------*/
.themeMainNav
{
	position:absolute;
	top:20px;
	right:12px;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
.themeMainNav a
{
	text-align:right;	
	font-size:x-small;
	font-weight:normal;
	text-decoration:none;
	color:#EFEBD5; /* Off White */
}
.themeMainNav a:hover
{
	color: #D37F29; /* Orange */
}
.themeMainNav a:visited
{
	color:#EFEBD5; /* Off White */
}
.picThemeBG
{
	margin: 0;
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	width:443px;
	height:68px;
}
.themeContentRight
{
	position: relative;
	top: 4px;
	left: 20px;
	margin:0;
	padding:0;
	font-weight: normal;
	font-size: small;
}
.themeContentLeft
{
	position: relative;
	text-align:right;
	vertical-align:middle;
	top: 0px;
	left: 0px;
	margin:0;
	padding:0;
	font-weight: normal;
	font-size: small;
	z-index:2;
}
.noBorders
{
	border:0;
	vertical-align:middle;
}
.themeMap
{
	text-decoration:none;
}