/*
**  Root style sheet for Hand Made Basin Company
**  Brian Gillespie, May 2006
**/

body {
	margin:              0px;
	padding:             0px;
	position:            static;
	overflow:            auto;
	background-color:    #ffffff;
	text-align:          center;
	font-size:           smaller;
	line-height:         130%;
	font-family:         Helvetica,Arial,sans-serif;
	color:               #635f73;
}

a {
	text-decoration:     none;
	color:               #3089c4;
}

a:hover {
	text-decoration:     underline;
}

div#outer {
	position:            static;
	margin-left:         auto;
	margin-right:        auto;
	padding:             0px;
	width:               800px;
	height:              720px;
	border:              1px solid #a29a78;
	background-image:    url("../images/pageBg.png");
	background-color:    #ecebe4;
}

div#nav {
	display:             block;
	position:            relative;
	top:                 0px;
	left:                0px;
	width:               800px;
	height:              54px;
	/* background-image:    url("../images/navLogoBg.png"); */
	/* background-repeat:   no-repeat; */
	/* background-position: right; */
	background-color:    #a29a78;
	text-align:          left;
}

div#nav a img {
	border:              0px;
}


img#logo {
	width:               205px;
	height:              54px;
}/**/

div#stripe {
	position:            relative;
	top:                 0px;
	left:                0px;
	width:               100%;
	height:              6px;
	font-size:           1px;
	background-color:    #beccdf;
}

div#content {
	position:            relative;
	top:                 0px;
	left:                0px;
	width:               100%;
	height:              639px;
	overflow:            auto;
	background-position: 27px 32px;
	background-repeat:   no-repeat;
	text-align:          left;
}

div#footer {
	position:            relative;
	top:                 0px;
	left:                0px;
	width:               100%;
	height:              19px;
	background-image:    url("../images/footerTextLight.png");
	background-repeat:   no-repeat;
	background-position: 98% 50%;
	background-color:    #f1f0eb;
	padding-top:         2px;
	text-align:          left;
	color:               #ff0000;
	font:                8pt/9pt sans-serif;
	font-weight:         bold;
}

div#footer:hover {
	background-image:    url("../images/footerTextDark.png");
}

div#blurb {
	padding-right:        6px;
}

h2 {
	font-size:            larger;
	font-weight:          bold;
	color:                #a29a78;
}


/*
 *  Misc rules
**/

.pricesTable {
	border:               0px;
	width:                100%;
}

.pricesTable th {
	width:                90%;
	vertical-align:       middle;
	text-align:           left;
	font-weight:          normal;
}

.pricesTable td {
	width:                10%;
	vertical-align:       middle;
	text-align:           left;
}
