@charset "utf-8";
/* CSS Document */
body {
	color: #7B6E55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style:none;
}

h3 {
	color: #006666;
	font: bold;
	font-size: 16px;
}
	

#page { 
	width:960;
	left:50%;
	margin: 0 auto;
}

#header {
	width:348px;
	margin: 0 auto;
	padding: 10px;
}

#container {
	width:960px;
	margin: 0 auto;
}

.secPage {
	background:url(../images/bg-secpage.jpg) top left no-repeat;
}

.homePage {
	background:url(../images/bg-homepage-short.jpg) top left no-repeat;
}

#pageContent {
	width:720px;
	margin: 185px auto 20px;
	color:#7B6E55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#homeContent {
	width:375px;
	height: 470px;
	margin-top: 130px;
	margin-left: 540px;
	color:#006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navigation {
	margin: 0 auto;
	text-align: center;
	height:30px;
}

#menu {
	width:720px;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	display:inline;
}

#menu li {	
	list-style-type: none;
	float: left;
	font-size: 14px;
}

.button {
	width: 166px;
	display: block;
	margin: 0 2px;
	height: 30px;
}

#homeButton {
	background:url(../images/btn-home.png) no-repeat 0 0;
}

#aboutButton {
	background:url(../images/btn-about.png) no-repeat 0 0;
}

#servicesButton {
	background:url(../images/btn-services.png) no-repeat 0 0;
}

#contactButton {
	background:url(../images/btn-contact.png) no-repeat 0 0;
}

#homeButton:hover,
#homeButton:active,
#aboutButton:hover,
#aboutButton:active,
#servicesButton:hover,
#servicesButton:active,
#contactButton:hover,
#contactButton:active {
	background-position: 0 -30px;
}

.imgLeft {
	margin-right: 35px;
}

#box-news {
	background-color: #eeeeee;
	font-size: 90%;
	margin-right: 10px;
	border: 1px solid #dddddd;
	padding: 1px 10px;
}

.quote {
	margin: 0 auto;
	text-align: center;
	color:#006666;
	padding:10px 0 30px;
	font-size: 14px;
}
 
#footer {
	margin: 0 auto 20px;
	width:960px;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #006699;
	text-decoration: none;
}
