/* 100% high layouts attempt */
html, body {
	height:99.5%
}
html > body div#allAreas {
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0px auto;
	padding-bottom:0px;
	background-image:url(Images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}

div#allAreas {
    height:100.5%;
	min-height:100.5%;
	position: relative;	
	margin: 0 auto 0px auto;
	width: 860px;
	padding-bottom:0px;
	background-image:url(Images/containerbg.jpg);
	background-repeat:repeat-y;
	background-position: top left;
}

div#headerArea {
	position: relative;
	height: 87px;
	margin:0px 0px 0px 0px;	
}
img#logo {
	position: absolute;
	height: 87px;
	z-index: 20;	
}

/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
	position:relative;		
	margin: 0px auto 0px auto;
	top:0px;
	left:0px;
	min-height:700px;
	_height:800px;	
	z-index:0;
	width:100%;
	border:0px solid red;
}

div#leftArea{		
    position:relative;
	width: 244px;
	padding-bottom:0px;	
	margin: 0 auto 0px auto;	
	float: left;
	bottom:0px;
	min-height:850px;
	_height:700px;
	z-index:2;
	border:0px solid blue;
	background-image:url(Images/leftcolumnbg.jpg);
	background-repeat:no-repeat;
	background-position: top left;	
}

div#mainNavigationArea{
	position:relative;
	margin: 0px auto 0px auto;
	width: 190px;
	top:150px;
	z-index:2;
	float:left;
	height:auto;
	border:0px solid blue;
}

div#whatsonTitle{
    position:relative;
	margin: 0px auto 0px auto;
	top:30px;
	height:22px;	
	width:185px;	
	background-color:#AF1302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#FFFFFF;
	float:left;
	left:12px;
	padding:0px 0 0 5px;
	line-height:25px;	
}



div#rightArea{
    position:relative;
	margin:0px auto 0px auto;
	width:616px;
	float:left;
	height:auto;
	border:0px solid yellow;
	top:0px;
	background-image:url(Images/contentbg.jpg);
	background-repeat:no-repeat;
	background-position: top left;		
}



div#contentArea {	
    position:relative;    
	padding: 0px 10px 10px 15px;
	top:-10px;
	font-size: .8em;
	border: 0px solid GREEN;
	width:580px;
	min-height:700px;
	_height:700px;
}

div#contentArea a{ 
	color:#000000;
}
div#contentArea a:visited{       
    color:#000000;	
}
div#contentArea a:hover{    	
    color:#000000;

}



/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
	z-index:1000px
}
 
* html div#rightArea {
	height: 1%;
	margin-top: 0;
}
/* End hide from IE5/mac */



/* --------------------- FOOTER AREA START ------------------------ */


div#footerArea {		
    position:relative;		
	height: 103px;		
	z-index:1;
	bottom:0px;
	margin:0px auto 0px auto;	
	width:100%;
	top:0px;
}

div#ContactArea{
	position:relative;
	height:30px;
	z-index:2;
	width:200px;
	top:-15px;


}
p#tel{
	position:absolute;
	margin: 0px 0px 0px 50px;
	padding: 0;	
	font-family:Trebuchet MS,arial,helvetica;
	color: #746127;	
	font-size:14px;
	font-weight:bold;
	z-index:20;
}
p#email{
	position:absolute;
	margin: 16px 0px 0px 50px;
	padding: 0;	
	font-family:Trebuchet MS,arial,helvetica;
	color: #746127;	
	font-size:14px;
	font-weight:bold;
	z-index:20;
}



div#footerlogoArea {
	position: relative;
	height: 103px;
	margin:0px 0px 0px 0px;
}
img#logo2 {
	position: absolute;
	margin:0px auto 0px auto;
	height: 103px;
	z-index: 1;	
}


div#footerAreaCenter{
	position:relative;
	top:0px;
	width: 860px;
	border: 0px solid red;
	margin: 0px auto 0px auto;	
}
div#footerArea ul {
	position:absolute;
	margin: 6px 0px 0px 0px;	
	list-style: none;	
	width:791px;
	border: 0px solid blue;
	z-index:1;
	display:none;
}

