body {
    background:#27170f url(../gfx/bg_body.jpg) top center repeat-x fixed;
	color:#baa589;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:13px;
}
#container {
    width:900px;
    margin:auto;
}
#top {
	background:url(../gfx/bg_top.jpg) 0 114px no-repeat;
	height:415px;
	position:relative;
}
#logo {
	float:left;	
}
#logo a:LINK, #logo a:VISITED {
	background:url(../gfx/logo.jpg) no-repeat;
	display:block;
	height:114px;
	width:450px;
}
#logo a:HOVER {
	background:url(../gfx/logo.jpg) left bottom;	
}
#logo a span {
	display:none;	
}

#tel {
	float:right;	
}
#nav {
	background:url(../gfx/bg_nav.jpg) repeat-x;
	bottom:1px;
	height:50px;
	position:absolute;
	width:900px;
}
#nav ul li {
	float:left;
	list-style:none;
}
#nav ul li a {
	display:block;
	height:50px;
	text-align:center;
	width:225px;
}
#nav ul li a span {
	display:none;
}

#nav ul li#ahome a:link, #nav ul li#ahome a:visited {
	background:url(../gfx/nav.jpg) -225px 0 no-repeat;
}
#nav ul li#ahome a:hover, #nav ul li#ahome a.active {
	background:url(../gfx/nav.jpg) 0 0 no-repeat;
}
#nav ul li#aoffer a:link, #nav ul li#aoffer a:visited {
	background:url(../gfx/nav.jpg) -225px -50px no-repeat;
}
#nav ul li#aoffer a:hover, #nav ul li#aoffer a.active {
	background:url(../gfx/nav.jpg) 0 -50px no-repeat;
}
#nav ul li#arealization a:link, #nav ul li#arealization a:visited {
	background:url(../gfx/nav.jpg) -225px -100px no-repeat;
}
#nav ul li#arealization a:hover, #nav ul li#arealization a.active {
	background:url(../gfx/nav.jpg) 0 -100px no-repeat;
}
#nav ul li#acontact a:link, #nav ul li#acontact a:visited {
	background:url(../gfx/nav.jpg) -225px -150px no-repeat;
}
#nav ul li#acontact a:hover, #nav ul li#acontact a.active {
	background:url(../gfx/nav.jpg) 0 -150px no-repeat;
}

#content {
	line-height:180%;
}

#mainContent, #addons {
	float:left;
	text-align:justify;
}

#mainContent {
	background:none;
	padding:0 10px 0 0px;
	width:600px;
}

#addons {
	background:none;
	padding: 0 0px 0 10px;
	position:relative;
	width:280px;
}

#addons .block {
	background:url(../gfx/bg_block.png) top center no-repeat;
	position:relative;
	right:10px;
	height:240px;
}

#horizontal-addons .block {
	float:left;
	margin:10px;
	height:240px;
	width:291px;
}

#horizontal-addons .block:first-child {
	margin:10px 0px;
}
#horizontal-addons .block:last-child {
	margin:10px 0px;
}

#footer {
	border-top:2px solid #eeab17;
	color:#baa589;
	margin:auto;
	padding:15px 0;
	width:900px;
}

#footer a:LINK, #footer a:VISITED {
	background:none;
	color:#baa589;	
	padding:4px 6px;
	text-decoration:none;
}

#footer a:HOVER {
	background:#eeab17;
	color:#4a2604;
	padding:4px 6px;
	text-decoration:none;
}

#mainContent h2, #mainContent h1 {
	background:url(../gfx/bg_h.jpg) repeat-x;
	color:#4a2604;
	font-size:16px;
	padding:5px 20px;
	margin-bottom:10px;
}
