body{ background-color: white; margin: 36px 0px 30px 0px; padding: 0px;}
body, input, td, textarea{
	font-family: verdana; font-size: 9pt;
        color: #444;
}

a, a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #8a8d09;
}

a:hover{
    text-decoration: underline;
}

#frame{
	margin:auto; width: 746px;
}
#top{
	height:120px; position: relative;
}
#menubar{
	background-color: black; width: 100%; margin:auto; height:22px;
	color: white;
	text-align: right;
	line-height: 22px;
}

#menubar a, #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover {
	color: white; text-decoration: none; margin-right: 12px;
}

#menubar a:hover {
	color: #d98518;
}

#hearts{
	position: absolute; right:0px;
}
#logo{
	position: absolute; left:0px; bottom: 0px;
}
#contents{
	border: solid 1px black;
	padding-left: 12px; padding-right:12px;
	padding-top: 12px; padding-bottom: 30px;
}

#bordered{
    border-top: solid 1px #ced2bf;
    margin-top: 12px;
}

.spacer{
    background-color: #ced2bf;
}

#footer{
	color: #a7aa47; font-size: 8pt;
	padding: 8px; text-align: center;
}

#header, #prodHeader{
    margin-top: 12px;
	font-size: 18pt;
	color: #8a8d09;
	font-family: Times New Roman;
}

#prodHeader{
    margin: 0px; padding: 0px 0px 0px 0px;
    
}

#header #subheader{
    font-size:15pt;
}

#contactForm .tfield, #contactForm .tarea{
    border: solid 1px #aaa;
    margin: 0px 0px 8px 0px;
    padding: 2px;
    background: #fff url(../images/shadeback.gif) no-repeat;
}

#contactForm .tfield{
    width: 300px;
}

#contactForm .tarea{
    width: 450px;
}

.button{
    background: #efefef url(../images/btnback.gif) repeat-x;
    width: 80px; color: #3c4320;
    border: solid 1px #9e9d9d;
    padding: 0px; margin:0px;
    
}

#sendOK{
    color:white; background-color: #8a8d09;
    padding: 2px; text-align: center;
}

#sendError{
    color:white; background-color: red;
    padding: 2px; text-align: center;
}
