@charset "utf-8";
/* Le Clique Stylesheet - Didot Branding Design 2013 */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-serif;
	background-image: url(../imagens/hotsite_bground.jpg);
	background-color: #ffffff;
	color: black;
	height: 100%;
	}
	
div#main {
	margin: 0 auto;
	width: 940px;
	}
	
div#logo { 
	position: relative;
	width: 535px;  
	height: 100px;
	margin-top: 20px;
	}

div#logo img {
	border: 0;
	}
	
div#header img {
	border: 0;
	}
	
div#contents {
	margin-top: 5px;
	width: 940px;
	height: auto;
	background-color: transparent;
	color: #000000;
	}
	
dix#contents img {
	border: 0;
	}
	
div#left_side {
	position: relative;
	float: left;
	margin-top: -3px;
	margin-bottom: 5px;
	width: 400px;
	height: 580px;
	background-color: #b2b2b2;
	color: #000000;
	}
	
div#left_side p.text {
	margin: 0;
	font-size: 1.2em;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 130%;
	}
	
div#left_side p.assinatura {
	margin: 0;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 1.3em;
	line-height: 130%;
	}

div#left_side p.assinatura span {
	font-size: 30px;
	font-family: "LTZapfino One", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	}
	
div#right_side {
	position: relative;
	float: right;
	margin-top: -3px;
	margin-bottom: 5px;
	width: 540px;
	height: 580px;
	background-image: url(../imagens/middle_bground.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	}
	
div#right_side img {
	border: 0;
	}
	
table#benefits {
	background-color: #ffffff;
	color: #000000;
	width: 510px;
	}
	
table#benefits td.left_cell {
	width: 20px;
	}
	
table#benefits td.right_cell {
	width: 20px;
	}
	
table#benefits td.left_column {
	width: 165px;
	background-color: #ffffff;
	color: #9d0c63;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #9d0c63;
	}
	
table#benefits td.right_column {
	width: 305px;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.1em;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #9d0c63;
	}
	
table#benefits td.button {
	background-color: #ffffff;
	color: #000000;
	padding-top: 30px;
	text-align: center;
	}
	
div#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	background-color: transparent;
	color: #ffffff;
	font-size: 1.0em;
	text-align: center;
	}