@charset "UTF-8";
/* CSS Document */

#flash {
	width:940px;
	height:280px;
	overflow:hidden;
}

#content { padding:0; }
#content.noSidebar { width:940px; }


/* ------------------------------------------------- promo boxes ------------------------------------*/
#promos table {
	float:left;
	width:280px;
	height:200px;
	margin:0 20px 0 0;
	background:url(../images/bg-promo-title-arrow.jpg) right center no-repeat;
}
#promos table tr td {
	width:220px;
	height:200px;
	margin:0;
	padding:0 40px 0 20px;
	vertical-align:middle;
	text-align:center;
}
#promos img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
#promos h2 {
	font-weight:normal;
	color:#333;
}



.promo {
	float:left;
	display:inline-block;
	width:205px;
	margin-right:12px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}
.promo.last { margin-right:0; }

.promoPhoto {
	padding:0 0 7px;
	background:url(../images/bg-promo-shadow.jpg) 0 bottom no-repeat;
}

.promo h3 {/*
	font-size:16px;*/
	margin-bottom:5px;/*
	font-weight:bold;*/
	text-align:center;
}/*
.promo h3 a {
	width:auto;
	padding-right:15px;
	background:url(../images/bg-promo-arrow-red.gif) right 6px no-repeat;	
}*/
.promo h3 a {
	text-transform:uppercase;
	color: #333;
	font-size:13px;
}




/* ------------------------------------------------- main content ------------------------------------*/
#homeContent {
	clear:both;
	display:block;
	padding:20px;
	margin-bottom:20px;
	background:url(../images/bg-home-content.png) 0 0 repeat-y;
}

#homeLogo {
	float:left;
	display:inline;
	width:220px;
	margin-right:60px;
	text-align:center;
}
#homeLogo img {
	border:none;
	padding:0;
	background:none;
}

#homeText {
	float:left;
	display:inline;
	width:600px;
}

