/** rcuk css **/

/* by boris grudinin */
/* http://www.dunwoody.co.uk/ */
/* ---------------------------- */

/* ---------------------------- */
/*** main styles ***/

* { font-family: Arial, Helvetica, sans-serif; text-align: left; }

html,body { background: url(../images/bg/bg-body.jpg) left top repeat-x #f3f4f4; }

.left { float: left !important; clear: none !important; }
.right { float: right !important; clear: none !important; }

a { color: #ed1b2e; }
a, button { outline: none; }
a:hover { text-decoration: none; }

div { position: relative; overflow: hidden; }

div.hr {  width: 100%; height: 1px; border-bottom: 1px solid #827e7e; clear: both; margin-bottom: 15px;  }
div.hr hr { display: none; }

strong { font-weight: bold; }
em { font-style: italic; }

/* ---------------------------- */
/*** setting up the page ***/

div#wrapper { width: 960px; margin: 0 auto; padding-bottom: 30px; }
div#top { margin-bottom: 22px; }
div#middle { height: 358px; background: url(../images/holding-page/splash.jpg) left top no-repeat; margin-bottom: 22px; }
div#bottom { background: url(../images/holding-page/bottom.jpg) left top no-repeat; height: 226px; margin-bottom: 22px; padding: 50px 20px 0px 260px; }
div#footer { padding: 15px 0px; border-top: 1px solid #dadbdb; border-bottom: 1px solid #ebebeb; }

/* ---------------------------- */
/*** top ***/

div#top a.logo { display: block; float: left; width: 103px; height: 65px; background: url(../images/rcuk-logo.jpg) left top no-repeat; margin: 18px 0px 12px; }
div#top a.logo:hover { background-position: left bottom; }
div#top a.logo span { display: block; text-indent: -9999px; }

div#top p { margin-top: 64px; font-size: 0.95em; color: #adabab; line-height: 2.1em; }

div#top ol#nav { clear: both; background: url(../images/bg/bg-nav.jpg) left top no-repeat; width: 960px; height: 42px; }

/* ---------------------------- */
/*** middle ***/

div#middle a.find-out-more { display: block; position: absolute; top: 223px; left: 517px; width: 138px; height: 40px; background: url(../images/holding-page/btn-find-out-more.jpg) left top no-repeat; }
div#middle a.find-out-more:hover { background-position: left bottom; }
div#middle a.find-out-more span { display: block; text-indent: -9999px; }

/* ---------------------------- */
/*** bottom ***/

div#bottom p { color: #85827f; line-height: 1.4em; margin-bottom: 6px; font-size: 0.95em; }
div#bottom p.large { font-size: 1.1em; font-weight: bold; }

div#bottom ul { color: #85827f; margin-bottom: 7px; font-size: 0.95em; }
div#bottom ul li { line-height: 1.4em; margin: 0px 0px 2px 25px; list-style: disc; }

/* ---------------------------- */
/*** footer ***/

div#footer p { font-size: 0.95em; color: #adabab; line-height: 2.1em; }
div#footer ul.right { overflow: hidden; }
div#footer ul.right li { float: left; }
div#footer ul.right li a { display: block; }
