@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin: 0px;
}
#continar {
	width: 900px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	margin: 0px;
	height: 300px;
	width: 310px;
	display: block;
	padding: 0px;
	float: left;
}
#header {
	height: 40px;
	width: 590px;
	float: right;
	margin: 0px;
	display: block;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#header #menu {
	float: right;
	height: 40px;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
#header  #title {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 240px;
	float: left;
}
#content {
	width: 580px;
	float: right;
	display: table;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 100px;
	text-align: left;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 590px;
	float: right;
	background-image: url(images/footer.jpg);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#map {
	padding: 0px;
	height: 200px;
	width: 350px;
	background-image: url(images/map.jpg);
	float: right;
	margin: 0px;
}
#clients {
	width: 580px;
}
#clientsIMG {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	float: left;
	text-align: left;
}
h1  {
	margin: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	margin: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #999999;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	margin: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
