*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body{
/*for IE */
text-align:center;
margin-left: 0px;
font-family: Arial;
font-size: 10pt;
color: #FFFFFF;
}


h1
{
 color: #FFFFFF;
 font-size: 20pt;
 margin-top: 5px;
 margin-left: 10px;
 margin-right: 5px;
 font-weight: lighter;
}

h2
{
 color: #FFFFFF;
 font-size: 16pt;
 margin-top: 5px;
 margin-left: 10px;
 margin-right: 5px;
 font-weight: lighter;
}

h3
{
 color: #FFFFFF;
 font-size: 12pt;
 margin-top: 5px;
 margin-left: 10px;
 margin-right: 5px;
 font-weight: lighter;
}

h4
{
 color: #FFFFFF;
 font-size: 10pt;
 margin-top: 5px;
 margin-left: 10px;
 margin-right: 5px;
 font-weight: lighter;
}

h6
{
 color: #FFFFFF;
 font-size: 9pt;
 margin-top: 5px;
 font-weight: Bold;
}

h4
{
 color: #FFFFFF;
 font-size: 12pt;
 font-weight: bold;
}

h4.faqHeading
{
 color: #FFFFFF;
 font-size: 10pt;
 font-weight: bold;
 cursor: pointer;
}

h5
{
 color: #FFFFFF;
 font-size: 12pt;
 font-weight: bold;
}

p
{
 color: #FFFFFF;
 font-size: 10pt;
 line-height: 19px;
 margin: 0px 10px 10px 10px;
}

p.list
{
 color: #FFFFFF;
 font-size: 10pt;
 line-height: 19px;
 margin: 0px 10px 0px 10px;
}



#e{
/*for Firefox etc */
  margin:0 auto;
}


#main
{
width: 1000px;
height: 900px;
}

#header
{
width: 1000px;
height: 100px;
text-align: left;
vertical-align: text-bottom;
}

#contactDetails
{
float: right;
text-align: right;
margin-top: 5px;
margin-right: 10px;
}

#mainContent
{
width: 1000px;
height: 900px;
background-image: url('graphics/windowBackground.gif');
background-repeat: no-repeat;
clear: both;
text-align: left;
}

#menuLeft
{
 height: 600px;
 width: 200px;
 position: relative;
 left: 20px;
 text-align: left;
 float: left;
}

#centerContent
{
 height: 490px;
 width: 440px;
 overflow: auto;
 float: left;
 margin-left: 78px;
 margin-top: 20px;
 margin-right: 10px;
}

#rightContent
{
 height: 600px;
 width: 175px;
 float: right;
 margin-right: 20px;
 align: bottom;
}

#newsBoxBG
{
 width:170px;
 height: 200px;
 background-image: url('graphics/news.png');
}

#newsBox
{
 width:150px;
 height: 190px;
 /* CSS3 standard */
 opacity:1;
  /* for IE */
 filter:alpha(opacity=100);
 margin: 0px 15px 10px 15px;
}

#newsContent
{
 width:170px;
 height: 180px;
}

#topBoxTrans
{
 width: 1000px;
 height: 140px;
}

#imageDesc
{
text-align: left;
color: #000000;
}

p.news
{
 color: #FFFFFF;
 font-size: 8pt;
 line-height: 12px;
 margin: 0px 0px 20px 0px;
}

#main.show
{
 margin-left: 10px;
 /* for IE */
 filter:alpha(opacity=30);
 /* CSS3 standard */
 opacity:0.3;
 position: relative;
 z-index: -1;
}

#main.hide
{
 margin-left: 10px;
 /* for IE */
 filter:alpha(opacity=100);
 /* CSS3 standard */
 opacity:1.0;
 position: relative;
 z-index: 1;
}

table
{
 margin-top: 0px;
 margin-left: 15px;
 margin-bottom: 10px;
 list-style: none;
 color: #ffffff;
 float: left;
}

td.buttonUp
{
 background-image: url('graphics/buttonUp.png');
 background-repeat: no-repeat;
 width: 170px;
 height: 49px;
 margin-left: 20px;
}

td.buttonDown
{
 background-image: url('graphics/buttonDown.png');
 background-repeat: no-repeat;
 width: 170px;
 height: 49px;
}

table.pic
{
 margin-top: 0px;
 margin-left: 10px;
 margin-right: 0px;
 list-style: none;
 color: #ffffff;
 float: left;
}

tr.picTopRow
{
 height: 9px;
}

td.picTopLeft
{
 height: 9px;
 width: 9px;
 background-image: url('graphics/topLeft.png');
}

td.picTop
{
 height: 9px;
 background-image: url('graphics/top.png');
}

td.picTopRight
{
 height: 9px;
 width: 9px;
 background-image: url('graphics/topRight.png');
}

td.picLeft
{
 width: 9px;
 background-image: url('graphics/left.png');
}

td.picRight
{
 width: 9px;
 background-image: url('graphics/right.png');
}

td.picBottomLeft
{
 height: 9px;
 width: 9px;
 background-image: url('graphics/bottomLeft.png');
}

td.picBottom
{
 height: 9px;
 background-image: url('graphics/bottom.png');
}

td.picBottomRight
{
 height: 9px;
 width: 9px;
 background-image: url('graphics/bottomRight.png');
}


#theImage.show
{
 position: absolute;
 top: 5%;
 left: 10%;
 right: 10%;
 z-index: 1;
}

#theImage.hide
{
 position: absolute;
 left: 10%;
 right: 10%;
 top: 5%;
 z-index: -1;
}

#logo
{
 margin: 35px 0px 0px 276px;
}

a
{
 color: #FFFFFF;
 text-decoration: none;
}

a:hover
{
 color: #FFFFFF;
 text-decoration: underline;
}

a:link
{
 color: #FFFFFF;
}

a:visited
{
 color: #FFFFFF;
 text-decoration: none;
} 

#quickContact
{
 margin-left: 10px;
}

#imageDesc
{
 font-weight: bold;
 width: 600px;
}

.hiddenFAQ
{
 display: none;
}

.showFAQ
{
 display: inline;
}

#anniversary
{
 width: 185px;
 height: 125px;
 background-image: url('graphics/anniversary.png');
 margin-top: 80px;
}

#executiveKitchens
{
 width: 185px;
 height: 25px;
 margin-top: 25px;
}

#footer
{
 clear: both;
 position: relative;
 top: 20px;
 left: 5px;
}

