/* Stylesheet by Beau Haseltine for Renew Salon & Day Spa 2009 */

html, body {
	background-color: #e2e2e2;
	background-image: url(images/background.jpg);
	background-position: left top;
	height: 100%;
	margin: 0px 0 1px;
	padding: 0;
	background-repeat: repeat-x;
}

                   /* TOP RIGHT BOTTOM LEFT */
table.header {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: none;
	margin-top: 15px;
}
table.header th {
	border-width: 0px;
	padding: 1px;
	border-style: inset inset inset inset;
	border-color: black;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.header td {
	border-width: 0px 0px 0px 0px;
	padding: 0px;
	border-style: inset inset inset inset;
	border-color: black;
	background-color: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/main_header.jpg);
	height: 98px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.navigation {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.navigation th {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.navigation td {
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: none;
	font-size: 11px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	word-spacing: 1.3em;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #6d8eb3;
}

table.content {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;

}
table.content th {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;

}
table.content td {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: collapse;
	background-color: 6d8eb3;
	font-size: 11px;
	padding: 0px 10px 10px 10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav_color {
	background-color: #CCCCCC;
	}

.stuff {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: white;
	padding: 10px;
	line-height: 1.8em;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	}



table.portfolio td {
	background-color: white;
	padding: 30px 10px 10px 10px;
	line-height: 1.8em;
	}
table.contact td {
	background-color: white;
	padding: 10px;
	line-height: 1.8em;
	}
.website {
	border: 1px solid gray;
	}
table.emailform td {
	border-width: 0px 0px 0px 0px;
	padding: 5px;
	border-style: inset inset inset inset;
	border-color: black;
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-border-radius: 0px 0px 0px 0px;
}
A.mylink:link, A.mylink:visited, A.mylink:hover {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
A.mylink:hover { text-decoration: underline;}

A.regular:link, A.regular:visited, A.regular:hover {
	font-size: 11px;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
A.regular:hover { color: orange;}