/* CSS */

html, body {
	background: #121212 url(/images/page-bg.gif) repeat top left;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b3338;
	line-height: 20px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 150px;
	overflow: hidden;
	width: 960px;
	background: #556670 url(/images/logo.gif) no-repeat top left;
	border-bottom: 2px solid #2b3338;
}
#header-gfx {
	background: url(/images/banner-image.jpg) top right no-repeat;
	height: 150px;
	width: 540px;
	float: right;
}

/* CONTENT */

#under-title {
	height: 1px;
	width: 100%;
	margin-top: 2px;
	background: url(/images/divider.gif) top left repeat-x;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

#quote-item {
	float: left;
	width: 240px;
	margin-right: 10px;
	overflow: hidden;
}
#quote-item-end {
	float: left;
	width: 240px;
	overflow: hidden;
}

#quote-top {
	background: url(/images/quote-top.gif) top left no-repeat;
	width: 240px;
	height: 14px;
	overflow: hidden;
	margin-top: 14px;
}
#quote {
	background: url(/images/quote-bg.gif) top left repeat-y;
	padding: 0 20px;
	width: 200px;
	overflow: hidden;
}
#quote-bottom {
	background: url(/images/quote-bottom.gif) top left no-repeat;
	width: 240px;
	padding: 17px 0 0 65px;
	overflow: hidden;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 150px;
	overflow: hidden;
	width: 960px;
	background: #556670;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #cbdb2a; text-decoration: none;}
a.footer-link:hover {color: #00b9f2; text-decoration: none;}

#footer-left {
	float: left;
	width: 450px;
	height: 50px;
	padding: 91px 0 0 23px;
}
#footer {
	color: #fff;
	font-size: 12px;
}
.footer-contact {
	font-size: 14px;
}

#footer-right {
	float: right;
	width: 436px;
	height: 100px;
	padding: 0 23px 0 0;
	margin-top: 27px;
	background: url(/images/bulletin-bg.gif) top left no-repeat;
}
#subscribe-top {
	width: 436px;
	height: 36px;
	color: #fff;
	font-size: 12px;
	padding-top: 34px;
}
#subscribe {
	width: 436px;
	overflow: hidden;
	color: #222;
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	height: 34px;
}
.subscribe-title {
	 border-bottom: 3px solid #fff;
	 padding: 2px 0 7px;
	 font-size: 12px;
	 line-height: 17px;
	 margin-bottom: 8px;
}

#under-footer {
	color: #dddcc7;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 20px;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #909da4; text-decoration: none;}
a.footer-link-cs:hover {color: #fff; text-decoration: none;}

/* FORM */

.form-fielda {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px 3px;
	margin: 0 10px 0 0;
	background: #f6f8f9;
	color: #556670;
	width: 82px;
}
.form-fieldc {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px 3px;
	margin: 0 10px 0 0;
	background: #f6f8f9;
	color: #556670;
	width: 135px;
}