div#footerArea ul li {
	position: relative;
	float: left;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size:8pt;
	font-weight: normal;	
	text-align: center;	
	padding-right:10px;
	padding-left:10px;	
	border-right: 1px solid #FFFFFF;
	float:left;
	left:424px;
	_left:455px;
	display:none;
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:8pt;
	font-weight: normal;
	text-transform:capitalize;
	color: #FFFFFF;
	display:none;

}
p#locations {
	position: absolute;
	margin: 80px 0px 0px 50px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	color: #746127;	
	font-size:11px;
	font-weight:bold;
	z-index:20;
}

div#design {
	position:absolute;		
	width:320px;
	right:0px;
	top:80px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    color: #746127;
	font-weight:bold;
	border:0px solid red;
	z-index:20;
}

div#design a{
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   color: #746127;
   text-decoration:none;
   font-weight:bold;
   	z-index:20;
}
/* --------------------- FOOTER AREA END ------------------------ */

/* --------------------- MAIN NAV AREA START ------------------------ */
div#mainNavigationArea {
	position: relative;
	width: 190px;
	float: left;
	padding-left: 46px;
	text-align: left;
	z-index: 2;
	border:0px solid blue;
	font-family:Trebuchet MS,arial,helvetica;

}

div#mainNavigationArea ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 178px;
/*	padding-left:5px;*/
}

div#mainNavigationArea ul li a {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Trebuchet MS,arial,helvetica;
	font-size: 14px;		
	font-weight:bold;
	font-style:normal;
	color:#746127;
	width: 178px;
}

div#mainNavigationArea ul li a div{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Trebuchet MS,arial,helvetica;
	font-size: 14px;		
	font-weight:bold;
	font-style:normal;
	color:#746127;
	width: 170px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
}


div#mainNavigationArea ul a:hover div {
	background-repeat: repeat-y;
	background-position:center left;
	font-family:Trebuchet MS,arial,helvetica;
	color:#FFFFFF;
	background-image:url(Images/nav-bg.jpg);
	background-repeat:repeat-y;
	background-position: top left;	
}

div#mainNavigationArea ul a:hover {
	background-repeat: repeat-y;
	background-position:center left;
	font-family:Trebuchet MS,arial,helvetica;
	color:#FFFFFF;
	background-image:url(Images/nav-bg.jpg);
	background-repeat:repeat-y;
	background-position: top left;	
}

div#mainNavigationArea ul li.NIMFirstItemNIMSelected ul li a div{		
	color:#373737;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	background-image:none;
	padding:0;

}

div#mainNavigationArea ul li.NIMFirstItemNIMSelected ul li {		
	color:#373737;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	background-image:none;
	border:2px solid blue;
	
}

div#mainNavigationArea ul li.NIMFirstItemNIMSelected div{		
	color:#961A07;
	padding-left:10px;
	width: 170px;
	font-family:Trebuchet MS,arial,helvetica;
}
/********/

div#mainNavigationArea ul li.NIMLastItem div {		
	color:#746127;
	padding-left:15px;
	padding-bottom:0px;
	width: 167px;
	font-family:Trebuchet MS,arial,helvetica;
}



div#mainNavigationArea ul li.NIMLastItemNIMSelected ul li a div{		
	color:#373737;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	background-image:none;
	padding:0;

}

div#mainNavigationArea ul li.NIMLastItemNIMSelected ul li {		
	color:#373737;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	background-image:none;

	
}

div#mainNavigationArea ul li.NIMLastItemNIMSelected div{		
	color:#FFFFFF;
	padding-left:10px;
	width: 170px;
	font-family:Trebuchet MS,arial,helvetica;
	background-image:url(Images/nav-bg.jpg);
	background-repeat:repeat-y;
	background-position: top left;	
}

div#mainNavigationArea ul li.NIMLastItemNIMSelected a div{		
	color:#FFFFFF;
	padding-left:15px;
	width: 170px;
	font-family:Trebuchet MS,arial,helvetica;
	background-image:url(Images/nav-bg.jpg);
	background-repeat:repeat-y;
	background-position: top left;	
}




/******/
/*****************************************/
div#mainNavigationArea li ul.NIMFirstItemNIMSelected li ul.NIMSelected a {		
	color:#FFFFFF;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;

	background-image:none;
	padding:0;
	background-color:red;
}

