* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 25px;
	background: #000;
	font: normal 100% Verdana, Arial, sans-serif;
}

a {
	color: #900;
}

a img {
	border: none;
	display: block;
}

.master {
	width: 721px;
	background: #FFF;
	margin: 0 auto;
	padding: 25px;
	zoom: 1;
	position: relative;
}

.master:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1.logo {
	margin: 0 25px 25px 0;
	background: #000 url(../images/outfit-logo.gif) no-repeat;
	text-indent: -9999px;
	float: left;
	width: 216px;
	height: 191px;
}

	h1.logo a {
		display: block;
		width: 100%;
		height: 100%;
		outline: none;
	}

.nav, .sidebar {
	font-size: 75%;
}

/* navigation */
.nav {
	float: left;
	width: 480px;
	height: 191px;
	background: url(../images/header-hangers.jpg) no-repeat;
	position: relative;
	margin-bottom: 25px;
}
	
	/* nav backgrounds - default is wardrobe */
	.colour-consultation { background-image: url(../images/header-colours.jpg); }
	.personal-shopping { background-image: url(../images/header-shopping.jpg); }
	.body-shape-analysis { background-image: url(../images/header-shape.jpg); }
	.style-personality { background-image: url(../images/header-personality.jpg); }
	.style-workshops { background-image: url(../images/header-workshops.jpg); }
	.make-up-lesson { background-image: url(../images/header-make-up-lesson.jpg); }
	.putting-it-all-together { background-image: url(../images/header-putting-it-all-together.jpg); }
	.PackagePage, .ServiceHolder { background-image: url(../images/header-packages.jpg); }

	.nav ul {
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../images/nav-bg.png) no-repeat;
		list-style: none;
		width: 470px;
		text-transform: lowercase;
		padding-left: 10px;
		behavior: url(iepngfix.htc);
	}
	
	.nav ul li {
		float: left;
	}
	
	.nav ul li a {
		color: #FFF;
		float: left;
		padding: 5px 10px 7px 10px;
		text-decoration: none;
		filter: alpha(opacity=100);
	}
	
	.nav ul li.section a,
	.nav ul li.current a,
	.nav ul li a:hover {
		background: #000;
	}
	
/* sidebar */
.sidebar {
	width: 216px;
	margin-right: 25px;
	clear: left;
	color: #333;
}
	
	.sidebar h2 {
		color: #666;
		text-transform: lowercase;
		font-size: 1.8em;
		font-weight: normal;
		margin: 0 0 20px;
	}
	
	/* promo */
	.promo {
		border: 1px solid #A2A2A2;
		padding: 7px 11px 11px;
		margin: 0 0 25px;
	}
	
		.promo img.left {
			float: left;
			margin: 0 10px 0 0;
		}
		
		.promo h2 {
			font-size: 1.2em;
			font-weight: bold;
			margin: 0 0 10px;
			color: #900;
		}
		
		.promo p {
			margin: 0;
			font-size: 0.9em;
			line-height: 1.5;
		}

	/* focus box */
	.focus-box {
		background: #F2F2F2;
		padding: 11px 11px 1px;
	}
	
		.focus-box h2 {
			font-size: 1.1em;
			font-weight: bold;
			margin: 0 0 12px;
		}
		
		.focus-box h3 {
			margin: 0 0 3px;
			font-size: 0.9em;
			line-height: 1.5;
		}
		
		.focus-box p {
			margin: 0 0 12px;
			font-size: 0.9em;
			line-height: 1.5;
		}
		
			.focus-box p a {
				display: block;
				margin-top: 3px;
			}
			
		.focus-box ul {
			margin: 0 0 15px;
			font-size: 0.9em;
			line-height: 1.5;
			padding-left: 20px;
		}
		
			.focus-box ul li.current {
				padding-left: 5px;
			}
				
				.focus-box ul li.current a {
					font-weight: bold;
					text-decoration: none;
				}
		
		.focus-box a.view-all {
			font-weight: bold;
			display: block;
			margin: 17px 0 15px;
			text-align: right;
			font-size: 0.9em;
		}
		
	/* sign up form */
	.sign-form {
		padding: 0 11px;
		margin: 20px 0 25px;
	}
	
		.style-tips-sign-form {
			padding: 11px;
			background: #F2F2F2;
			margin: 0;
		}
	
		.sign-form h2 {
			color: #666;
			text-transform: lowercase;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0 0 10px;
			padding-right: 10px;
		}
		
		.sign-form label {
			display: block;
			font-size: 0.9em;
			margin: 0 0 12px;
		}
		
		.sign-form label input {
			margin: 4px 0 0;
			width: 190px;
		}
		
		.sign-form input.submit {
			margin: 0;
			width: 100px;
		}
		
	/* services */
	.service {
		margin: 0 0 25px;
	}
	
	.sidebar .current {
		/* display: none; */
	}
		
		.service img {
			margin: 0 0 5px;
		}
		
		.service h3 {
			margin: 0 0 5px;
			font-size: 0.9em;
			text-transform: lowercase;
		}
		
		.service p {
			font-size: 0.8em;
		}

