	
	html {
		overflow-y: scroll !important;
		height: 100%;
	}

	body {
		height: 100%;				
		background: #315161;
		background-image: url( /images/back5.jpg );
		background-position: top center;
		background-repeat: repeat-y;
	}

	#page_container {				
		width: 950px;
		min-height: 100%;
		height: auto;				
		margin: 0px auto;
		background: #EEEEEE;
		border-left: 2px solid black;
		border-right: 2px solid black;				
	}
	
	* html #page_container {
		height: 100%; /* IE 6 */
	}

	#header_container {				
		height: 100px;				
	}

	#header {				
		height: 100px;
	}

	#header_divider {				
		height: 10px;
		font-size: 1px; /* IE 6 */
		background: #5B9BBE;
		background-image: url(/images/divider1.jpg);
		background-repeat: no-repeat;				
	}
    
   
	#content_container {	
		min-height: 500px;
		background: #FFFFFF;
		/*border-top: 1px solid #000000;*/
		border-bottom: 1px solid #000000;				
	}
	
	#content_1col {		
		padding: 5px;
		padding-bottom: 0px;		
	}
	
	#content_3col_left {
		width: 200px;
		padding: 5px;
		padding-bottom: 0px;
		float: left;
	}
	
	#content_3col_center_right {
		width: 740px;
		float: right;
	}
	
	#content_3col_center {
		width: 520px;
		padding: 5px;
		padding-bottom: 0px;
		float: left;
	}
	
	#content_3col_right {
		width: 200px;
		padding: 5px;
		padding-bottom: 0px;
		float: right;
	}
	
	#content_clear {
		clear: both;
	}

	#footer_container {
		/*background: #002030;*/										
	}

	#footer_divider {				
		height: 10px;				
		font-size: 1px; /* IE 6 */
		background: #808080;
		background-image: url(/images/divider1.jpg);
		background-repeat: no-repeat;
	}

	#footer {
		padding: 5px;
		background-image: url(/images/footer_back.jpg);
		background-repeat: no-repeat;		
	}
	
	#footer_nav {
		padding: 5px 30px;
		text-align: center;
		font-size: 8pt;
		color: #808080;
	}
	
	#footer_text {
		padding: 5px 30px;
		text-align: center;
		font-size: 7pt;				
		color: #000000;
	}
	
	#footer_copyright {
		padding: 5px 30px;
		text-align: center;
		font-size: 8pt;
		font-weight: bold;
		color: #000000;				
	}
	
	.footer_link {
		text-decoration: none;
		color: #000000;				
	}

	.footer_link:hover {
		color: #dd127b;
	}
	
	.clear_both {		
		clear: both;
	}
	
	.description {
		margin-top: 10px;
	}
	
	.description * {
		font-size: 8pt;
	}
	
	/* *** MENUS *** */
	
	.menu_item_dark {				
		width: 200px;
		height: 25px;
	}
	
	.menu_item_dark a {				
		display: block;				
		width: 200px;
		height: 25px;				
		background-image: url(/images/menu_dark_back1.jpg);				
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	.menu_item_dark a span {				
		display: block;
		padding-top: 5px;
		padding-left: 10px;				
	}
	
	.menu_item_dark a:hover {
		background-image: url(/images/menu_dark_back2.jpg);
	}
	
	.menu_item_light {				
		width: 200px;
		height: 25px;
	}
	
	.menu_item_light a {				
		display: block;
		width: 200px;
		height: 25px;				
		background-image: url(/images/menu_light_back1.jpg);
		color: #002000;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;				
	}
	
	.menu_item_light a span {
		display: block;
		padding: 5px;
		padding-left: 10px;
	}
			
	.menu_item_light a:hover {
		background-image: url(/images/menu_light_back2.jpg);
	}						

    
    /* *** Added by Ian *** */
    
      

    /* *** VIDEO TUTORIAL FOR THIS PRODUCT *** */
    
    .video {
    	height: 105px;
    	width: auto;
    	border: 1px dashed #000000;
    	background-color: #eefad4;
    	padding: 7px;
        background-image: url( /images/ads/video.png );
        background-repeat: no-repeat;
       
    }

    
    /* *** Adds image to right hand side *** */
    .right_icon {
        background-image: url( /images/icons/new.gif );
        background-position: right;
        background-repeat: no-repeat;
        width: auto;
        height: 42px;
}


    /* *** Homepage Top Advert *** */
     .top_advert {
        background-image: url(/images/ads/homepage_add.jpg);
        height: 228px;
        width: 521px;
        border: 1px solid #0074bd;
        background-repeat: no-repeat;  
    }
    
    
    
        /* *** Homepage Middle Advert *** */
     .middle_advert {
        background-image: url(/images/ads/middle_advert.jpg);
        width: 521px;
        height: 189px;
        border: 1px solid #0074bd;
        background-repeat: no-repeat;  
    }
    
        /*Draw a thin 1px box*/
    .thinbox {
        height: 189px;
        width: 521px;
        border: 1px solid #0074bd;
    }


    
    /* *** BOLD TEXT *** */
     .bold_text {
	font-weight: bold;
	color: #000;
    
    }

    
    /* *** Lyson Reseller *** */
     .lyson_reseller{
    	background: url(/images/ads/lyson_reseller.jpg) no-repeat;
    	width: 520px;
        height: 82px;
    }