/* LABUTE css 1.0 */

/* ****** */
/* COMMON */

body {
	margin: 0px;
	background: #ffffff;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	text-align: center;
	
}

.siteBack1 {
	background: url('images/background1.jpg') top center repeat-x;
}

.siteBack2 {
	background: url('images/background3.jpg') top left repeat-x;
}

.siteBack3 {
	background: url('images/background2.jpg') top left repeat-x;
}

.siteBack4 {
	background: url('images/background4.jpg') top left repeat-x;
}


A, A.visited, A.active, A.link {
	color: #d30f4c;
}

A:hover {
	color: #e987a5;
}

.nl {
	text-decoration: none;
}

.nl:hover {
	text-decoration: underline;
}

p, ul, ol, li {
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 12px;
}

p.list {
	font: bold 11px/12px Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	background: url('images/star.gif') no-repeat;
	padding-left: 14px;
	margin: 8px 0px;
}

p.list1 {
	line-height: 12px;
	background: url('images/bullet.gif') no-repeat;
	padding-left: 12px;
	margin: 8px 0px;
	margin-left: 14px;
}

p.list2 {
	font: normal 11px/12px Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	background: url('images/bullet2.gif') no-repeat;
	padding-left: 10px;
	margin: 6px 0px;
	margin-left: 14px;
}

.red {
	color: #d30f4c;
}

.listLink {
	text-decoration: none;
	color: #666666;
}

.listLink:hover {
	text-decoration: underline;
	color: #d30f4c;
}

.large {
	font: normal 14px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

.intro {
	font: normal 13px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	margin: 0px;
	margin-bottom: 12px;
}

.small {
	font: normal 11px/16px Arial, Helvetica, Geneva, sans-serif;
}

table {
	border-collapse: collapse;
}

table, tr, td {
	padding: 0px;
	font: normal 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	vertical-align: top;
}

h1 {
	font: normal 28px/29px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1;
	color: #d30f4c;
	margin-top: 3px;
	margin-bottom: 20px;
}

h2 {
	font: normal 16px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #d30f4c;
	margin-top: 25px;
	margin-bottom: 10px;
}


h3 {
	font: normal 16px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #d30f4c;
	margin-top: 0px;
	margin-bottom: 10px;
}

.subHeading {
	font: normal 15px/15px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	color: #888888;
}

.subHeading2 {
	font: normal 28px/34px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
	color: #d30f4c;
	letter-spacing: -0.025em;
}

.indent {
	margin-left: 15px;
}


/* ******************* */
/* HEADER & NAVIGATION */

#header {
	width: 960px;
	white-space: nowrap;
	padding-top: 25px;
	margin-bottom: 20px !important;
	margin-bottom: 15px;
	text-align: left;
}

#footer {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #777777;
	font-size: 11px;
	text-align: left;
}

	#footer A {
		color: #666666;
		text-decoration: none;
	}
	
	#footer A:hover {
		color: #666666;
		text-decoration: underline;
	}

#topNavigation {
	float: right;
	text-align: right;
}

#mainNavigation {
	width: 960px;
	height: 30px;
	white-space: nowrap;
	text-align: left;
}

	#mainNavigation img {
		float: left;
		margin: 0 !important;
		margin: 0 -3;
	}

	.mainNavLinks {
		width: 944px;
		height: 30px;
		float: left;
		background: #d51b55 url('images/nav-back.png') repeat-x;
	}
	
	a.mnLink, a.mnLink:visited, a.mnLink:active {
		font-weight: bold;
		color: #ffffff;
		line-height: 30px;
		text-decoration: none;
		display: block;
		float: left;
		padding: 0px 12px;
	}
	
	a.mnLink:hover {
		background: #000000 url('images/nav-active.png') repeat-x;
		opacity: 0.80;
	}
	
	a.mnLinkActive, a.mnLinkActive:visited, a.mnLinkActive:active {
		font-weight: bold;
		color: #ffffff;
		line-height: 30px;
		text-decoration: none;
		display: block;
		float: left;
		padding: 0px 12px;
		background: #000000 url('images/nav-active.png') repeat-x;
	}
	
	a.mnLinkRight, a.mnLinkRight:visited, a.mnLinkRight:active {
		font-weight: normal;
		color: #ffffff;
		line-height: 30px;
		text-decoration: none;
		display: block;
		float: right;
		padding: 0px 12px;
	}
	
	a.mnLinkRight:hover {
		background: #000000 url('images/nav-active.png') repeat-x;
		opacity: 0.80;
	}

