/* CSS Document */

@import 'reset.css';

body {
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}

div#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

	div#wrapper h1 {
		background-color:#FFF;
		background-image:url(../img/conteficaz-logo.png);
		background-repeat:no-repeat;
		width:394px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:40px;
		height:200px;
		line-height:500px;
		overflow:hidden;
	}
	
	div#wrapper p {
		color:#333;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:60px;
	}
	
	div#wrapper div#services {
		float:left;
		padding:0 20px;
		height:230px;
		width:218px;
		border-left:1px solid #CCC;
		margin-bottom:70px;
	}

	div#wrapper div#services h2 {
		background-color:#FFF;
		background-image:url(../img/services.png);
		background-repeat:no-repeat;
		padding-left:70px;
		height:64px;
		line-height:64px;
		font-size:20px;
		color:#636363;
		font-weight:bold;
		margin-bottom:20px;
	}

	div#wrapper div#services ul {
	}

	div#wrapper div#services ul li {
		color:#636363;
		font-size:14px;
	}
	
	div#wrapper div#contacts {
		float:left;
		padding:0 20px;
		padding-right:10px;
		height:230px;
		width:228px;
		border-left:1px solid #CCC;
		margin-bottom:70px;
	}

	div#wrapper div#contacts h2 {
		background-color:#FFF;
		background-image:url(../img/contacts.png);
		background-repeat:no-repeat;
		padding-left:70px;
		height:64px;
		line-height:64px;
		font-size:20px;
		color:#636363;
		font-weight:bold;
		margin-bottom:20px;
	}

	div#wrapper div#contacts ul {
	}

	div#wrapper div#contacts ul li {
		color:#636363;
		font-size:14px;
	}

	div#wrapper div#contacts ul li span {
		width:90px;
		float:left;
		font-weight:bold;
	}

	div#wrapper div#contacts ul li a,
	div#wrapper div#contacts ul li a:visited {
		text-decoration:none;
		border-bottom:1px dashed #636363;
		color:#636363;
	}

	div#wrapper div#contacts ul li a:hover {
		border-bottom:1px solid #636363;
	}
	
	div#wrapper div#address {
		float:left;
		padding:0 20px;
		height:230px;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		width:218px;
		margin-bottom:20px;
	}

	div#wrapper div#address h2 {
		background-color:#FFF;
		background-image:url(../img/address.png);
		background-repeat:no-repeat;
		padding-left:70px;
		height:64px;
		line-height:64px;
		font-size:20px;
		color:#636363;
		font-weight:bold;
		margin-bottom:20px;
	}

	div#wrapper div#address p {
		font-weight:normal;
		font-size:14px;
		text-align:left;
	}

	div#wrapper div#address p span {
		font-style:italic;
		font-size:12px;
	}

	div#wrapper p#footer {
		text-align:right;
		font-weight:normal;
		font-size:12px;
		margin-bottom:20px;
	}
	
	div#wrapper p#footer a,
	div#wrapper p#footer a:visited {
		text-decoration:none;
		border-bottom:1px dashed #636363;
		color:#636363;
	}

	div#wrapper p#footer a:hover {
		border-bottom:1px solid #636363;		
	}