    <!--[if lt IE 6]><style>a, p, li, div, span { font-size: 9pt; }<![endif]-->

    <style>
        html {
            background-image: url('../images/background.gif');
        }
        body {
			background-image: url('../images/background.gif');
            margin: 0px;
            padding: 2px;
            font-family: arial, sans serif;
            font-size: 9pt;
            color: #110350;
        }
		
		h1 {
			font-size:14pt;
			font-weight:bold;
			}

		h2 {
			font-size:12pt;
			font-weight:bold;
			}

        #site {
            width: 990px;
            border: 1px solid #4A3F7A;
            background-color: white;
            margin: 10px auto;
            border-top: none !important;
        }
        
        /* Adverts */
		#advert_title {
		
			background-color:navy;
			color:white;
			padding-left:20px;
			padding-right:20px;
			font-family:times;
			font-weight:bold;
			font-size:10pt;
			
			}
		#advert_body {
			background-color:f0f0f0;
			margin-top:1px;
			font-family:arial;
			font-weight:normal;
			font-size:10pt
			}
			
		#advert_line{
			text-align:center;
			border: navy 1px solid;
			padding:1px;
			margin-top:1px;
		
			padding-top:10px;
			padding-bottom:10px;
			font-size:9pt;
		
			background-color:f0f0f0;
			width:100%;
			}						
		
		/* Banner */
        #banner {
            height: 62px;
            text-align: center;
            background-image: url('../images/banner_background.gif');
            background-position: top center;
            margin-bottom: 1px;
        }
        #payment {
            background-image: url('../images/general/creditcards.gif');
            background-repeat: no-repeat;
            background-position: top left;
        }
        #salesline {
            background-image: url('../images/sales_line.gif');
            background-repeat: no-repeat;
            background-position: top right;
        }
		
		/* Header Links */
		#headerlink {            
            color: #E8E3FF;
			text-decoration:none;
			}
        #navbar a {
            
            text-decoration: none;
            font-weight: bold;
			color: #ffffff;
        }
        #navbar a:hover {
			color: #ffffff;
            
        }
		
		        
        /* Navigation bar */
        #navbar {
            background-color: #4A3F7A;
            color: white;
            text-align: center;
            padding: 1px;
			font-size:9pt;
        }
        #navbar a {
            color: white;
            text-decoration: none;
            font-weight: bold;
        }
        #navbar a:hover {
            color: #FEC99E;
        }
        #navbar span.sep {
            font-weight: bold;
            color: #F68020;
        }
        
        /* Main content 'table' (to split left column off) */
        
        #main {
            border-collapse: collapse;
            border: none;
            margin: 0px;
            padding: 0px;
            border-bottom: 12px solid #E8E3FF;
        }
		
        #main td {
            margin: 0px;
            padding: 0px;
            vertical-align: top;
        }
        #main td.sidebar {
            background-image: url('../images/border_dots.gif');
            background-repeat: repeat-y;
            background-position: top right;
        }
        
        /* Side bar */
        #sidebar {
            width: 170px;
        }
        
        #sidebar div {
            background-image: url('../images/border_dots.gif');
            background-repeat: repeat-x;
            background-position: bottom right;
        }
        
        /* Side logo */
        #sidelogo {
            text-align: center;
            padding: 8px 0px;            
        }


		/* Pricing Column */
        #pricing ul {
            list-style: none;
            margin: 0px;
            padding: 16px 0px 12px 12px;
        }
        #pricing li {
            height: 28px;            
            background-image: url('../images/pricing/tick.gif');
            background-repeat: no-repeat;
            padding-left: 30px;
            padding-top: 2px;
            font-family: arial, verdana, sans serif;
			font-weight:bold;
			color:4A3F7A;
			font-size:16pt;
        }		
		
        /* Side navigation column */
        #navcol ul {
            list-style: none;
            margin: 0px;
			padding-top:10px;
			padding-left:6px;
			
            
        }
        #navcol li {
            width: 157px;
            height: 28px;            
            background-color: white;
            background-image: url('../images/navigation_button.gif');
            background-repeat: no-repeat;
            font-family: verdana, sans serif;
			padding-top:2px;
			padding-bottom:4px;
			padding-left:5px;
			font-size:9pt;
        }
        #navcol a {
            color: white;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

		/* Side navigation column - indent*/
        #navcol ul ul {
            list-style: none;
            margin: 0px;
			padding-top:8px;
            
        }
        #navcol ul ul li {
            width: 144px;
            height: 28px;    
			position:relative;
			left:0px;        
            background-color: white;
			background-image: none;
            background-repeat: no-repeat;
            
            padding-top: 2px;
            
			font-family: verdana, sans serif;
			font-size:8pt;
        }
        #navcol ul ul li  {
            color: #6F659B;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
	        
        /* Side testimonials */
        #testimonial {
            font-size: 7.5pt;
            padding: 15px;
        }
        #testimonial a {
            color: #704BFB;
            text-decoration: underline;
        }
        #testimonial img {
            float: left;
            padding-right: 5px;
        }
        #testimonial p {
            margin-top: 0px;
            text-align: justify;
        }
        
        /* Main content */
        #faqs {
			padding-top:10px;
			font-size:10pt;
			line-spacing:1.8;
			font-style:italic;
			}

        #faqs_answers {
			font-size:10pt;
			line-spacing:1.8;
			font-weight:bold;
			}

        #content_intro {
			font-size:10pt;
           
        }

        #content {
			font-size:10pt;
            padding: 30px;
			padding-top:0px;
        }
        
		/* "Datasheet"  Table */
		#datasheettable {
			padding:3px;
			font-size:8pt;
			border: 1px black solid;
			line-spacing:1.9;

			}

		#row1 {
			padding:10px;
			background: #E8E3FF;
			}
		#row2 {
			
			background: #F1EFFC;
			}

		#col1 {
			padding-top:10px;
			font-weight:bold;
			
			border:0px c0c0c0 solid;
			
			}
		#col2 {
			border:0px c0c0c0 solid;
			}
		
        /* "Stepped"  list */
        
        #steppedlist {
            margin: 0px;
            padding: 0px;
            width: 600px;
            list-style: none;
        }
        #steppedlist li {
            margin: 0px;
            padding: 6px 0px 6px 72px;            
            list-style: none;
            background-repeat: no-repeat;
            background-position: center left;
        }
        #steppedlist li.step1 { background-image:url('../images/step_1.gif'); }
        #steppedlist li.step2 { background-image:url('../images/step_2.gif'); }
        #steppedlist li.step3 { background-image:url('../images/step_3.gif'); }
        #steppedlist li.step4 { background-image:url('../images/step_4.gif'); }
        
        /* Horizontal rule */
        #hr {
            height: 3px;
            background-image: url('../images/border_dots.gif');
            background-repeat: repeat-x;
            background-position: bottom center;
            clear: both;
        }

        /* Buttons */
        #button {
            text-decoration: none;
        }   
        #button div {
            width: 150px;
            height: 23px;
            padding-top: 7px;
            background-position: center center;
            background-repeat: no-repeat;
            color: white;
            font-family: verdana, sans serif;
            font-weight: bold;    
            text-align: center;
            float: left;
            cursor: pointer;
        }
        #button div.gold {
            background-image: url('../images/button_gold.gif');
            background-color: #D7A54F;
        }
        #button div.magenta {
            background-image: url('../images/button_magenta.gif');
            background-color: #98105B;
        }
        
        /* Footer */
        
        #footer {
            margin-top: 1px;
            background-color: #4A3F7A;
            color: #E8E3FF;
            
        }
        #footer table {
            margin: 0px;
            padding: 0px;
        }
        #footer a {
			font-size:10pt;
            color: #E8E3FF;
            text-decoration: none;
            font-weight: bold;
        }

        
    </style>

    <!--[if lt IE 6]><style>#navcol li { width: 145px; height: 30px; } #footer table { width: 978px; }</style><![endif]-->

