html, body {
    padding: 0;
    margin: 0;
}
html, body, #bg {
    min-height: 100%;
    height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #bg {
    height: auto;
}

body {
    background-color: #f1efe2;
}

#bg {
    position: absolute;
    top: 0;
    left: 50%;
    border: 1px solid #9e987f;
    border-width: 0 1px;
    margin-left: -480px;      /*Better to leave this line */
    width: 960px;             /*and this one out           */
    background: #f7f6ef;
}

.header {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background: #7C2812;
	vertical-align: middle;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}

.subHeader {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background: #F1EFE2;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
}


.footer {
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background: #F1EFE2;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content {
	position: relative;
	top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 920px;
	vertical-align: top;
	text-align:left;
}

.underwareLogoSmall {
	position: absolute;
	bottom: 5px;
	width: 30px;
	height: 30px;
	left: 980px;
}

.addProductBox {
	left: 50px;
	width: 700px;
}

.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.toggleBG {
	background-color: #F1EFE2;
}

.featureBG {
	background-color: #EAD9C4;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FBFBFB;
}


.textArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FBFBFB;
	overflow:auto;
}

.twelve {
	font-size: 12px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1EFE2;
	font-weight: bold;
	background-color: #7C2812;
	border-top: 3px solid #CC6633;
	border-right: 3px solid #660000;
	border-bottom: 3px solid #660000;
	border-left: 3px solid #CC6633;
}


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}


/* Cream Link Styles */
.cream {
	color: #F7F6EF;
}
.cream a:link {
	color: #F7F6EF;
	text-decoration: none;
}
.cream a:visited {
	color: #F7F6EF;
	text-decoration: none;
}
.cream a:hover {
	color: #F7F6EF;
	text-decoration:underline;
}
.cream a:active {
	color: #F7F6EF;
	text-decoration: none;
}


/* Faded Brown Link Styles */
.fadedBrown {
	color: #B9B096;
}
.fadedBrown a:link {
	color: #B9B096;
	text-decoration: none;
}
.fadedBrown a:visited {
	color: #B9B096;
	text-decoration: none;
}
.fadedBrown a:hover {
	color: #B9B096;
	text-decoration:underline;
}
.fadedBrown a:active {
	color: #B9B096;
	text-decoration: none;
}

/* Green Link Styles */
.green {
	color: #59482D;
}
.green a:link {
	color: #59482D;
	text-decoration: none;
}
.green a:visited {
	color: #59482D;
	text-decoration: none;
}
.green a:hover {
	color: #59482D;
	text-decoration:underline;
}
.green a:active {
	color: #59482D;
	text-decoration: none;
}


/* Grey Link Styles */
.grey {
	color: #666666;
}
.grey a:link {
	color: #59482D;
	text-decoration: none;
}
.grey a:visited {
	color: #59482D;
	text-decoration: none;
}
.grey a:hover {
	color: #59482D;
	text-decoration:underline;
}
.grey a:active {
	color: #59482D;
	text-decoration: none;
}




/* Red Link Styles */
.red {
	color: #7C2812;
}
.red a:link {
	color: #7C2812;
	text-decoration: none;
}
.red a:visited {
	color: #7C2812;
	text-decoration: none;
}
.red a:hover {
	color: #7C2812;
	text-decoration:underline;
}
.red a:active {
	color: #7C2812;
	text-decoration: none;
}


.indented {
	padding-left: 10px;
}

a.dangerous {
	color: red;
}
