/*--------------------------------------------------------------
	global	
--------------------------------------------------------------*/

html, body, h1, h2, h3, p, ul,
ol, dl, li, dd {
	margin: 0;
	padding: 0;
	}

a img, :link img, :visited img {
	border: none;
	}
	
/*--------------------------------------------------------------
	body
--------------------------------------------------------------*/


body {
	background: #D4E3EA url(images/bg.jpg) top center no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	margin-bottom: 30px;
}

table#container {
	margin: 0 auto;
	width: 850px; 
}

#sidebar {
	width: 195px;
	height: 244px;
	background: url(images/sidebar_bg.jpg) no-repeat; 
	overflow: auto;
}

#sidebar dt {
	color: #287da6;
	font-size: 1.1em;
}

#sidebar dd {
	font-size: 1.1em;
	margin-bottom: 30px;
}

td#content {
	width: 635px;
	background: url(images/content_bg.jpg) no-repeat; 
}

p#intro {
	font-size: 1.1em;
	line-height: 1.4em;
}

#reasons td {
	vertical-align: top;
}

#reasons dt {
	font-weight: bold;
	color: #666;
}

#partner {
	padding-left: 35px;
	vertical-align: top;
	background: url(images/partner_bg.jpg) no-repeat; 
}

#partner img {
	margin-bottom: 15px;
}

p#perfect {
	font-weight: bold;
	font-size: 1em;
	color: #666;
}

#wow {
	text-align: right;
}	

p#offer {
	color: #ec008c;
	font-size: 1.2em;
	text-align: right;
}

p#offer a {
	color: #ec008c;
}

p#vista {
	text-align: right;
}

p#genuine a { 
 	color: #287da6;
}

.m, .m a {
	color: #EC008C;
}

.rule {
	padding: 10px 0;
}


