/**Summer Season Styles**/

body {
	background:url(/media/images/bg-background.jpg) top center no-repeat #56c8f1 !important;
	}


#matte {
 background:#d6d5dd url(../media/images/water-bknd-texture.jpg) repeat-y;
}


/* For Browsers With PNG Support (NOT IE) */
/* -------------------------------------- */
/*  IE ignores styles with [attributes]   */

#masthead[id]	{
 background: url(../media/images/masthead-summer.png) no-repeat bottom right;
}

/* For (IE/Mac) Supports PNG but not [id]    */
/* ----------------------------------------- */
/*  (Affects IE/Win - Overwritten Below )    */

##masthead {
 background: url(../media/images/masthead-summer.png) no-repeat bottom right;
}

#masthead {
 background: none;
 filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='media/images/masthead-summer.png');
}


#booklet-bg {
 position:absolute;
 z-index:3;
 width:145px;
 height:144px;
 margin:13px 0px 0px 20px;
 padding:0;
}

#booklet-bg[id]	{
 background: url(../media/images/check-out-summer.png) no-repeat bottom right;
}

/* For (IE/Mac) Supports PNG but not [id]    */
/* ----------------------------------------- */
/*  (Affects IE/Win - Overwritten Below )    */

##booklet-bg{
 background: url(../media/images/check-out-summer.png) no-repeat bottom right;
}

#booklet-bg {
 background: none;
 filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../media/images/check-out-summer.png');
}

/* End PNG Styles */

#view-pdf {
 background: url(../media/images/background-view-packages.png) no-repeat 0px 0px;
}

#booklet a{
 position:relative;
 display:block;
 top:30px;
 left:102px;
 z-index:4;
 width:59px;
 height:45px;
 padding:0;
}


#booklet a span{
 display:none;
}

#postcard-bg { background:url(../media/images/postcards-summer.gif) no-repeat 0px 0px !important; }
