@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Trebuchet MS", "Verdana";
	font-size: 12px;
	color: #000;
	width: 100%;
}
a{
	cursor:pointer;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

.conSP{
		float: none;
		clear: both;
		height: 0px;
		font-size: 0px;	
}
.txtNW{
		text-indent: -1000em;
		overflow: hidden;
}

#conAll {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#conContact {
	display: block;
	width: 100%;
}

	#imgLogo {
		display: block;
		margin: 20px auto;
	}
	
	#conContact p {
		text-align: center;
		margin: 10px 0px;
	}
	
#conOurSites {
	display: block;
	width: 100%;
}

#conListSites {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	#conOurSites p {
		text-align: center;
	}

	#conOurSites p.conTitle {
		text-align: center;
		margin: 10px 0px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.conOneSite {
		float: left;
		width: 220px;
		margin: 0px 10px;
		text-align: center;
	}