/* Digit ry
* CSS styles orange page theme
*
* author: Jouni Koivuviita
* created: 26.8.2006
**/


a:link {
	color:#d05400;
	border-bottom:dotted 1px #a47657;
	text-decoration:none;
}

a:visited {
	color:#5f5f5f;
	border-bottom:dotted 1px #a47657;
	text-decoration:none;
}

a:active {
	color:#e26d1d;
	border-bottom:none;
	text-decoration:none;
}

a:hover {
	color:#e26d1d;
	border-bottom:solid 1px #b57346;
	text-decoration:none;
}


#page-header h3 {
	background:#19418d url(/images/site/submenu_header_bg_orange.gif) no-repeat;
}

#page-header h3 span.right {
	background:#19418d url(/images/site/submenu_header_bg_right_orange.gif) no-repeat;
}

#page-header h3 span.left {
	background:#19418d url(/images/site/submenu_header_bg_left_orange.gif) no-repeat;
}

#page-menu li a:hover {
	border-left:solid 2px #ca5000;
}
