﻿/*--------------general tags--------------*/
body {
	color: black;
	font-family: Segoe UI, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.imagenoborder{
	border: 0px;
}
h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	color: #586369;
}

/*--------------layout--------------*/
#page {
	margin: auto;
	width: 800px;
}
#header {
	height: 150px;
	background: url('images/header.jpg');
}
#nav {
	height: 30px;
}
#content {
min-height: 350px;
}
#footer {
	margin-top: 5px;
	width: 790px;
	height: 19px;
	font-size: 12px;
	background: #586369; 
	padding: 3px 5px 0 5px;
}
#hidden {
	display: none;
	visibility:hidden;
}
/*--------------link styles--------------*/

.home a {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-home-link.jpg');
}
.home a:hover {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-home-hover.jpg');
}
.services a {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-services-link.jpg');
}
.services a:hover {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-services-hover.jpg');
}
.contact a {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-contact-link.jpg');
}
.contact a:hover {
	display:block;
	width:120px;
	height:30px;
	background-image:url('images/menu-contact-hover.jpg');
}
