@charset "utf-8";

/*Default Page - START*/
body {
	background-image: url('http://www.hotshotpic.com/images/site-header.png');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
/*Default Page - END*/

/*Logo - START*/
#logo {
	width: 235px;
	height: 98px;
	background-image: url('http://www.hotshotpic.com/images/header/hsp_logo.png');
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*Logo - END*/

/*Main Body Wrapper - START*/
#divBody {
	background-color: FFF;
	width: 800px;
	height: 700px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
/*Main Body Wrapper - END*/

/*Menu - START*/
#menuHome {
	width: 67px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_home.gif');
}
#menuHome:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_home.gif');
	width: 67px;
	height: 59px;
}
#menuAbout {
	width: 73px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_about.gif');
}
#menuAbout:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_about.gif');
	width: 73px;
	height: 59px;
}
#menuPackages {
	width: 113px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_packages.gif');
}
#menuPackages:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_packages.gif');
	width: 113px;
	height: 59px;
}
#menuPhotos {
	width: 91px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_photos.gif');
}
#menuPhotos:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_photos.gif');
	width: 91px;
	height: 59px;
}
#menuAvailability {
	width: 130px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_availability.gif');
}
#menuAvailability:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_availability.gif');
	width: 130px;
	height: 59px;
}
#menuFaq {
	width: 49px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_faq.gif');
}
#menuFaq:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_faq.gif');
	width: 49px;
	height: 59px;
}
#menuContact {
	width: 103px;
	height: 59px;
	text-indent: 10000px;
	display: block;
	overflow: hidden;
	background-image: url('http://www.hotshotpic.com/images/wlink/wlink_contact.gif');
}
#menuContact:hover {
	background-image: url('http://www.hotshotpic.com/images/olink/olink_contact.gif');
	width: 103px;
	height: 59px;
}
/*Menu - END*/

/*Footer - START*/
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}
/*Footer - START*/

/*Price Info - START*/
#packageWrapper {
	width: 510px;
	height: 600px;
	position: absolute;
	margin-left: 145px;
}
.packageTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.packageDetails {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
}
.pSmall {
	font-size: 12px;
}
/*Price Info - END*/

/*Ad Box - START*/
#adBox {
	background-color: #FFF;
	position: absolute;
	margin-left: 600px;
	margin-top: 40px;
	width: 180px;
	height: 700px;
	display: block;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
/*Ad Bo - END*/