#subNavigation {
	width: 940px;
	height: 26px;
	white-space: nowrap;
	text-align: left;
	margin-left: 10px;
}
	
	#subNavigation img {
		float: left;
		margin: 0 !important;
		margin: 0 -3;
	}

	.subNavLinks {
		width: 924px;
		height: 26px;
		float: left;
		background: #111111 url('images/subnav-back.png') repeat-x;
		color: #ffffff;
	}
	
	a.snLink, a.snLink:visited, a.snLink:active {
		font-weight: bold;
		font-size: 11px;
		color: #ffffff;
		line-height: 26px;
		text-decoration: none;
		padding: 1px 5px;
	}

	a.snLink:hover {
		color: #222222;
		background: #dddddd;
		padding: 0px 4px;
		border: 1px solid #c0c0c0;
	}

#featuredContainer {
	height: 30px;
	position: relative;
	top: 310px;
}

	#featuredContainer img {
		float: left;
		margin: 0 !important;
		margin: 0 -3;
	}

	.featured {
		height: 30px;
		white-space: nowrap;
		text-align: center;
	}

	.featuredLinks {
		height: 30px;
		float: left;
		background: #d51b55 url('images/nav-back.png') repeat-x;
	}
	
	a.fLink, a.fLink:visited, a.fLink:active {
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		line-height: 30px;
		text-decoration: none;
		display: block;
		float: left;
		padding: 0px 20px;
	}
	
	a.fLink:hover {
		background: #000000 url('images/nav-active.png') repeat-x;
		opacity: 0.75;
	}
	
	.fpopContainer {
		position: absolute;
		height: 310px;
		width: 650px;
	}
	
	.featuredPopup {
		width: 458px;
		height: 248px;
		position: relative;
		top: 66px;
	}
		

#splash {
	margin-bottom: 5px;
}

#featuredNavigation {
	width: 404px;
	height: 34px;
	position: relative;
	left: 387px;
	top: -36px;
}

#navPane {
	width: 245px;
	margin-bottom: 10px;
}

	#navPane .navPaneItem {
		display: block;
		background: #a8a8a8;
		border-top: 1px solid #bbbbbb;
		text-align: left;
		padding: 4px 8px;
		line-height: 15px;
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}

	#navPane .navPaneBullet {
		margin-right: 6px;
	}
	
	#navPane A.navPaneItem:hover {
		color: #ffffff;
		text-decoration: none;
		background: #d30f4c;
	}
	
	#navPane .navPaneItemActive {
		display: block;
		background: #909090;
		border-top: 1px solid #808080;
		text-align: left;
		padding: 4px 8px;
		line-height: 15px;
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}

a.largeLink, a.largeLink:visited, a.largeLink:active {
	font-size: 130%;
	width: 245px;
	letter-spacing: -0.02em;
	background: #000000;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.65;
	float: left;
	margin: 10px;
}

a.largeLink:hover {
	opacity: 1;
	background: #d30f4c;
}
	
.navPaneBlackTransparent {
	width: 245px;
	background: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.65;
}

	.navPaneTitle {
		display: block;
		text-align: left;
		padding: 4px 8px;
		line-height: 15px;
		color: #ffffff;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		margin: 2px;
	}

	a.navPaneLink, a.navPaneLink:visited, a.navPaneLink:active {
		display: block;
		border-top: 1px dotted #222222;
		text-align: left;
		padding: 5px 8px;
		line-height: 15px;
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		margin: 2px;
	}
	
	a.navPaneLink:hover {
		color: #ffffff;
		text-decoration: none;
		background: #d30f4c;
		border-top: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-opera-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		margin-top: 3px;
	}
	
	.navPaneLinkBullet {
		margin-right: 6px;
	}


/* ****** */
/* LAYOUT */

#page {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

.hpBackImageTop1 {
	height: 450px;
	background: #2f6010 url('images/hpback-1a.jpg') top center no-repeat;
}

.hpBackImageBottom1 {
	background: #ffffff url('images/hpback-1b.jpg') top center no-repeat;
	padding-top: 30px;
}

.hpBackImageTop2 {
	height: 450px;
	background: #000000 url('images/hpback-2a.jpg') top center no-repeat;
}

.hpBackImageBottom2 {
	background: #ffffff url('images/hpback-2b.jpg') top center no-repeat;
	padding-top: 30px;
}

.hpBackImageTop3 {
	height: 450px;
	background: #011553 url('images/hpback-3a.jpg') top center no-repeat;
}

.hpBackImageBottom3 {
	background: #ffffff url('images/hpback-3b.jpg') top center no-repeat;
	padding-top: 30px;
}

