
/* Fix the browser bad defaults */

html, body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: verdana, san-serif;
	}
div, form
	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
table, td, tr
	{
	vertical-align: top;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
img, a img
	{
	border: 0px;
	}

/* Overall Page Style */

div.overall
	{
	width: 100%;
	margin: 0px;
	text-align: center;
	}
div.innerall
	{
	width: 953px;
	margin: 20px auto;
	border: solid 1px #000000;
	text-align: left;
	}

table.overall
	{
	width: 953px;
	}
td.left
	{
	width: 282px;
	color: #ffffff;
	background-color: #000000;
	}
div.left
	{
	margin: 20px;
	font-size: 12px;
	}
td.right
	{
	color: #000000;
	background-color: #bcd63e;
	}
div.right
	{
	margin: 20px;
	font-size: 12px;
	}

/* Menu Stuff */

table.menu
	{
	margin: 10px;
	}
a.menu_link_on, a.menu_link
	{
	font-size: 12px;
	font-weight: 700;
	width: 203px;
	height: 27px;
	display: block;
	padding: 6px 0px 0px 5px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.menu_link_on:hover, a.menu_link:hover
	{
	color: #000000;
	}
a.menu_link_on
	{
	background-image: URL(images/button_on.gif);
	}
a.menu_link_on:hover
	{
	background-image: URL(images/button_off.gif);
	}
a.menu_link
	{
	background-image: URL(images/button_off.gif);
	}
a.menu_link:hover
	{
	background-image: URL(images/button_on.gif);
	}

/* Other Left Stuff */

td.contact_label
	{
	color: #bcd63e;
	font-weight: 700;
	padding: 8px;
	}
td.contact_item, td.contact_item a
	{
	color: #ffffff;
	font-weight: 700;
	padding: 8px;
	text-decoration: none;
	}
td.contact_item a:hover
	{
	text-decoration: underline;
	}

/* Content Stuff */

div.hair_styles
	{
	margin: 20px 0px 0px 50px;
	width: 147px;
	float: right;
	padding: 0px;
	}
div.hair_styles img
	{
	margin: 0px 0px 10px 0px;
	}

p.body_text
	{
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
	margin: 20px 30px 30px 30px;
	}

ul
	{
	list-style-image: url(images/dot.gif);
	}



div.banner
	{
	margin: 0px -20px;
	background-color: #000000;
	}
div.banner h1
	{
	font-size: 20px;
	padding: 5px 5px 5px 50px;
	color: #ffffff;
	}
h2
	{
	font-size: 16px;
	padding: 5px 5px 5px 30px;
	}

div.map
	{
	width: 390px;
	height: 350px;
	margin: 0px 0px 0px 30px;
	border: solid 1px #000000;
	}



div.price_left
	{
	margin-left: 25px;
	width: 200px;
	float: left;
	}
div.price_right
	{
	width: 200px;
	float: right;
	}
table.price
	{
	background-image: URL(images/prices/ttop.jpg);
	background-repeat: no-repeat;
	}
td.price_top
	{
	background-image: URL(images/prices/top.jpg);
	background-repeat: no-repeat;
	width: 197px;
	height: 14px;
	}
td.price_middle
	{
	background-image: URL(images/prices/middle.jpg);
	background-repeat: repeat-y;
	}
td.price_bottom
	{
	font-size: 6px;
	width: 197px;
	height: 21px;
	background-image: URL(images/prices/bottom.jpg);
	background-repeat: no-repeat;
	}
table.price_inner
	{
	width: 165px;
	margin: 0px 50px 0px 10px
	}
td.price_label
	{
	padding: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #bcd63e;
	}
td.price_item
	{
	padding: 2px;
	font-size: 11px;
	color: #ffffff;
	}
td.price_price
	{
	padding: 2px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
	}
td.price_note
	{
	padding: 2px;
	font-size: 9px;
	color: #ffffff;
	}




div.WarningText
	{
	margin: 20px 30px 30px 30px;
	color: #ff0000;
	padding: 3px;
	}
div.contact
	{
	margin-left: 50px;
	}
td.FormLabel
	{
	padding: 2px;
	text-align: right;
	}
td.FormInput
	{
	padding: 2px;
	text-align: left;
	}





/* Page Footer Style */

div.footer
	{
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 10px;
	}
div.footer a
	{
	color: #000000;
	}
div.footer a:hover
	{
	color: #bcd63e;
	}
div.hidden
	{
	display: none;
	}
div.print
	{
	display: none;
	}
