@charset "UTF-8";
/* CSS Document */

#contentWrapper .deskCell {
	width: 760px;
	float: right;
}
#contentWrapper .deskCell .deskCellHeader {
	height: 40px;
	width: 760px;
	background-image: url(../images/desk/topBgd.png);
	background-repeat: repeat-x;
}
#contentWrapper .deskCell .deskCellHeader .topLeftCap {
	float: left;
	height: 40px;
	width: 40px;
	background-image: url(../images/desk/topLeft.png);
	background-repeat: no-repeat;
}
#contentWrapper .deskCell .deskCellHeader .topRightCap {
	float: right;
	height: 40px;
	width: 40px;
	background-image: url(../images/desk/topRight.png);
	background-repeat: no-repeat;
}
#contentWrapper .deskCell .deskCellHeader .deskTitle {
	float: left;
	height: 29px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
}
#contentWrapper .deskCell .deskCellBody {
	width: 760px;
	background-image: url(../images/desk/bodyBgd760.png);
	background-repeat: repeat-y;
}
#contentWrapper .deskCell .deskCellBody .deskInfo {
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentWrapper .deskCell .deskCellFooter {
	height: 25px;
	width: 760px;
	background-image: url(../images/desk/baseBgd.png);
	background-repeat: repeat-x;
}
#contentWrapper .deskCell .deskCellFooter .deskFooterLeft {
	background-image: url(../images/desk/baseLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 25px;
}
#contentWrapper .deskCell .deskCellFooter .deskFooterRight {
	background-image: url(../images/desk/baseRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 25px;
}
#contentWrapper .deskCell .deskCellHeader .deskCrumbs {
	float: left;
	height: 28px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
}
#contentWrapper .deskCell .deskCellBody .deskClearBar {
	clear: both;
}
.promoLeft {
	float: left;
	height: 248px;
	width: 348px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-image: url(../images/home/promoLeft_Display.jpg);
	background-repeat: no-repeat;
}
.promoRight {
	float: right;
	height: 248px;
	width: 348px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	background-image: url(../images/home/promoRight_Solar.jpg);
	background-repeat: no-repeat;
}
.deskInfo a {
	height: 248px;
	width: 348px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

