@import url('/styles/buttons.css');
#matrixLayout {
	border-bottom:1px solid #000;
	width:100%;
	min-width:960px;
	height:223px;
	background:#fff;
}
/* Column1 width */
#matrixLayout #categoriesWidth {
	margin:0 auto;
	width:960px;
	height:223px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
#matrixLayout #categoriesWidth #categories {
	position:absolute;
	left:17px;
	bottom:5px;
}
/* column 1 and 2 links */
#categories a {
	display:inline-block;
	height:29px;
	width:29px;
	text-decoration:none;
	cursor:pointer;
	margin:0;
	padding:0;
	background:url(../graphics/home-rotate/dot.png) center center no-repeat;
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/dot.png', sizingMethod='crop');
	outline:0;
}
/* do not outline links when clicked */
#categories a:active, #categories a:focus {
	outline:none;
}
/* background image for links that are selected and bg color */
 #categories a.selected, #categories a.selected:hover, #categories a.selected:focus {
	background-image:url(../graphics/home-rotate/activedot.png);
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/activedot.png', sizingMethod='crop');
	cursor:default;
}
#categories.blackTxt a {
	background:url(../graphics/home-rotate/darkdot.png) center center no-repeat;
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/darkdot.png', sizingMethod='crop');
}
/* background image for links that are selected and bg color */
 #categories.blackTxt a.selected, #categories.blackTxt a.selected:hover, #categories.blackTxt a.selected:focus {
	background-image:url(../graphics/home-rotate/darkactivedot.png);
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/darkactivedot.png', sizingMethod='crop');
	cursor:default;
}
#categories.blueTxt a {
	background:url(../graphics/home-rotate/darkdot.png) center center no-repeat;
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/darkdot.png', sizingMethod='crop');
}
/* background image for links that are selected and bg color */
 #categories.blueTxt a.selected, #categories.blueTxt a.selected:hover, #categories.blueTxt a.selected:focus {
	background-image:url(../graphics/home-rotate/darkactivedot.png);
	_background-image:none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/home-rotate/darkactivedot.png', sizingMethod='crop');
	cursor:default;
}
#details {
	height:223px;
	position:relative;
}
.item {
	display:none;
	position:absolute;
	top:0;
	margin:0 auto;
	width:100%;
	min-width:960px;
	height:223px;
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#fff;
}
.item .content {
	margin:0 auto;
	width:960px;
	height:223px;
	position:relative;
	overflow:hidden;
}
.item .content a {
	color:#FFF;
	font-weight:bold;
}
.item .content a:hover {
	color:#AAA;
}
.item .contentWidth {
	width:275px;
	font-size:13px;
	line-height:21px;
	position:relative;
	overflow:hidden;
	top:20px;
	left:17px;
	z-index:10;
}
.item .contentWidth h1 {
	font-size:24px;
	line-height:24px;
	margin-top:0;
}
.whiteTxt {
	color:#fff;
}
.whiteTxt h1 {
	color:#ffd585;
}
.whiteTxt h1 a {
	color:#ffd585;
	text-decoration:none;
}
.blackTxt {
	color:#000;
}
.blackTxt h1 {
	color:#000;
}
.blackTxt a {
	color:#00709C;
	text-decoration:none;
}
.blueTxt {
	color:#000;
}
.blueTxt a {
	color:#00709C;
	text-decoration:none;
}
/* Various Styles */
.borderRight {
	border-right:1px solid #ACC6D8;
}
.rightPad {
	padding-right:20px;
}
.borderNone {
	border:none;
}
.evenColumns h1 {
	margin-top:0;
}
.imgBorder {
	border:1px solid #777;
}
