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

/***************************************************************
* THANKS.COM STYLES - copyright 2009
* Original Author: Angie Jantz R@W  x33414
*	
* holiday.css - STYLE SHEET SPECIFIC TO 2009 HOLIDAY PAGE
****************************************************************/
 
/********* CONTENTS OF STYLESHEET *********/
/*
- LAYOUT STYLES
- TEXT STYLES
- LANDING STYLES
- MISC STYLES
*/


/********* LAYOUT *********/
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

a {text-decoration:none}

#wrapper { /* sets width of entire site */
	width: 800px;
	min-width: 772px;
	padding: 10px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#giftsHeader { /* sets space below header */
	padding: 0px;
	margin: 0px;
	background: url(../images/holiday09_bg.jpg) repeat left top #e7f1ef;
}

#passesHeader { /* sets space below header */
	padding: 0px;
	margin: 0px;
	background: url(../images/holiday09_bg.jpg) repeat left top #e7f1ef;
	width: 800px;
}

#footer { /* sets space above header */
	/*padding-top: 3px;*/
	clear: both;
}




/********* TEXT *********/
a:link {
	color:#666666;
}
a:hover {
	color:#999999;
	text-decoration: none;
}
a:visited {
	color:#456d8a;
}
.contact { /*phone number at bottom of pages*/
	font-weight: bold;
	font-size: 14px;
}

/********* LANDING *********/
.landingCols { /* controls width and placement of landing page columns */
	width: 201px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.landingColLast { /* controls width and placement of landing page columns */
	width: 197px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.spacerCol { /* creates space between landingCols */
	width: 2px;
	height: 50px;
	float: left;
	padding: 0px;
	margin: 0px;
}



/********* GLORIOUS GIFTS *********/
#giftsBadge {
	position:absolute;
	left:735px;
	top:10px;
	width:231px;
	height:193px;
	z-index:1;
}

#notes {
	background: url(../images/Goodies_bkgd_top.gif) repeat left top #d2c200;
	padding: 0px 40px 40px 40px;
	margin: 0px;		
	
	/*font-family: "Whitney", "Times New Roman", Times, serif;*/
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #456d8a;
	text-decoration: none;
}

#ecardnotes {
	background-color:#edefdb;
	padding: 0px 40px 0px 57px;
	margin: 2px 0px 0px 0px;		
	
	/*font-family: "Whitney", "Times New Roman", Times, serif;*/
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #595437;
	text-decoration: none;
}
#giftsContent {
	background: url(../images/holiday09_bg.jpg) repeat left top #e7f1ef;
	padding: 0px 40px 40px 40px;
	margin: 0px;
	
	/*font-family: "Whitney", "Times New Roman", Times, serif;*/
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #706807;
}

#passesContent {
	background-color:#edefdb;
	padding: 0px 40px 10px 40px;
	margin: 0px;
	
	/*font-family: "Whitney", "Times New Roman", Times, serif;*/
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #635f42;
}


.imgBorder { /*sets white border */
	border: solid 2px #FFFFFF;
	margin-bottom: 5px;
}

/********* MISC *********/
img {   /* no borders from links on images! */
	border-style: none;
}

.clear { /* just in case :D */
	clear: both;
}



/* the end */

