/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/13/all/home_generic.css (Mechplant)
Description:Generic home page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	25/10/06	PG			created
2.0.0
*/


.home_quote #page_main .page_title{
	padding:0px 50px 0px 150px;
}

.home_quote #page_main .page_content .article_html{
	width:100%;
	float:none;
}

.home_quote #page_main .page_content .article_html .article_html_inner{
	padding:15px 10px 20px 11px;
}

.home_quote #page_main .page_content .article_html.first .article_html_inner{
	padding-left:0;	
}

.home_quote #page_main .page_content .article_html.second .article_html_inner{
	padding-left:0;	
}

.home_quote #page_main .page_content .article_html .article_html_inner .article_html_inner_bg{
	padding:5px 150px 0px 150px;

}

.home_quote #page_footer{	
	padding-top:2em;
	background:#A60053; /*  url('/images/13/strip_standard_footer.gif') no-repeat top left; */
}


/* QUOTE STUFF*/
.home_quote #page_main .page_content .article_html.first .article_html_inner .article_html_inner_bg{
	background:transparent url('/images/13/home/open_quote.gif') no-repeat left 5px;	
}

.home_quote #page_main .page_content .article_html.first .article_html_inner .article_html_bottom{
	position:relative;
	width:100%;	
	overflow:visible;
}

.home_quote #page_main .page_content .article_html.first .article_html_inner .article_html_bottom .bg_image{
	position:absolute;
	height:83px;
	top:0;
	width:120px;
	right:0;
	background:transparent url('/images/13/home/close_quote.gif') no-repeat right bottom;	
	margin-top:-83px;
}



#page_main .page_content .article_html .article_html_inner a.officeroll{
	width:313px;
	height:30px;
	display:block;
	background:#A60053 url('/images/13/office_support_staff.gif') no-repeat top left;
}

#page_main .page_content .article_html .article_html_inner a.officeroll span{
	display:none;
}

#page_main .page_content .article_html .article_html_inner a.officeroll:hover{
	background-position:bottom left;
}

#page_main .page_content .article_html .article_html_inner a.staffroll{
	width:313px;
	height:30px;
	display:block;
	background:#A60053 url('/images/13/staff.gif') no-repeat top left;
}

#page_main .page_content .article_html .article_html_inner a.staffroll span{
	display:none;
}

#page_main .page_content .article_html .article_html_inner a.staffroll:hover{
	background-position:bottom left;
}