/* Created for NW Charter Skippers Association Ireland */
/* Copyright OSD Ltd, Sligo, Ireland - www.osd.ie */

/*** OVERALL STYLES ***/
body, p, ul, ol, td, input, select, textarea { 
  font: normal 0.95em Verdana, sans-serif;
  line-height:1.4em; 
  color:#000;
}
body {    
  margin: 10px auto 0px auto;
  text-align:left;
}

/*** PAGE STYLES ***/
#page_wrapper { 
  margin-left:auto; 
  margin-right:auto; 
  margin-bottom:0px; 
  padding: 0px 0px 0px 0px;
  width:926px;
}

/*** HEADER STYLES ***/
#page_top { 
  background: url("/images/topbg.jpg") top left no-repeat;
  margin: 0px auto 0px auto;
  padding: 2px 0px 0px 0px;
  width:926px;
  height: 190px;
}
#logo {
  float:left;
  border: 0px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-collapse:collapse;
}
#page_top h1 {  
  font:normal 3.3em Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#page_top h2 {  
  font:normal 1.7em Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  color: #fff; 
  padding: 0px 5px 0px 0px;
  margin: 30px 0px 0px 0px;
}
.icons {
  float:right;
  margin: 38px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  width: 100px;
}

/*** TOP IMAGES TABLE ***/
table.homeimg {
  height: 115px;
}
.homeimg1 {
  padding: 0px 0px 0px 5px;
  background: url("/images/top-images/top-boat-charters.jpg") no-repeat;
  width: 227px;
}
.homeimg1 a { 
  font:normal 1.7em Verdana, Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-decoration:none !important;
}
.homeimg2 {
  padding: 0px 0px 0px 5px;
  background: url("/images/top-images/top-sea-angling.jpg") no-repeat;
  width: 227px;
}
.homeimg2 a { 
  font:normal 1.7em Verdana, Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-decoration:none !important;
}
.homeimg3 {
  padding: 0px 0px 0px 5px;
  background: url("/images/top-images/top-watching.jpg") no-repeat;
  width: 227px;
}
.homeimg3 a { 
  font:normal 1.7em Verdana, Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  vertical-align:bottom !important;
  text-decoration:none !important;
}

/*** DEFAULT TABLE SETTINGS ***/
table {
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
  border-collapse:collapse;
  border: 0px;
}


/********  START NAVIGATION  ********/
.nav {
  background: #fff url("/images/menubg.jpg") repeat-y right top;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float:left;
  width: 225px;
}
.menu {
  width: 100%;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
  margin: 0px 0px 0px 0px;
}
.menu, .menu ul {	/* remove all list stylings */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  list-style-type: none;
  display: block;
}
.menu li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  border: 0;
  display: block;
  position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
  z-index: 5;		/* thus we need to apply explicit z-index here... */
  background: url(../images/bullet.gif) top left no-repeat;
  width: 215px;
}
.menu li:hover {
  z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
  white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu ul {
  visibility: hidden;	/* initially hide all submenus. */
  position: absolute;
  z-index: 10;
  left: 0;	/* while hidden, always keep them at the top left corner, */
  top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
  visibility: visible;	/* display submenu them on hover */
  left: 100%;	/* and move them to the right of the item */
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
  min-height: 0;
}
/* -- float.clear.END --  */

.menu, .menu ul li {
  color: #2855a3;
  width: 100%;
}
.menu {
  width: 1em;
}
.menu ul {
  width: 1em;
}
.menu a {
  padding: .5em 1.1em;
  display: block;
  text-decoration:none !important;
  color: #2855a3 !important;
  font: bold 85% verdana;
  text-align:left;
}
.menu a:hover, .menu li:hover>a {
  color: #ff6300 !important;
}
.menu li {	/* create borders around each item */
  border-bottom: 1px dotted #dcdcdc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
  border-top: 0;
}
.menu li:hover>ul {	/* inset submenus, to show off overlapping */
  top: 5px;
  left: 90%;
}
.menu #active {
  color: #ff6300 !important;
}
.menu_bottom {
  height: 8px;
  background: #fff url("/images/menubottom.jpg") no-repeat right top;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  width: 225px;
}
.menu_top {
  height: 8px;
  background: #fff url("/images/menutop.jpg") no-repeat right top;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  width: 225px;
}

/*** CONTENT STYLES ***/
#content_wrapper { 
  width:926px; 
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 0px; 
  clear:both;
  text-align:justify;
}
#content_wrapper h1 { 
  font:normal 2.2em Century Gothic, Verdana, Arial, Helvetica, sans-serif;
  color:#2855a3; 
  text-align:left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display:block;
}
#content_wrapper h2 { 
  font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
  color:#456caf; 
  text-align:left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#content_wrapper h3 { 
  font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
  color:#ff6300; 
  text-align:left;
  margin:0px 0px 15px 0px; 
  padding: 0px 0px 0px 0px;
}
#content_wrapper p {
  text-align:justify;
  margin:0px 0px 15px 0px; 
}

