 

@charset "utf-8";
body {
	font: 14px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #424242; /*004689;*/

	
	/*background: url(../images/bg-tile.jpg) #c10c00 top center;*/
	background: url(../images/background2021.jpg) #180f3f no-repeat top center ;
}

.body-pre {
	
	overflow-x:hidden;
	overflow-y:scroll;
	
	font: 14px  Arial, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	padding: 0;
	color: #424242; /*004689;*/

	
	/*background: url(../images/bg-tile.jpg) #c10c00 top center;*/
	background: url(../images/background2021.jpg) #180f3f no-repeat top center ;
}



/* ~~ 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;
}
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. */

}



h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 32px;
	color: #1f1f1f;
	letter-spacing: -1px;
	text-transform: uppercase;
}


h2 {
	font-size: 16px; MARGIN: 0px 0px 8px 0px;  font-weight:bold;  line-height: 20px; color:#1f1f1f;
}



h3 {
	font-size: 15px; MARGIN: 0px 0px 8px 0px;  font-weight:bold; color:#1f1f1f; 
	
}
h4 {
	font-size: 15px; PADDING: 10px 10px 10px 10px;  font-weight:normal; color:#ffffff; background-color:#131313; margin-top:0px;
	
}



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: #0088cc;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0088cc;
	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;
	color: #424242;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */


#logo {
	float:left;
}

 
#nav {
	float:right;
	padding-top:0px;
	padding-left:0px;
	/*margin-left:275px;*/
}


.menu {
	margin: 0;
	padding: 0;
	list-style: none;

}
.menu li {
	padding: 0;
	margin: 0;
	height: 42px;
	margin-right: 10px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 42px;
	background-repeat: no-repeat;
}


ul.menu li a:hover {background: none;}
.menu li {float: left;}

.homebutton {background-image: url(../images/home-active.png); width: 113px;}
.homebutton a {background-image: url(../images/home.png);}

.enterbutton {background-image: url(../images/enter-active.png); width: 113px;}
.enterbutton a {background-image: url(../images/enter.png);}









.container {
	width: 949px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}



.container-bottom {
	width: 804px;
	margin: 0 auto;
	padding-top: 12px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

/* ~~ 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.

*/

.landing {
	margin: 0 auto;
	
}




#landing-content {
	 
	/*padding-top:310px;
	width:880px;
	background: url(../images/landing-card.png) no-repeat left bottom;
	height:360px;
	min-height:110px;*/
	
	margin-top: 445px; /*437px;*/
    min-height: 150px;
    background-color: #ffffff;
	
	
}



/* added 17/3/13 */
.landing_link {
	padding-left: 95px;
	padding-top:15px;
	/*font-size: 12px;*/
	/*color:#fff;*/
	font-size:14px;
}

.landing_link a {
	/*color:#fff;*/
	text-decoration:underline;
	
}
.landing_link a:hover, a:active, a:focus {
	/*color:#fff;*/
	text-decoration:none;
	
}
/* Close added 17/3/13 */

.content {

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	min-height:400px;

	
}

.content-game {

	padding-bottom: 0px;
	

	
}


 


#content-body {
	/*background: url(../images/page_bg.png)  repeat-y top center;*/ 
	font: 16px ;
	font-weight: normal;
	line-height:20px;
	color: #424242;
	 
	
	min-height:380px; 
	
	padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
	
}

#2col_left {
	width:60%;
	float:left;
	
}
#2col_right {
	width:38%;
	float:left;
	
} 

#copyfull {
	float: left;  
	width: 99%;
	/*padding-right:125px;*/
	

}

.prepromo_copy {
	font-size:18px;
	font-weight:300;
	 
	
	text-align:center;
	 
	
}


.home_copy {
	width: 70%;
	text-align:center;
	 
	
}


#copyfull-terms {
	float: left;  
	width: 95%;
	padding-right:125px;
	font-weight:300;

}
#copyfull-terms li {
	margin-bottom:20px;
	 
	
}


#copyleft {
	float: left;  
	width: 46%;
	padding-right:50px;
	/*padding-bottom:20px;*/

}
#copyright {
	float: right;   
	width: 46%;
	padding-right:0px;
	margin-right:0px;
	/*padding-bottom:40px;*/
}



.red {
	color: #F00;	
}

