/* CSS Document */

html{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	background: #CCC8B8;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*************************************************************                *********************************************************
																   HEADER
 *************************************************************                ********************************************************/

DIV.mainContainer{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 585px;
	background: #FFFFFF;
	border: 1px solid black;
	text-align: left;
	overflow: hidden;
}



DIV.headerContainer{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #000000;
}

DIV.menu{
	position: absolute;
	top: 55px;
	left: 20px;
	width: 600px;
	height: 30px;
	color: #FFFFFF;
}

.menu a:link {color: #FFFFFF}
.menu a:visited {color: #FFFFFF}
.menu a:hover {color: #FF3020;}
.menu a{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;	
}

DIV.logo{
	position: absolute;
	top: 5px;
	left: 740px;
	width: 300px;
	height: 100px;
}


/*************************************************************                *********************************************************
																    BODY
 *************************************************************                ********************************************************/
 
 
 DIV.mainImage{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 395px;
	width: 305px;
	border: 5px solid black;
	border-left: 0px;
}

DIV.mainImageHome{	
	position: absolute;
	top: 100px;
	left: 0px;
	height: 395px;
	width: 720px;
	border: 5px solid black;
	border-left: 0px;	
}

DIV.smallImage{
	position: absolute;	
	top: 100px;
	left: 735px;
	height: 80px;
	width: 210px;
	border: 5px solid black;
	border-right: 0px;
}


DIV.content{
	position: absolute;
	top: 100px;
	left: 320px;
	width: 620px;
	font-size: 8pt;
}

.contentTop{
	width: 395px;
}

.contentTable{
	font-size: 8pt;
	width: 580px;
	margin-right: 20px;
	margin-left: 20px;
}

.vegetarianTD{
	width: 40px;
	text-align: left;
}

.priceTD{
	 width: 30px;
	text-align: right;
}

DIV.contentHome{
	position: absolute;
	top: 200px;
	left: 735px;
	width: 210px;
	height: 420px;
	font-size: 8pt;
	text-align: justified;
	line-height: 1.50;
}

 .subMenuLinkOn a{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;	
}
.subMenuLinkOn a:link {color: #000000}
.subMenuLinkOn a:visited {color: #000000}
.subMenuLinkOn a:hover {color: #FF3020;}


.subMenuLinkOff a{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.subMenuLinkOff a:link {color: #999999}
.subMenuLinkOff a:visited {color: #999999}
.subMenuLinkOff a:hover {color: #FF3020;}


.homeTreeImage{
	position: absolute;
	top: 50px;
	left: 150px;
}

.contentHeading{
	font-weight: bold;
	font-size: 10pt;
}

DIV.downloadFunctionMenu{
	position: absolute;
	top: 432px;
	left: 180px;
}

.downloadFunctionMenu a{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
.downloadFunctionMenu  a:link {color: #000000}
.downloadFunctionMenu a:visited {color: #000000}
.downloadFunctionMenu  a:hover {color: #FF3020;}


/*************************************************************                *********************************************************
																   FOOTER
 *************************************************************                ********************************************************/

DIV.bottomLine{
	position: absolute;
	top: 515px;
	left: 0px;
	width: 100%;
	height: 7px; 
	background: #000000;
}

DIV.footerLeft{
	position: absolute;
	top: 530px;
	left: 10px;
	text-align: left;
	font-weight: bolder;
	font-size: 9pt;
}

DIV.footerRight{
	position: absolute;
	top: 530px;
	left: 735px;
	text-align: right;
	font-weight: bolder;
	font-size: 9pt;
}

.creatorLink a:link {color: #666666}
.creatorLink a:visited {color: #666666}
.creatorLink a:hover {color: #000000; text-decoration: underline;}
.creatorLink a{
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;	
}

/*************************************************************                *********************************************************
																   FORMS
 *************************************************************                ********************************************************/

.formTable{
	font-size: 8pt;
}

.formSubmitButton{
	font-size: 8pt;
}

.formTextBox{
	font-size: 8pt;
}