body {
	margin: 0; padding: 0;
	text-align: center;
	font: 9pt/1.5em "Lucida Grande", "Helvetica", Arial, Sans-serif;
	background: #303030 url(../img/bg_lightgrey.jpg);
	color: #ffffff;
}

.normal { font-size: 9pt; }
.small { font-size: 8pt; }
.smaller { font-size: 7pt; }

p { color: #c8c8c8; }

a { color: #ffffff; text-decoration: underline; }
a:hover { color: #8ec5f4; text-decoration: underline; }

img { border: 0; }


.text {
	text-align: left;
}


#e_container {
	margin: 0 auto; width: 620px;
	text-align: center;
}

#header {
	display: block;
	margin: 40px auto 0; padding: 0;
}

#header h1 { display: none; }

/*.products #header { width: 287px; height: 44px; background: url(../img/welcome.jpg) no-repeat bottom; }*/
.products #header { width: 287px; height: 43px; background: url(../img/welcome_2.jpg) no-repeat bottom; }


#apps {
	margin: 0; padding: 40px 0 0 0;
	height: auto;
}

#mac {
	display: inline;
	float: left;
	width: 280px;
	margin: 0 20px 0 10px;
}

#iphone {
	float: left;
	width: 280px;
	margin: 0 10px 0 20px;
}

.apps_list {
	line-height: 0;
	margin: 10px 0 0 0; padding: 25px 0 0 0;
	list-style-type: none;
	background: #232323 url("../img/apps_header_alt.jpg") no-repeat top;
}

.apps_list li#apps_invoy { background: url("../img/apps_invoy_on.jpg") no-repeat top; }
.apps_list li#apps_unity { background: url("../img/apps_unity_on.jpg") no-repeat top; }
.apps_list li#apps_areas { background: url("../img/apps_areas_on.jpg") no-repeat top; }
.apps_list li#apps_mazo { background: url("../img/apps_mazo_on.jpg") no-repeat top; }
.apps_list li#apps_guia { background: url("../img/apps_guia_on.jpg") no-repeat top; }


.apps_footer {
	margin: 0; padding: 19px 0 0 0;
	line-height: 1em;
	vertical-align: top;
	background: url("../img/apps_footer_alt.jpg") no-repeat top;	
}

.apps_footer p {
	margin: 10px 0 0 0; padding: 0;
	font-size: 7pt;
}

#apps_info {
	margin: 0; padding: 10px 0 10px 0;
}

#other_info {
	clear: both;
	margin: 0; padding: 27px 0;
}

#other_info p {
	margin: 0; padding: 0;
}


#info {
	margin: 40px 0 15px; padding: 0;
	color: #dddddd;
}

#contact {
	font-size: 7pt; 
}


#footer {
	clear: both;
	margin: 0 auto; padding: 5px 40px 20px;
	font-size: 7pt; line-height: 1.6em; text-align: center;
}

#footer p { margin: 3px 0 16px 0; padding: 0; }
#footer img.logo { margin-bottom: 3px; }

