@charset "utf-8";
/* CSS Document */
#body { padding: 0; }
ul#promo {
	overflow: hidden;
	list-style: none;
	padding: 0 3px;
	margin: 10px -10px 10px -8px;
}
ul#promo li {
	float: left;
	background: transparent url(../img/indexwidgetbg.png) 0 0 no-repeat;
	width: 240px;
	height: 172px;
	padding: 0;
	margin: 0 2px 0 1px;
	overflow: hidden;
}
ul#promo li.pro3 { margin-left: 0; }
/*ul#promo li.pro1 {
	width: 206px;
	height: 138px;
	padding: 17px;
}*/

ul#promo li.pro1 img { float: right; margin-left: 6px; }
ul#promo li.pro1 h3 { font-size: 15px; margin-top: 6px; color: #333; }
ul#promo li.pro1 p { color: #666; font-size: 12px; }
ul#promo li.pro1 a { font-size: 11px; color:#939; font-weight: bold; }
ul#promo li.pro1 a:hover { color: #C981CF; }
#newsletter {
	overflow: hidden;
	height: 41px;
}
#newsletter p.inputHolder {
	margin: 0;
	float: right;
	width: 552px;
}
#newsletter p.inputHolder input {
	vertical-align: middle;
	border:  none;
	outline: none;
	height: 41px;
	padding: 0;
}
#newsletter p.inputHolder input.inputfield {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: transparent url(../img/mail_sprite.png) 0 0 no-repeat;
	width: 406px;
	padding: 10px 14px 0 14px;
	margin-right: 6px;
	height: 31px;
	font-size: 18px;
	line-height: 18px;
	color:#444;
	}
	#newsletter p.inputHolder input.inputfield:focus { background-position: left -42px; }
#newsletter p.inputHolder input.submit {
	background: transparent url(../img/mail_sprite.png) right top no-repeat;
	width: 112px;
	cursor: pointer;
	}
	#newsletter p.inputHolder input.submit:hover { background-position: right -42px; }
	#newsletter p.inputHolder input.submit:active { background-position: right -84px; }
#newsletter p.comment {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	background: transparent url(../img/tiplight.gif) 0 0 no-repeat;
	padding: 5px 0 0 40px;
	height: 36px;
	overflow: hidden;
}
#newsletter p.comment span {
	display: block;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	line-height: 24px;
}
