html{
	/*** important for footer ***/
	height: 100%!important;
	/***************************/
}
body{
	/*** important for footer ***/
	height: 100%!important;
	/***************************/
	background: url(../images/bodyBg.png);
}
#pageBg{
	/*** important for footer ***/
	min-height: 100%!important;
	position: relative!important;
	/***************************/
	min-width: 1024px;
}

/***** TOP PART ******/
#header{
	height: 122px!important;
	width: 100%;
}
#logos{
	height: 75px;
}
#menu{
	height: 47px;
	background: url(../images/navBg.png);
}

/***** BODY PART ******/
#page{
	height:100%;
	margin: 6px 8px 10px 8px;
	background: #ffffff;
	border: 1px solid #a8b0b2;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 1px 1px #a8b0b2;
	-webkit-box-shadow: 0 1px 1px #a8b0b2;
	box-shadow: 0 1px 1px #a8b0b2;
}
#contentPage{
	padding: 15px 15px 0px 15px;
	min-height: 300px;
}
/***** FOOTER PART ******/

/**** Goes under the footer and pushing the content out of the footer's reach! ****/
#spaceFix{
	height: 75px!important;
}
/**********************************************************************************/
#footer{
	width: 100%;
	height: 70px;
	/***************************/
	background: url(../images/footerBg.png);
}
#footerContent{
	height: 70px;
}
/***** End of Main Page Layout *****/

a:focus,img:focus,button:focus,input:focus{
	outline: none;
}
button:active, input:active{
	outline: none;
}
/*input::-moz-focus-inner {border:0;} *//* Border When Focused is removed */

/* Custom Bullet Image For Lists */
ul{
	list-style-image: url("../images/bullet.png");
}