body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color:#6c4614;
	line-height: 18px;
	margin: 0;
	padding: 0;

}

#container {
	width: 880px;
	margin: 0 auto;
	position:relative;
	background-color: #fcf1dc;
}

#header {
	height: 330px;
}



#content {
	background-color: #fcf1dc;
	background-image:url(images/content_back.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin-left: 0px;
	position: relative;
	padding-top: 40px;
}
#contentcontent {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}



#left {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 0px;
	background-color: #fcf1dc;
	background-image:url(images/content_back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: 15px;

}
#leftcontent {
	text-align: center;
	margin-top: 20px;
}

#footer {
	height: 25px;
	visibility:hidden;
	background-color: white;
	padding-top: 3px;
	padding-bottom: 15px;
}
#footercontent {
	text-align:center;
	border-top: 2px solid #edddc0;
	padding-top: 10px;
}



.box {
	background-color: #fdf8ea;
	border: 2px solid #d7c097;
	padding: 15px;
	padding-top: 100px;
	margin-bottom: 55px;
	position: relative;
}

#toptitle {
	position: absolute;
	left: 266px;
	top: -36px;
	visibility:hidden;
}
#othertitle {
	position: absolute;
	left: 266px;
	top: -35px;
	visibility: hidden;
}
#othertitle2 {
	position: absolute;
	left: 266px;
	top: -35px;
	visibility: hidden;
}

.productimage {
	border: 2px solid #d7c097; 
	padding: 2px;
}

.error {
    color: #cd0125;
}


.responsebox {
	padding: 20px; 
	background-color:white; 
	border: 2px solid #d7c198; 
	text-align:center;
}

.bold16 {
	font-size: 16px;
	font-weight: bold;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
}

/* textfields */
.control {
	 width: 90%;
	 background-color:white !important;
	 border: 1px solid #d7c198 !important;
	 font-family: arial, verdana, tahoma;
	 font-size: 12px;
}

.ta {
	width: 100%;
}
.tf {
	width: 100%;
}

ul {
	margin-left: 12px;
}
h1 {
	font-size: 18px;
}

.productbox {
	 background-color: #fffdf9;
	 border: 2px solid #e9e1ca;
}
.redtext {
	font-size:16px;
	color: #b01a1c;
	font-weight:bold;
}

a:visited {
	color: #be282a; text-decoration: underline;
}
a:link {
	color: #be282a; text-decoration: underline;
}
a:hover {
	color: #1571bb; text-decoration: underline;
}
a.wavelink:visited {
	color: #1571bb; text-decoration: underline;
}
a.wavelink:link {
	color: #1571bb; text-decoration: underline;
}
a.wavelink:hover {
	color: #be282a; text-decoration: underline;
}


