

/* Index page background styles */


#wrap {
  background-image: url(../images/bg_image.gif);
  background-repeat: no-repeat;
  width: 960px;
  height: 935px;
  margin: 0 auto;
  }		

	
/* Main content section and sidebar two column layout*/


#main_content {
  float: right;
  width: 640px;
  padding-right: 1em;
  padding-top: 1em;
  }


/*Special offer image banner*/	

	
.r {
  background-image: url(../images/offer_banner.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 640px;
  height: 0;
  padding-top: 120px;
  overflow: hidden;
  margin-bottom: 1.5em;
  }
	

#highlight {
  background-image: url(../images/mid_banner_bg.png);
  background-repeat: no-repeat;
  float: right;
  width: 640px;
  height: 242px;
  margin-bottom: 1em;
  }

.top {
  float: right;
  width: 614px;
  padding-top: 10px;
  font-weight: bold;
  }

.middle {
  float: right;
  width: 396px;
  padding-top: 2.5em;
  padding-right: 10px;
  font-weight: bold;
  }

.bottom {
  float: right;
  width: 396px;
  padding-top: 1.7em;
  font-weight: bold;
	color: #ffff1b;
	}
	
.products {
  background-image: url(../images/products.jpg);
  background-repeat: no-repeat;
  width: 635px;
  height: 0;
  float: right;
  padding-top: 205px;
  margin-top: 1em;
  overflow: hidden;
  }

	
/* Left side-bar section */



#sidebar {
  width: 200px;
  padding-top: 1em;
	padding: 17px;
	}

#side_a {
  background-image: url(../images/opening_times_bg.png);
	background-repeat: no-repeat;
	width: 253px;
	height: 155px;
	margin-bottom: 2em;
	}
	
.side_a_content {
  padding: 2em 0 2em 1em;
	}
	
.zx {
  font-weight: bold;
	}

#side_b {
  margin-bottom: 1.9em;
	}
	
#side_c {
  background-image: url(../images/kar_prod.png);
	background-repeat: no-repeat;
	width: 253px;
	height: 0;
	padding-top: 155px;
	overflow: hidden;
	}

	
#side_d {
  background-image: url(../images/stat-pres.jpg);
  background-repeat: no-repeat;
  width: 240px;
  height: 0;
  padding-top: 200px;
	margin-top: 1.9em;
  margin-left: .8em;
  overflow: hidden;
  }

/* Footer section and navigation/additional information */


#footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  width: 960px;
  height: 140px;
  margin: 0 auto;
  margin-top: 2.5em;
  padding: 0;
  clear: both;
  }

#footer_navigation {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

.menuft {
			margin:0 auto;
			padding:0;
			height:40px;
			width:960px; 
			display:block; 
			}

.menuft li {
			padding:0; 
			margin:0; 
			list-style:none; 
			display:inline;
			}
			
.menuft li a {
			float:left; 
			padding-left:56px;
			display:block; 
			text-decoration:none; 
			color: #ffffff; 
			font-size:14px; 
			font-family: Arial, Verdana,  Helvetica, sans-serif; 
			cursor:pointer; 
			outline:none;
			}
			
.menuft li a span {
			line-height:30px; 
			float:left; 
			display:block; 
			padding-top: 5px; 
			padding-bottom: 5px; 
			padding-right:57px;
			}

.menuft li a:hover {
			color: #ffff1b;
			}

.menuft li a.active, .menuft li a.active:hover {
			line-height:30px; 
			background:url("../images/bottomMenuImages.png"); 
			background-repeat: no-repeat; 
			width: 58px; 
			text-indent: -9999px;
			}

#additional_info {
  float: right;
  width: 600px;
  }
	
#credit_info {
  background-image: url(../images/credit_info.jpg);
  background-repeat: no-repeat;
  width: 214px;
  height: 0px;
  padding-top: 40px;
  overflow: hidden;
  } 

#tpw_info {
  float: right;
  width: 643px;
  color: #fff;
  padding-top: 1px;
  }
	
.fs {
  font-size: 70%;
  color: #ffff1b;
  }
  
.cc {
  font-size: 70%;
  color: #fff;
  }

a:link, a:visited {
  text-decoration: none;
  color: #fff;
  }

a:hover {
  text-decoration: underline;
  color: #ffff1b;
  }



	

