//The body tag set up the repeating (tiling) gradated bg//

body				{background:url("images/gradatedBg.jpg");}

body,div,
span,p,td			{font-family:verdana,arial,sans-serif; font-size:10px; color:#000;}

#mainContainer		{position:absolute; left:260px; top:200px; width:500px; height:500px; z-index:2;}
#module				{position:absolute; left:254px; top:70px; width:530px; height:434px; z-index:2;}
#underModule		{position:absolute; left:260px; top:520px; width:540px; height:600px; z-index:2;}
#leftContainer		{position:absolute; left:25px; top:520px; width:220px; height:500px; z-index:2;}
#egg				{position:absolute; left:0px; top:0px; width:760px; height:408px; z-index:1;}
#polly1				{position:absolute; left:35px; top:100px; width:213px; height:219px; z-index:5;}
#title				{position:absolute; left:150px; top:0px; width:263px; height:203px; z-index:4;}
#subTitle			{position:absolute; left:413px; top:122px; width:214px; height:81px; z-index:5;}
#navTable			{position:absolute; left:0px; top:280px; width:235px; height:218px; z-index:4;}
#notice				{position:absolute; left:413px; top:0px; width:487px; height:122px; z-index:6;}


#bfdg		{position:absolute; left:408px; top:566px; width:118px; height:23px; z-index:2;}
#bar		{position:absolute; left:0px; top:0px; width:426px; height:266px; z-index:3;}
#words1		{position:absolute; left:426px; top:0px; width:334px; height:266px; z-index:4;}
#logo		{position:absolute; left:0px; top:266px; width:426px; height:106px; z-index:5;}
#words2		{position:absolute; left:426px; top:266px; width:334px; height:106px; z-index:5;}
#snippet1	{position:absolute; left:0px; top:371px; width:69px; height:41px; z-index:5;}
#snippet2	{position:absolute; left:476px; top:391px; width:284px; height:21px; z-index:5;}
#words3		{position:absolute; left:0px; top:412px; width:730px; height:72px; z-index:5;}
#jazz		{position:absolute; left:572px; top:483px; width:157px; height:26px; z-index:6;}


#navigationMenus			{position:absolute; left:68px; top:371px; width:62px; height:20px; z-index:7;}
#navigationCatering			{position:absolute; left:68px; top:391px; width:83px; height:21px; z-index:8;}
#navigationBar				{position:absolute; left:130px; top:371px; width:75px; height:20px; z-index:9;}
#navigationJukebox			{position:absolute; left:150px; top:391px; width:79px; height:21px; z-index:10;}
#navigationPassion			{position:absolute; left:205px; top:371px; width:192px; height:20px; z-index:11;}
#navigationReservations		{position:absolute; left:397px; top:371px; width:118px; height:20px; z-index:12;}
#navigationLargeParty		{position:absolute; left:515px; top:371px; width:215px; height:20px; z-index:13;}
#navigationProducts			{position:absolute; left:229px; top:391px; width:84px; height:21px; z-index:14;}
#navigationCertificates		{position:absolute; left:313px; top:391px; width:95px; height:21px; z-index:15;}
#navigationPress			{position:absolute; left:408px; top:391px; width:68px; height:21px; z-index:16;}


A:link{
	color: #003399;	/*set color*/
	text-decoration: underline; /*set underline*/
}
	
A:visited{
	color: #FF6600;
	text-decoration: underline;
}
		
A:hover{
	color: #FF6600;
	text-decoration: underline;
}
		
A:active{
	color: #0099CC;
	text-decoration: underline;
}
		 

//Text styles listed below//

.normal{
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; line-height: 17px;
}
.sideNormal{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; line-height: 14px;
}
.columnNormal{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #336699; line-height: 15px;
}
.columnNormal2{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #035321; line-height: 15px;
}

.callout{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000099; line-height: 14px;
}

.intro{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF6600; line-height: 14px; font-weight: bold;
}
.highlight{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFCCCC; line-height: 14px; font-weight: bold;
}
.footer{
	font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; line-height: 17px;
}
.question{
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF3300; line-height: 11px; font-weight: bold;
}
.answer{
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; line-height: 17px;
}
.head{
	font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #005264; line-height: 17px; font-weight: bold;
}

