@charset "utf-8";
/* CSS Document */
body{
/*background-color: #6f1200;
background-image:url(../images/pageBack.gif)*/
color: #5b3f3c;
background-color: #f9cbdf;
font-family: arial;
font-size: 12px;
margin: 0px;


}
#global{
	position:absolute;
left: 50%;
top: 50%;
margin-top: -315px;
height: 600px;
width: 950px;
margin-left: -475px; /* half the width */
background-color: #FFF;
}
#LeftCol{
width: 130px;
float: left;
}
#header{
width: 390px;
float: left;
height: 600px;
text-align: center;
background-image: url(../images/front/headerBack.gif);
background-repeat: no-repeat;
}
#RightCol{
width: 430px;
float: left;
height: 600px;
background-repeat: no-repeat;
background-position: right;
position: relative;
}
#Image2{
	margin: 9px 0px 9px 0px;
}
#Peggys-Logo{
margin: 15px 0px 0px 0px;

}
#top-menu{
color: #fde8f1;
width: 100%;
text-align: center;
margin: 25px 0px 10px 0px;
}
#top-menu a.topMenu{
color: #6f1200;
text-transform: capitalize;
text-decoration: none;
font-size: 13px;
}
#top-menu a.topMenu:hover{
color: white;
text-decoration: underline;
}
#latesNews{
	text-align: right;
	width: 399px;
	margin: 36px 0px 10px 0px;
	/*display: block;
	visibility: hidden;*/
	}
#Menu{
float: left;
margin: 0px 0px 0px 128px;
overflow: hidden;
text-align: left;
width: 133px;
margin-top: -40px;
}

#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 133px;
	}

#Menu ul li {
	float: left;
line-height: 25px;
margin: 0px 0px 15px 0px;
text-align: center;
	}
	
/* Styles for Menu Items */
#Menu ul li a {
	background: url(../images/buttons/MainButton.png) no-repeat left top;
	text-decoration:none;
   padding:0px;
	width: 133px;
	display: block;
	font-weight: bold;
	color: #613437;
	line-height: 25px;
	text-transform: uppercase;
	}
/* Fix IE. Hide from IE Mac \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

#Menu ul li a:hover { background: url(../images/buttons/MainButtonOver.png) no-repeat left top; } /* Hover Styles */
		
img{
	border: 0px;
}
#Content{
	width: 250px;
	margin: 15px 0px 15px 70px;
	padding: 10px 0px;
	text-align: center;
	font-size: 13px;
	float: left;
text-align: center;
height: 225px;
}
#Content p{
padding: 0px;
margin: 0px;
}
#footerCopywright{
	float: left;
	width: 950px;
	height: 30px;
	padding: 15px 0px 0px 0px;
	background-color: #f9cbdf;	

}
#footerCopywrightLeft{
	float: left;
	width: 475px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#footerCopywrightRight{
	float: left;
	width: 475px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#footerCopywrightRight a:link,#footerCopywrightRight  a:visited,#footerCopywrightRight  a:active{
	color: #a96d87;
	text-decoration: none;
}
#footerCopywrightRight a:hover{
	color: #a96d87;
	text-decoration: underline;
}
#footerCopywrightLeft a:link,#footerCopywrightLeft  a:visited,#footerCopywrightLeft  a:active, #footerCopywrightLeft a:hover{
	color: #a96d87;
	text-decoration: none;
}

#shop-link {
	position: absolute;
	bottom: 27px;
	right: 31px;
}

#shop-link a:hover {
	opacity: 0.75;
}
