/*BODY STYLES*/
body {
	background-color: #ffffff;
	background-image: url(../images/wangiMainBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
html, body {
    height: 100%;
}

td, tr {
	text-align: left;
	color: #8aa4ad;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(../images/wangiMainBG1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}
#bigBlock {
	width: 785px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background-image: url(../images/hland_main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/

}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/*LAYOUT CONTAINERS FOR LOGO, CLIENT LOGIN, MENU, ADDRESS, CONTENT*/
#topContainer {
    position: relative;
	width: 785px;
	height: 144px;
	margin-left:0px;
	margin-right:0px;
}
#topContainerL{
	height: 144px;
	width: 312px;
	float: left;
	
}
#topContainerR{
	height: 144px;
	width: 473px;
	float: left;
	background-image: url(../images/wangiTop2.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#titleContainer{
	position: relative;
	left: 277px;
	top: 112px;
	height: 32px;
	width: 186px;
	text-align:right;
	vertical-align: middle;
	color: #7f4536;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}
#midContainer{
    position: relative;
	width: 785px;
	height: 136px;
	margin-left:0px;
	margin-right:0px;
}
#midContainerL{
	position:absolute;
	left:0px;
	top:0px;
	height: 136px;
	width: 190px;
	/*float: left;*/
}
#midContainerR{
	position:absolute;
	left:190px;
	top:0px;
	height: 136px;
	width: 595px;
	/*float: left;*/
	background-image: url(../images/wangi_headerMid2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}#logoContainer{
	position: relative;
	height: 136px;
	width: 595px;
}
/* MENU STUFF*/
#MenuContainer{
	position: relative;
	width: 785px;
	height: 50px;
	padding-left:0px;
	padding-right:0px;
	padding-left:0px;
	background-image: url(../images/wangi_headerBot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu_links {
	padding-left: 5px;
	padding-right: 0px;
	color: #66858d;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
/*NAVIGATION STYLES*/
#navContainer {
	/*width:502px;*/
	width:541px;
	height: 30px;
	/*margin-left:189px;*/
	margin-left:155px;
	margin-right:60px;
	text-align:right;
}
/*CONTENT*/ 

#contentContainer {
	margin-top: 0px;
	margin-right:0px;
	width: 765px;
	padding-bottom:50px;
}
div.content{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	color: #8aa4ad;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;

}
div.content a:link {
	color: #457a8c;
	text-decoration: none;
	font-weight: bold;
}
div.content a:visited {
	color: #457a8c;
	text-decoration: none;
	font-weight: bold;
}
div.content a:hover {
	color: #457a8c;
	text-decoration: underline;
	font-weight: bold;
}
.resturantBG{
	background-image: url(../images/wangiRestBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 312px;	

}
/*FOOTER*/

#footerContainer{
	position:absolute;
	/*margin-left: 150px;*/
	width: 785px;
	height: 26px;
	background-image: url(../images/wangi_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	bottom: 0px;
	left: 0px;
}
#footerText{
	/*position: relative;*/
	padding-top: 6px;
	text-align:center;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
#footerText a:link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#footerText a:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#footerText a:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}