/* HTML ELEMENTS
--------------- */

body { 
  text-align: center; 
  min-width: 990px;
  margin: 0;
  padding: 0;
  color:#4D4D4D;
  font-family:Arial,Helvetica,sans-serif;
  background-image: url(../images/pg-layout/bg-pg.png);  
  font-size: 12px;
  line-height: 1.5em; 
  /* And to help the absolutely 
    positioned page flowers work...*/
  height:100%;
  overflow-y:auto;
}

A{
	color:#FF3366;
}
H2{ 
}



/* PG-LAYOUT
---------------- */
DIV#Pg-Wrap{
	/*border: 1px solid red; /*switch*/
	text-align:left;
	width: 885px;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url(../images/pg-layout/bg-two-cols.png); 
	position: relative;
}

 

DIV#Pg-Header{
	/* border: 1px solid red; /*switch*/
	height:200px;
	position: relative;
	top: -50px;
		top: -42px;
	background-image: url(../images/pg-layout/bg-header-884x200.png); 
}
 
DIV#Pg-LeftCol{
	/*border: 1px solid red; /*switch*/
	width: 215px;
	margin: -50px 35px 0 20px;
	float: left;
}


DIV#Pg-RightCol{
	/*border: 1px solid red; /*switch*/
	margin-top: -50px;
	width: 590px;
	float: left;
} 

DIV#Pg-FooterOne{
	/*border: 1px solid red; /*switch*/
	background: url(../images/pg-layout/bg-footer-corners.png) top center no-repeat;
	float:left;
	width: 865px;
	height: 52px;
	margin-bottom: -35px;
	padding: 32px 20px 0 0;
	text-align: right;
} 
DIV#Pg-FooterTwo{
	/*border: 1px solid red; /*switch*/ 
	padding: 20px 0; 
	width: 875px; 
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}
/* Fix for IE 7 only...*/
*+html DIV#Pg-FooterTwo { padding: 30px 0; }
 

DIV#Pg-FooterTwo A{
	color: #fff;
	xtext-decoration: none; 
	padding: 2px 0;
}
DIV#Pg-FooterTwo A:HOVER{
	text-decoration: underline;
}
DIV#Pg-FooterTwo A#Facebook{
	padding-left: 20px;
	background: url(../images/pg-layout/icon-facebook.png) top left no-repeat;
}




/* PAGE FLOWERS
---------------- */
IMG#Flower-TopLeft{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000000;

}
IMG#Flower-BottomRight{
	position:fixed;
	bottom: 0;
	right: 0;
	z-index: 3000000;
}
/* ...FOR IE */
* HTML IMG#Flower-BottomRight{
	position:absolute;
	bottom: 0;
	right: 0;
	z-index: 3000000;
}
/* ...FOR IE */
* HTML IMG#Flower-TopLeft{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000000;
}


/* HEADERS
---------------- */
H1#Hdr-BrandName{
	/*border: 1px solid red; /*switch*/
	padding: 0;
	margin: 0; 
}
B#Hdr-Newsletter{
	/*border: 1px solid red; /*switch*/
	background: url(../images/text-images/newsletter-75x25.png) top left no-repeat;
	height: 28px;  
	padding: 5px 2px 2px 20px;
} 
H2#Hdr-SpringArrivals{
	/*border: 1px solid red; /*switch*/
	background: url(../images/text-images/springarrivals-170x50.png) top left no-repeat;
	height: 50px; 
	margin-top: 0;
	/*width: 170px;*/
} 
H2#Hdr-AboutUs{
	/*border: 1px solid red; /*switch*/
	background: url(../images/text-images/aboutus-115x40.png) top right no-repeat; 
	height:40px; 
	margin-top: 0;
}  
H2#Hdr-Welcome{
	/*border: 1px solid red; /*switch*/
	background: url(../images/text-images/welcome-160x45.png) top right no-repeat;
	height:45px; 
	margin-top: 0;
}


        
 


/* NEWS SIGNUP
----------------- */
INPUT#m{ 
	border: 2px solid #e9bbbe;
	color:#423f3f;
	padding: 2px;
}
INPUT#Signup{
	border: 1px solid #766763;  
	background-image: url(../images/pg-layout/bg-pink-button.png);
	padding: 2px;
	margin-left: 8px;
}
UL#News{
	list-style: none;
}
UL#News LI{
	margin-bottom: 10px;
}
UL#News LI H3{ 
	margin: 0;
	padding: 0;
}
UL#News LI H3 A{ 
	text-decoration: none;
}
UL#News LI H3 A:HOVER{
	text-decoration: underline;
}
UL#News LI A.linkMore{ 
}

/* GENERAL USE
---------------- */
.sideifySpan SPAN{ 
	position: relative;
	left: -100000px;
} 
.leftOppose{
	width: 47%;
	float:left;
	text-align: left;
}
.rightOppose{
	width: 45%;
	float: right;
	text-align: right;
}
.imgRight{
	float: right;
	padding: 10px 0 5px 5px;
	border: none;
}
.imgLeft{
	float: left;
	padding: 5px 10px 5px 0;
	border: none;
}


/* ContactForm
----------------- */

P#ContactForm{

}
P#ContactForm LABEL{ 
	width: 100px;
}

P#ContactForm INPUT,
P#ContactForm TEXTAREA{ 
	width: 150px;
	vertical-align:text-top;
}



/* HACKS + FIXES
---------------- */

/*  Read about this clear fix:  http://www.positioniseverything.net/easyclearing.html  */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
<!--[if IE]> 
  .cf {
	zoom: 1;     /* triggers hasLayout */
	}  /* Only IE can see inside the conditional comment
	and read this CSS rule. Don't ever use a normal HTML
	comment inside the CC or it will close prematurely. */ 
<![endif]-->

