/* site main */

body {font-family: Arial, Helvetica, sans-serif}

a:link {
  color: #666666;
}
a:hover {
  color: #333333;
}
a:active {
  color: #666666;
}
h1 {
  font-size: 20px;
  color: #ff0092;
  text-transform: uppercase;
  font-weight: normal;
}

/* page container */
#page-container {
	min-height: 100%;
	position: relative;
	padding: 0 10px 0 10px;
	background: #000;
	margin: 0px auto;
  	width: 964px;
	background-color: #000
}

/*
  header styles
*/

#header {
	height: 100px;
	position: absolute !important;
	top: 0px;
  left: 0px;
	width: 99%;
}

.topmenu {float: right; margin-top: 11px; font-family: Arial, Helvetica, sans-serif}
.topmenu ul li {list-style: none; float: left; margin-left: 15px; text-transform: uppercase; font-size: 13px;}
.topmenu ul li a {color: #f1f1f1; text-decoration: none;}
.topmenu ul li a:hover {color: #FFFFFF}

.topminicart {border: 0px solid pink; float: right; margin-top: 5px; height: 35px; background: url(http://fashionlingerie.co.uk/skin1/images/basket.png); background-repeat: no-repeat}
.topminicart-inner {margin: 10px 0 0 35px; font-size: 11px}
.topminicart a {color: #fff; text-decoration: none;}

#header .line1 {
	position: relative;
	height: 120px;
}
#header .line1 .logo {
	margin-left: 10px;
	width: 203px;
}
#header .line1 .logo a img {
	width: 203px;
	height: 48px;
}
#header .line1 .logo {
  position: absolute;
  left: 20px;
  top: 31px;
  height: 50px;

  width: 228px;
  margin: 0px;
  padding: 0px;
}

#header .line1 .logo a:link,
  #header .line1 .logo a:visited,
  #header .line1 .logo a:hover,
  #header .line1 .logo a:active
{
  display: block;
  width: 350px;
  height: 90px;
  background: transparent url(images/fashion_mosaic/logo.png) no-repeat left top;
  margin-top: -25px;
}
#header .line1 .logo img {
  display: none;
}

/* page layout */
#content-container {
	clear: both;
	float: left;
  overflow: hidden;
	position: relative;
	width: 100%;
}