/* Waters Hair Stylists CSS File */
/* Bespoke CSS by King Websites */

/* Reset CSS */

body, html, div, h1, h2, h3, h4, p, img, li, ul {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

/* CSS Positioning */

body {
	text-align: center; /* IE5 workaround */
}

#contentwrapper {
	margin: 0px auto 0px auto;
	width: 810px;
	text-align: left; /* IE5 workaround reset*/
}

#header {
	margin: 0px 5px 0px 5px;
	width: 800px;
	height: 125px;
}

#navbar {
	margin: 0px 5px 0px 5px;
	width: 800px;
	height: 28px;
}

#contentarea {
	margin: 0px 5px 0px 5px;
}

#content {
	float: left;
	width: 540px;
	padding: 20px;
	margin: 0px;
	display: inline;
}

#rightside {
	float: left;
	width: 220px;
}


/* Fonts */

a {
	color: #598caa;
	text-decoration: none;
}

a:hover {
	color: #436a80;
}

.active a {
	color: #dc992c;
}

h1 {
	clear: left;
	color: #dc992c;
	font-weight: normal;
	font-size: 1.75em;
	padding: 10px 0px 20px 0px;
}

ul#contact {
	color: #598caa;
	font-size: 0.92em;
}

p {
	clear: both;
	padding: 10px 0px 15px 0px;
	font-size: 0.92em;
	color: #598caa;
}

#ingredients p {
	padding: 10px 0px 0px 0px;
}

#footer p {
	width: 100%;
	text-align: center;
	font-size: 0.65em;
	color: #dc992c;
}

span {
	font-weight: bold;
}

/* Section Backgrounds */

body {
	background: white url(graphics/bg.gif) repeat center;
}

#navbar {
	background: white url(graphics/navbar.gif) no-repeat bottom;
}

#contentarea {
	background: white url(graphics/bottom-bg.gif) no-repeat bottom;
}

#contentwrapper {
	background: white url(graphics/wrapper-back.gif) repeat-y center;
}

/* Header CSS */

#header img {
	float: left;
}

ul#contact {
	text-align: right;
	padding: 20px 30px 0px 0px;
}

ul#contact li {
	padding-top: 15px;
}

/* Nav Bar CSS */

ul#navmenu {
	padding: 4px 0px 5px 0px;
}

ul#navmenu li {
	float:left;
	padding: 0px 15px 0px 15px;
}

ul#navmenu li a {
	display: block;
	padding: 0px 15px 0px 15px;
}

/* Content CSS */


/* Products Page */

.productimagel {
	border: 1px solid #dc992c;
	margin-left: 15px;
	float: left;
}

.productimager {
	float: right;
	margin-right: 15px;
	border: 1px solid #dc992c;
	display: inline;
}

.productimagesmall {
	float: left;
	margin: 0px 14px;
	background-color: white;
	padding: 2px;
	border: 1px solid #dc992c;
}

/* New Products Page */

ul.products {
	margin-top: 7px;
}

ul.products li {
	float: left;
	padding: 0px 3px 9px 0px;
}

ul.products li a img {
	float: left;
	padding: 2px; /* These two new lines */
	border: 1px solid #dc992c;
}

#ingredients {
	padding-bottom: 10px;
}

/* Price List Page */

table.price_list {
	width: 350px;
}

table.price_list td {
	font-weight: bold;
	font-size: 0.92em;
	color: #598caa;
	line-height: 19px;
	padding-top: 11px;
	vertical-align: bottom;
}

table.price_list td.price {
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 1px;
	line-height: 18px;
}

table.price_list tr.short td {
	padding-top: 0px;
}


/* Footer CSS */

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
}