/* CSS Document */
html, body {font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; line-height:normal; text-align:justify;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {margin-bottom: 1em;}
h1, h2, h3, h4, h5, h6 {font-family:Arial, sans-serif; color:#9e1c20; text-align:center; margin:0px;}
h1 {font-family:Century Gothic, Arial, sans-serif; font-size:180%;}
img {border:none; margin:0px; padding:0px; line-height:0px;}
/* Template layout */

div#pagecontainer {width:770px; margin:auto; background:url(../images/template/bodyMid.gif) 0 0 repeat-y;}
div#headercontainer {width:770px; height:127px; margin:0px; padding:0px; overflow:hidden;}
div#header {width:770px; height:83px; background:url(../images/template/header.gif) 0 0 no-repeat;}

div#logo {width:268px; height:55px; margin: 14px 0 0 7.5px; float:left; border:0px; text-decoration:none;}

#logoscroll {margin:0 0 0 80px;}
#orange {background:url('../images/template/redcurve.gif') 0 0 no-repeat; width:482px; height:70px; margin: 12px 6px 0px 0px; float:right;}

div#topmenu {width:770px; height:44px; background:url(../images/template/horizMenu.gif) 0 0 no-repeat; float:left; margin-bottom:0px; padding:0px;}
div#bodyTop {width:512px; height:4px; background:url(../images/template/bodyTop.gif) 0 0 no-repeat; margin:0px;}
div#bodyMid {width:770px; height:auto; }

div#bodycontainer {width:770px; clear:both; margin:auto;}
div#sideMenu {width:109px; float:left; margin: 0px 0px 0px 2.5px; overflow:hidden; font-size:12px;}
div#mainContent {width:356px; float:left; margin: 0px 0px 0px 25px; padding:0px; font-size:13px;}
div#rightContent {width:245px; float:right; margin: 0px 1px 0px 13px;}

div#bodyBot {width:770px; height:41px; background:url(../images/template/bodyBottom.gif) 0 0 no-repeat; clear:both;}
div#footer {width:770px; height:34px; background:url(../images/template/footer.gif) 0 0 no-repeat; margin: 0px 0px 0px 0px;}
div#copyright {width:200px; height:34px; padding:4px; float:right; text-align:center; font-size:9.5px;}

div#callback {width:133px; height:22px; margin:5px 15px 0px 0px; float:right;}
div#callback a, div#callback img {text-decoration:none; border:none;}

div#emailsub { height:22px; margin:2px 0px 0px 10px; float:left;}

div#etoNotice {width: 770px; margin:auto; color:#CCCCCC; font-size:10px; text-align:center;}
/* END Template Layout */


	/* Left menu links */
	div#sideMenu li { border: 1px solid #FFF; }
	/* Above line is an IE hack to fix the LI white space bug */
	div#sideMenu li, div#sideMenu ul {list-style:none; margin:0px; padding:0px; text-align:left;}
	div#sideMenu a {display:block; margin:0px; padding:0px; line-height:2;}
	div#sideMenu a:link,div#sideMenu a:visited {color:#9e1c20; text-decoration:none; border-bottom:1px dotted #1c3f94;}
	div#sideMenu a:hover,div#sideMenu a:visited:hover {color:#9e1c20; background-color:#eee;  text-decoration:none; border-bottom:1px solid #1c3f94;}
	/* END left menu links */
	
	/* All other links */
	div#mainContent a:link,div#mainContent a:visited {color:#9e1c20; text-decoration:none; border-bottom:1px dotted #2520DF;}
	div#mainContent a:hover,div#mainContent a:visited:hover {color:#2520DF; text-decoration:none; border-bottom:1px solid #2520DF;}
	/* END other links */
	
		/* copyright links */
	div#copyright a:link,div#copyright a:visited {color:#9e1c20; text-decoration:none; border-bottom:1px dotted #2520DF;}
	div#copyright a:hover,div#copyright a:visited:hover {color:#2520DF; text-decoration:none; border-bottom:1px solid #2520DF;}
	/* copyright links */
	
	/* Etomite notice link */
	div#etoNotice a:link,div#etoNotice a:visited {color:#CCC; text-decoration:none; border-bottom:1px dotted #1c3f94;}
	div#etoNotice a:hover,div#etoNotice a:visited:hover {color:#CCC; text-decoration:none; border-bottom:1px solid #9e1c20;}	
	/* END Etomite notice link */
	
	
	#textlink  
  { behavior: url('http://www.biz-boost.co.uk/pm/IEFixes.htc');
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
	border-bottom:1px dotted #2520DF;
    background: transparent;
    color: #9e1c20;
    cursor: pointer;
    cursor: hand;
  }

#textlink:hover, #textlink.hover
  { color:#2520DF; text-decoration:none; border-bottom:1px solid #2520DF;
    
  }

/* IE HACKS */
* html div#bodyTop{height:4px; overflow:hidden;}
* html div#orange{margin: 12px 4px 0px 0px;}