/* Page design */
.MiddleCanvas {text-align:center;}

.MinWidth {min-width:999px; width: expression(this.clientWidth > 999? "100%" : "999px");}
.MiddleBox {
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	border-right:1px solid white;	/* IE bug */
	min-height:900px;
}
.LeftPart {
	width:770px;
	overflow:hidden;
	float:left;
}
.LeftPartPadding {padding-left:33px;}

.ServiceMenu {
	height:75px;
	background-image:url(img/parfumini-logo.gif);
	background-position:32px 16px;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	position:relative;	
}

div.ServiceHome {
	left:327px;
	top:27px;

	background-image:url(img/home.gif);
	background-position:50% 0;
	background-repeat:no-repeat;
	position:absolute;
}

.ServiceMenu .ServiceHome a, .ServiceMenu .ServiceHome a:visited{
	padding-top:14px;
	font:10px Tahoma, Verdana;
	color:#989898;

	display: block;
}


.ServiceCabinet, .ServiceCart, .ServiceSearch, .ServiceBuy {
	background-position:0 50%;
	background-repeat:no-repeat;
	display: block;
	position:absolute;
	white-space:nowrap;
}
.ServiceMenu a, .ServiceMenu a:visited {text-decoration:underline; color:#666666;}
.ServiceMenu a:hover {text-decoration:none;}

.ServiceCabinet {
	left:430px;
	top:16px;
	padding-left:36px;
	padding-top:21px;
	height:33px;
	background-image:url(img/cabinet.gif);
}

.ServiceCart {
	left:594px;
	top:25px;
	padding-left:45px;
	padding-top:12px;
	height:24px;
	background-image:url(img/cart.gif);
}

.ServiceSearch {
	left:741px;
	top:27px;
	padding-left:39px;
	padding-top:10px;
	height:25px;
	background-image:url(img/search.gif);
}

.ServiceBuy {
	left:864px;
	top:18px;
	padding-left:45px;
	padding-top:19px;
	height:30px;
	background-image:url(img/buy.gif);
}


.TopBanners {
	white-space:nowrap;
	text-align:center; 
}
.TopBanners a {padding:0 7px;}


.RightColumn{
	width:207px;
	float:right;
}
.RightColumnPadding {padding-right:24px;}
.SupermarketLink {
	display:block;
	padding:18px 0 0 15px;
	margin-bottom:-18px;
}

.ContactUs {padding-bottom:45px;}
.ContactUs .caption {
	font-family:Tahoma, Verdana;
	height:43px;
	line-height:33px;
	vertical-align:middle;
	font-size:22px;
	color:#FF0000;
	letter-spacing:-1px;
	padding-left:73px;
	background:url(img/contact-us.gif) 34px 0 no-repeat;
}
.RightAnnounce {
	text-align:right;
	padding-bottom:45px;
}

.FooterGround * {

}

.FooterGround {
	background:url(img/Footer/ground.gif) 0 33px repeat-x;
	clear:both;
	padding-top:33px;
	width:100%;
}
.FooterTextBox {
	padding:43px 7px 5px 30px;
	background:url(img/Footer/perls.gif) 30px 0 no-repeat;
}
.FooterTextBox h1 {
	background:none;
	background-color:white;
	padding:0;
	margin:0;
	line-height:120%;
	font-family:Tahoma, Verdana;
}


.FooterDeveloper {
	padding:3px 84px 3px 24px;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	background:url(img/Footer/analytic.gif) 100% 50% no-repeat;
	line-height:12px;
	font-size:10px;
}
.FooterDeveloper a, .FooterDeveloper a:visited  {
	font:10px Arial;
	text-decoration:none;
	color:#999999;
	line-height:12px;
}

.FooterDeveloper a:hover {text-decoration:underline;}

.FooterCounters {
	padding-top:30px;
	width:100%;
	position:relative;
}


