
/*	===============================================================
	© TENET Technology
	http://www.tenettechnology.com/  

	Type:				Product graphical styles
	Build by:			TDG Digital
	Original Author:	James Bates
	Author Email:		james@exit7.co.uk
	Creation Date:		12 January 2007
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */
    
    h1 {
	    display: none;
	}

/*	---------------------------------------------------------------
	PRODUCT HOMEPAGE BLOCK
	------------------------------------------------------------ */

	div.product-block {
	background: transparent url(../img/global/bg_large_arrow.gif) top right no-repeat;
	padding: 5px 75px 10px 205px;
	position: relative;
	display: inline-block;
	width: 340px !important;
	width/**/: 620px;
	}
	.product-block-link {
	width: 180px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	}
	.product-block-link a {
	width: 180px;
	height: 70px;
	display: block;
	}
	
	/*These will change for the real backgrounds when finished*/
	#sec15 {background: url(../img/sec/defence_sector.jpg) 0 5px no-repeat;}
	#sec16 {background: url(../img/sec/government_sector.jpg) 0 5px no-repeat;}
	#sec17 {background: url(../img/sec/transport_sector.jpg) 0 5px no-repeat;}
	#sec38 {background: url(../img/sec/utilities_sector.jpg) 0 5px no-repeat;}
	
	/*These will change for the real backgrounds when finished*/
	#prod11 {background: url(../img/prod/product_maplink.jpg) 0 5px no-repeat;}
	#prod12 {background: url(../img/prod/product_maprite.jpg) 0 5px no-repeat;}
	#prod13 {background: url(../img/prod/product_cutlas.jpg) 0 5px no-repeat;}
	#prod39 {background: url(../img/prod/product_chartlink.jpg) 0 5px no-repeat;}
	#prod500 {background: url(../img/prod/product_giwebservices.jpg) 0 5px no-repeat;}
	#prod550 {background: url(../img/prod/product_sdms.jpg) 0 5px no-repeat;}
	
	div.product-block h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	}
	
	div.product-block a {
	font-size: 9px;
	}
	
	div.product-block h2 a {
	font-size: 16px;
	}
	
	div.product-block h2 a:link, div.product-block h2 a:visited {
	    text-decoration: none; 
	}
	div.product-block h2 a:hover, div.product-block h2 a:active {
	    text-decoration: underline;
	}
	
	div.product-block p,
	div.product-block div.p {
	font-size: 1.1em;
	line-height: 120%;
	margin-bottom: 0;
	}
	
	div.product-block h6 {
	font-weight: bold;
	zoom: 1;
	}

