#logo
{
background-repeat:no-repeat;
width:200px;
height:100px;
background-size:contain;
background-color:white
}

.catalogueTemplateTitle:hover
{
COLOR: #80c0e1; BACKGROUND-COLOR: #FFFFFF;
}


#banner
{
height:201px; 

}

ul.nav li.menu-item-selected {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	BACKGROUND-COLOR:#009ddf;
	border: solid 0px transparent;
}

ul.nav li.menu-item-selected a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 0px transparent;
}


ul.nav li.menu-item-selected:hover {
	COLOR: white; 
	BACKGROUND-COLOR: #009ddf;
	
}

ul.nav li.menu-item-selected a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 0px transparent;
	BACKGROUND-COLOR:#009ddf;
}


ul.nav li.menu-item:hover
{
	COLOR: white; 	
	BACKGROUND-COLOR: #FFFFFF;
	border: solid 1px #bfe6f7;
}

ul.nav li.menu-item:hover a {
	text-decoration: none;
	color: #80c0e1;
	font-weight: bold;
	border: solid 0px transparent;
	BACKGROUND-COLOR: #FFFFFF}
	
	
/* Forms authentication login page */

input#txtPassword.text-input, input#txtUserName.text-input, span#lblPassword.label, span#lblUserName.label, fieldset.editform
{
	width: auto !important;
	height: auto !important;
	font-size: 150%; !important;
}

 input#btnSubmit.custom-button.ui-state-default
 {
	width: auto !important;
	height: auto !important;
	font-size: 170%; !important;
	font-weight:bold;
	padding:10%;
}


form#form1 {
	background-image: url('../Images/logo/logo.png');
	background-repeat:no-repeat;
	width:200px;
	height: 300px;
	background-size:contain;
	margin: 10%;
}



/*	
