
/* MAIN LAYOUT */

html {	
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	width: 770;
}

p {
	line-height: 1.2em;
}

#pageContent {
	width: 770px;
	text-align: left;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

#contLeft {
	float: left;
	width: 215px; 	
}

#contCentreRight {
	margin-left: 7px;
	float: left;
	width: 545px;
}

#contCentre {
	margin-left: 7px;
	float: left;
	width: 262px;
}

#contRight {
	float: right;
	width: 262px;
}



/* LINKS */

a {
	text-decoration: none;
	font-weight: bold;
	/* font-style: italic; */
}

a:hover {
	/* text-decoration: underline; */
}

.HOMELink {
	color: #492F92;
	font-style: italic;
}

.HOMELink:hover {
	text-decoration: underline;
}

.SFRLink {
	color: #F38529;
	font-style: italic;
}

.SFRLink:hover {
	text-decoration: underline;
}

.SFRLinkBlock {
	color: #F38529;
	padding-right: 20px;
}

.ICORLink {
	color: #008080;
	font-style: italic;
}

.ICORLink:hover {
	text-decoration: underline;
}

.PUBSLink {
	color: #1C4FE0;
	font-style: italic;
}

.PUBSLink:hover {
	text-decoration: underline;
}

.redLink {
	color: red;
	font-style: italic;
}

.redLink:hover {
	text-decoration: underline;
}

.linkRight {
	text-align: right;
}

/* LINKS - MISSPELLINGS (OOPS) */

.HOMElink {
	color: #492F92;
	font-style: italic;
}

.HOMElink:hover {
	text-decoration: underline;
}

.SFRlink {
	color: #F38529;
	font-style: italic;
}

.SFRlink:hover {
	text-decoration: underline;
}

.SFRlinkBlock {
	color: #F38529;
	padding-right: 20px;
}

.ICORlink {
	color: #008080;
	font-style: italic;
}

.ICORlink:hover {
	text-decoration: underline;
}

.PUBSlink {
	color: #1C4FE0;
	font-style: italic;
}

.PUBSlink:hover {
	text-decoration: underline;
}




/* HEADER */

#header {
	width: 770px;
	text-align: left;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#headerLeft {
	width: 352px;
	float: left;
}

#logo {
	float: left;
	margin-left: -6px;
}

#headerLeft img {
	margin-left: 6px;
}

.headerRightTop {
	width: 418px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
	font-weight: bold;
	font-size: 0.9em;
	color: #666666;
	float: left;
}

.headerRightTop img  {
	vertical-align:middle;
}

.headerRightBottom {
	width: 418px;
	float: left;
	margin: 0px;
}

.goButton {
	background-image:url(../images/header/goIcon.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width:29px;
}

.goButton:hover {
	background-image: url(../images/header/goIconOver.jpg);
}

.buyButton {
	margin-left: 8px;
	margin-bottom: -2px;
	border: 1px solid;
	border-color: #1C4FE0;
	color: #1C4FE0;
	background-color: #E8EEFA;
	font-size: 1em;
}

.basketButton {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-color: #1C4FE0;
	color: #1C4FE0;
	background-color: #E8EEFA;
	font-size: 1em;
}

.buyForm {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.buyButtonSFR {
	margin-left: 8px;
	margin-bottom: -2px;
	border: 1px solid;
	border-color: #F38529;
	color: #F38529;
	background-color: #FFEEE0;
	font-size: 1em;
}

.basketButtonSFR {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-color: #F38529;
	color: #F38529;
	background-color: #FFEEE0;
	font-size: 1em;
}

.buyButtonICOR {
	margin-left: 8px;
	margin-bottom: -2px;
	border: 1px solid;
	border-color: #008080;
	color: #008080;
	background-color: #E3F9F9;
	font-size: 1em;
}

.basketButtonICOR {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-color: #008080;
	color: #008080;
	background-color: #E3F9F9;
	font-size: 1em;
}

.textSizer {
	width: 120px;
	margin: 0px;
	margin-top: 5px;
	float: left;
}

#sizePrint {
	margin: 0px;
	width: 139px;
	float: left;
    	display: none;
}

.searchForm {
	width: 159px;
	float: left;		
}

.searchBoxHolder {
	margin-top: 5px;
	float: left;
}

.searchBox {	
	padding: 2px;
	width: 120px;
	font-size: 1em;
	color: #666666;
	border: 1px solid #666666;
}

.searchBoxICOR {	
	padding: 2px;
	margin-left: 7px;
	width: 160px;
	font-size: 1em;
	color: #666666;
	border: 1px solid #666666;
	margin-bottom:0px;
}

.searchButton {
	margin: 5px 0px 0px 5px; 
}

.PUBSButton {
	margin: 0px 0px 0px 10px; 
}




/* FOOTER */

#footer {
	width: 770px;
	text-align: left;
	height: 90px;
	clear: both;
	text-align: center;
	color: #492F92;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

#footerLine {
	overflow: hidden;
	width: 770px;
	background-color: #492F92;
	height: 1px;
	margin-bottom: 8px; 
}

#footer p {
	width: 700px;
	margin: 4px;
}




/* PRESENTATION */

#indent {
	margin-left: 15px;
}

.indent {
	margin-left: 15px;
}

.bullet {
	margin-right: 7px;
}

#spacer {
	height: 16px;
	clear: both;
}

.spacer {
	height: 16px;
	clear: both;
}

#spacerSml {
	margin-bottom: 10px;
}

.spacerSml {
	margin-bottom: 10px;
}
	


/* TEXT */

.redText {
	color:red;
	font-size: 1.1em;
}

.smlText {
	font-size: 0.9em;
}

.greyText {
	color:#666666;
	font-size: 0.9em;
	padding-left:10px;
}

.tableText {
	font-size: 1em;
	padding-right: 10px;
	padding-bottom: 0px;
}

.ICORHeading {
	color: #008080;
	font-size: 1.3em;
	font-weight: bold;
}

.ICORSubHeading{
	color: #008080;
	font-size: 1.2em;
	font-weight: bold;
}



/* FORMS */

.texta {
	visibility: hidden;
    	display: none;
}





