@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e587ad;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#333;
}

h1{font-size:18px;}
h1.homepage{
	padding:10px 0 0 0;
	font-size:16px;
	line-height:24px;
	text-align:center;
	font-family:"Lucida Calligraphy", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
}
h2{font-size:15px;}
h3{font-size:12px;}
p, li{font-size:12px; line-height:16px;}
p.center {text-align:center;}
p.soft{color:#999; font-size:10px;}
ul.indexList li {font-family: "Comic Sans MS", cursive; color:#76bef7; font-size:15px; line-height:22px; list-style-type:square;}
ul.indexList li a:active, ul.indexList li a:visited, ul.indexList li a:link {color:#0066b8;}
ul.indexList li a:hover {color:#551a8b;}
img {border:0;}
#container { 
	width: 850px;
	margin: 0 auto;
} 
#shell {
	margin:100px 0 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
}
#header { 
	padding: 0;
	text-align:right;
} 
#menu {
	padding:3px 0 0 0;
	height:25px;
}

#sidebar1 {
	float: left;
	width: 300px; 
	padding: 0 0 0 10px;
}
#sidebar2 {
	float: right;
	width: 200px; 
	padding: 0 10px 0 0;
}
#mainContent { 
	margin: 0 225px 0 311px; 
	padding: 0 20px;
	min-height:350px
} 
#pageContent { /* Use the pageContent div for full width pages with no sidebar */
	margin: 0;
	padding: 0 20px;
	min-height:350px;
}
#poshNews {
	margin:40px 0 0;
	padding:5px 12px 0 14px;
	width:244px;
	height:295px;
	background-image:url(../images/frontpage/latest-news.gif);
	background-repeat:no-repeat;
}
#poshNews h3 {
	text-align:center;
	color:#06C;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
}
#poshNews p {
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	color:#fff;
}
#poshNews a:active, #poshNews a:visited, #poshNews a:link { color:#e587ad; text-decoration:none; }
#poshNews a:hover {color:#FFF; }
table.imageGallery, table.nonGallery {
	padding:30px;
	border:1px solid #e587ad;
}
table.imageGallery td, table.nonGallery td {
	padding:0 5px;
}
table.imageGallery td img {
	padding:5px;
	border:1px solid #39F;
}
div.sidewrap{
	font-family: "Comic Sans MS", cursive;
	color:#000;
	margin:8px 0 15px 5px;
	padding:5px 3px;
	height:70px;
	width:174px;
}
/* the following would work really well in the above class - If only IE was not such a buggy browser :(  
																									   
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
div.sidewrapFB{
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin:8px 0 12px 5px;
	padding:5px 3px;
	height:70px;
	width:174px;
}
div.sidewrapFB img{ border:1px solid #fff; }
#accessories {
	background-image:url(../images/frontpage/accessories.jpg);
	background-repeat:no-repeat;
}
#fashion {
	background-image:url(../images/frontpage/fashion.jpg);
	background-repeat:no-repeat;
}
#shoes {
	background-image:url(../images/frontpage/shoes.jpg);
	background-repeat:no-repeat;
}
#facebook {
	background-image:url(../images/frontpage/facebook.gif);
	background-repeat:no-repeat;
}
#giftvoucher {
	background-image:url(../images/frontpage/gift-vouchers.jpg);
	background-repeat:no-repeat;
}
#footer { 
	padding: 0 10px 0 20px;
	text-align:right;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#03F;
	font-size:9px;
	line-height:10px;
}
#footer a:active, #footer a:visited, #footer a:link {
	color:#03F;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
