@charset "utf-8";




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/back_01.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #0099CC;
	background-attachment: fixed;
}


#book {
	position: fixed;
	z-index: 3000;
	top: 20px;
	right: 0px;
}
#hotdeal {
	left: 10px;
	bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
}

.link  a {
	color: #0099FF;
	text-decoration: none;
}
img  {
    border: 0;
}
#basePanel {
	height: 50px;
	margin-right: 120px;
	margin-left: 110px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#basePanel .left {
	padding-left: 150px;
}
#footer {
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}


#footer ul {
	display: inline;
}
#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}




#float {
	background:#DDDDDD;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: fixed;
	bottom: 0px;
} 
#float  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.colour01 {
	color: #FF9900;
	font-weight: bold;
}


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
