@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bk-swatch.png) repeat-x #6CE59F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #grfxwrapr {
	width:100%;
	background: url(images/snowflakes.png) top center repeat-x;
}
.twoColFixRtHdr #container {
	position:relative; 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FF0000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #music {
	position:absolute;
	top:0;
	right:40px;
	z-index:4;
}
.twoColFixRtHdr #header { 
	background: url(images/headr.jpg) top center no-repeat; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	height:300px;
	text-align:center;
	position:relative;
	z-index:0;
}
.twoColFixRtHdr #header #flash {
	position:relative;
	z-index:1;
	padding:0;
	margin:0;
	top:20px;	
}
*html .twoColFixRtHdr #header #flash {
	margin:0 0 -10px 0;	
}  
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #santalt {
	background:url(images/santa-left.png) no-repeat;
	display:block;
	position:absolute;
	width:225px;
	height:408px;
	top:400px;
	left:-222px;
}
.twoColFixRtHdr #santart {
	background:url(images/santa-right.png) no-repeat;
	display:block;
	position:absolute;
	width:225px;
	height:408px;
	top:400px;
	right:-224px;
}
.twoColFixRtHdr #sidewrap #sidebar {
 /* since this element is floated, a width must be given */ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:63px 0 0 0;
	margin:0;
	background: url(images/top-rightpane.png) top no-repeat;
}
.twoColFixRtHdr #sidebar h3,.twoColFixRtHdr #sidebar p  {
	color:#CCC;
	padding:10px 0 15px 0;
	margin:0px;
}
.twoColFixRtHdr #sidebar h3 {
	font-size:.1em;
	position:relative;
}
.twoColFixRtHdr #sidebar h3 img {
	position:absolute;
	margin:0;
	padding:0;
}
.twoColFixRtHdr #sidewrap {
	background: url(images/mid-rightpane.png) right repeat-y;
	float:right;
	width:259px;
	padding:0;
	margin:0;
}
.twoColFixRtHdr #sidewrap #sidebar #sideBottom{
	background:url(images/bottom-rightpane.png) bottom right no-repeat;
	padding:0 25px 70px 45px;
	height:100%;
}
.twoColFixRtHdr #mainwrap {
	/*margin: 0 266px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background:url(images/mid-leftpane.png) left repeat-y;
	width:514px;
	padding:0;
	margin:0;	
}
.twoColFixRtHdr #mainwrap #mainContent { 
	/*margin: 0 262px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/top-leftpane.png) top left no-repeat;
	margin:0;
}
.twoColFixRtHdr #mainwrap #mainContent #mainBottom{
	background:url(images/bottom-leftpane.png) bottom left no-repeat;
	padding:0 25px 70px 27px;
	height:100%;
}
*html .twoColFixRtHdr #mainContent {
	/*margin:0 260px 0 0;*/
}
.twoColFixRtHdr #mainContent h1,.twoColFixRtHdr #mainContent p {
	color:#CCC;
	padding:10px 0 25px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent p {
	color:#CCC;
	padding:10px 0 10px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent h2 {
	color:#CC6666;
	padding:0;
	margin:0 0 0 0;
	font-size:1.25em;
}
.twoColFixRtHdr #mainContent h1 {
	color:#000;
	font-size:.1em;
	position:relative;
}
.twoColFixRtHdr #mainContent h1 img {
	position:absolute;
	margin:0;
	padding:0 0 0 1px;
}
.twoColFixRtHdr #mainContent #locations {
	margin:0 0 0 15px;
	color:#6CE59F;
	line-height:1.4em;
}
.twoColFixRtHdr #mainContent #locations em {
	color:#999;
}
.twoColFixRtHdr #mainContent form {
	margin: 0 0 0 17px;
}
.twoColFixRtHdr #mainContent form input{
	/*border:1px solid #6CE59F;*/
	background:url(images/shadow.png) no-repeat;
	padding:0 0 0 4px;
}
.twoColFixRtHdr #mainContent form label {
	display:-moz-inline-box; /*---Mozilla Fix for inline block elements---*/
	width:110px;
}
.twoColFixRtHdr #mainContent form label {
	display:inline-block;
	margin:5px 0 5px 0;
	color:#CCC;
	font-weight:bold;
}
.twoColFixRtHdr #mainContent form #zip {
	width:65px;
}
.twoColFixRtHdr #mainContent form #message {
	width:200px;
	margin:10px 0 5px 0;
}
.twoColFixRtHdr #mainContent form fieldset {
	position:relative;
	border:solid #CCC;
	border-width:1px 0 0 0 ;
	padding:15px 0 15px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent form fieldset b{
	position:absolute;
	margin:-27px 0 0 0;
	padding:4px;
	display:block;
	background:#666;
	border:1px solid #CCC;
	left:30px;
	color:#EAEAEA;
}
.twoColFixRtHdr #mainContent form #formbutton1, .twoColFixRtHdr #mainContent form #formbutton2  {
	margin:4px 0 0 0;
	width:69px;
	padding:8px 0 8px 0;
	font-weight:bolder;
	font-size:1em;
	border:0px;
}
.twoColFixRtHdr #mainContent form #formbutton1 {
	margin-left:25px;
	background:url(images/send.png) no-repeat;
}
.twoColFixRtHdr #mainContent form #formbutton2 {
	background:url(images/reset.png) no-repeat;
}
.twoColFixRtHdr #mainContent .gftcard {
	width:148px;
	height:113px;
	float:left;
	margin:8px 10px 7px 10px;
}
.twoColFixRtHdr #mainContent .gftcard {
	display:-moz-inline-box;
}
.twoColFixRtHdr #mainContent .photoHolder {
	height: 100%;
}
.twoColFixRtHdr #mainContent .photoHolder .photo {
	float: left;
	width: 125px;
	height: 100%;
	margin: 0 12px 12px 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent .photoHolder .photo a {
	padding: 1px;
	margin: 0;
	border: 1px solid #CCC;
	display: block;
	width: 125px;
	height: 100%;
}
.twoColFixRtHdr #mainContent .photoHolder .photo a img  {
	padding: 0;
	margin: 0;
	border: 0;
}
.twoColFixRtHdr #mainContent .photoHolder .photo a:hover {
	border: 1px solid #666;
}
.twoColFixRtHdr #footer {
	position:relative; 
	padding: 63px 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.png) no-repeat;
	margin:15px 0 0 0;
	height:150px;
} 
.twoColFixRtHdr #footer p {
	color:#CCC;
	font-size:.9em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer p b{
	font-size:.8em;
	margin:0 0 0 150px;
}
.twoColFixRtHdr #footer p b a{
	color:#CC6666;
	text-decoration:none;
}
.twoColFixRtHdr #footer p b a:hover{
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.twoColFixRtHdr #footer p a {
	color:#CCC;
	border-bottom:1px dotted #CCC;
	text-decoration:none;
}
.twoColFixRtHdr #footer p a:hover {
	color:#999;
	border-bottom:1px dotted #CC6666;
}
.twoColFixRtHdr #ftrgrfx {
	background:url(images/angelbox.png) no-repeat;
	display:block;
	width:236px;
	height:189px;
	position:absolute;
	top:-148px;
	right:31px;
}
.twoColFixRtHdr #ftrlights {
	background:url(images/lights.png) no-repeat;
	display:block;
	width:554px;
	height:47px;
	position:absolute;
	top:-13px;
	left:18px;
}
.twoColFixRtHdr #footer #ftrgifts {
	display:block;
	width:191px;
	height:96px;
	position:absolute;
	top:-53px;
	left:55px;
	background: url(images/ftrgifts.png) no-repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}