@charset "UTF-8";
/*  
Style Name: Lundeen's Custom Style
Theme URI: http://www.lundeensgifts.com
Description: Jerry's custom style for lundeensgifts.com.
Version: 1.0
Author: Jerry Chan
Author URI: http://www.jerrytchan.com/

Additional Credits:
Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* slightly enhanced universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color:#F7FFFF;
	background-image:url(images/bg_sky.jpg);
	background-repeat:repeat-x;
	vertical-align: top;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}

#flower {
	width: 150px;
	height: 200px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: -5;
}

#flourish {
	width: 245px;
	height: 440px;
	position:absolute;
	left: 955px;
	top:0px;
	
}

#youknow {
	left:605px;
	width: 350px;
	height: 150px;
	position:absolute;
}

#container {
	width: 955px;
	height: auto;
}

#header {
	height: 50px;
	padding-left: 80px;
	padding-top: 150px;
	z-index:1;
}

#nav {
	width: 955px;
	height: 60px;
}

#main {
	padding: 10px 0 10px 80px;
	text-align:left;
	width: 875px;
	height: auto;
	z-index: 1;
}

#hours {
	position:absolute;
	top: 521px;
	left: 637px;
	width: 318px;
	height: 100px;

}

#hours_heading {
	height: 35px;
}

#hours_body {
	height: 65px;
	background-image:url(images/hours_body.gif);
	background-repeat:repeat;
}

#contact_body {
	width: 500px;
}

#footerInfo {
	height: 25px;
	width: 955px;
	background-color:#512F5D;
}

.floatright {
	float:right;
	padding-left: 15px;
}

.floatleft {
	float:left;
	padding-right: 15px;
}
