/* CSS Document */

* { 
 margin: 0; 
 padding: 0; 
} 

body { 
 text-align: center; 
 background-color:#2C2C2C;
} 

#page {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-color: #ffffff;

} 

#header { 
 	height: 146px; 
	background-color: #4d4d4d;
 	background-image: url(header.gif);
	background-repeat: no-repeat;
} 

#leftcolumn {
	float: left;
	width: 150px;
	padding-top: 10px;
	color:#FFFFFF;
}


#centercolumn { 
	float: right; 
	width: 470px;
	z-index: 1; 
}

#rightcolumn { 
 float: right; 
 width: 150px; 
 height: 348px;
 margin-top: 10px;
 margin-bottom: 10px;
 z-index: 0;
 background-repeat: no-repeat;
} 

 
#footer { 
 clear: right; 
 background-color: #000000;
 padding-top: 2px;
 border-top: solid #4d4d4d 6px;
} 


/* RIGHT COLUMN IMAGES */

.figpink1 {
	background-image: url(fig_pink3.gif);
}

.figpink2 {
	background-image: url(fig_pink2.gif);
}

.figpink3 {
	background-image: url(fig_pink.gif);
}

.figblue1 {
	background-image: url(fig_blue.gif);
}

.figblue2 {
	background-image: url(fig_blue2.gif);
}

.figblue3 {
	background-image: url(fig_blue3.gif);
}

.figorange1 {
	background-image: url(fig_orange.gif);
}

.figorange2 {
	background-image: url(fig_orange2.gif);
}

.figorange3 {
	background-image: url(fig_orange3.gif);
}

/* NAVIGATION */

dl#menu {
	position: absolute;
	width: 139px;
	color:#FFFFFF;
}

#menuimages {
	position: absolute;
	width: 10px;
	height: 193px;
	padding-left:139px;
	
}

#menupink {
	position: absolute;
	width: 10px;
	height: 28px;
	background-image: url(navrollover_pink.gif);
}

#menublue {
	position: absolute;
	width: 10px;
	height: 28px;
	top: 33px;
	background-image: url(navrollover_blue.gif);
}

#menuorange {
	position: absolute;
	width: 10px;
	height: 28px;
	top: 66px;
	background-image: url(navrollover_orange.gif);
}

#menupink2 {
	position: absolute;
	width: 10px;
	height: 28px;
	top: 99px;
	background-image: url(navrollover_pink.gif);
}

#menublue2 {
	position: absolute;
	width: 10px;
	height: 28px;
	top: 132px;
	background-image: url(navrollover_blue.gif);
}

#menuorange2 {
	position: absolute;
	width: 10px;
	height: 28px;
	top: 165px;
	background-image: url(navrollover_orange.gif);
}

dt.btn {
	height: 28px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-bottom:5px;
	line-height: 26px;
	background: black;
	
}

dt.btn a {
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

dt.btn a:hover {
	background: black;
	padding-left: 15px;
	color: #FFFFFF;
}

dt.btn a:visited {
	color: #FFFFFF;
}

dt.pink {
	background-image: url(nav_pink.gif);
}

dt.blue{
	background-image: url(nav_blue.gif);
}

dt.orange {
	background-image: url(nav_orange.gif);
}

dt.special {
	background-image: url(specialoffer.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 35px;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

dt.special a{
	text-decoration: none;
	color: #FFFFFF
}

dt.special a:hover{
	text-decoration: none;
	color: #bc257b;
}



/* END OF NAVIGATION */


/* SERVICE BOXES */

#servicebox {
	position: absolute;
	width: 440px;
	height: 200px;
	margin-left: 15px;
	margin-top: 20px;
}

#servicebox a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	padding-top: 72px;
	display:block;
	line-height: 18px;
}

#servicebox a:hover {
	text-decoration:underline;
}
#serviceboxtopleft {
	position: absolute;
	width: 217px;
	height: 97px;
	background-image: url(service_style.jpg);
	background-repeat: no-repeat;
}


#serviceboxtopright {
	position: absolute;
	width: 217px;
	height: 97px;
	left: 223px;
	background-image: url(service_shopping.jpg);
	background-repeat: no-repeat;
}

#serviceboxbottomleft {
	position: absolute;
	width: 217px;
	height: 97px;
	top: 103px;
	background-image: url(service_wardrobe.jpg);
	background-repeat: no-repeat;
}

#serviceboxbottomright {
	position: absolute;
	width: 217px;
	left: 223px;
	height: 97px;
	top: 103px;
	background-image: url(service_makeup.jpg);
	background-repeat: no-repeat;
}

#serviceboxtopleft:hover {
	
}

#serviceboxtopright:hover {

}

#serviceboxbottomleft:hover {

}

#serviceboxbottomright:hover {
	
}


/* END OF SERVICE BOXES */


.imgcenter {
	text-align: justify;
	padding: 14px;
}

.imgright {
	text-align: right;
	left: 200px;
	display: inline
}

.specialoffer {
	padding: 5px;
}



/* TEXT RULES */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
	text-align: left;
	line-height: 18px;
}

h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	text-align: left;
	line-height: 18px;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4d4d4d;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: left;
	line-height: 16px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4d4d4d;
	padding-left: 40px;
	padding-right: 20px;
	line-height: 16px;
	list-style-type: square;
}

li {
	padding-top: 8px;
}

.smallbold{
	font-size: x-small;
	font-weight: bold;
}

.smltxt {
	font-size: x-small;
	line-height: 12px;
}

a {
	color: #bc257b;

}

a:visited {
	color: #e56e15;
}

a:hover { 
	color: #2b79a7;
}



.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	display: block;	
	padding-top: 40px;
	line-height: 24px;
}

.headertext a {
	text-decoration: none;
	color: #FFFFFF;
}

.headertext a:hover {
	background: #bc257b;
	color: #FFFFFF;
}

.headertext a:visited {
	color: #FFFFFF;
}

.footertext {
	font-size: x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	line-height: 16px;
	padding: 5px;
}

.bold {
	font-weight: bold;
}

.black {
	color:#000000;
	line-height: 20px;
	padding-top: 22px;
}

.right {
	text-align: right;
}

.clear { 
 clear: both; 
}

.invisitext {
	color:#000000;
	font-size: xx-small;

	padding: 0px;
}

.serviceboxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 75px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.serviceboxtext a {
	color:#FFFFFF;
}
