@font-face
{
font-family: MyriadProSemiBold;
src: url(images/MyriadPro-Semibold.otf);
}
@font-face
{
font-family: Optimal;
src: url(images/Optima.ttf);
}
@font-face
{
font-family: Janda;
src: url(images/JandaEverydayCasual.ttf);
}
@font-face
{
font-family: MyriadPro;
src: url(images/MyriadPro-Regular.otf);
}
@font-face
{
font-family: sanchez;
src: url(images/Sanchezregular.otf);
}
@font-face
{
font-family: coneria;
src: url(images/Demo_ConeriaScript.ttf);
}
@font-face
{
font-family: prisma;
src: url(images/Prisma.otf);
}
@font-face
{
font-family: spetetrial;
src: url(images/SPETETRIAL.otf);
}

.container {
    margin: 0 auto;
    max-width: 720px;
	padding-top:0px;
	background:#ffffff;
}

.body {
    background: url("images/header_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
	padding-top:30px;
}

body {
    background: url("images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
	color: #363636;
    font-family: Optimal, arial;
    font-size: 14px;
    
}

.container p {
    color: #363636;
    font-family: Optimal, arial;
    font-size: 14px;
    margin: 20px 40px;
}

ul,ol
{
	margin: 20px 40px;
}

p.headline {
    background: none repeat scroll 0 0 #fff3ec;
    color: #b92145;
    font-size: 27px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

div.window {
    background: none repeat scroll 0 0 #DB5563;
    float: right;
    margin-left: 20px;
    margin-right: 40px;
    padding: 10px;
    width: 206px;
}

div.window p {
    background: none repeat scroll 0 0 #db5563;
    border: 2px solid #ef7e58;
    font-size: 13px;
    margin: 0;
    padding: 10px;
	color:#ffffff;
}

div.window p span {
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0;
	color:#000000;
}


.container h2 {
    font-size: 16px;
    margin: 20px 40px;
    padding: 0;
}

.pink
{
	color:#eb4c4c;
}

.center
{
	text-align:center;
}
.italic
{
	font-style:italic;
}

.black
{
	color: #000 !important;
}

.bold
{
	font-weight:bold;
}

ul.flowerpoint {
    list-style: none outside none;
}

ul.flowerpoint li {
    background: url("images/flower.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	background-position:top left;
    margin-top: 20px;
    padding-left: 40px;
}

ul.tickpoint {
    list-style: none outside none;
}

ul.tickpoint li {
    background: url("images/right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	background-position:top left;
    margin-top: 20px;
    padding-left: 40px;
	display:table;
}

img.right
{
	float:right;
	margin-left: 20px;
    margin-right: 0px;
}

img.left
{
	float:left;
	margin-left: 0;
    margin-right: 20px;
}


div.box1
{
	background: none repeat scroll 0 0 #FDF8F8;
    border-radius: 5px;
    float: left;
    margin-left: 40px;
    padding: 18px;
}

div.box2
{
	background: none repeat scroll 0 0 #FDF8F8;
    border-radius: 5px;
    float: right;
    margin-right: 40px;
    padding: 18px;

}

.boxwidth
{
	width: 35% !important;
	height:150px;
}

.boxwidth >span:first-of-type
{
	font-size:12px;
	color:#000;
}

.boxwidth >span:nth-of-type(2)
{
	font-size:12px;
	color:#010101;
	font-weight:bold;
	float:right;
}	

div.clear
{
	clear:both;
}
.triangle {
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #FDF8F8;
    float: left;
    height: 0;
    left: 279px;
    position: relative;
    top: -18px;
    width: 0;
}
.triangle2 {
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #FDF8F8;
    float: right;
    height: 0;
    position: relative;
    right: 60px;
    top: -18px;
    width: 0;
}

.buttons {
    margin:0 60px;
}


.buttons > span {
    background: none repeat scroll 0 0 #FFF3EC;
    color: #ED8770;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 8px;
    text-align: center;
    width: 184px;
}


.biglist { counter-reset: item }
.biglist li {
    display: block;
    margin-top: 20px;
}
.biglist li:before { 
color: #B92145;
    content: counter(item, decimal) ". ";
    counter-increment: item;
    display: block;
    float: left;
    font-size: 36px;
    height: 74px;
    margin-right: 20px;
	margin-left:-40px;
}

span.pink2
{
	color:#da6571;
	font-weight:bold;
}

a>img:hover
{
	opacity:0.9;
}


.bonusbox span.header {
    background: none repeat scroll 0 0 #b92145;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    top: -8px;
}

.bonusbox {
    background: none repeat scroll 0 0 #f7dadd;
    margin: 0 40px;
	padding-bottom:20px;
}

.pink3
{
	color:#b92145;
}

.bonusbox .title
{
	text-align:center;
	font-size:28px;
	color: #b92145;
	font-weight:bold;
}

.bonusbox .subtitle {
    color: #b92145;
    font-size: 22px;
    font-weight: bold;
	margin-top:-22px;
	text-align:center;
}

.bonusbox .subtitle span {
    color: black;
}

.hideme
{
	display:none;
}
.container img
{
	max-width:100%;
}