/*** ENEWSLETTER SIGN UP ***/
.enewsletter {
  width:223px; 
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 5px 1px;
  float: right;
  background: #fff url("/images/bg-enewsletter.jpg") no-repeat top left;
  font: normal 140% Verdana, arial, sans-serif;
  text-align:left;
}
.enewsletter a {
  padding: 8px 5px 5px 5px;
  width:213px; 
  height: 63px;
  display: block; 
  text-decoration:none !important;
  color:#ff6300 !important;
}
.enewsletter a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  color:#ff6300 !important;
}

/*** LATEST NEWS SCROLL ***/
.news {
  width:216px; 
  height: 200px;
  padding: 4px 0px 2px 0px;
  margin: 1px 0px 0px 1px;
  float: right;
  background: url("/images/news-bg.jpg") no-repeat top left;
  font: normal 1.0em Verdana, arial, sans-serif;
  /*color:#ff6300;*/
  text-align:left;
}

/*** BOAT CHARTERS MAP ***/
.charters {
  width:216px; 
  height: 159px;
  padding: 2px 0px 2px 0px;
  margin: 1px 0px 0px 1px;
  float: right;
  background: #fff url("/images/boat-charters-bg.jpg") no-repeat top left;
  font: normal 140% Verdana, arial, sans-serif;
  text-align:center;
}
.charters a {
  width:216px; 
  height: 157px;
  display: block; 
  text-decoration:none !important;
  color:#ff6300 !important;
}
.charters a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  color:#ff6300 !important;
}

/*** WEATHER REPORT BUTTON ***/
.weather {
  width:216px; 
  padding: 2px 0px 0px 0px;
  margin: 1px 0px 0px 1px;
  float: right;
  background: #fff url("/images/weather-bg.jpg") no-repeat top left;
  font: bold 120% Verdana, arial, sans-serif;
  color:#7dcf01;
  text-align:left;
}
.weather a {
  padding: 8px 0px 0px 12px;
  width:203px; 
  height: 26px;
  display: block; 
  text-decoration:none !important;
  color:#2754a2 !important;
}
.weather a:hover {
  position: relative; 
  top: 1px; 
  left: 1px; 
  color:#2754a2 !important;
}

/*** BLUE ARROW LIST ***/
.arrow_list {
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 0px 0px;
  list-style:none;
} 
.arrow_list li {
  padding: 0px 0px 0px 20px;
  background-image:url("/images/blue-bullet.jpg");
  background-repeat:no-repeat;
  background-position:0 5px;
  line-height:1.5em;
}

/*** IMAGE SETTINGS ***/
.imgright { margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; float:right; border: 0px; }
.imgleft { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float:left; border: 0px; }
img { border: 0px; }
.rt { float:right; text-align:right; }
.thumbnail { margin: 0px 0px 0px 10px; padding: 5px; border: 1px solid #c0c0c0; background:#fff; }
.dots { border-bottom: 1px dashed #c0c0c0;}


/*** FOOTER STYLES ***/
#page_footer {
  background:#e7620e url("/images/footer.jpg") repeat-x;
  clear:both;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  color:#fff;
  text-align:center;
  font:normal 0.75em Verdana, Arial, Helvetica, sans-serif; 
}
#page_footer a {
  color:#fff !important;
}

/*** LINK STYLES ***/
a:link, a:visited, a:active {text-decoration:underline; color:#ff6300;}
a:hover {color:#456caf; text-decoration:none;}

.pager { 
  font:normal 0.75em Verdana, Arial, Helvetica, sans-serif; 
}

.booking{	
	background:#fff url(/images/bg-book-online.jpg) repeat-x scroll right top;
	border:1px solid #C7C7C7;
	color:#7DCF01;
	font-family:Verdana,arial,sans-serif;
	font-size:180%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:50px;
	line-height:normal;
	margin:2px auto;
	padding:0 5px;
	text-align:center;
	width:230px;
}

.booking:hover{	
	border:2px solid #C7C7C7;
	color:#7DCF01;
	font-family:Verdana,arial,sans-serif;
	font-size:180%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:48px;
	line-height:normal;
	margin:2px auto;
	padding:0 5px;
	text-align:center;
	width:228px;
}
.gtranslate {  
  margin: 0px;
  margin-left:5px;
  padding: 0px;
  float:left;
  width: 220px;
}


