html, body {
	height:100%;
}
body {
	/*margin:0;*/
	font-size:0.75em;
	width:100%;
	margin:0 auto;
	color:#333333;
	border-top:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(http://www.citywomen.co.uk/images/page-background.jpg) repeat-x #cdced0;
}


#menucontainer {
	width:965px;
	position:absolute;
	height:4.7em;
	top:0;
	background:#fff;
	}

#menu{
	margin:0 10px;
	width:945px;
	position:absolute;
	height:4.7em;
	z-index:200;
	top:0;
	background:url(http://www.citywomen.co.uk/images/menu-back.gif) top repeat-x;
}

#menu img{
	z-index:250;
	float:right;
	border:none;
	
	}
#outercontainer {
	background:#fff;
	width:965px;
	margin:0 auto -4.7em;
	height:auto !important;
	min-height:100%;
}

#container{
	/*position:absolute;*/
	width:945px;
	padding:0px 10px;
	z-index:0;
	padding-top:4.7em;
	background:#fff;
}
	
.push {
	height:4.7em;
}
	
#shadowcontainer {
	margin:0 auto;
	width:100%;
	
	background:url(http://www.citywomen.co.uk/images/shadow.png) repeat-x;
}

#shadow{
	margin:0px 10px;
	width:945px;
	height:30px;
	z-index:100;
	position:absolute;
	top:4.7em;
	background:url(http://www.citywomen.co.uk/images/shadow.png) repeat-x;
	}

#maincontainer {
	margin:0 auto;
	width:100%;
	background:url(http://www.citywomen.co.uk/images/mainback.gif) repeat-x top;
}

#maincontainer2 {
	margin:0 auto;
	width:100%;
	background:none;
}

#toptitlebar{
	width:100%;
	background:url(http://www.citywomen.co.uk/images/title-back.gif) repeat-x;
	height:25px;
	padding:30px 0px;
	margin-bottom:8px;
}
	
#toptitlebar h1{
	color:#FFFFFF;
	padding:0px 10px;
}
	

#main{
	margin:0 auto;
	width:945px;
	}


#footer{
	margin:0 auto;
	width:935px;
	height:2.7em;
	font-size:0.8em;
	padding:1em 0px 1em 10px ;
	background:url(http://www.citywomen.co.uk/images/footermore.gif) repeat-x;
	}
#footer div {
	float:left;
	margin-right:10px;
}	
#footer .right{
	text-align:right;
	font-weight:normal;
	width:45%;
	float:right;
	background:none;
	}
	
#footer .left{
	text-align:left;
	float:left;
	background:none;
	width:45%;
	}

#clear {
	clear:both;
}


/* Menu*/


#content {
	background:#fff
}
#nav {
	width:810px;
	float:left;
}

ul.menu,ul.moo-menu{ 
	width:135px;
}
ul.menu a,ul.moo-menu a{ 
	display:block;
}
ul.menu li,ul.moo-menu li{
	float:left;
	width:135px;
}
ul.menu li ul{
	display:none;
	padding-top:5px
}
ul.menu ul li a{
	text-align:left!important;
	color:#333;
	padding-top:5px;
}
ul.menu li:hover ul{
 	display:block;
}
ul.moo-menu li ul li, ul.menu li ul li{ 
	float:none;
	clear:both;
}

