/*General class used to give background color and font styles in whole website*/
body
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #525355;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010000;
	position:absolute;
}
a
{
	color: #640360;
	text-decoration:none;
}
a:hover
{
	color: #640360;
	text-decoration:underline;
}
/* ID used to give the width and background image on whole website*/
#MainContainer
{
	height: auto;
	width: 731px;
	margin: auto;
	background-image: url(../Images/Shedow.gif);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
}
/* ID used to give the width of the main container*/
#Container
{
	width: 731px;
	height: auto;
	margin: auto;
}
/* ID used to give the width of the header on website*/
#Header
{
	width: 722px;
	height: auto;
	margin: auto;
}
/* Class used to give the width and background image on top green bar*/
.GreenBar
{
	width: 722px;
	height: 17px;
	background: url(../Images/TopGreen.gif);
	background-repeat: repeat-x;
}
/* Class used to give the width height of the area on which Logo and Image existin Header of website*/
.PamshopContainer
{
	width: 722px;
	height: 196px;
	
}
/* Class used to give the width and background image of logo*/
.PamshopLogo
{
	width: 206px;
	height: 196px;
	
	float: left;
}
/* Class used to give the width and height of the right image after logo*/
.AboutImage
{
	width: 516px;
	height: 196px;	
	float: left;
}
/* Class used to give the area of the navigation in Header*/
.NavigationContainer
{
	width: 722px;
	height: 30px;
	background-image: url(../Images/NaviLeft.gif);
	background-repeat: repeat-x;
}
/* Class used to give the area before the navigation menus in Header*/
.NaviLeftSpacer
{
	width: 15px;
	height: 30px;
	float: left;
}
/* Class used to give the area of the navigation in Header*/
.Navigation
{
	width: 707px;
	height: 30px;
	float: left;
}
*html .Navigation
{
	width: 707px;
	height: 30px;
	float: left;
	margin-bottom:-5px;
}
/* Class used to give style to the navigation menus in Header with its ul and li*/
.Navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Navigation ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
}
/* Class used to give anchor style to the home navigation in Header*/
a.Home
{
	width: 53px;
	height: 30px;
	float: left;
}
a.Home:hover
{
	width: 53px;
	height: 30px;	
}
/* Class used to give anchor style to the about navigation in Header*/
a.AboutUs
{
	width: 88px;
	height: 30px;
	float: left;
}
a.AboutUs:hover
{
	width: 88px;
	height: 30px;
}
/* Class used to give anchor style to the Services navigation in Header*/
a.Services
{
	width: 86px;
	height: 30px;
	float: left;
}
a.Services:hover
{
	width: 86px;
	height: 30px;
}
/* Class used to give anchor style to the InTheNews navigation in Header*/
a.InTheNews
{
	width: 116px;
	height: 30px;
	float: left;
}
a.InTheNews:hover
{
	width: 116px;
	height: 30px;
}
/* Class used to give anchor style to the ContactUs navigation in Header*/
a.ContactUs
{
	width: 116px;
	height: 30px;
	float: left;
}
a.ContactUs:hover
{
	width: 116px;
	height: 30px;
}

/* Class used to give anchor style to the Advertise navigation in Header*/
a.Advertise
{
	width: 179px;
	height: 30px;
	float: left;
}
a.Advertise:hover
{
	width: 179px;
	height: 30px;
}
/* Class used to give anchor style to the Blog navigation in Header*/
a.Blog
{
	width: 68px;
	height: 30px;
	float: left;
}
a.Blog:hover
{
	width: 68px;
	height: 30px;
}
/* Class used for style properties in Contactus page*/
.ContactForm
{
	width: 180px;
	height: auto;
	float: left;
}
.ContactForm1
{
	width: 50px;
	height: auto;
	float: left;
}
/* Class used for Form Left panel in Contactus page*/
.FormLeftPanel
{
	width: 180px;
	height: 28px;
	float: right;
	text-align: right;
}
.FormLeftPanelMessage
{
	width: 180px;
	height: 115px;
	float: right;
	text-align: right;
}
/* Class used for button in Contactus page*/
.Button
{
	background-color: #DFE7C1;
	color: #804573;
	border: solid 1px #DFE7C1;
}
/* Class used for space between Left panel and right panel in Contactus page*/
.FormSpacer
{
	width: 10px;
	height: 50px;
	float: left;
}
/* Class used for Form Right panel in Contactus page*/
.FormRightPanel
{
	width: 150px;
	height: 28px;
	float: left;
}
.FormRightPanelMessage
{
	width: 160px;
	height: 115px;
	float: left;
}
/* Class used to give width and backgroud imagefor yellow ares after navigation in Header*/
.YellowBg
{
	width: 722px;
	height: 5px;
	background-image: url(../Images/YellowBg.gif);
	background-repeat: repeat-x;
	margin-left: 4px;
}
*html .YellowBg
{
	width: 722px;
	height: 5px;
	background-image: url(../Images/YellowBg.gif);
	background-repeat: repeat-x;
	margin-bottom: -9px;
	margin-left: 4px;
}
/* Class used to give backgroud image to the content area*/
#MiddleContainer
{
	width: 722px;
	min-height: 300px;
	background-image: url(../Images/MiddleBg.gif);
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 50px;
}
*html #MiddleContainer
{
	width: 722px;
	height: 300px;
	background-image: url(../Images/MiddleBg.gif);
	background-repeat: repeat-y;
	float: left;
	padding-bottom: 50px;
	margin-top:-1px;
}
/* Class used to give style to the left panel*/
.LeftTextPannel
{
width:185px;
height:auto;
padding-top:14px;
padding-left:12px;
float:left;
padding-right:7px;
}

