@charset "UTF-8";
body  {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*background-image: url(../images/PMN_IF_BG.jpg);*/
	background-image: url(../images/Stripes20.jpg);
	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: #4e4d4e;
}
.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/PMN_IF_Body.jpg);
	margin: 0 auto 0px 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. */
}


/* My Comment */ 
.twoColFixLtHdr #header { 
	padding: 0;
	width: 770px;
	height: 142px;
}
.twoColFixLtHdr #header img {
	border: none;
	}


/* My Comment */ 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* 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-image: url(../images/PMN_IF_SideNavBG.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px 0 20px 20px;
	padding: 0;
	/*height: 510px;*/
	border: 1px solid #c5a6b6;
}

/* This is the Webkinz Logo sitting at the bottom of the sidebar */

#sidebarLogo {
	margin: 5px 25px 10px 28px;
	padding: 0;
}
#sidebarLogo  img {
	width: 119px;
	margin: 5px auto;
	border: none;
}

/* This is the Shop Online Logo sitting a the bottom of the sidebar */

#sidebarLogoShop {
	margin: 30px 25px 0 28px;
	padding: 0;
}
#sidebarLogoShop  img {
	width: 119px;
	margin: 5px auto;
	border: 1px solid white;
}
/* Main Content Rules */

.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0 240px; /* the left margin on this div element creates the column down the left 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: 0 18px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	margin:  0;
	margin-bottom: 20px;
	padding: 0 25px;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	line-height: .9em;
	background: url(../images/PMN_IF_FlwrON.jpg)  no-repeat;
	vertical-align: super;
	letter-spacing: .1em;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-style: italic;
	letter-spacing: .1em;
	color: #653b60;

}
#mainContent h3 {
	font-style: italic;
	letter-spacing: .1em;	
	color: #653b60;

}
#mainContent h4 {
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: .9em;
	letter-spacing: .1em;
	color: #820147;
}
#mainContent p {
	margin: 5px 10px 5px 0;
	font-size: 90%;
	/*letter-spacing: .1em;*/
}
#mainContent p.main {
	margin-bottom: 15px;
	font-size: 105%;
	line-height: 1.3em;
	font-style: italic;
}
#mainContent ul {
	margin: 5px 15px 25px 10px;
	list-style-type: square;
	font-size: 90%;

}
#mainContent li {
	margin-bottom: 9px;
}
#mainContent a {
	color: #4e4d4e;
	text-decoration: none;
}
#mainContent a:hover {
	color: #d6215d;
}
#mainContent .seperator{
	margin: 0;
	padding: 25px 0 25px 0;
}
.seperator img {
	border: none;
}

/* Where sub navigation at the top of the page is used */

.topSubNav {
	width: 100%;
	padding: 10px;
}
.leftcolumn, .middlecolumn, .rightcolumn ul {
	list-style:none;
	margin-left: 0;
}
.leftcolumn ul li {
	margin-left: 0:
}
.leftcolumn {
	width: 34%;
	margin-left: 0;
	float: left;
}
.middlecolumn {
	width: 32%;
	float: left;
}
.rightcolumn {
	width: 34%;
	float: left;
}

/* Sample Wording examples */

.sampleWording p {
	margin: 10px 30px;
	padding: 20px;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	border: 2px solid black;
}

/* VendorNews */

.vendorNews {
	margin: 0;
	padding: 20px 0;
	width: 505px;
}
.vendorNews img {
	border: 1px solid grey;
}

.vendorNews h3 {
	margin-top: 0;
	line-height: 1em;
}
.vLeft {
	width: 165px;
	float: left;
	padding-bottom: 20px;
}
.vRight {
	width:  340px;
	float: left;
	padding-bottom: 20px;
}


/* SlideShows */

#slideshowGallery {
	width: 450px;
	border: 1px solid #c5a6b6;
	margin: 0;
	margin-bottom: 15px;
	padding:10px;
	background-color: #d4cad6;
}

/* Bottom Text Menu for Footer */

#txMenu {
	margin: 30px auto 5px auto;
	padding:  0;
	text-align: center;
}
#txMenu p {
	margin:  0;
	padding: 0;
	font-size:  70%;
	letter-spacing: .1em;
	
}
#txMenu a {
	text-decoration: none;
	color: #4e4d4e;
}
#txMenu a:hover {
	color: gray;
}
#copyright {
	width: 770px;
	height: 30px;
	margin: 0px auto;
	padding: 5px 10px;
}
#copyright p {
	margin: 0;
	padding: 5px 10px;
	font-size: 90%;
	text-align: left;
}
.twoColFixLtHdr #footer { 
	margin: 0;
	padding: 0 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/PMN_IF_Footer.jpg); 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

/* Galleries for Vendors and Webkinz pages */

.gallery {
	margin:  0;
	padding: 5px 2px;
	background:  transparent;
}
.gallery h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}
.galleryItem {
	float: left;
	margin:  4px 5px 4px 0;
	padding-top:10px;
	width:  160px;
	height: 160px;
	border:  1px solid #4e4d4e;
	background-color: #cfcccf;
	background-image: url(../images/galleryItemBK.jpg);
	text-align: center;
}

/* Where captions are used */

.galleryItemWcaption {
	float: left;
	margin:  4px 5px 4px 0;
	padding-top: 5px;
	width:  160px;
	height: 175px;
	border:  1px solid #4e4d4e;
	background-color: #cfcccf;
	background-image: url(../images/galleryItemBK.jpg);
	text-align: center;
}
.galleryItem img, .galleryItemWcaption img {
	margin:0;
	width:  140px; 
	height: 140px;
	border: 1px solid #4e4d4e;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.caption {
	font-size: .6em;
	font-style: italic;
	color:  #4e4d4e;
	line-height: 1em;
	text-align: center;
	}
.iconSeperator {
	margin:10px auto;
	text-align: center;
}

/* Misc Rules */

.bottom25 {
	margin-bottom: 25px;
}

.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;
}
.bold {
	font-weight: bold;
}

.italic {
	font-weight: 300;
	font-style: italic;
}