/* homepage.css 														*/
/* homepage specific style information for onlinelegal.com.au 			*/
/* Author: 	Tim Cromwell 												*/
/* Date:	20.02.07 													*/


/* page content homepage content... */
div#page_content div#homepage_content
{
	height: 1%;
}

div#page_content div#homepage_content div#homepage_about_onlinelegal1, div#page_content div#homepage_content div#homepage_about_onlinelegal2
{
	position: relative;
	width: 840px;
	height: 150px;
	background-image: url('../images/about_onlinelegal_header1.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div#page_content div#homepage_content div#homepage_about_onlinelegal2
{
	background-image: url('../images/about_onlinelegal_header2.png');
}

div#page_content div#homepage_content div#homepage_about_onlinelegal1 a.small_button,
div#page_content div#homepage_content div#homepage_about_onlinelegal2 a.small_button
{
	position: absolute;
	bottom: 40px;
	left: 98px;
}





/* page content product section */
div#page_content div#homepage_content div#homepage_product_sections
{
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	background-image: url('../images/homepage_product_section/homepage_product_section_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#page_content div#homepage_content div#homepage_product_sections div.homepage_product_section
{
	float: left;
	width: 250px;
	margin: 0 15px 0 0;
	padding: 10px;
	background-image: url('../images/homepage_product_section/homepage_product_section_fg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div.homepage_product_section h2
{
	margin: 0;
}

div.homepage_product_section a.online_shops_button, div.homepage_product_section a.subscribe_button, div.homepage_product_section a.payg_button
{
	float: right;
}



/* page content subscriber product section */
div#page_content div#homepage_content div#homepage_product_sections_subscriber
{
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	background-image: url('../images/homepage_product_section_subscriber/homepage_product_section_subscriber_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#page_content div#homepage_content div#homepage_product_sections_subscriber div.homepage_product_section_subscriber
{
	float: left;
	width: 395px;
	margin: 0 10px 0 0;
	padding: 10px;
	background-image: url('../images/homepage_product_section_subscriber/homepage_product_section_subscriber_fg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

div.homepage_product_section_subscriber h2
{
	margin: 0;
}

div.homepage_product_section_subscriber a.online_shops_button, div.homepage_product_section_subscriber a.subscribe_button, div.homepage_product_section_subscriber a.payg_button
{
	float: right;
}


/* end of file */
