@charset "utf-8";
/* CSS Document */
h1 {
	margin-top: 13px;	
}
#wrapper .rb {
	background: url(../images/img_pg/redbox-bg.jpg) no-repeat top;
	width: 177px;
	height: 293px;
	padding: 0px 12px 0px 12px;
	float: left;
	margin-right: 5px;
	text-align: left;
	color: #000;
	display:block;
}
#wrapper .rb-first {
	margin-left: 20px;
}
/*headers to main content float blocks*/
#wrapper .rb h2, .rb h2 a, #wrapper .gb h2, #wrapper .gb h2 a  { 
	color: #fff;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/*#wrapper .rb h2 a:hover, #wrapper .gb h2 a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	width: 178px;
	padding: 0px 10px 0px 10px;
	margin: 0px -10px 5px -10px;
	height: 42px;
	line-height: 42px;
}
#wrapper .gb h2 a:hover {
	margin-top: 0px;
	margin-bottom: 5px;
	height: 38px;
	line-height: 42px;
}*/
#wrapper .rb a.rb-a,#wrapper .gb a.gb-a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#wrapper .rb a.rb-a:hover {
	color: #ff0000;
}
#wrapper .rb a.rb-go {
	color: #ff0000; 
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px 5px 0px;
	/*float:right;*/
	display:block;
	text-align: right;
	background: url(../images/img_pg/redbox-link-arrow.jpg) no-repeat right center;
}
#wrapper .rb a.rb-go:hover {
	color: #000;
	background: url(../images/img_pg/redbox-link-arrow-over.jpg) no-repeat right center;
}
#wrapper .rb img.rb-im-r {
	float: right;
	border: none;
	margin-right: -10px;
}
#wrapper .rb img.rb-im-l {
	float: left;
	border: none;
	margin-left: -10px;
}
#wrapper .rb img.rb-im-c {
	border: none;
}
#wrapper .rb-last {
	margin-right: -3px;
	padding-bottom: 20px;
}
#wrapper .gb {
	background: url(../images/img_pg/greybox-bg2.jpg) no-repeat top;
	width: 178px;
	height: 140px;
	padding: 0px 12px 12px 12px;
	float: right;
	margin: 0px 0px 0px 5px;
	text-align: left;
	color: #000;
	display:block;
}

#wrapper .gb a.gb-go {
	color: #ff0000; /*#be0f34;*/
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	/*float:right;*/
	text-align:right;
	display:block;
}
#wrapper .gb a.gb-go:hover {
	color: #000;
}
#wrapper .home-content {
	width: 390px;
	padding-right: 15px;
	color: #000;
	text-align: left;
	float: right;
}
#wrapper .home-content a, #wrapper .home-content a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.clear-space {
	height: 20px;
	display: block;
	float:left;
	width: 705px;
}
.clear-both {
	height: 40px;
	clear: both;
	width: 700px;
}