/* gradient 2 */
.gradient2 h1 {
	font: bold 310%/100% Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #737373;
	letter-spacing: -1px;
	line-height: 1.13em;
}

.gradient2 h1 p {
	width:100%; color:#464646; font-size:15px; font-weight:lighter; letter-spacing: 0; line-height:1.2em;
	margin-top: 15px;
}

#black.gradient2 h1 {
	color:#000;
	position:relative; left:20px; top:10px; width:94%;
}

.gradient2 h1 span {
	background: url(../images/gradient_text/gradient-glossy.png) repeat-x;
	position: absolute;
	display: block;
	width: 97%;
	height: 18px;
}

/* gradient IE6 png hack */
.gradient-ie h1 {
	font: bold 320%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #464646;
}
.gradient-ie h1 span {
	background: url(../images/gradient_text/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

/* jquery */
.jquery h1 {
	font: bold 280%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 0;
	color: #464646;
}
.jquery h1 span {
	background: url(../images/gradient_text/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
.jquery p {
	margin: 10px 0 50px;
}
