#banner {
	font-family: Arial, Helvetica, sans-serif;
	width: 645px;
	height: 288px;
	background: url(/img/banners/home/background.png) top left no-repeat;
	position: relative;
	border: 1px solid #A7A7A7;
	font-size: 12px;
}

#banner_icons {
	top: 4px;
	left: 0px;
	width: 60px;
	height: 288px;
	background: url(/img/banners/home/icons.png) top left no-repeat;
	position: absolute;
}

#banner_arrow {
	top: 0px;
	left: 0px;
	width: 210px;
	height: 58px;
	background: url(/img/banners/home/arrow.png) top left no-repeat;
	position: absolute;
}

#banner_sheets {
	top: 9px;
	right: 9px;
	width: 451px;
	height: 269px;
	background: url(/img/banners/home/sheets.jpg) 0px 0px no-repeat;
	position: absolute;
}

#banner_labels {
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#banner_labels a {
	color: #222222;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 120px;
	padding-top: 24px;
	padding-left: 58px;
}

#banner_labels li.first a {
		padding-top: 14px;
		height: 42px;
}

#banner_text {
	top: 9px;
	right: 9px;
	width: 451px;
	height: 269px;
	position: absolute;
}

.search_field2, .search_button2 {
	border: 1px solid #A7A7A7;
	color: #BCBCBC;
	padding: 3px 8px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #BBBBBB;
	-moz-box-shadow: 0 0 5px #BBBBBB;
	-webkit-box-shadow: 0 0 5px #BBBBBB;
	outline: none;
	width: 125px;
}

.search_field2.selected {
	color: #333333;
}

.search_button2 {
	color: #FFFFFF !important;
	background-color: #BD2027 !important;
	background-image: none !important;
	width: 60px;
	cursor: pointer;
	font-size: 12px !important;
}

.abs {
	position: absolute;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #535554;
}

.red {
	color: #BD2027;
}

.orange {
	color: #E85B22;
}