/*
Purple: #6b125e
Pink: #efa6a7
Light Pink: #fbebea
*/
body {
	background: url('../images/bg_body.png') #fff top left repeat-x;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: bolder;
	color: #6b125e;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: bolder;
	color: #6b125e;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #999;
	margin: 20px 0 0 0;
	padding: 0;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bolder;
	color: #000;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #6b125e;
	margin: 20px 0;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bolder;
	color: #000;
	margin: 0;
	padding-right: 15%;
	float: right;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
}

p.intro {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
}

p.intro2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #666;
}

p.terms {
	font-size: 1.2em;
	color: #000;
}

a {
	font-weight: bolder;
	color: #6b125e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

img {
	border: 0;
}

.mainimg {
	float: right;
}

#header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	overflow: visible;
}

#header img {
	float: left;
}

#header h1 {
	float: left;
	margin: 55px 0 0 0;
}

#header #tv {
	background: url('../images/bg_tv.png') transparent top left no-repeat;
	float: right;
	margin: -25px 0 0 0;
	padding: 40px 25px 35px 25px;
	width: 150px;
	height: 100px;
}

.addthis_toolbox {
	float: right;
	width: 160px;
	margin: -10px 0 0 0;
	padding: 7px;
	border: 2px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 0 3px;
	position: relative;
}

#slideshow {
	background: url('../images/bg_slideshow.png') #ccc top center no-repeat;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
}

.panelp {
	margin-top: -180px;
	color: #333;
}

#content {
	width: 950px;
	margin: 25px auto;
	padding: 0;
}

#content ul {
	list-style-type: disc;
	list-style-color: #6b125e;
}

#content ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
}

#content #infoblock p.homequote {
	color: #333;
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0;
}

#content p.quote {
	background: url('../images/bg-source.png') transparent bottom left no-repeat;
	color: #666;
	font-size: 1.8em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin: 30px 0 10px 0;
	padding: 0 0 20px 30px;
}

#content p.source {
	color: #6b125e;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#quotebox {
	float: left;
	background: url('../images/bg-quotebox.png') transparent bottom right no-repeat;
	width: 245px;
	height: 145px;
	margin: 0 45px 10px 0;
	padding: 15px;
	overflow: hidden;
}

#quotebox p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#quotebox p.quote {
	font-size: 1.6em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #333;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#sLinksBlock {
	background: url('../images/bg-infoblock.png') #fff bottom left repeat-x;
	height: 40px;
	margin: 35px 0 5px 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	clear: both;
}

#sLinksBlock p {
	margin: 5px 0 0 0;
	padding: 0;
}

#sLinksBlock a {
	font-weight: normal;
	text-decoration: underline;
}

.sImg {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.sHeaderImg {
	float: left;
	margin: -37px 0 0 25px;
}

#infoblock {
	background: url('../images/bg-infoblock.png') #fff bottom left repeat-x;
	height: 250px;
	margin: 25px 0 5px 0;
	padding: 0 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	clear: both;
}

.infobox {
	float: left;
	width: 273px;
	height: 250px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

#infoblock img, .infobox img {
	float: right;
	margin-top: -15px;
}

#infoblock p {
	font-size: 1.6em;
	color: #777;
}

.infobox ul {
	font-size: 80%;
}

#infoblock .infobox p {
	font-size: 1.4em;
	color: #777;
}

#infoblock a, .infobox a {
	color: #222;
	border-bottom: 1px solid #ddd;
}

#infoblock a:hover, .infobox a:hover {
	color: #6b125e;
}

#BCPwrapper {
	width: 480px;
	height: 270px;
	margin: 20px 0 20px 200px;
	padding: 2px;
	border: 8px solid #eee;
}

#ftrwrapper {
	background: url('../images/bg_footer.png') #fff top left repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0 70px 0;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	padding-left: 120px;
}

.question {
	font-weight: bold;
	color: #6b125e;
}

a.top {
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
}

.bullet {
	font-weight: bold;
	color: #6b125e;
	padding-right: 5px;
}

.price {
	color: #6b125e;
	font-size: 120%;
	font-weight: bold;
}

p.ordernow {
	background: url('../images/bg-ordernow.png') transparent top center no-repeat;
	border: 1px solid #6b125e;
	width: 120px;
	margin: 5px 0;
	padding: 4px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

p.ordernow a {
	color: #fff;
	font-weight: bolder;
	font-variant: small-caps;
}

p.single {
	background: url('../images/img_single.png') transparent center left no-repeat;
	height: 20px;
	padding: 30px 0 30px 120px;
}

p.copy {
	background: url('../images/img_copy.png') transparent center left no-repeat;
	height: 20px;
	padding: 30px 0 30px 120px;
}

.anchor {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.credits {
	float: right;
	font-variant: small-caps;
}

.highlight1 {
	color: #6b125e;
	font-weight: bolder;
}
.termslink {
	color: #999;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
	padding-left: 15px;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
}

table.ctable1 {
	background: #eee;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

table.ctable1 td {
	padding: 2px 10px;
	text-align: center;
}

table.ctable2 td {
	font-size: 81.3%;
	margin: 0;
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #eee;
}

#banner {
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
}

#holly {
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
}

#snow {
	position: fixed;
	bottom: 0;
	background: url('../images/snow.png') transparent top left repeat-x;
	height: 65px;
	width: 100%;
	margin: 0;
	padding: 0;
}