*html .LeftTextPannel
{
width:185px;
height:auto;
padding-top:14px;
padding-left:12px;
padding-right:7px;
float:left;
}
/* Class used to give area for content and used on the Thanks, Content page and Contact Us page*/
.MiddleTextPannel
{
	width: 450px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}

*html .MiddleTextPannel
{
	width: 450px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}
/* Class used to give space after yellow bg and used on master page*/
.Spacer
{
	width: 4px;
	height: 30px;
	float: left;
}
/* Class used to give linking style where link is used*/
a.Link
{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #804573;
}
a.Link:hover
{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
/* Class used to give color and font properties on the Heading*/
.Heading
{
	color: #804573;
	font-weight: bold;
	font-size: 17px;
	height: 20px;
	border-bottom: solid 1px #000;
}

/*Class used to give color where message is used*/
.Msg
{
	color: Red;
}
/*Class used to give top image in left panel*/
.LeftPannelTopText
{
width:184px;
height:49px;
background-image:url(../Images/TextCheckOut.gif);
}
/*Class used to give Services Space in left panel*/
.ServicesTopSpacer
{
width:180px;
height:26px;
}
/*Class used to give Services area in left panel*/
.TextServices
{
width:132px;
height:21px;
margin-left:35px;
}
/*Class used to give space after Services area in left panel*/
.ServicesBottomSpacer
{
width:180px;
height:20px;
}
/*Class used to give Wardrobe area in left panel*/
.TextWardrobe
{
width:173px;
height:32px;
}
/*Class used to give space before PersonalShoping area in left panel*/
.PersonalTopSpacer
{
width:180px;
height:12px;
}
/*Class used to give space before Gift Buying services area in left panel*/
.PersonalTopSpacer1
{
width:180px;
height:9px;
}
/*Class used to give space before Packing area in left panel*/
.PersonalTopSpacer2
{
width:180px;
height:10px;
}
/*Class used to give PersonalShoping area in left panel*/
.TextPersonalShoping
{
width:182px;
height:32px;
}
/*Class used to give Closet Organization area in left panel*/
.TextCloset
{
width:183px;
height:32px;
}
/*Class used to give Head to Toe Service area in left panel*/
.TextHead
{
width:182px;
height:31px;
}
/*Class used to give Corporate Seminar area in left panel*/
.TextCorporate
{
width:187px;
height:17px;
}
/*Class used to give Gift Buying services area in left panel*/
.TextGift
{
width:155px;
height:31px;
}
/*Class used to give Packing area in left panel*/
.TextPacking
{
width:149px;
height:16px;
}
/*Class used to give Online Personal shopping area in left panel*/
.TextOnline
{
width:172px;
height:31px;
}
/*Class used to give the border structure from editor on Services page*/
.Table
{
width:455px;
height:auto;
border:1px solid #000000;
padding:5px;
background-color:#EBEBEB;
}
/*Class used to give the Inner border structure from editor on Services page*/
.InnerTable
{
width:443px;
height:auto;
border:1px solid #000000;
padding:5px;

}
/*Class used to give the style to the text from editor on Services page*/
.InnerTableText
{
width:433px;
height:auto;
padding-left:6px;
}
/*Class used to give linking style on the services page*/
.ServicesLink
{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.ServicesLink:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
/*Class used to give the Space before mission box from editor on Services page*/
.ServicesSpacer
{
	float:left;
	width:100px;
	height:150px;
	
}

/*Class used to give width to the text on about us page from editor*/
#ContainerMain 
{
height:auto;
width: 450px;
}
/*Class used to give area to Top Image on about us page from editor*/
.TopImage
{
width:135px;
height:180px;
float:left;

}
/*Class used to give area to Top Image and text on about us page from editor*/
.TopImageContainer
{
width:450px;
height:auto;
float:left;
}
/*Class used to give area to Right text on about us page from editor*/
.TextPannelRight
{
width:305px;
height:auto;
float:left;
}
/*Class used to give Space between Top and bottom on about us page from editor*/

.SpacerMiddle
{
width:450px;
height:50px;
clear:both;
}
/*Class used to give area to bottom Image on about us page from editor*/

.BottomImage
{
width:135px;
height:190px;
float:left;
}
/*class used to give the color to Heading in In the News section */
.NewsHeading
{
	color:#640360;
	
}