#pageContent {
	text-align: left;
	margin-bottom: 40px;
}

#leftPanes {
	float: left;
	margin-right: 12px;
}
	
#extras {
	text-align: left;
	margin-top: 25px;
}

#extraLogos {
	margin-top: 20px;
}

#twoColumns {
	width: 960px;
}

	#twoColumns .leftColumn {
		width: 680px;
		padding-right: 35px;
		vertical-align: top;
	}
	
	#twoColumns .rightColumn {
		width: 245px;
		vertical-align: top;
	}
	
	#twoColumns .leftColumn2 {
		width: 590px;
		padding-right: 25px;
		vertical-align: top;
	}
	
	#twoColumns .rightColumn2 {
		width: 185px;
		vertical-align: top;
	}
	
	#twoColumns .leftColumn3 {
		width: 245px;
		vertical-align: top;
	}
	
	#twoColumns .rightColumn3 {
		width: 530px;
		padding-left: 25px;
		vertical-align: top;
	}

.paraSeparator {
	clear: both;
	text-align: center;
	margin: 15px 0px;
}


/* ************* */
/* CONTENT BOXES */

#contentPane {
	width: 540px;
}

	#contentPane .cpHeader {
		height: 33px;
		background: url('images/cp-top.gif') repeat-x;
		vertical-align: middle;
	}
	
	#contentPane .cpFooter {
		background: url('images/cp-bottom.gif') repeat-x;
	}
	
	#contentPane .cpLeft {
		width: 5px;
		background: url('images/cp-left.gif') repeat-y;
	}
	
	#contentPane .cpRight {
		width: 5px;
		background: url('images/cp-right.gif') repeat-y;
	}

	#contentPane .cpContent {
		padding: 10px;
		background: #ffffff;
	}
	
#generalBox {
	width: 100%;
}

	#generalBox .gbHeader {
		background: url('images/gb-top.gif') repeat-x;
	}
	
	#generalBox .gbFooter {
		height: 5px;
		background: url('images/gb-bottom.gif') repeat-x;
	}
	
	#generalBox .gbLeft {
		width: 5px;
		background: url('images/gb-left.gif') repeat-y;
		vertical-align: top;
	}
	
	#generalBox .gbRight {
		width: 5px;
		background: url('images/gb-right.gif') repeat-y;
		vertical-align: top;
	}

	#generalBox .gbContent {
		padding: 15px;
		background: #ffffff;
	}
	
	#generalBox .gbContent2 {
		padding: 5px;
		background: #ffffff;
	}
	
#bubbleBox {
	width: 100%;
}
	#bubbleBox .bbHeader {
		background: url('images/bb-top.gif') repeat-x;
	}
	
	#bubbleBox .bbFooter {
		background: url('images/bb-bottom.gif') repeat-x;
	}
	
	#bubbleBox .bbLeft {
		width: 5px;
		background: url('images/bb-left.gif') repeat-y;
	}
	
	#bubbleBox .bbRight {
		width: 5px;
		background: url('images/bb-right.gif') repeat-y;
	}

	#bubbleBox .bbContent {
		padding: 10px;
		background: #ffffff;
	}
	
#whiteGreyBox {
	width: 100%;
}

	#whiteGreyBox .wgbHeader {
		background: url('images/wgb-top.gif') repeat-x;
		vertical-align: middle;
	}
	
	#whiteGreyBox .wgbFooter {
		background: url('images/wgb-bottom.gif') repeat-x;
	}
	
	#whiteGreyBox .wgbLeft {
		width: 5px;
		background: url('images/wgb-left.gif') repeat-y;
	}
	
	#whiteGreyBox .wgbRight {
		width: 5px;
		background: url('images/wgb-right.gif') repeat-y;
	}

	#whiteGreyBox .wgbContent {
		padding: 10px;
		background: #ffffff;
	}

	
/* ******* */
/* HELPERS */

#breadcrumbs {
	margin-bottom: 10px;
	margin-top: 10px;
	font: normal 9px/10px Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

	#breadcrumbs .bcLink {
		text-align: left;
		color: #888888;
		text-decoration: none;
	}

	#breadcrumbs A.bcLink:hover {
		color: #444444;
		text-decoration: underline;
	}
	
	#breadcrumbs img {
		vertical-align: middle;
		margin-left: 3px;
		margin-right: 3px;
	}
	
	#breadcrumbs img.iconHome {
		position: relative;
		margin: 0px;
		top: -3px;
		z-index: 1;
	}
	

/* ************** */
/* POP-UP WINDOWS */

