/**
 * Global CSS file
 */

body{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
	background-color:#1E5AA6;
}

#container{
	/*border: 1px solid black;*/
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	width: 780px;
	background-color: #ffffff;
	text-align: left;
}

#bodyContainer{
	margin-top: 10px;
}

/* Remove the dotted border outline when an image link is click on */
a{
	outline: none;
}

#loadingImg{
	margin: 150px 0px;
	margin-left: 340px;
}

/********* CSS for Banner Header *********/

#headerBanner{
	position: relative;
	background:url('../images/header.jpg') no-repeat;
	height: 100px;
	width: 780px;
}

	a.home{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 600px;
		height: 95px;
		display: block;
		text-decoration: none;
	}

	a.home span{
		visibility: hidden;
	}
	
	a.kbooks{
		/*border: 1px solid black;*/
		position: absolute;
		top: 5px;
		left: 428px;
		width: 126px;
		height: 70px;
		display: block;
		text-decoration: none;
	}
	
	a.kbooks span{
		visibility: hidden;
	}

	/********* CSS for Buy Now button ********/
	a.buyNow{
		position: relative;
		top: 2px;
		left: 639px;
		display: block;
		width: 95px;
		height: 95px;
		background:url('../images/buy_button.png') no-repeat 0 0;
		text-decoration: none;
	}

	a.buyNow span{
		visibility: hidden;
	}

	a:hover.buyNow{
		background-position: 0 -95px;
	}
	/********* end of CSS for Buy Now button ********/

/********* end of CSS for Banner Header *********/



/******** CSS for Footer section ***********/
#footer{
	/*border: 1px solid red;*/
	clear: both;
	margin: 10px auto;
	width: 800px;
	text-align: center;
	font-size: .9em;
	color: #ffffff;
}

#footer a{
	color: #ffffff;	 
}

* html #footer{
	margin-top: 0px;
}

#footer #links{
	padding-top: 5px;
}

#footer #links, #footer #copyright{
	padding-bottom: 5px;
}

/******** end of CSS for Footer section ***********/
