@charset "utf-8";
																		     /*
[Home Page Style Sheet]
-----------------------------------------------------------------------------
	version:		1.0 (17/09/2008)
	description:	CSS for Home Page
	site:			datamart.com.au
	author:			Copticom Pty Ltd
	author email:	info@copticom.com
	author website:	http://www.copticom.com/
-----------------------------------------------------------------------------

/* Import Main CSS File
-----------------------------------------------------------------------------*/
@import url(datamart_main.css);
																			


/* Home Page - Banner & Content
-----------------------------------------------------------------------------*/

#hmBanner {
	background:url(../images/bkg/DatamartBnr-home.jpg) no-repeat;
	width: 57.34em;
	height:193px; /*12em*/
}

#hmContent {
	border-left: #F3F1ED 1px solid;
	border-right: #F3F1ED 1px solid;
	width: 57.2em;
}

	#hmContent h2 {
		font-size: 1.55em;
		color: #333333;
		letter-spacing: 0.025em;
		padding: 0.65em 0 0.5em 0.45em;
	}
		
	#hmContent h2 .title {
		font-size: 0.880em;
		color: #546C8E;	
	}

	#hmContent h3 {
		color: #FF7400;
		font-size: 0.965em;
		font-weight:normal;
		padding: 0.25em 0.25em 0.5em 0.5em;
	}
	
	#hmContent p {
		padding: 0 0.25em 0 0.5em;
	}

	#hmContent ul, #hmContent ol {
		margin: 0.15em 0 0 3.0em;
		padding: 0;
	}
	
	#hmContent li {
			padding: 0 0 0 0.125em;
			list-style-type:disc;
	}


#hmContent-col1 {
	background:url(../images/bkg/hm_datamart-company.gif) no-repeat left top;
	width: 22.5625em;
	height: 250px; /*15.625em*/
	float:left;
	
}
	
		#hmContent-col1 h1 {
			font-size: 1.15em;
			color: #333333;
			padding: 0.65em 0.8em 0.5em 0.5em;
	}
	
		#hmContent-col1 h1 .data {
			color: #FF7500;
		}
	
		#hmContent-col1 h1 .mart {
			color: #666666;
		}
		
		#hmContent-col1 h1 a {
		color:#FF6F00;
		font-size: 0.685em;
		}

		#hmContent-col1 h4 {
			font-size: 0.90em;
			color: #999999;
			font-style:italic;
			padding: 3.7em 0 0 0.5em;
		}


	
	#hmContent-col2 {
		background:url(../images/bkg/hm_voip-services.jpg) no-repeat left top;
		width: 20.625em;
		height: 250px; /*15.625em*/
		float:left;
	}
	
	
	#hmContent-col3 {
		background:url(../images/bkg/hm_it-consultancy.png) no-repeat left top;
		width: 13.65em;
		height: 250px; /*15.625em*/
		float:right;
	}

#hmBtmBar {
	background:url(../images/bkg/hm_btm-bar.jpg) no-repeat;
	width: 57.34em;
	height:1.0em;
}


																				/*
##################################### END OF CSS ############################################
							-------------------------------
																					*/

