@import "rhapsodyFeatureTable.css";
@import "clueTip.css";

#pageContent {
	padding-bottom: 0;
}
.productSection {
	background-repeat: no-repeat;
	overflow: auto;
	position: relative;
}
.mainText {
	width: 840px;
	float: left;
	padding-left: 40px;
}
.mainText h1 {
	color: #af5f46;
	font-family: georgia;
	font-size: 1.285em; /* 18px */
	font-weight: normal;
	line-height: 1em; /* 18px */
	margin-bottom: 1em; /* 7px */
}
#pageContent .mainText p, #pageContent .sidebar li, #pageContent .sidebar p, #pageContent .sidebar h2 {
	padding: 0;
}
.col1, .col2 {
	width: 400px;
	float: left;
}
.col1 {
	margin-right: 30px;
}
.sidebar {
	width: 225px;
	float: right;
	background-image: url(../images/sidebarBG.jpg);
	background-repeat: repeat-x;
	padding: 12px 25px 12px 20px;
	margin-right: 10px;
}
#pageContent .sidebar h2 {
	color: #00587f;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#pageContent .sidebar ul {
	padding-left: 15px;
	margin-bottom: 6px;
}
#pageContent .sidebar li {
	margin-bottom: 3px;
}
#pageContent ul.linkList {
	list-style: none;
	padding-left: 0;
}
#pageContent .linkList li{
	font-size: 10px;
	line-height: 14px;	
}

#rhapsody {
	overflow: auto;
	background-image: url(../images/rhapProductBG.jpg);
	padding-bottom: 18px; 
}
#rhapsody .col2 {
	padding-top: 34px;
}
#rhapImageLinks {
	padding: 0 0 0 270px;
	position: relative;
}
#rhapImageLinks img {
	float: left;
	display: block;
	margin-top: 9px;
	padding: 0;
}


