/* ----------- General Styles ---------- */

body {
	background-color: #FFF;
	margin: 0;
}


div, p, a, td, h1, h2, h3, h4, span {
	font-family: Helvetica, Arial, sans;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}

td {
	background: transparent;
	vertical-align: top;
}


img, table {
	margin: 0;
	border: 0;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}



span.italic {
	font-style: italic;
}

span.bold {
	font-weight: bold;
}

span.grey {
	color: #666;
}

span.red {
	color: #F00;
}

span.smallred {
	font-size: 9px;
	color: #F00;
}

span.underline {
	text-decoration: underline;
	font-size: 11px;
}

div.clear {
	clear: both;
}


/* ----------- Top, Logo & Menu Styles ---------- */
h1{
	display:none;
}
#topframe {
	display:block;
	border:0;padding:0;margin:0;
	margin-top:28px;
	width:100%;
	background-color: #000;
	height:32px;
}
#top {
	border:0;padding:0;
	margin:0px auto;
	width:920px;
	background-color: #000;
	height:32px;
}
#logo {
	border:0;padding:0;margin:0;
	margin-top:0px;
	margin-right:0px;
	float:right;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
#subtopframe {
	clear:both;
	display:block;
	border:0;padding:0;margin:0;
	width:100%;
	background-color: #fff;
	height:20px;
}
#subtop {
	border:0;padding:0;
	margin:0px auto;
	width:920px;
	background-color: #fff;
	height:20px;
	background-color: #fff;
}
#sublogo {
	border:0;padding:0;margin:0;
	margin-top:0px;
	margin-right:0px;
	float:right;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	background-color: #fff;
}	

#menucontainer {
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}

#menu {
	top:5px;
	left:0px;
	margin:0px auto;
	width:920px;
	height:24px;
	position:relative;
}

#menulist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 522px;
	height: 24px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#menulist li {
	margin-top: 3px;
	margin-right: 2px;
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#menulist a {
	float: left;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	padding: 24px 0 0 0;
	overflow: hidden;
}

#menulist a:hover {
	background-position: 0 -24px;
}

#item1 a {
	width: 82px;
	background: url(../images/home.gif) top left no-repeat;
}
#item2 a {
	width: 110px;
	background: url(../images/services.gif) top left no-repeat;
}
#item3 a {
	width: 87px;
	background: url(../images/profile.gif) top left no-repeat;
}
#item4 a {
	width: 80px;
	background: url(../images/press.gif) top left no-repeat;
}
#item5 a {
	width: 100px;
	background: url(../images/contact.gif) top left no-repeat;
}
#item6 a {
	width: 42px;
	background: url(../images/links.gif) top left no-repeat;
}


#menumarker {
	position: absolute;
	top: 24px;
	left: 0px;
	overflow:hidden;
}

#submenulist {
	position: absolute;
	top: 36px;
	left: 84px;
	height: 36px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#submenulist li {
	margin-right: 10px;
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#submenulist a {
	float: left;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
}

#submenulist a:hover {
	background-position: 0 -30px;
}

#subitem1 a {
	width: 155px;
	background: url(../images/styling-menu.gif) top left no-repeat;
}
#subitem2 a {
	width: 255px;
	background: url(../images/personal-shopping-menu.gif) top left no-repeat;
}
#subitem3 a {
	width: 295px;
	background: url(../images/wardrobe-management-menu.gif) top left no-repeat;
}


/* ----------- Main Styles ---------- */


#maincontainer {
	margin:0 auto;
	width: 920px;
	background: #FFF;
}

#maincontent {
	background-color: #fff;
	padding:0px;
	position:relative;
	margin-bottom:50px;
}


#maincontent h2{
	display:block;
	font-size:16px;
	font-weight:bold;
}
#maincontent h3{
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:none;
}
h4{
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	text-decoration:none;
}
h4.question {
	font-weight:bold;
	margin-bottom:25px;
	font-size:14px;
	font-style:italic;
}

#leftcontent {
	float:left;
}
#leftcontent .quote{
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	position:relative;
	left:25px;
	top:10px;
}
#leftcontent .author{
	position:absolute;
	right:144px;
	bottom:-25px;
	font-style:italic;
	font-size:9.5px;
}

#rightcontent {
	float:right;
}

#rightcontent1 {
	float:left;
}
#rightcontent2 {
	float:right;
}

#mainlogo {
	margin:220px auto;
	width: 400px;	
	background-color: #fff;
	margin-bottom:0px;
}
#strapline {
	margin:40px auto;
	text-align:center;
	width: 600px;	
	background-color: #fff;
	margin-bottom:0px;
}


/* ----------- Baseline Styles ---------- */

@media screen{
	body > div#baseline { position: fixed; }
}

/* Footer elements */

#footer {
	background: #000;
	color: #FFF;
	width: 820px;
	height: 18px;
	line-height: 18px;
	display:inline;
}
#footer .wdg {
	float:right;
	text-align:right;
	margin-right: 5px;
	padding: 1px 0 0 0;
	font-family: Helvetica, Arial, sans;
	font-size: 9px;
	color: #fff;	
}



@media print {
	#baseline {
		clear:all;
		background: #000;
		width: 100%;
		height: 18px;
		position:static;
	}
}

@media screen {

	#baseline {
		background: #000;
		width: 100%;
		height: 18px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}

ul#baselist {
	list-style: none;
	padding: 1px 0 0 10px;
	margin: 0 auto;
	float:left;
}


ul#baselist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	font-family: Helvetica, Arial, sans;
	font-size: 9px;
	color: #fff;
}


