/* CSS */

html, body {
	background: #86a788 url(/images/gradient-bg.gif) repeat-x top left;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 17px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 198px;
	overflow: hidden;
	width: 960px;
}

/* CONTENT */

#under-title {
	height: 3px;
	width: 100%;
	background: url(/images/title-line.gif) top left no-repeat;
}

#form-table {
	width: 400px;
}

#promos-top {
	width: 406px;
	background: url(/images/promo-top.gif) top left no-repeat;
	height: 28px;
	overflow: hidden;
}
#promos {
	width: 406px;
	background: #d4d0ab;
	overflow: hidden;
}
.promo-itema {
	float: left;
	margin-left: 2px;
	background: #fff;
	width: 197px;
	height: 131px;
	overflow: hidden;
}
html>body .promo-itema {
	margin-left: 4px;
}
.promo-itemb {
	float: left;
	margin-left: 4px;
	background: #fff;
	width: 197px;
	height: 131px;
	overflow: hidden;
}
.promo-text {
	padding: 7px;
}
#promos-mid {
	width: 406px;
	background: url(/images/promo-base-row1.gif) top left no-repeat;
	height: 6px;
	overflow: hidden;
}
#promos-base {
	width: 406px;
	background: url(/images/promo-base-row2.gif) top left no-repeat;
	height: 6px;
	overflow: hidden;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 104px;
	overflow: hidden;
	width: 960px;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #d4d0ab; text-decoration: none;}
a.footer-link:hover {color: #f5f5ed; text-decoration: none;}

#footer-left {
	float: left;
	color: #d4d0ab;
	padding: 22px 0 0 40px;
}

#footer-right {
	float: right;
	color: #d4d0ab;
	padding: 27px 40px 0 0;
}

#under-footer {
	color: #dddcc7;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 40px;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #dddcc7; text-decoration: none;}
a.footer-link-cs:hover {color: #f5f5ed; text-decoration: none;}
