body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
.nightsfrom {
	font-weight:normal;
	color: #003300;
	text-align: left;
	font-size: 12px;
}
.price {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}
.regionTitle {
	float:left;
	font-size: 14px;
	color: #FAFAFA;
	font-weight: normal;
	background:url("http://www.gogogo.co.nz/images/menu_bg_kayhumphriestravel.gif") no-repeat right top;
      padding:0px 10px 0px 8px;
	  line-height:20px;
	  
}
a.package:link {
	color: #004A89;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}  

a.package:visited {
	color: #004A89;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}  

a.package:hover {
	color: #004A89;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
} 

a.package:active {
	color: #004A89;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
} 
#mainBodyContainer {
	width: 100%;
	margin:0px auto;
}
#homeContainer {
	width:100%;
	margin:0px 0px 0px 5px;
}
#homeColMain {
	padding: 10px 0px 10px 10px;
	float:left;
	text-align:left;
}
#homeColRight {
	text-align:left;
	
	padding: 10px 5px 10px 0px;
	float:right;
}
.panels{
list-style-type: none;
margin: 0;
padding: 0;
width: 120px; /* width of menu */
}

.panels li{
border-bottom: 1px solid #FFF; /* white border beneath each menu item */
}

.panels li a{
background: #004A89; /*color of menu by default*/
font-style:normal;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #FFF; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.panels li a:visited, .sexypanels li a:active{
color: white;
}

.panels li a:hover{
background-color: #77BD1E; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid #FFF; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
font-style:normal;
}
.title{font-size:20px; color:#004A89; font-weight:bold; text-transform:uppercase;
}
.subtitle{font-size:14px; color:#004A89; font-weight:bold;
}