#siteMap {
	margin: 0px auto;
	position: absolute;
	width: 960px;
	top: 12px;
	visibility: hidden;
	z-index: 10;
	margin: 0px auto;
	background: yellow;
}

#siteMapPopup {
	width: 450px;
	margin-left: 161px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
	#siteMapPopup .ppHeader {
		background: url('images/pp-top.gif') repeat-x;
		vertical-align: middle;
	}
	
	#siteMapPopup .ppFooter {
		background: url('images/pp-bottom.gif') repeat-x;
	}
	
	#siteMapPopup .ppLeft {
		width: 5px;
		background: url('images/pp-left.gif') repeat-y;
	}
	
	#siteMapPopup .ppRight {
		width: 5px;
		background: url('images/pp-right.gif') repeat-y;
	}

	#siteMapPopup .ppContent {
		padding: 8px;
		background: #ffffff;
	}
	
#popupBox {
	width: 100%;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

	#popupBox .ppHeader {
		background: url('images/pp-top.gif') repeat-x;
		vertical-align: middle;
	}
	
	#popupBox .ppFooter {
		background: url('images/pp-bottom.gif') repeat-x;
	}
	
	#popupBox .ppLeft {
		width: 5px;
		background: url('images/pp-left.gif') repeat-y;
	}
	
	#popupBox .ppRight {
		width: 5px;
		background: url('images/pp-right.gif') repeat-y;
	}

	#popupBox .ppContent {
		padding: 8px;
		background: #ffffff;
	}

#blackout {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.30;
	filter: alpha(opacity=30);
	visibility: hidden;
	z-index: 0;
}

/* FORMS */

form {
	margin: 0px;
}

#formTable {
	width: 100%;
}

	#formTable .formHead {
		color: #d30f4c;
		font-weight: bold;
		padding: 0px 6px;
	}

	#formTable .formLabel {
		font: bold 11px/15px Arial, Helvetica, Geneva, sans-serif;
		width: 35%;
		padding: 8px 6px;
		color: #666666;
	}
	
	#formTable .formField {
		width: 65%;
		padding: 4px;
		line-height: 25px;
		white-space: nowrap;
	}

.rowFocus {
	background: #f5f5f5;
}

.rowBlur {
	background: none;
}
	
.formInput {
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
}

.formInputMax {
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	width: 100%;
}

.formSelect {
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
}

.formTextarea {
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	width: 100%;
}

.formCheckbox {
	margin: 1px;
	vertical-align: middle;
}

.required {
	vertical-align: middle;
}

/* TABLES */

.tableHead {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	font-weight: bold;
	padding: 2px;
}

.tableLabel {
	border-bottom: 1px solid #dddddd;
	padding: 2px;
}

.tableCell {
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding: 2px;
	vertical-align:middle;
}




/* OTHER */

.tcRow {
	margin: 5px 0px;
}

.tcLabel {
	float: left;
	width: 150px;
	color: #999999;
}


/* MAXIBIT PRODUCTS */

a.hl, a.hl:link, a.hl:visited, a.hl:active {
	color: #556677;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

a.hl:hover {
	color: #0a83c3;
	text-decoration: none;
	border-bottom: 1px solid #0a83c3;
}

a.gbl, a.gbl:link, a.gbl:visited, a.gbl:active {
	width: 174px;
	color: #556677;
	text-decoration: none;
	display: block;
	font-size: 10px;
	padding: 2px 5px;
	white-space: nowrap;
}

a.gbl:hover {
	width: 174px;
	background: #3380e4 url('images/gbl-back2.gif') repeat-x;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 10px;
	padding: 2px 5px;
	white-space: nowrap;
}

h1.sub {
	font: normal 15px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: -15px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 0;
}

h4 {
	font: normal 15px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 0;
}

h5 {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	color: #d30f4c;
	border-bottom: 1px solid #cccccc;
}

#dynamicArea {
	background: url('images/da-background.gif') repeat-x;
	width: 100%;
	height: 316px;
	text-align: left;
}

#mipControl {
	position: absolute;
	margin-left: 650px;
	margin-top: 295px;
}

#mipiMenu {
	position: absolute;
	margin-left: 671px;
	margin-top: 195px;
	width: 100px;
	height: 100px;
	visibility: hidden;
}

	#mipiMenu .button {
		opacity: 0.85;
		filter: alpha(opacity=85);
		cursor: hand;
	}
	
	#mipiMenu .buttonFocus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

#secNavigationBack {
	height: 40px;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 15px;
}
	
