/*----------------------------------------------
	BUSINESSES.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
	Colours:	#B21818 - Red
----------------------------------------------*/


/*-------------------------------
	LINKS
-------------------------------*/

#content a {
	color: #B21818;
}

#content p a {
	border-bottom: solid 1px #e1b8b8;
}

#content p a:hover {
	color:#FFF;
	background: #B21818;
}

.quote_now {
	background:url(/assets/images/businesses/quote_circle.gif) left top;
}

.switch_section {
	background:url(/assets/images/businesses/switch_section.gif);
}


/*-------------------------------
	SUBNAV
-------------------------------*/

#sub_nav li a:hover,
#sub_nav li a.on,
#sub_nav li.active a {
	background: url(/assets/images/businesses/sub_nav_hover.gif) 0 0 no-repeat;
	text-shadow:1px 1px 0 #5d0a0a;
}

#sub_nav li.tertiary ul {
	background:#DF4545 url(/assets/images/businesses/sub_nav_corner.gif) left bottom no-repeat;
	color:#FFF;
}

#sub_nav li.tertiary ul li a:hover,
#sub_nav li.tertiary ul li a.on{
	background:#CF2626;
	text-shadow:1px 1px 0 #B21818;
}

#sub_nav li.tertiary ul li a.on,
#sub_nav li.tertiary ul li a.on:hover {
	background:#CF2626 url(/assets/images/template/sub_nav_tertiary_on.gif) right center no-repeat;;
}


/*-------------------------------
	HEADINGS
-------------------------------*/

#center_column h2,
#double_column h2,
#one_big_column h2 {
	color:#B21818;
}

#center_column h4,
#double_column h4,
#one_big_column h4{
	color:#B21818;
}


blockquote.quote {
	background:#FFF url(/assets/images/businesses/blockquote.gif) left top no-repeat;
}

/*-------------------------------
	LISTS
-------------------------------*/

#center_column ul li,
#double_column ul li {
	background:url(/assets/images/businesses/bullet.gif) 3px 7px no-repeat;
}