@charset "utf-8";
/* CSS Document */

body {
	font: 75%/1.3  "Lucida Sans","Lucida Grande", Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF0CF url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0 0 0 30px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color:#01B9E9;
}
h1	{font-size:18px; color:#333333;}
h2	{font-size:16px;}
h3	{font-size:14px;}
p{
	color:#000;
}
a	{color:#FF3366; font-weight:bold;}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FF3366;
	font-weight:bold;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FF3366;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.pink	{color: #FF3366 !important;}
.blue	{color: #01B9E9 !important;}
.black	{color: #000000 !important;}
.key	{display:none;}
.small	{font-size:10px;}
.med	{font-size:15px;}
.xl	{font-size:20px;}
.xxl	{font-size:30px;}
.corners	{border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border:1px solid #CCC;
padding:10px;
margin:10px;
overflow:auto;
background-color:#FFFFFF;
position:relative;}

.clear	{clear:both;}
.logout	{float:right;}
/* ~~ this fixed width container surrounds all other elements ~~ */
#container {
	width: 970px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {

	padding: 0px 0 0 0;
	margin-bottom:18px;
	position:relative
}
.content ul {

	padding-left: 10px;
}
.content h1 {

	padding-top:18px;
}
.content .left {
  margin: 0 640px 0 0px ; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  overflow:auto;
  width:300px;
  	border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 


}
.content .right {
	
  float: right;
  width: 640px;
    overflow:auto;
	border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
background-color:#FFF;
margin-bottom:20px;
}
.content .left .listbox	{
border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
padding:10px;
background-color:#FFF;
margin-bottom:10px;}

.content .left .listboxblue	{
border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
padding:10px;
background-color:#01B9E9;
margin-bottom:10px;
border: 3px solid #ffffff;
color:#FFF;}

.content .left .listboxclear	{
padding:10px; margin-bottom:10px;
color:#FFF;}
.content .left .listboxclear p	{
color:#FFF; padding:0 0 0 10px; margin:0px;}
.content .left .listboxclear h1	{
color:#FFF; padding:0px;}
.content .left .listboxclear h2	{
color:#FFF; padding:0 0 0 10px; margin:0px;}

.content .right .listbox	{
border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border: 1px solid #CCCCCC;}
.content .right .listbox h2	{font-size:17px; line-height:18px;}
.content .left .listboxblue h2	{font-size:17px; line-height:18px; color:#FFF; margin:0px; padding:0px;}
.content .right .listbox h1	{font-size:20px; line-height:18px;}
.content .left .listboxblue h1	{font-size:20px; line-height:20px; color:#FFF; margin:0px; padding:0px;}

.telesales	{ background-image:url(images/telesales.jpg); background-repeat:no-repeat; background-position:bottom right;}
.telesales1	{ background-image:url(images/contact1.jpg); background-repeat:no-repeat; background-position:top right;}
.newsletter	{ background-image:url(images/email.jpg); background-repeat:no-repeat; background-position:bottom right;}
#content {

	padding: 0;
	margin-bottom:18px;
	height:314px;
	position:relative;
}

#content #jscentre	{width:470px; height:314px; background-image: url(images/jsbg.gif); background-repeat:no-repeat; position:relative; margin:0px auto;}
#content .img1	{position:absolute; top:0px; left:0px; }
#content .img2	{position:absolute; bottom:0px; left:0px;}
#content .img3	{position:absolute; top:0px; right:0px;}
#content .img4	{position:absolute; bottom:0px; right:0px;}
#content1 {

	padding: 0;
	margin-bottom:18px;
	height:154px;
	position:relative;
}
#content1 .img1	{position:absolute; top:0px; left:0px; }
#header	{ padding: 0;  position:relative; height:166px;}
#logo	{ width:273px;  }
#loginframe	{ position:absolute; top:43px; right:0px; width:318px; height:123px; background-color:#FFFFFF; font-size:10px; line-height:1.8em; }
#loginframe label	{width:100px; float:left; padding-left:10px; }
#loginframe .loginbut	{float:left; margin-top:15px; }
#tag	{  width:300px; position:absolute; left:273px; top:65px; }
#tabs	{  width:620px; position:absolute; right:0px; top:0px; text-align:right; }
#tabs img	{ margin-left:10px; }
#nav	{height:31px; border-top:1px solid #FFF; background:#FF3366 url(images/navbg.jpg) repeat-x; font-size:12px; width:100%; padding:0px; line-height:2.7em; font-weight:bold; font-family: Arial, sans-serif; margin-bottom:17px;}
#nav a	{ color:#ffffff; text-decoration:none; padding:0px 8px;}
#figures	{border:10px solid #FFF; background-color:#FF3366; margin-bottom:20px; clear:both;}
.whiteframe	{ background:#FFFFFF; }
.signup	{margin:0px; padding:0px; width:415px; height:95px; text-align:left; padding-left:10px; padding-top:10px; font-size:11px; position:relative;}
.signupimg	{position:absolute; top:10px; right:20px;}
.icons	{margin:0px; padding:0px; width:535px; height:95px; float:right;}
.homemainimage	{padding:0px 10px;}
.resortlistbox	{border:1px solid #CCC; padding:10px; margin:10px;}
.resortlistimg	{width:180px; float:left; background-color:#333; color:#FFFFFF; text-align:center;}
.resortlistbox .inner	{ height:170px; overflow:hidden; font-size:11px; line-height:normal; position:relative; margin-left:200px;}
.resortlistbox .inner h3	{ margin-bottom:0em;}
.resortlistbox .inner .save40	{ position:absolute; top:0px; right:0px;}
.resortbox	{border:1px solid #CCC; padding:10px; margin:10px;}
.resortimg	{width:180px; float:left; text-align:center;}
.resortbox .inner	{ font-size:11px; line-height:normal; position:relative; margin-left:200px;}
.resortbox .inner h3	{ margin-bottom:0em;}
.resortbox .inner .save40	{ position:absolute; top:0px; right:0px;}
.resortbox .frame	{border:1px solid #CCC; padding:2px; margin:0px;overflow:visible;}

.resortlistbox1	{border:1px solid #CCC; padding:10px; margin:10px; width:45%; float:left;}
.resortlistimg1	{width:180px; float:left; background-color:#333; color:#FFFFFF; text-align:center;}
.resortlistbox1 .inner	{ height:150px; overflow:hidden; font-size:11px; line-height:normal; position:relative; margin-left:200px;}
.resortlistbox1 .inner h3	{ margin-bottom:0em;}
.resortlistbox1 .inner .save40	{ position:absolute; top:0px; right:0px;}


.passportflag .flag	{padding:4px;}
.passportflag	{position:absolute; top:20px; right:10px; width:110px; text-align:right; z-index:1000}

.content .left .listboxnav	{
border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
padding:10px;
background-color:#fff;
margin-bottom:10px;
border:1px solid #01B9E9;}
.content .left .listboxnav h2	{
padding:0 0 0 0px; margin:0px; color:#000;}
.icon1	{
background:url(images/loveicons1.gif) no-repeat right;}
.icon2	{
background:url(images/loveicons2.gif) no-repeat right;}
.icon3	{
background:url(images/loveicons3.gif) no-repeat right;}
.icon4	{
background:url(images/loveicons4.gif) no-repeat right;}
.icon5	{
background:url(images/loveicons5.gif) no-repeat right;}
.icon6	{
background:url(images/loveicons6.gif) no-repeat right;}
.icon7	{
background:url(images/loveicons7.gif) no-repeat right;}
.icon8	{
background:url(images/loveicons8.gif) no-repeat right;}
.icon9	{
background:url(images/loveicons9.gif) no-repeat right;}
.icon10	{
background:url(images/loveicons10.gif) no-repeat right;}
.icon11	{
background:url(images/loveicons11.gif) no-repeat right;}
.icon12	{
background:url(images/loveicons12.gif) no-repeat right;}
.icon13	{
background:url(images/loveicons13.gif) no-repeat right;}
.icon1 a, .icon2 a, .icon3 a, .icon4 a, .icon5 a, .icon6 a, .icon7 a, .icon8 a, .icon9 a, .icon10 a, .icon11 a, .icon12 a, .icon13 a	{color:#000;}
.icon1 a:hover, .icon2 a:hover, .icon3 a:hover, .icon4 a:hover, .icon5 a:hover, .icon6 a:hover, .icon7 a:hover, .icon8 a:hover, .icon9 a:hover, .icon10 a:hover, .icon11 a:hover, .icon12 a:hover, .icon13 a:hover	{color:#cc3399;}
.memberlevel	{width:200px; float:left; height:212px; background-image:url(images/memberlevel.jpg); background-repeat:no-repeat; margin-left:10px; position:relative; }
.memberlevel h2	{ display:block; text-align:center;  color:#333; position:absolute; top:145px; font-size:22px; width:200px; padding:0px;}
.memberdays		{width:200px;float:left; height:212px; background-image:url(images/memberbalance.jpg); background-repeat:no-repeat; margin-left:10px;  position:relative;}
.memberdays h2	{ display:block; text-align:center;  color:#fff; position:absolute; top:135px; font-size:22px; width:200px; padding:0px;}
.memberimage	{width:200px;float:left;  height:212px; background-image:url(images/memberpic.jpg); background-repeat:no-repeat; margin-left:10px;}
.memberimage .pic	{ height:136px; margin:47px 0 0 6px;}
.member1	{width:200px; float:left; height:200px;  margin-left:10px; }
.member2		{width:200px;float:left; height:200px; margin-left:10px; }
.member3	{width:200px;float:left;  height:200px;  margin-left:10px;}
.member4	{width:200px; float:left; height:230px;  margin-left:10px; }
.member5		{width:200px;float:left; height:230px; margin-left:10px; }
.member6	{width:200px;float:left;  height:230px;  margin-left:10px;}

.yearleft	{width:60px; position:absolute; left:430px; background-color:#333333; color:#FFF; padding:2px 2px 2px 6px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
.yearright	{width:60px; position:absolute; left:460px; text-align:right; background-color:#333333; color:#FFF; padding:2px 6px 2px 2px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}

.kidstext	{width:250px; background:#FFFFFF; border-top:5px dashed #01B9E9; border-bottom:5px dashed #01B9E9; padding:0 0 0 20px; position:relative; z-index:200;  }
.kidstext h2	{color:#cc3399; margin:0px; }
.kidsimg	{width:270px; position:absolute; z-index:190; }
.kidsnumber	{position:absolute; top:10px; left:10px; font-size:30px; color:#FC0; width:40px;}

form.newslettersignup label	{width:200px; display:block; float:left;}
form.newslettersignup input	{}
form#holidayrequest label	{width:100px; display:block; float:left;}
form#holidayrequest input	{margin:2px 0;}
input.submit	{background-color:#01B9E9; color:#FFF; float:right; border:none; border-radius: 15px; -moz-border-radius: 15px;  -webkit-border-radius: 15px; padding:5px 10px; font-weight:bold}
input.submit1	{background-color:#FF3366; color:#fff; float:right; border:none; border-radius: 15px; -moz-border-radius: 15px;  -webkit-border-radius: 15px; padding:5px 10px; font-weight:bold}
.print	{margin:0 auto; width:103px;}
.print1	{margin:0 auto; width:800px; }
.print1 td	{padding:4px;}

#footer	{ background:#FF3366; color:#FFFFFF; padding:10px; font-size:10px ; line-height:1.2em;}
#footer .box	{ width:225px; float:left; border-radius: 7px; 
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border: 1px solid #FF799B; margin:5px; padding-top:5px;  }
#footer .logobox	{ text-align:right; border:none;  }
#footer .box p	{ color:#FFFFFF!important; }
#footer .box a  { color:#FFFFFF!important; font-weight:normal }
/* jquery login pop up */
#sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
        padding: 14px 22px;
        width: 400px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
	#sign_up h2 {
        background:#333333; color:#FFFFFF; font-size:15px; text-align:center; padding:5px; font-family: rockwell, georgia, cambria, serif;  font-weight:normal;
    }
	#sign_up h3 {
        font-size:14px; font-family: rockwell, georgia, cambria, serif; 
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #sign_up label input {
        display: block;
        width: 388px;
        height: 31px;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #sign_up_form {
        position: relative;
        background: url(../../images/divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #close_x { 
        width: 24px; height: 24px;
        overflow: hidden;
        display: block;
        position: absolute; top: -10px; right: -10px;
    }
.try { 
    width: 93px;
    height: 31px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}