/* Created for The Oarsman, Carrick-on-Shannon Ireland */
/* Copyright OSD Web Design and Development Ireland - www.osd.ie */
@charset "utf-8";

/* PAGE SETTINGS */
body { background: #a8a8a8; margin: 0px; font: normal 13px Verdana, Arial, Helvetica, sans-serif; }

/* headings */
h1 { font-size: 24px; color: #8d3632; font-weight: normal; text-transform: lowercase; border-bottom: 1px solid #e9e9e9; display: inline-block; margin: 20px 0; }
h2 { font-size: 20px; color: #8d3632; font-weight: normal; text-transform: lowercase; margin: 10px 0 0 0; }
h3 { font-size: 18px; color: #0e8354; font-weight: normal; text-transform: lowercase; margin: 10px 0 0 0; padding: 0; line-height:100%; }
p { text-align: left; margin: 0 0 8px 0; font-weight: normal; line-height: 140%; }

a img { border: none; }

/* Header */
#header { width: 760px; margin: 0 auto; height: 134px;}
#address { float: right; width: 300px; text-align: right; margin: 15px 0 0 0; }
#address p { text-align: right; margin: 3px 0 0 0; font-weight: bold; }

.red { color: #8d3531; }
.white { color: #fff; }

#facebook { margin: 0 auto -10px auto; padding: 0; }
#facebook a { color: #fff; padding: 12px 0 12px 50px; display: block; width: 175px; text-align: left; background:url(/images/facebook-icon.png) center left no-repeat; }
#facebook a:hover { text-decoration: none; }


/* Main Menu */
#menu_block { width: 800px; margin: 5px auto 0px auto; }
#menu { float: left; width: 800px; height: 18px; }
#menu ul { margin: 0px; padding: 0; list-style: none; line-height: normal; }
#menu li { display: block; float: left; }
#menu a { display: block; float: left; padding: 4px 16px; margin: 0px; text-decoration: none; font-size: 12px; text-transform: lowercase; color: #ffffff; font-weight: bold; border-right: 1px solid #fff; }
#menu a:hover { text-decoration: none; color: #8d3531; background:url(/images/mouseover.jpg) center left no-repeat; }
#menu a#last { border-right: 0px solid #fff; }
#menu a#active { text-decoration: none; color: #8d3531; background:url(/images/mouseover.jpg) center left no-repeat; }

/* Sub Menu */
#submenu { float: right; width: 550px; height: 18px; margin: 20px 0 0px 20px; }
#submenu ul { margin: 0px; padding: 0; list-style: none; line-height: normal; }
#submenu li { display: block; float: left; }
#submenu a { display: block; float: left; padding: 4px 6px 4px 16px; margin: 0px; text-decoration: underline; font-size: 12px; text-transform: lowercase; color: #ffffff; font-weight: bold; background:url(/images/submouseover.jpg) center left no-repeat; }
#submenu a:hover { text-decoration: none; color: #8d3531; }
#submenu a#sublast { border-right: 0px solid #fff; }
#submenu a#subactive { text-decoration: none; color: #8d3531; }

#footer { margin: 0 auto; width: 500px; height: 70px; text-align: center; font-size: 85%; }