#secNavigation {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	color: #999999;
}

	#secNavigation img {
		margin: 0px 1px;
	}
	
	#secNavigation .arrow {
		float: right;
	}
	
	#secNavigation .buttonActive {
		opacity: 0.70;
		filter: alpha(opacity=70);
	}
	
	.transparent {
		opacity: 0.70;
		filter: alpha(opacity=70);
	}

	.secNavLink, a.secNavLink:link, a.secNavLink:visited {
		display: block;
		position: relative;
		float: left;
		margin-right: 2px;
		padding-left: 6px;
		padding-right: 6px;
		font: bold 10px/20px Tahoma, Verdana, Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		background: url('images/secnav-link-back.gif') repeat-x;
		border-left: 1px solid #838383;
		border-right: 1px solid #838383;
	}
	
	a.secNavLink:hover {
		display: block;
		position: relative;
		float: left;
		margin-right: 2px;
		padding-left: 6px;
		padding-right: 6px;
		font: bold 10px/20px Tahoma, Verdana, Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		background: url('images/secnav-link-back-hover.gif') repeat-x;
		border-left: 1px solid #e4336b;
		border-right: 1px solid #e4336b;
	}

#extraNav {
	width: 100%;
	text-align: left;
	padding-top: 15px;
}

	#extraNav .icon {
		padding: 2px;
		opacity: 0.80;
		filter: alpha(opacity=80);
	}
	
	#extraNav .iconFocus {
		padding: 0px;
		border: 2px solid #ffffff;
		opacity: 1;
		filter: alpha(opacity=100);
	}

#extraNavBack {
	height: 100px;
}

#MBpageContent {
	width: 100%;
	text-align: left;
}	

	#MBpageContent .leftColumn {
		vertical-align: top;
	}
	
	#MBpageContent .rightColumn {
		vertical-align: top;
		padding-left: 30px;
	}
	
#thumbTable {
	text-align: center;
}	

	#thumbTable .thumbCell {
		vertical-align: top;
		text-align: center;
		padding: 2px;
	}
	
	#thumbTable .thumb {
		padding: 2px;
	}
	
	#thumbTable .thumbFocus {
		padding: 0px;
		border: 2px solid #d30f4c;
	}
	
	#thumbTable .thumbActive {
		padding: 0px;
		border: 2px solid #999999;
	}

#detailsTable {
	text-align: left;
}	

	#detailsTable .leftColumn {
		vertical-align: top;
	}
	
	#detailsTable .rightColumn {
		vertical-align: top;
	}

	
#gbOne {
	width: 220px;
}

	#gbOne .gbContent {
		background: #ffffff url('images/gb-back.gif') repeat-x;
		padding: 6px 12px;
		vertical-align: top;
	}

#imagePreview {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	visibility: hidden;
}

	#imagePreview img {
		border: 4px solid #ffffff;
	}
	
	#imagePreview .image {
		cursor: pointer;
		position: relative;
		top: 160px;
		left: 0px;
		font-size: 9px;
		font-weight: bold;
		color: #999999;
	}
	
#productTable {
	width: 100%;
	margin-top: 15px;
}

	#productTable .imageCell {
		vertical-align: top;
	}
	
	#productTable .textCell {
		padding-top: 5px;
		vertical-align: top;
	}
	
	#productTable .separatorCell {
		vertical-align: top;
	}
	
#ffe {
	visibility: hidden;
}

.sf1 {
	display: none;
}

.sf2 {
	display: none;
}

.imgNoHover {
	margin: 1px;
}

.imgHover {
	margin: 0px;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
}

/*** Scroller ***/

#scroller2 {
	height: 158px;
	margin-top: 10px;
}

	#scrollItems2 {
		overflow: hidden;
		width: 250px;
		height: 158px;
	}
	
	.scrollItem2 {
		margin-right: 20px;
		height: 158px;
	}
	
	.scrollRow2 {
		width: 1000px;
		white-space: nowrap;
	}
	
	.quote {
		font: italic 13px/20px Georgia, Minion, Minion Pro, Garamond, Times, Times New Roman, serif;
		color: #666666;
		margin: 0px 28px;
	}
	
	.quoted {
		font: bold 11px/14px Georgia, Minion, Minion Pro, Garamond, Times, Times New Roman, serif;
		color: #666666;
		text-align: right;
		margin: 0px 28px;
		margin-top: 12px;
	}
	
/*** Rounded frames ***/

.roundedFrame {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	background: #ffffff url('images/gradient1.gif') repeat-x;
	background-position: 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.roundedFrameContent {
	padding: 15px;
}

#extras {
	margin-top: 30px !important;
	margin-top: 50px;
	clear: both;
}
