h1 {
	color: #0080ff;
}
h2 {
	color: #0080ff;
}
h3 {
	color: #0080ff;
}

/* classes */
.tblstop {
	/*background-image: url(/images/tbl_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;*/
}

.tblsbottom {
	/*background-image: url(/images/tbl_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;*/
}

.tblsright {
	/*background-image: url(/images/tbl_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;*/
}

.maintblbottom {
	/*background-image: url(/images/r5_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #0099FF;*/
}

.maintblright {
	/*background-image: url(/images/r4_tr.gif);
	background-repeat: repeat-y;
	background-position: left;*/
}

.maintblleft {
	/*background-image: url(/images/r4_tl.gif);
	background-repeat: repeat-y;
	background-position: right;*/
}

.whitetblbottom {
	/*background-image: url(/images/r7_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;*/
}

.whitetblright {
	/*background-image: url(/images/r6_right.gif);
	background-repeat: repeat-y;
	background-position: left;*/
}


/* LATE DEALS */
.homelatedeals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a.homelatedeals:link, a.homelatedeals:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080ff;
	text-decoration: none;
}
a.homelatedeals:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080ff;
	text-decoration: underline;
}

/* SelfCatering-HolidayHomes.com changes. */
/* Orange: #ff8000 */
/* Blue: #0080ff */

/* Menu code from DynamicDrive.com */
/* http://www.dynamicdrive.com/style/csslibrary/item/sleek-pointer-menu-2/ */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
 margin: 0;
 padding: 0;
 height: 40px;
 width: 900px;
 background: #ffffff url(../images/orange-menu-bg.png) top left repeat-x;

}

#pointermenu2 ul{
 margin: 0;
 padding: 0;
 height: 40px;
 margin-left: 15px; /*menu offset from left edge of window*/
 float: left;
 font: bold 13px Verdana;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
 /*margin-bottom: 1em;*/
 margin-left: 7px; /*menu offset from left edge of window in IE*/
 height: 40px;
}

#pointermenu2 ul li{
 display: inline;
 height: 40px;
}


#pointermenu2 ul li a{
 float: left;
 color: black;
 font-weight: bold;
 padding-left: 20px;
 padding-right: 20px;
 text-decoration: none;
 line-height: 40px;
}

/*#pointermenu2 ul li a:visited{
 color: white;
}*/

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
 color: lightyellow;
 background: transparent url(../images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
 padding-right: 0;
 padding-left: 2px;
}
/* End of menu styles. */

a:link, a:visited {
	color: #0080ff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

.hdrbox {
  margin: 5px;
  padding: 5px;
  border: 2px solid #FF9900;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.advert .hdrbox {
  margin-top: 5px;/* was 18px */
  margin-left: 10px;
}
.searchbox {
  font-size: 12px;
  margin: 0px 0px 5px 0px;
  padding: 5px;
  line-height: 20px;
}
.hdrbox h1, h1.boxhdr {
  background-color: #ffffff;
  color: #ff9900;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  padding: 3px;
  margin: 3px;
}
.featured_property h1 {
  color: #0080ff;
}
.property_box {
  margin: 5px;
  padding: 10px;
  border: 3px solid #ff8000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.spacer_box {
  margin: 5px;
  padding: 10px;
}

#late_deals_scroller{
  height: 140px;
  padding: 5px;
  font-size: 12px;
}

.leftmenu {
  margin-top: 5px;
  padding: 0px;
  width: 100%;
  border: 5px solid #0080ff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.leftmenu .tblstop, .leftmenu .tblsright {
}
.leftmenu .navtitles {
  display: block;
  color: #ff8000;
  padding: 1px;
}
.leftmenu a.nav:link, .leftmenu a.nav:visited {
  color: #0080ff;
  
}
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited , a.breadcrumb:hover{
	color: #0080ff;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Change white font to black because background is now white. */
.white {
  color: #000;
}