@charset "utf-8";
/* CSS Document */

/* ================ NORMAL STYLES ================ */

body {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
}

h1 {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#333333;
}

h3 {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#333333;
}

p {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#666666;
	font-size:14px;
	text-align:justify;
	max-width:600px;
}

ul {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#666666;
	font-size:14px;
	text-align:justify;
	max-width:600px;
	font-size:12px;
}

ol {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#666666;
	font-size:14px;
	text-align:justify;
	max-width:600px;
	font-size:12px;
}

form {
	font-family:"Century Gothic", "Segoe UI", Arial, Tahoma, "Times New Roman";
	color:#666666;
	font-size:14px;
	text-align:justify;
	max-width:600px;
}

/* ================ HOVER STYLES ================ */

/* ===== HOME HOVER ===== */
.mouseoverhome {
	width:97px;
	height:25px;
	background-image:url(images/index_over_12.gif);
}
.mouseoverhome a{
	display:block;
}
.mouseoverhome img {
	width:97px;
	height:25px;
}
.mouseoverhome a:hover img {
	visibility:hidden;
}


/* ===== SERVICES HOVER ===== */

.mouseoverservices {
	width:97px;
	height:25px;
	background-image:url(images/index_over_14.gif);
}
.mouseoverservices a {
	display:block;
}
.mouseoverservices img {
	width:97px;
	height:25px;
}
.mouseoverservices a:hover img {
	visibility:hidden;
}


/* ===== ABOUT HOVER ===== */

.mouseoverabout {
	width:97px;
	height:25px;
	background-image:url(images/index_over_16.gif);
}
.mouseoverabout a {
	display:block;
}
.mouseoverabout img {
	width:97px;
	height:25px;
}
.mouseoverabout a:hover img {
	visibility:hidden;
}


/* ===== CONTACT HOVER ===== */

.mouseovercontact {
	width:97px;
	height:25px;
	background-image:url(images/index_over_18.gif);
}
.mouseovercontact a {
	display:block;
}
.mouseovercontact img {
	width:97px;
	height:25px;
}
.mouseovercontact a:hover img {
	visibility:hidden;
}