/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Univers", Verdana, Arial, sans-serif;
	font-size:75%;
	color:#333;
	background:#6f4165;
}

	body.home {background:#f6f4e7;color:#f6f4e7;}

html>body {
	font-size: 12px;
}

h2.services, h2.contact {
	margin-bottom:1.5em;
}

h1 {
	float:left;
	margin:-5px 40px 20px;
}

h3, dt {
	font-size:0.9167em;
	line-height:1.5;
	font-weight: bold;
	color:#6f4165;
}

.pur {
	color:#6f4165;
}

p, dd, li {
	font-size:0.9167em;
	line-height:1.5;
	margin-bottom:1.5em;
}

	.home p {
		font-size:1em;
	}

strong {
	font-weight:bold;
}

#wrap {
	width:720px;
	background:#6f4165 url(../images/b.gif) 0 42px repeat-y;
	margin:20px auto 10px;
}

	.home #wrap {background:#f6f4e7 url(../images/b-home.gif) 0 42px repeat-y;}

#header {
	
}

#nav {
	clear:left;
	width:100%;
	background-color: #6f4165;
}

	.home #nav {background-color:#f6f4e7;}

#nav ul {
	padding-left:35px;
}

#nav li {
	font-size:1em;
	margin:0;
	line-height:1;
	float:left;
}

#nav li ul {
	clear:left;
	position:absolute;
	left:-999em;
	margin:0;
	padding:0;
}

#nav li li {
	float:none;
	display:block;
}

#nav a {
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 13px;
	background: #6f4165;
	color:#f6f4e7;
	font-size:10px;
}

	.home #nav a {background:#f6f4e7;color:#6f4165;}

#nav a:hover {
	background:#a17e9a;
}

	.home #nav a:hover {color:#f6f4e7;}

#nav li li a {
	float:none;
	display:block;
	width:170px;
	vertical-align:bottom;
	background:url(../images/nav.png) 0 0 repeat;
}

	.home #nav li li a {background:url(../images/nav.png) 0 0 repeat;color:#f6f4e7;}
	.home #nav li li a:hover {background:#f6f4e7;color:#6f4165;}

#content {
	margin:3em 0;
}

	.home #content {
		width:535px;
		margin:3em auto;
	}

div.right p,
div.right h3,
div.right h2,
div.right dl {
	margin-left:227px;
	margin-right:92px;
}

div.left p,
div.left h3,
div.left h2,
div.left dl,
div.left ul {
	margin-right:202px;
	margin-left:92px;
}

#footnav {text-align:center;}

#footer {
	width:535px;
	margin:0 auto 150px;
}

#footer p {
	font-size:0.75em;
	line-height:2;
	color:#f6f4e7;
}

	.home #footer p {
		color:#6f4165;
	}

/* Images 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img#tagline {
	margin:3em 0 3em 8em;
}

img.right {
	float:right;
	margin:50px 92px 10px 10px;
}

img.left {
	float:left;
	clear:left;
	margin:50px 30px 0 10px;
	margin-left:92px;
}

img.services {
	margin-left:32px;
}

/* Links 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link,
a:visited {
	text-decoration:none;
	color:#6f4165;
}

a:hover,
a:active {
	text-decoration:underline;
}

/* Form 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form li {
}

form li li {
	font-size:1em;
	margin:0;
}

form ul {
	margin-bottom:1.5em;
}

div.left form ul ul {
	margin:0;
}

form h3 {
	margin-bottom:1.5em;
}

input, textarea {
	border:2px solid #f6f4e7;
	background:#a17e9a;
	color:#fff;
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
}

input {
}

input:focus, textarea:focus {
	border-color:#6f4165;
}

input#fullname, input#address, input#email,
input#phone {
	width:250px;
}

input#brasize, input#pantsize, input#shirtsize,
input#dresssize, input#shoesize, input#height {
	width:40px;
}

input#city {width:138px;}
input#state {width:38px;}
input#postalcode {width:58px;}

input[type="submit"] {
	text-transform:uppercase;
	font-weight:bold;
	color:#323233;
	padding:2px 10px;
	margin-left:100px;
}

textarea {
	width:525px;
}

label.for-input {
	float:left;
	width:80px;
}

h3.error, p.error, ul.error {
	color:#6f4165;
}

ul.error {
	margin-left:3em;
	font-weight:bold;
}

/* Borders 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#bt {
	height:42px;
	background:#6f4165 url(../images/bt.gif) 0 0 no-repeat;
}

	.home #bt {background:#f6f4e7 url(../images/bt-home.gif) 0 0 no-repeat;}

#bb {
	height:42px;
	background:#6f4165 url(../images/bb.gif) 0 0 no-repeat;
}

	.home #bb {background:#f6f4e7 url(../images/bb-home.gif) 0 0 no-repeat;}

/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

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

.clearfix { display:inline-block; display:block; }

