/* CSS Document */

/**********************************************************************************************

	Client:  		Sharjah Premiere Hotel and Resort
	Author:  		Robert Roxas
	Description:	Texts, Paragaraphs, Anchors and other text related tags common to all pages
	
**********************************************************************************************/

table
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
}
p,h3,h4
{
	padding:0 60px 0 20px;
	text-align:justify;
}
a.mainMenus,a.mainMenus:hover,a.linksInContents,a.linksInContents:hover
{
	font-weight:bold;
}

a.mainMenus,a.linksInContents:hover
{
	color:#FFFFFF;
	background-color:#91835f;
	cursor:hand;
}
a.mainMenus:hover,a.linksInContents,a.footerLinks
{
	background:#ffffff;
	color:#00467f;	
	cursor:hand;	
}
a.footerLinks:hover
{
	text-decoration:none;
}
div.menuContainer
{
	margin-left:20px;
	width:185px;
}
div.titleContainers
{
	margin:20px 0 20px 20px;
	border-bottom:#efe6d0;
	vertical-align:middle;
}
h1,h2,h3,h4
{
	color:#716545;
	font-weight:bold;
}
h1
{
	font-size:14px;
}
h2
{
	font-size:13px;
}
h3
{
	font-size:12px;
	color:#00467f;
}
h4
{
	font-size:11px;
	margin:0px;
}
.ignorableTexts
{
	color:#999999;
	font-size:11px;
}

/* Menu Box Navigation */
#pageTitleContents p
{
	padding:0;
}
#pageTitleContents ul
	{
		margin: 0;
		list-style:none;
		color:#7c7050;		
	}

	#pageTitleContents a
	{
		color:#7c7050;	
	}
	#pageTitleContents a:hover
	{
		text-decoration:underline;
	}
/* End Menu Box Navigation*/
/*	Footer Navigation */
#contentFooter ul,
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

	#contentFooter ul li
	{
		margin-left: 0;
		padding:0 5px 0 10px;
		border-left: 1px solid #7c7050;
		list-style: none;
		display: inline;
		color:#7c7050;		
	}
	
	#contentFooter ul li.first
	{
		margin-left: 0;
		padding:0px 5px 0px 0px;
		border-left: none;
		list-style: none;
		display: inline;					
	}
	#contentFooter a
	{
		color:#7c7050;	
	}
	#contentFooter a:hover
	{
		text-decoration:underline;
	}
/* End Footer Navigation	*/
#contentBody img,img.previewPics
{
	border:#91835f solid 1px;
}
#contentBody p.imageContainer
{
	text-align:center;
}
#contentBody img.specialPics
{
	border:0;
}
#contentBody img.previewPics
{
	margin:5px 0 5px 0;
}