/* content */
.content {
	float: right;
	width: 480px;
	padding-bottom: 15px;
}

.homepage img {
	margin: 0 0 10px 10px;
}

.style-people {
	float: right;
	width: 148px;
	height: 262px;
	margin: 0 0 10px 10px;
}

.service-desc {
	border: 1px solid #999;
	padding: 14px 22px;
	margin: 0 0 25px;
}

.example {
	background: #F2F2F2;
	padding: 14px 22px 17px;
	margin: 0 0 25px;
}

	.typography .example p {
		font-size: 0.9em;
		margin: 0;
		line-height: 1.7;
	}
	
.style-tip {
	margin: 20px 0;
}

	.typography .style-tip h2 {
		margin: 0;
		font-size: 1em;
		font-weight: bold;
		text-transform: none;
	}
	
		.typography .style-tip h2 .date {
			font-weight: normal;
			font-size: 0.9em;
		}
	
.typography blockquote.testimonial {
	font-style: italic;
	padding-left: 40px;
	margin-left: 0;
	background: url(../images/quotes.gif) 2px 0 no-repeat;
	margin: 0 0 20px;
}

	.typography blockquote.testimonial p {
		margin: 0 0 5px;
	}
	
	.typography blockquote.testimonial p.from {
		font-style: normal;
		font-weight: bold;
		margin: 0;
	}

.content .copyright {
	color: #7F7F7F;
	font-size: 0.9em;
	position: absolute;
	bottom: 25px;
	margin: 0;
}

/* user form */
.user-form {
	background: #F2F2F2;
	padding: 13px;
	margin: 25px 0;
}

	.user-form fieldset {
		border: none;
	}

	.user-form div.field {
		display: block;
		margin: 0 0 12px;
		float: left;
		width: 220px;
	}
	
	.user-form #Name {
		margin-right: 14px;
	}
	
	.user-form #Message {
		float: none;
		width: 454px;
	}
	
		.user-form div.field input,
		.user-form div.field textarea {
			margin: 4px 0 0;
			display: block;
			font-family: Verdana, Arial, sans-serif;
			font-size: 0.9em;
			padding: 3px 2px 1px;
			border: 1px solid #969696;
		}
		
		.user-form  div.field input {
			width: 214px;
		}
		
		.user-form  div.field textarea {
			width: 448px;
		}
	
	.user-form input.action {
		margin: 0;
		width: 100px;
		padding: 2px 0;
	}
	
	.user-form .required,
	.user-form .validation {
		font-size: 0.9em;
		color: #900;
	}
	
/* packages */
.package {
	width: 206px;
	border: 1px solid #A1A1A1;
	padding: 11px;
	margin: 10px 0 30px;
	min-height: 198px;
}

* html .package {
	height: 198px;
}

	.p1 {
		float: left;
		margin-right: 20px;
	}
	
	.p2 {
		float: left;
	}
	
	.typography .package h2 {
		font-size: 1.1em;
		margin: 0 0 10px;
		font-weight: bold;
		text-transform: none;
	}
	
		.typography .package h2 a {
			text-decoration: none;
		}
		
	.typography .package img {
		float: right;
		margin: 0 0 0 10px;
	}
		
	.typography .package p {
		font-size: 0.9em;
		margin: 0;
	}
	
		.typography .package p a {
			display: block;
			margin: 5px 0 0;
		}
	
.sub-package {
	clear: both;
	background: #F2F2F2;
	min-height: 111px;
	margin: 0 0 20px;
}

* html .sub-package {
	height: 111px;
}

	.sub-package img {
		float: left;
		margin-right: 11px;
	}
	
		.even img {
			float: right;
			margin: 0 0 0 7px;
		}
	
	.typography .sub-package h3 {
		color: #333;
		margin: 0;
		padding: 9px 11px 5px;
	}
	
	.typography .sub-package p {
		font-size: 0.9em;
		padding: 0 0 11px 11px;
	}
	
		.typography .sub-package p a {
			display: block;
			margin: 5px 0 0;
		}
		
h2.style-workshops-heading {
	margin-top: 25px;
}