ul.moo-menu ul, ul.menu ul {
	width:135px;
	margin-left:-10px;
	padding:10px 11px 25px 11px;
	background:url(http://www.citywomen.co.uk/images/submenu-bg.png) bottom left;
}
ul.moo-menu ul#first, ul.menu ul#first{
	background:url(http://www.citywomen.co.uk/images/submenu-bg.png) bottom left!important;
}

ul.moo-menu ul a, ul.menu ul a {
	color:#333;
	padding:5px 10px;
}
ul.moo-menu ul a:hover, ul.menu ul a:hover {
	text-decoration:underline;
	background:#eee;
	
}
.topnav {
	border-bottom:0.5em #fff solid;
	text-align:left;
	height:30px;
	padding-left:10px;
	padding-top:20px;
	color:#555;
	font-size:1em;
	background:url(http://www.citywomen.co.uk/images/nav-top-off.gif) no-repeat left top;
}
.topnav:hover {
	color:#fff;
	border-bottom-color:#BF311A;
	background-image:url(http://www.citywomen.co.uk/images/nav-top-on.gif);
	text-decoration:underline;
}
#current .topnav{
	border-bottom-color:#BF311A;
}

.topnav.first {
	background-image:url(http://www.citywomen.co.uk/images/nav-top-first-off.gif);
}

ul.menu :hover > a.topnav, ul.moo-menu :hover > a.topnav  {	
	color:#fff;
	border-bottom-color:#BF311A;
	background-image:url(http://www.citywomen.co.uk/images/nav-top-on.gif);
}

ul.menu :hover > a.topnav.first, ul.moo-menu :hover > a.topnav.first  {	
	color:#fff;
	border-bottom-color:#BF311A;
	background-image:url(http://www.citywomen.co.uk/images/nav-top-first-on.gif);
}

li.topnavEmpty {
	border-bottom:0.5em #fff solid;
	text-align:left;
	height:50px;
	padding-top:1em;
	color:#555;
	font-weight:bold;
	letter-spacing:-.075em;
	font-size:1.2em;
	background:url(http://www.citywomen.co.uk/images/nav-top-off.gif) no-repeat left top;
}

.topnav.first:hover {
	background-image:url(http://www.citywomen.co.uk/images/nav-top-first-on.gif)!important;
}



/*text formatting*/

h1 {
	font-size:1.5em;
	color:#BF311A;
	font-weight:normal;
}

p {
	line-height:1.3em;
	margin-bottom:1em;
}

h2 {
	color:#BF311A;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.5em;
}

a {
	text-decoration:none;
	color:#BF311A;
}
a:hover {
	text-decoration:underline;
}


ul{
	margin-bottom:1em;
	}
	
li{
	margin-bottom:0.3em;
}


.right li{
	margin-bottom:0!important;
	}
	
p a, #footer a{
	text-decoration:none;
	color:#BF311A;
}
p a:hover, #footer a:hover {
	text-decoration:underline;
}

.wrap {
	float:left;
	margin:0px 10px 10px 0px;
	border:#ccc 1px solid;
}


/* text styles */
.small {
	font-size:0.9em;
	padding:0.05em 0;
	color:#666;
}

.spacer {
	border-top:1px solid #eee;
	padding:1.5em 0;
	display:block;
}
.hidden {
	visibility:hidden;
}

.breadcrumb {
	padding:10px 0px;
	padding-bottom:0px;
	display:block;
	clear:both;
}

h1.homepageheading {
	padding:10px 0px;
}
p.homepagelogo{
	margin:0;
	padding-left:5px;
}
iframe {
	border:none;
	
}


.copyright {
	font-size:0.8em;
}
.clear {
	clear:both;
}

.strip {
	margin-bottom:10px;
}
input {
	border:1px solid #999;
	width:125px;
	font-size:1em;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
}


.dotted{
	border-top:1px dotted #ddd;
	/*padding-bottom: 1em;
	border-bottom:1px dotted #ddd;
	margin-bottom:1em;*/
} 
.featured-link{
	margin-bottom:.5em;
	border-bottom:3px solid #ddd;
	background:#eee;
	display:block;
	padding:5px;
	width:50%;
	float:right;
	clear:both;
}
.blacklink {
	color:#5C707C!important;
}
.blacklink:hover {
	color:#820053!important;
}

#search { float: left; padding:12px 10px; width:115px; }
#search p { padding: 0; margin: 0; }

.button {
	margin-right:5px;
}

.newsHomepage li{
	margin-bottom:21px;
	/*border-left: 3px solid #BDC5CA;*/ /*50% tint IDC grey*/
	padding:5px 5px 5px 10px;
	background:#f1f1f1;
	color: #5C707C;
	line-height:1.3em;
}



/*sitemap */

#sitemap li{
	margin-bottom:1em;
}
#sitemap li li {
	padding-left:10px;
	list-style:inside square;
	margin-bottom:0;
}




/* submit button */


button, a.button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius:3px;
	padding:0pt 6px 2px;
	cursor:pointer;
}

a.button {
	background:transparent url(http://www.citywomen.co.uk/images/button-off.gif) no-repeat scroll center top;
	background-repeat:no-repeat;
	border:1px solid #444;
	color:#fff;
	height:37px;
	width:245px;
	padding:15px 10px 8px 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:1em;
	margin-right:1em;
	display:block;
	float:left;
}


button {
	border:1px solid #444;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	
}

button, a.button:hover {
	background-image: url(http://www.citywomen.co.uk/images/button-on.gif);
	color:#fff;
	text-decoration:none!important;
}






	
/* accordion */
.five #accordion {
	width:665px;
	margin-bottom:1em;
}
.toggler {
	padding:5px;
	padding-left:10px;
	color:#fff;
	cursor:pointer;
	margin:0;
	background:url(http://www.citywomen.co.uk/images/red-orange25.gif) repeat-x top #BF311A;
	border:none;
	height:15px;
}
.toggler:hover {
	text-decoration:underline;
}

.element {
	padding:0px 10px;
	background:#F1F1F1;
	padding-top:none;
	border:none;
}

.element p{
	margin:0!important;
	padding:10px 0px;
/*	height:94px;*/
}

.highlight {
	background:#F1EDF5;
	padding:25px;
}	


	
/*newsletter signup*/
	
.signup {
	margin-bottom:10px;
	}
	
.signup a{
	color:#BF311A;
	text-decoration:none;
	}
	
.signup a:hover{
	text-decoration:underline;
	}
	
.signup p {
	padding: 0px;
	padding-top:5px;
}
.signup button {
	margin:5px 10px 5px 0px;
	text-align:left;
	height:23px;
	width:125px;
	background:url(http://www.citywomen.co.uk/images/red-orange25.gif) repeat-x!important;
	color:#FFFFFF;
	padding-top:2px;
}

.signup button:active{
	background:url(http://www.citywomen.co.uk/images/orange-red25.gif) repeat-x!important;
	}
	
.signup button:hover{
	text-decoration:underline;
	}

.signup input {	
	border:1px solid #999;
	font-size:1em;
	padding:5px;
	width:110px;
	margin:0px 5px 3px 0px;
}

.signup input #submit {
	width:125px;
	text-align:left;
	color:#fff;
	text-decoration:underline;
}

.signup label {
	display:none;
}

/* Side menu */


#auxiliaryNav2 a{
	color:#666666;
	text-decoration:none;
	}

#auxiliaryNav2 {
	margin-right:20px;
	font-weight:bold;
	line-height:2em;
	margin-bottom:30px;
}
#auxiliaryNav2 ul li{
	padding-left:15px;
	/*background:url(../images/submenu-detail.gif) no-repeat left top;*/
	font-weight:normal;
	line-height:1.5em;
}

#auxiliaryNav2 ul ul li{
	padding-left:15px;
	/*background:url(../images/submenu-detail.gif) no-repeat left top;*/
	font-weight:normal;
	line-height:1.5em;
	margin-left:10px;
	font-size:0.9em;
}

/*#auxiliaryNav2 ul li.sidebar1end{
	background:url(../images/submenu-detail-end.gif) no-repeat left top;
}

#auxiliaryNav2 ul ul li.sidebar2end{
	background:url(../images/submenu-detail-end.gif) no-repeat left top;
}*/
	
#auxiliaryNav2 a:hover{
	color:#BF311A;
	}

