/*This is not valid css - this is fixes for ie6 that would otherwise interfere with the compatibility of ie7 and firefox*/

/*To fix the quick search box images*/
* html .quickSearchContainer .quickFooter .quickCorner {
 width:144%;
 margin-right:0px;
}

* html .quickSearchContainer .quickHeader .quickCorner {
 width:144%;
 margin-right:0px;
}

/*To fix the logo being cut in half*/
* html .SideBarContentFooter-Footer .LogoSCC
{
	margin-top:0px;
}


/*To fix the content being dropped down below the side menu in most cases*/
* html .SideBarContentFooter-Content 
{
	/*width:75%;*/
	float:right;
}

* html .Standard3 textarea
{
	width:40em;
	height:8em;
}

* html .SideBarContentFooter-SideBar
{
	width:50px;
}

* html .SideBarContentFooter-Footer
{
	/*width:500px;*/
	/*height:10px;*/
}

* html .SideBarContentFooter-Footer2
{
	width:75%;
	float:left;
}

* html .SideBarContentFooter-Footer1
{
	/* width:25% */
	/* background-color:White; */
	width:247px;
	background-color:#E6E6E6;
	height:60px;
}

/*To fix more details*/
* html .Standard4
{
	width:58%;
}

/*To fix min-height*/
* html .SideBarContentFooter-Content 
{
	min-height:550px;
	height:auto !important;
	height:550px;	
	width:75%;
}

/*To fix some input forms not sitting in the right position*/
* html .Back
{
	/*width:85%;*/
	width:75%;
}

/*Fixes column width on front page*/
* html .galleryContainer
{
	margin:auto;
}

/*Fixes column width of search results*/
* html .AspNet-DataList ul
{
	margin:1em;	
}

/*Fixes the star tabs*/
* html .Header-Menu-Main
{
	margin-top:1em;
	margin-bottom:-1.6em;	
}

* html .Header-Logo
{
	margin-bottom:-5em;
}

/*fix the left menu, get Search for a short break onto one line, make the menu slightly larger*/
* html .SideBarContentFooter-SideBar-SearchQuick
{
	width: 15.8em	
}
* html .quickSearchContainer
{
	width:12em;	
}

/*the bottom white bar that shouldnt be there*/
* html .SideBarContentFooter-Footer-MenuFooter
{
	/*width:58em;*/
	width:53em;
	margin-bottom:-2em;
}

/*BlockMain used on some pages... similiar fix to Login and My Favourites*/
* html .BlockMain
{
	width:90%;
}

/*Advanced Search Layout tweaks*/
* html .AdvancedSearchValidator
{
	margin-right:0.5em;
}

* html .UserDetails1 select
{
	width:10em;
}

.AspNet-Menu-Horizontal
{
    /*width: 51em;*/
    width: 92%;
    /*margin-left:2em;*/
}

.AspNet-Menu
{
    width: 100%;
}

.AspNet-Menu-Horizontal
{
    width: 100%;
}

body
{
    margin-bottom: 10px;
}

.HeaderRule
{
    width: 58em;
}

.Header-Menu-Main
{
    float:right;
    width:55em;
}

