/*
Harwood Lane
© copyright PracticeWEB
http://www.practiceweb.co.uk
----------------------------
Skeleton Version: 6.0
*/

@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(common.css);
@import url(inktomi.css );
@import url(ppv.css);
@import url(sde.css);

html {
    font: 62.5%/20px Verdana, Arial, Geneva, sans-serif  }
/*  
    Set Global font size 1em = 10px 
    Set Global line height 20px
    Arial, Helvetica, sans-serif;
    Verdana, Geneva, sans-serif
    Georgia1, Georgia, serif
    Times New Roman, Times, serif
    Trebuchet MS1, Helvetica, sans-serif
    Tahoma, Geneva, sans-serif    
*/

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.1em;
    color: #555 }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    padding:0;
    margin:0;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.4em;
    margin-bottom: 10px; }

h2 {
    font-size: 1.2em }
    
h3, h4, h5, h6 {
    font-size: 1.1em }
    
p { /* padding-bottom should match global line-height */
    padding: 0 0 20px  0;
    margin: 0;
    vertical-align: baseline;}
    
img {
    border: none }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: red 1px dashed; 
    cursor: help; } 
    

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {

    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 }
    
ul, ol {

    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    background: url(../../images/li_bg_sm.gif) 0 .5em no-repeat;
    padding-left: 8px }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 0px }

dt {
    font-weight:bold;
    background: url(../../images/li_bg.gif) 0 .5em no-repeat;
    padding-left: 10px }

dd {
    margin-bottom:10px;
    margin-left: 10px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color: Red;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    color: Black;
    text-decoration: none }       

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

#register {
    display: none;} /* Register Promo - display: none if not required */


