/* ---------- Links/Colours ---------- */

a { color: #982c2f; }
a:hover { color: #3d85ce; }

#home-bottom a { color: #b47274; }
#home-bottom a:hover { color: #d2c9c9; }

.site-menu li a { color: #e2e9f0; }
.site-menu li a:hover { color: #fff; }

#content blockquote { color: #1f3f5f; }

#content .box {
	background-color: #9e373a;
	background-image: url('/_inc/img/srta-box-top.gif');
}
#content .box .inner {
	background-image: url('/_inc/img/srta-box-bottom.gif');
}
.contentbox .boxbody, #content .box { color: #e7cdce; }

#header .logo, #home-banner .logo { left: 9px !important; }

#header .site-menu { top: 47px !important; padding-top: 0px !important; }
#header .site-menu li a { height: 25px !important; }
#header .site-menu li a:hover { background-position: 0px -25px !important; }

#home-banner .site-menu { top: 185px !important; padding-top: 0px !important; }
#home-banner .site-menu li a { height: 31px !important; }
#home-banner .site-menu li a:hover { background-position: 0px -31px !important; }

#home-text { position:absolute;right:20px;top:265px;z-index:9999; }

a#viewall {
	width:138px;height:31px;background:url(/_inc/img/viewall.gif) top left no-repeat;display:block;margin-left:10px;
}

a#viewall:hover {
	background:url(/_inc/img/viewall.gif) 0px -31px no-repeat;
}

a#viewall span {
	position:absolute;margin-left:-999em;
}

.menu li:hover, .menu li li:hover, .menu li.sfhover, .menu li li.sfhover { /* lists nested under hovered list items */
	left: auto;position:static;
}