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

/* ==================== SECONDARY ==================== */

#pinkWrap {
	position:relative;
	width:900px;
	height:227px;
	background:url(/_common/bg/pink.png) 0 0 no-repeat;
	margin:0 auto;
}
#pinkWrap #legs {
	position:absolute;
	top:0;
	left:679px;
	background:url(/_common/img/legs.png) 0 0 no-repeat;
	width:300px;
	height:260px;
}
#pinkWrap h1 {
	float:left;
	margin-top:90px;
	margin-left:55px;
	color:#F3AEC9;
	font-size:2.8em;
	font-weight:normal;
	line-height:1.5em;
}
#contentWrap {
	position:relative;
	width:900px;
	margin:0 auto;
}
#contentWrap #content {
	float:left;
	width:560px;
	padding:35px 50px;
	font-size:1.2em;
	line-height:1.5em;
}
#contentWrap #content h2 {
	font-size:2.4em;
	font-weight:normal;
	margin-top:0;
	line-height:1em;
}
#contentWrap #content h3 {
	font-size:1.8em;
	font-weight:normal;
	color:#F02F94;
	margin-top:1.5em;
	line-height:1em;
}
#contentWrap #sidebar {
	float:right;
	width:225px;
	padding:45px 0;
}
#contentWrap #sidebar .callout {
	width:199px;
	border:1px solid #f1f1f1;
	background:#fff url(/_common/bg/callout.png) left bottom repeat-x;
	padding:12px;
	font-size:1.1em;
	color:#666;
	line-height:1.6em;
	margin-bottom:15px;
}
#contentWrap #sidebar .callout h4 {
	font-size:1.3em;
	color:#333;
	font-weight:normal;
	margin-top:0;
}
#contentWrap #sidebar .callout img {
	float:left;
	margin-left:4px;
	margin-right:12px;
	margin-bottom:4px;
}
#contentWrap #sidebar .callout a {
	display:block;
	margin-top:.7em;
	color:#333;
}
#contentWrap #sidebar .callout a.linkBuy {
	display:inline-block;
	width:86px;
	height:28px;
	background:url(/_common/img/button_buynow.gif) 0 0 no-repeat;
}
#contentWrap #sidebar .callout a.linkBuy em {
	display:none;
}
#contentWrap #sidebar .callout a img {
	border:none;
}
