





/* ####################################### */
/* ############ SITE DEFAULTS ############ */
/* ####################################### */

/* Provide font family and font color values for site. Also provide line-height (default is 150%) if required. */
body {
	font-family		: Trebuchet, Arial, helvetica, san-serif;
	color			: ;
	line-height		: 1.9em;;
}



p, ul, ol, dl, blockquote, pre, td, th, label {

}

div.e-bodycontent p,
div.e-bodycontent ul {
	color: #383838;
}

/* HEADERS
------------------------------------------------*/

h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}



h1,
body.section-home h2 { 
	color:#383838;
	font-size:2.5em;
	letter-spacing:-0.05em;
	margin-bottom:0.3em;
	/* text-transform:uppercase; */
}

h2,
body.section-home h3,
h3.prod-similar
 { 
	color:#636363;
	font-size:1.6em;
	margin: 1em 0;
}


h3 { 
	color:#636363;
	letter-spacing:-0.01em;
	margin-bottom:0.3em;
	font-weight: bold;
}

#page-title,
.page-title {
	font-size: 2.5em;
	margin: 0 0 0.3em 0;
	/* text-transform: uppercase; */
	color: #111;
	letter-spacing:-0.05em;
	line-height:0.9em;
	font-family: tahoma,arial,helvetica,san-serif;
}

#subtitle,
#page-subtitle,
.subtitle {
	color:#636363;
	font-size:1.3em;
	margin: 0 0 1em 0;
}

.subtitle,
h3.prod-similar {
	background: url(/images/title_subtitle_bg.gif) 0px 0px no-repeat;
	padding-left: 13px;
	line-height: 1em;
}

h3.prod-similar {
	margin-top: 2em;
	clear: both;
}

h4 { 
	color: #555;
	font-size: 1.25em;
	margin-bottom: 0.6em;
}

h5 { 

}
h6 { 

}











/* SITE LOGO
------------------------------------------------*/


h1#site-logo,
img#site-img-logo {
	width:	159px;
	height:	87px;

}





/* ####################################### */
/* ################ =LINKS ############### */
/* ####################################### */

/* GLOBAL LINK STYLES
------------------------------------------------*/

/* Provide link colour states for i) normal & ii) :hover */
a:link,
a:visited {
	color			: #ED1C2E;
}

a:hover,
a:focus {
	color			: #ED1C2E;
}


/* HIGHLIGHTS / LOWLIGHTS
------------------------------------------------*/
/* Color for elements which are not links but you want to emphasise 
.highlight {	
	color			:	;
}
*/


.fade {	
	color			:	#555;
}



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

/* HEAD PRE 
.e-head-pre a:link,
.e-head-pre a:visited {
}

.e-head-pre a:hover,
.e-head-pre a:focus {
}
*/


/* HEAD 
.e-head a:link,
.e-head a:visited {
}

.e-head a:hover,
.e-head a:focus {
}
*/


/* INNER FOOT
.e-inner-foot a:link,
.e-inner-foot a:visited {
}

.e-inner-foot a:hover,
.e-inner-foot a:focus {
}
*/


/*FOOT */
a.dbs-links:link,
a.dbs-links:visited {
	background 		: none;
	padding-right 	: 0;
	color			: #555555;
}

a.dbs-links:hover,
a.dbs-links:focus {
}
/* */
/* 
#common-footer-site-credits a {
	color: #999;
}
 */

/* ####################################### */
/* ########### CATEGORY HEAD ############# */
/* ####################################### */


div.e-image h3.cat-title {
	font-size	: 1.8em;
	font-weight	: normal;
	color		: #fff;
	margin-bottom: 0.2em;
}

div.e-image p.cat-desc {
	margin: 0;
	font-size: 1.2em;
}


div.e-image div.cat-desc ul {
	float		: right;
	list-style	: none;
	text-align: right;
}

div.e-image div.cat-desc a:link,
div.e-image div.cat-desc a:visited {
	color: #FFE01B;
}


