a.basestrip, a.basestrip:active, a.basestrip:visited {
	font-family: Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
}

a.basestrip:hover {
	font-family: Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: underline;
	color: #fff;
}

/* ----------- Home Styles ---------- */
#homecontent {
	position:absolute;
	top:70px;
}


/* ----------- Service Styles ---------- */
#servicescontent {
	position:relative;
	width:920px;
	top:70px;
	left:0px;
	height:330px;
}
#servicesmenu {
	top:100px;
	left:0px;
	margin:0px auto;
	width:920px;
	height:355px;
	position:relative;
}
#servicessubmenulist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 920px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#servicessubmenulist li {
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#servicessubmenulist a {
	float: left;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	margin:50px 0 0 0;
	overflow: hidden;
}
#servicessubmenulist a:hover {
	background-position: 0 -30px;
}
#servicessubmenulist img {
	margin-right: 0px;
}
#servicessubitem1 a {
	width: 140px;
	margin-right: 36px;
	background: url(../images/styling-menu.gif) top left no-repeat;
}
#servicessubitem2 a {
	width: 245px;
	margin-right: 37px;
	background: url(../images/personal-shopping-menu.gif) top left no-repeat;
}
#servicessubitem3 a {
	width: 280px;
	margin-right: 0px;
	background: url(../images/wardrobe-management-menu.gif) top left no-repeat;
}


#servicesquote{
	margin:0 auto;
	text-align:center;
}
#servicesquote .h_quote{
	font-size:13px;
	color:#000;
	font-style:italic;
	margin-bottom:5px;
	position:relative;
}
#servicesquote .h_author{
	position:absolute;
	right:0px;
	bottom:-25px;
	font-size:11px;
	font-style:italic;
}

#servicesfooter{
	margin:0 auto;
	text-align:center;
	background-color:#AB9F93;
	margin-top:50px;
	height:45px;
}
#servicesfooter h4{
	font-weight:bold;
	font-size:11px;
	color:#fff;
}

#servicesfooter .unique{
	position:absolute;
	left:20px;
	top:8px;
	width:290px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}

#servicesfooter .professional{
	position:absolute;
	left:350px;
	top:8px;
	width:320px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}

#servicesfooter .flexible{
	position:absolute;
	left:680px;
	top:8px;
	width:240px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}

/* ----------- Profile Styles ---------- */
#profilecontent {
	position:relative;
	width:920px;
	top:70px;
	left:0px;
	height:360px;
}

#profilequote{
	margin:0 auto;
	text-align:center;
}
#profilequote .h_quote{
	font-size:13px;
	color:#000;
	font-style:italic;
}


/* ----------- Contact Styles ---------- */
#contactcontent {
	position:absolute;
	top:70px;
}
#contactcontent a {
	text-decoration:none;
}
#contactcontent a:hover {
	text-decoration:underline;
}

/* ----------- Press Styles ---------- */
#presscontent {
	position:absolute;
	top:30px;
}


textarea {
	color: #000000;
	font-size: 8pt;
	font-family:"Arial", "Helvetica", sans-serif;
	font-weight:normal;
	text-decoration: none;
	background-color:#ffffff;
	display: block;
	width: 220px;
	height: 80px;
	padding: 2px,0px,3px,2px;
	border:1px solid #666;
}

input {
	color: #000000;
	font-size: 8pt;
	font-family:"Arial", "Helvetica", sans-serif;
	font-weight:normal;
	text-decoration: none;
	background-color:#ffffff;
	display: block;
	width: 220px;
	height: 18px;
	padding: 2px,1px,2px,2px;
	border:1px solid #666;
}
.checkbox {
	display:inline;
	width: 14px;
	margin:0 4px;
	border:0;
}


.submit {
	color: #000000;
	font-size: 8pt;
	font-family:"Arial", "Helvetica", sans-serif;
	font-weight:normal;
	text-decoration: none;
	background-color:#ffffff;
	display: block;
	width: 80px;
	height: 18px;
	padding: 2px,1px,2px,2px;
	border:1px solid #666;
}
.hidden {
    display: none;
}


#contactcontent .field {
	display:block;
	height:28px;
	clear:both;
}
#contactcontent .textareafield {
	display:block;
	height:90px;
}
#contactcontent .fieldName {	
	float:left;
	width:120px;
}

#contactcontent .fieldInput {
	float:right;
	width:240px;
}

/* ----------- Questionnaire Styles ---------- */
#questionnairecontent {
	position:relative;
	width:920px;
	top:20px;
	left:0px;
}

#confidentiality {
	padding:5px;
	border:1px solid;
	margin-bottom:20px;
}
#questionnaire h3 {
	margin-top:20px;
	padding:2px 5px;
	width:740px;
	background-color:#ccc;
	text-decoration:underline;
}
#questionnaire table {
	border:1px;	
}
#questionnaire td {
	margin:0;
	padding:2px 0 0 2px;	
}
#questionnaire .field {
	display:block;
	height:28px;
	clear:both;
}
#questionnaire .textareafield {
	display:block;
	height:90px;
	margin-bottom:10px;
}
#questionnaire .fieldName {	
	float:left;
	width:140px;
}
#questionnaire  .fieldInput {
	float:right;
	width:240px;
}
#questionnaire textarea{
	width:360px;
	height:90px;
}

#questionnaire .percentage{
	width:60px;
	height:16px;	
}

/* ----------- Links Styles ---------- */
#linkscontent {
	position:absolute;
	top:70px;
}
#linkscontent p{
	margin-bottom:10px;
}

