/* Reset default browser styles */
@import "/styles/core/common.css";
/* General layout styles (positioning, content boxes, layers, columns, borders, backgrounds) */
@import "/styles/core/layout.css";
/* General text styles (fonts, sizes, colors, headers, paragraphs) */
@import "/styles/core/text.css";
/* Form styles (form, input, select) */
@import "/styles/core/forms.css";
/* Header styles */
@import "/styles/core/header.css";
/* Footer styles */
@import "/styles/core/footer.css";
/* roundBox1 Styles */
@import "/styles/core/roundBox1.css";
@import "/styles/core/roundBox1a.css";
/* roundBox2 Styles */
@import "/styles/core/roundBox2.css";
@import "/styles/core/roundBox2a.css";
/* Spry Styles */

/* Custom Styles */
#pageBody { width:100%;
	}
#pagePitch {  }
/* Taylor
Modified pagePitchText 
- added h1 and p styles 
*/
#pagePitchText {
	width:350px;
	margin-top:4em;
	}
#pagePitchText h1{
	line-height: 0.9em;
	padding-bottom: 10px;
}
#coverflowBox {
	background-color:#def;
	background:transparent;
	width:550px;
	height:300px;
	display:block;
	float:right;
	position:relative;
	margin-top: -40px;
	margin-bottom: -10px;
	z-index:1;
}

/* Additional Styles for Review */

/* Taylor */
/* This is used to add a two or three col list to the bottom of the family page. This will allow us
to list out the modules and products that are part of the family. */
.familyModulesContainerTwo {
	margin:0 0 0 24%;
	}
.familyModulesContainerThree {
	margin:0 0 0 5%;
	}
	/* I wanted to increase the size of the pitch text */
#pagePitchText p{
	font-size: 1.1em;
	}
.TabContentColumnTwo .familyBoxText {
	width:280px;
/*	width:180px;*/
/* height -- set it inline if you need to change it */
	height:auto;
}
.familyBox h2 {
	padding:0 0;
	margin:0 0 .75em;
	line-height:1;
}
.familyBox h3 {
	padding:0 0;
	margin:0 0 .5em;
	line-height:1;
}
.familyBox h4 {
	padding:0 0;
	margin:0 0 .25em;
	line-height:1;
}
.familyBox .linkMore {
	right:0;
	bottom:0;
	margin:0 0 0;
}
.familyBox .linkMoreFloat {
	margin:0 0 0;
}