/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/5/all/page_generic.css (Dunelm Property Services)
Description:Generic page classes
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
5	25Apr05		PG			Added contactrow class to allow custom width for page
4	21Apr05		CT			Updated page_footer definition
3	14Apr05		CT			page_header_detail changed from id to class
2	23Mar05		CT			Added link and header definitions
1	09Mar05		CT			created
2.0.0
*/

@import url(/css/all/page_generic.css);

a {
	color : #8B2611;
}

a:hover {
	color : #DAAAA0;
}

h1,h2,h3 {
	color : #8B2611;
}

#page_header_div {
	/* colour of stipe below site header */
	background-color : #8B2611;
}

#page_header_left {
	/* background image used to created dotted border for header */
	background-image : url('/res/coSiteTool/images/5/dotted_border.gif');
}

.page_header_detail {
	/* colour of font used for the date/time display */
	color : #DAAAA0;
}


#page_footer {
	/* background colour of footer and main font colour for footer */
	background-color : #8B2611;
	/* colour of footer text */
	color : #B15947;
}

#page_footer a {
	/* colour of footer links */
	color : #DAAAA0;
}

#page_footer a:hover {
	/* hover colour of footer links */
	color : #B15947;
}
.contactrow h3{
	width:150px;
}