.home{
	font-weight:bold;
	}

.currentTab{
	margin:0!important;
	}

.sponsored {
	padding:5px;
	padding-left:10px;
	color:#fff;
	cursor:pointer;
	margin:0;
	background:url(http://www.citywomen.co.uk/images/red-orange25.gif) repeat-x top #BF311A;
	border:none;
	height:15px;
}

.sponsor {
	padding:10px 10px;
	background:#f1f1f1;
	padding-top:none;
	border:none;
	margin-bottom:15px;
}


/* Presentation */

.presentation {
  position:relative;
  width:945px;
  height:360px;
  overflow:hidden;
  float:left;
  padding:0!important;
}
.presentation.three{
	width:405px;
	margin-bottom:10px;
}
.presentation.two{
	width:270px!important;
	margin-bottom:10px;
}
.presentation.five{
	width:675px;
	margin-bottom:10px;
}
.sevenths .presentation, .sevenths .landing-block {
	margin-left:-10px;
	margin-top:-10px;
}
.three .landing-block {
	width:385px;
	padding:10px;
}

.presentation-slide {
  position:absolute;
  /*width:945px;*/
  height:360px;
}

.presentation-slide-text {
  /* TODO: override in ie6 stylesheet */
  background:transparent url(http://www.citywomen.co.uk/img/bg/presentation-text.png) repeat scroll 0 0;
  width:915px;
  height:110px;
  position:absolute;
  left:0;
  bottom:0;
  padding:20px 15px;
}

.three .presentation-slide-text {
	width:375px;
	}
.five .presentation-slide-text {
	width:645px;
	height:70px;
	}
		
.presentation-slide-text h2 {
  font-size:1.8em;
  color:#fff;
  line-height:1.1em;
  margin-bottom:.4em;
}
.presentation-slide-text h2 small {
  font-weight:lighter;
}
.presentation-slide-text p, .presentation-slide-text a {
  color:#fff;
}
.presentation-tabs {
  position:absolute;
  right:0;
  bottom:0;
  padding:5px 12px;
  z-index:138;
}
.presentation-tab {
  background:#A22C1E url(http://www.citywomen.co.uk/img/bg/presentation-tab.gif) repeat-x scroll 0 0;
  padding:5px 12px;
  line-height:.65em;
  font-size:0.8em;
  color:#fff;
  margin-left:1px;
}
.presentation-tab:hover, .presentation-tab-on {
  background:#fff none;
  color:#A22C1E;
}
.presentation-tab:active {
  background:#A22C1E none;
  color:#fff;
}

/*
#partner-homepage img {
	margin:30px auto;
	display:block;
}*/ 

/*landing photos */

/* Presentation */

.landing-photo {
  margin-right:10px;
  height:460px;
  overflow:hidden;
  position:relative;
  padding:0;
  margin-bottom:10px;
}

.landing-photo-text {
  /* TODO: override in ie6 stylesheet */
  background:transparent url(http://www.citywomen.co.uk/img/bg/presentation-text.png) repeat scroll 0 0;
  height:200px;
  padding:20px 10px;
  position:absolute;
  left:0;
  bottom:0;
  color:#fff;
}
.landing-photo-text h2{
	color:#fff;
}
.one .landing-photo-text {
	width:135px;
}
.landing-photo.two {
	width:260px;
}
.landing-photo.one {
	width:135px;
}
.landing-photo.three {
	width:405px;
}
.two .landing-photo-text {
	width:250px;
}

.three .landing-photo-text {
	width:385px;
}
.one .landing-photo-text {
	width:115px;
}
.right {
	background:none;
	margin-right:0!important;
}
/* news layout */

#page-links {/* news navigation page links */
	padding: 20px 0px;
	margin-top:10px;
	border-top:1px #333 solid;
}

/*gallery */
.three .gallery-canvas {
	width:405px;
	height:286px;
	overflow:hidden;
	margin-bottom:8px;
	background-position:center;
	background-color:#f2f3f3;
}

.three .gallery-spinner {
	left:190px;
	top:138px;
	position:relative;
}
.gallery-thumb {
	margin-right:3px;
	float:left;
	margin-bottom:20px;
}
.gallery-thumbs {
	margin-top:8px;
	margin-bottom:8px;
}
.three .gallery-thumbs {
	width:408px;
}
.hidden {
	margin:0 0 0 -5000px;
	padding:0;
	position:absolute;
}


/* normal columns */
.sevenths {
	padding:10px;
	float:left;
	width:115px;
}


/*landing page blocks */

.landing-block {
	background:url(http://www.citywomen.co.uk/images/landing-background.jpg) repeat-x #f2f3f3;
	margin:0.6em 0;
}
.landing-block .sevenths {
	background:url(http://www.citywomen.co.uk/images/landing-divider.jpg) no-repeat right top;
	min-height:180px;
	padding:10px;
	float:left;
}
div.icon {
	float:left;
	margin-right:10px;
	width:30px;
	display:block;
	height:30px;
	background:url(http://www.citywomen.co.uk/images/icon.gif) no-repeat;
	border:none!important;
}
.caption {
	float:left;
	width:200px;
}
.three{
	width:375px;
	padding-right:20px!important;
}
.two{
	width:240px;
	padding-right:20px!important;	
}
.five{
	width:635px;
	padding-right:30px;
}
.four {
	width:500px;
	padding-right:30px;
}
#gallery.three.sevenths {
	width:405px;
	padding:0!important;
}

.image{
	height:120px;
	float:left;
	margin-bottom:1em;
	}
	
.shift-up{
	margin-top:-10px!important;
	margin-left:-10px!important;
	margin-bottom:1em;
	}
	
/* Speech Bubble */
.bubble {
	width: auto;
	margin-bottom: 2.5em;
}

.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

.bubble cite {
	position: relative;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	top: 10px;
	background: transparent url(http://www.citywomen.co.uk/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}



/* footer (sector) links */

.sector-links li {
	list-style:none!important;
	margin:0!important;
	float:right;
	margin-top:10px;
	padding:1px 10px 1px 10px;
}
.sector-links li+li {
	padding-right:10px;
	border-right:1px #666 solid;
}

.sector-links{
	text-align:right;
	padding:none;
	margin:0px;
	}

#menu-sidebar {
	width:230px;
	margin-left:10px;
	background:url(http://www.citywomen.co.uk/images/sidemenu-background.gif) #f3f3f3 repeat-x top;
	min-height:340px;
	float:left;
}

.sevenths li{
	list-style:disc outside;
	margin-left:25px;
	}
	
#menu-sidebar li{
margin-left:0!important;
list-style:none!important;
}


/* Carousel */
#carousel {
 width: 100%;
 height: 90px;
 position: relative;
 overflow: hidden;
 margin:0;
 margin-bottom:10px;
 
}
#carousel .presentation-slide{
	padding:10px;
	height:70px;
	width:220px;
	text-align:center;
}

.no-padding{
	padding:0!important;
	margin:0!important;
	}
	
.biog-image {
	float: left; margin-right: 20px; margin-bottom: 10px;
}

/*booking form */

#booking label {
	width:240px;
	float:left;
	padding:5px 0px;
} 
#booking input, #booking textarea, #booking select  {
	width:375px;
	float:left;
	font-family:Verdana, Arial, sans-serif;
	color:#1A1A1A;
	padding:5px;
	border:1px #666 solid!important;
}
#booking h1 {
	float:left;
}
#booking select {
	width:150px;
}
#booking .clear {
	height:5px;
}
#booking button {
	padding:10px;
	font-size:1.2em;
}
p.error {
	margin-bottom:5px;
	color:#BF311A;
	font-weight:bold;
	background:url(http://www.citywomen.co.uk/images/failed.png) left no-repeat;
	padding-left:40px;
	min-height:30px;
}
p.error.toperror{
	background-color:#BF311A;
	color:#fff;
	background-position:10px 10px;
	padding:10px;
	padding-left:50px;
}
ol li{
	list-style:inside decimal;
	margin-left:15px;
}

/* quicklinks */

.quicklinks a {
	padding:5px 5px 5px 30px;
	background:url(http://www.citywomen.co.uk/images/flame-icon-grey.gif) no-repeat;
	color:#333 !important;
	display:block;
}
.quicklinks a:hover {
	color:#BF311A !important;
	background-image:url(http://www.citywomen.co.uk/images/icon.gif);
	text-decoration:none;
}

.quicklinks dd{
	font-size:0.7em;
	color:#999999;
	}

th{
	text-align:left;
	background:url(http://www.citywomen.co.uk/images/title-back.gif) repeat-x;
	color:#ffffff;
	}
	
tr.odd {
 	background:#fff;
}

tr.even {
	background:#eee;
}	

.headline{
	height:30px;
	}
	
.headline .presentation-slide{
	height:20px!important;
	}
	
.headline .presentation-slide-text{
	height:15px!important;
	padding:5px 10px!important;
	position:relative!important;
	width:655px;
	}
	
	
.holder{
	float:left;
	margin:0;
	padding:0;
	width:675px;
	}
	
.right-holder{
	float:left;
	margin:0;
	padding:0;
	width:270px;
	}
	
.selected{
	font-weight:bold;
	}
	
/* knomo bags */
	
.knomothumb{
	margin:10px 10px 10px 0px;
	float:left;
	padding:0!important;
	}
	
.knomothumb p{
	height:10em;
	}
	
.buynow{
	margin-top:3px!important;
	height:20px!important;
	width:95px!important;
	}
	
/* Women in the City likes */

.witc-likes h2 { /* for Cufon.replace('h1') */
	font-size: 3em;
	color:#999999;
}
.witc-likes p {
	color:#000;
}
.witc-likes  {
	overflow:visible;
}
.witc-likes-image {
	
}
.witc-likes-text {
	position:relative;
	top:-40px;	
}
.wearing h2 {
	color:#C4A867;
}
.forever h2 {
	color:#921A1C;
}
.books h2 {
	color:#CF4997;
}
.knomo h2 {
	color:#405E17;
}
.nursery h2 {
	color:#C1CB8F;
}
.connaught h2 {
	color:#00AEEF;
}
.winterwonderland h2 {
	color:#E47E25;
}
.ra h2 {
	color:#fff;
}
.drkumar h2 {
	color:#000;
}
.learning h2 {
	color:#004685;
}
.culturelabel h2 {
	color:#EDB853;
}
.perfetto h2 {
	color:#56774C;
}