html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    background-color: #fefcfb;
    color: #532e1c;
    font-size: 0.85em;
    line-height: 1.4em;
}

body, input, select, textarea {
    font-family: Arial, sans-serif;
}

img {
    border: 0px;
}

a {
    color: #542f1d;
}

a:hover {
    color: #fe671b;
    color: #f08a00;
    text-decoration: none;
}

#container {
	min-height: 100%;
	position: relative;
    width: 900px;
    margin: auto;
}

#header {
    position: relative;
    padding: 15px 30px;
}

#content {
    padding-bottom: 170px;
}

#content h1 {
    font-size: 1.4em;
    color: #fe671b;
    visibility: hidden;
}

#content h1.cap {
    visibility: visible;
}


#content h2 {
    font-size: 1.2em;
    font-weight: normal;
}

#content h3 {
    font-size: 1em;
    font-weight: bold;
}

h2.track {
    margin-top: 25px;
}

h2.track a {
    text-decoration: none;
}

h2.track a:hover {
    text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 80px;
    margin-bottom: 15px;
}

.copyright {
    padding: 0px 0px 0px 15px;
    float: left;
    font-size: 12px;
}

.footline {
    height: 15px;
    background-color: #532e1c;
    margin-top: 10px;
}

.bottom {
    position: relative;
    margin-top: 20px;
}

#footer .contact-info {
    position: absolute;
    right: 90px;
}

.logos {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 7px;
}

.logos img {
    margin-right: 10px;
    height: 20px;
}

.foot-addr {
    text-align: right;
    font-size: 12px;
    float: right;
    padding-right: 15px;
}

#slides {
    text-align: center;
}

#slides img {
    width: 100%;    
    max-width: 900px;
    max-height: 300px;
}

.icon {
    cursor: pointer;
}

.clear {
    clear: both;
}

.pp_description {
    font-size: 1.0em !important;
    color: #532e1c !important;
}

.agreement {
    height: 200px;
    overflow: auto;
    border: 1px solid #d3ae9c;
    padding: 10px;
    margin-bottom: 20px;
}

.prod-title {
    min-height: 40px;
}