div#mainNavigationArea ul.NIMFirstItemNIMSelected li ul.NIMSelected {		
	color:#373737;
	padding-left:25px;
	width: 155px;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	background-image:none;

	background-color:red;
}

div#mainNavigationArea ul.NIMFirstItemNIMSelected li ul.NIMSelected div{		
	color:#746127;
	padding-left:10px;
	width: 170px;
	font-family:Trebuchet MS,arial,helvetica;
}
/*******/

div#mainNavigationArea li {
	padding: 1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
		
}

div#mainNavigationArea li a div{
	color:#746127;
	font-family:Trebuchet MS,arial,helvetica;
	border:0px solid red;
	height:15px;
/*	padding-top:5px;*/
}

div#mainNavigationArea ul li div {
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	text-decoration:none;
	padding-left:13px;
	width: 178px;

}

div#mainNavigationArea ul li.NIMSelected div {	
	color:#FFFFFF;
	padding-left:15px;
	width: 167px;
	font-family:Trebuchet MS,arial,helvetica;
	background-image:url(Images/nav-bg.jpg);
	background-repeat:repeat-y;
	background-position: top left;	
}

div#mainNavigationArea ul li.NIMSelected a:hover div {	
	color:#FFFFFF;
	font-family:Trebuchet MS,arial,helvetica;
}

div#mainNavigationArea ul li.NIMSelected ul li.NIMFirstItemNIMSelected div{		
	color:#746127;
	width: 140px;
	height:10px;
	font-size: 9px;
	font-family:Trebuchet MS,arial,helvetica;
}


div#mainNavigationArea ul li.NIMSelected ul li div{	
	
	color:#746127;
	border:0px solid red;	
	width: 150px;
	height:15px;
	font-size: 12px;
	padding-left:25px;
	font-family:Trebuchet MS,arial,helvetica;
}

div#mainNavigationArea ul li.NIMSelected ul li a div{	
	color:#746127;
	border:0px solid red;	
	width: 150px;
	height:15px;
	font-size: 12px;
	padding-left:25px;
	font-family:Trebuchet MS,arial,helvetica;
}

div#mainNavigationArea ul li.NIMSelected ul li a:hover{	
	
	color:#FFFFFF;
	background-image: url(images/subnav-bg.jpg);
	background-repeat:repeat-y;
	background-position:left center;
}

div#mainNavigationArea ul li.NIMSelected ul li a:hover div{	
	color:#FFFFFF;
	background-image: url(images/subnav-bg.jpg);
	background-repeat:repeat-y;
	background-position:left center;
}




div#mainNavigationArea ul li.NIMSelected ul li.NIMFirstItemNIMSelected div{		
	color:#FFFFFF;
	font-family:Trebuchet MS,arial,helvetica;
	background-image: url(images/subnav-bg.jpg);
	background-repeat:repeat-y;
	background-position:left center;
}


div#mainNavigationArea ul li.NIMSelected ul li.NIMSelected div{		
	color:#FFFFFF;
	font-family:Trebuchet MS,arial,helvetica;
	background-image: url(images/subnav-bg.jpg);
	background-repeat:repeat-y;
	background-position:left center;
	
}


div#mainNavigationArea ul li.NIMSelected ul {
	margin: 0px 0px 0px 0px;
	font-family:Trebuchet MS,arial,helvetica;
	margin-top:0px;
	margin-bottom:5px;
/*	border:1px solid blue;*/
}

div#mainNavigationArea ul li.NIMSelected ul li {
	margin: 0px 0px 0px 0px;
/*	border:1px solid black;*/
}

div#mainNavigationArea ul li.NIMSelected ul li div {
 /*   padding-left:2px;
	margin-left:1px;*/
	background: none;
	text-align: left;
}

div#mainNavigationArea ul li.NIMSelected ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Trebuchet MS,arial,helvetica;
}

div#mainNavigationArea ul li.NIMSelected ul li a:hover {
	color: #C5EB81;
	text-decoration: none;
	font-family:Trebuchet MS,arial,helvetica;
}

/* --------------------- MAIN NAV AREA END ------------------------ */
