@charset "UTF-8";
/* CSS Document */



/*Offers page*/



/* main page */

div.offersintro {
	width:800px;
	height:449px;
	background: url('images/offers/Offers-Landing-Page_03.png') no-repeat;
	position: relative;
}
div.offerslink1 {
	width: 392px;
	height: 216px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
div.offerslink2 {
	width: 393px;
	height: 216px;
	position: absolute;
	top: 0px;
	left: 407px;
	cursor: pointer;
}
div.offerslink3 {
	width: 392px;
	height: 217px;
	position: absolute;
	top: 232px;
	left: 0px;
	cursor: pointer;
}
div.offerslink4 {
	width: 393px;
	height: 217px;
	position: absolute;
	top: 232px;
	left: 407px;
	cursor: pointer;
}


/* Baseslayers page */

div.offersbase {
	width:800px;
	height:449px;
	background: url('images/offers/BaseSlayers_Rebate_Page_03.jpg') no-repeat;
	position: relative;
}
div.basedl {
	width: 116px;
	height: 21px;
	position: absolute;
	top: 395px;
	left: 145px;
	cursor: pointer;
}

/* Sock page */

div.offerssock {
	width:800px;
	height:449px;
	background: url('images/offers/Sock_Rebate_Page_03.jpg') no-repeat;
	position: relative;
}
div.sockdl {
	width: 120px;
	height: 20px;
	position: absolute;
	top: 397px;
	left: 512px;
	cursor: pointer;
}

/* Headcover page */

div.offershead {
	width:800px;
	height:449px;
	background: url('images/offers/Headcover_Rebate_Page_03.jpg') no-repeat;
	position: relative;
}
div.headdl {
	width: 120px;
	height: 21px;
	position: absolute;
	top: 415px;
	left: 147px;
	cursor: pointer;
}