.smallBodyRed {
	color:#ff0000;
	font-weight:normal;
	font-size: 12px; 
}


.boxShadow{
	width:300px;
	height:200px;
	background-color: #FFF;
	box-shadow: 4px 4px 3px #888888;
	float:left
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.landing ul, .landing ol, .content ul, .content ol { 
	padding: 0 15px 0px 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

 

#header {
	margin:0px 0 0 0px;
	width:960px;
	display:block;
	 
}


#heading {
	width:100%;
	height: 88px;
	background: url(../images/page_heading_bg.png) no-repeat top center;	
	margin-top:-50px;
	text-align:center;

}

#heading-pre {
	width:100%;
	height: 88px;
	background: url(../images/page_heading_bg.png) no-repeat top center;	
	margin-top:-50px;
	text-align:center;

}


.page_headingimg {
	padding:50px 0 0 0;
	 
	vertical-align:bottom;
	
}

.prepage_hd{
	padding:0px 0 0 -10px;
	margin-left:-50px;
	vertical-align:bottom;
	
}

.hometable{
	padding-top:15px; padding-bottom:20px;
}


#footermenu {
	width:100%;
	/*height: 36px;*/
	/*background: url(../images/footer_bg.png) no-repeat top center;
	background-color:#004689;
	
	height:353px;*/
	margin-top: 0px;
	position:relative;
	z-index:100;
}
#footermenu-content-blue {
	margin: 0 auto;
	 
	width:902px;
	padding-top:10px;
	padding-left:27px;
	padding-right:20px;
	padding-bottom:20px;
	color: #ffffff;
	font-size: 11px;
	background-color:#1698cf;
	
	position:relative;
	display:block;
 
    overflow: hidden;
}


#footermenu-content {
	margin: 0 auto;
	 
	width:902px;
	padding-top:4px;
	padding-left:27px;
	padding-right:20px;
	color: #ffffff;
	font-size: 14px;
	background-color:#5c5c5c;
	text-align:center;
}



#footermenu-content a {
	color: #ffffff;
	 
	 
	text-decoration:none;
}
/* ~~ 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;
}

.vic {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #f00;	

}

.terms {
	 
	padding-right: 25px;
	padding-top:12px;
	font-size: 11px;
	line-height:14px;
	color:#FFF;

}
/* added 17/3/13 */

.terms a {
	/*color:#fff;*/
	text-decoration:underline;
	
}
.terms a:hover, a:active, a:focus {
	/*color:#fff;*/
	text-decoration:none;
	
}

#submit {
cursor:pointer;
border:0;
}

.error2 {
	font-size: 16px; MARGIN: 20px 10px 10px 0px; padding:10px;  font-weight:bold; color:#ffffff; background-color:#ff0000; 
}

.curvedborder
    {
        /*background-color: #f3f3f3;
        border: solid 1px #a1a1a1;*/
        padding: 20px 20px 0 0;
        width: 90%;
		float:left;
		color:#01305c;
		line-height:150%;
		
		
		border:1px solid #3ab0e2;
		 
		margin: 0px 0 8px 0;
		background:#98e0fe;
		 -webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		font-weight:normal;
		
		
    }


p.weight2small {
	font-weight: normal;
	font-size: 14px;
}



.panair_logo {
	text-align:right;
	padding-right:5px;
	
	
	
}


#foo_socialmedia {
text-align: center;
}

#foo_socialmedia li:first-child, .first-child {
margin-left: 0px;
}

#foo_socialmedia li {
width: 20px;
height: 20px;
display: inline-block;
margin-left: 10px;
}

.foo_nav {
	
}

.submitbutton{
	background-image:url('../images/submitbutton.png') !important; background-color:transparent;
	width:131px !important; 
	height:42px !important;
	padding:0px;
	border:0px;

}

.gifts_products{
	float:left;
	width:24%;
	text-align:center;
	margin-bottom:20px;
	
	
}

.space_desktop {
	height: 60px;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 95%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.25em;
}

 
/*
select {
background-image: url('../images/drop-arrow.png');
background-repeat: no-repeat;
background-position: right center;

background-size: 2.5em;
height: 2.2em;
width: 90%;
-webkit-appearance: none;
-moz-appearance: none;
-m-appearance: none;
appearance: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding-left: 5px;
background-color: white;
}

*/

/* Close added 17/3/13 */
