/**********Orokorrak*********************************/

body {
	margin: 0 auto;
	padding: 0;
	font: small Verdana, Arial, sans-serif;
	text-align:center;
	color: #000;
	background:#FC851C url("fond.gif") repeat-y center;
}

h1 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 130%;
	color:#FC851C;
}
h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img, img a{
	border: 0px;
}

pre, code {
	font: 1em Courier, "Courier New", monospace;
	letter-spacing: -0.066em;	
}

p {
	margin: 0.3em 0 1.2em;
	line-height: 1.4em;
}

li, ul {
	line-height: 1.4em;
}

hr {
	display: block;
	clear: both;
	visibility: hidden;
}

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

a:hover {
	color:black;
	text-decoration:underline;
}

/**********Portada*********************************/

#mainpicture {
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 400px;
	float: left;
	width: 100%;
	margin-bottom:20px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}
*html #mainpicture{
	margin-top:0px;
}
#mainpicture img{
	float: left;
	margin:20px;
	border:4px solid black;
}
#mainpicture p{
	padding: 20px 20px 0px 0;
}
#mainpicture h3{
    color:black;
	font-size:90%;
}
#maincontainer {
	margin: 0px auto;
	width: 760px;
	background-color:white;
}
#mainfeatures {
	display:none;
	float: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
}
#firstfeatured .featured{
	border-right:1px dashed #ccc;
	padding-right:20px;
}
#mainfeatures h2{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
.featured{
	width: 320px;
	float: left;
	margin: 10px 10px 0 20px;
}
.featured img{
	float: right;
	margin-left:10px;
	border:1px solid black;
}
.featured p{
	margin:0;
	padding: 0;
}

/**********Maketaziokoak*********************************/

#header {
	padding: 0;	
	margin: 0;
	color: #999;
	height: 150px;
	background: url("header.jpg") no-repeat top right;
	letter-spacing: 1px;
}
#header a{
	text-decoration: none;
}
#logo {
	float: left;
	padding:0px;
	margin: 10px 0 10px 20px;
}
*html #logo{
	margin: 10px 0 10px 10px;
}
#search {
   	display: none;
}
#language {
	text-align: right;
	padding: 10px 10px 0 0;
	font-size: 0.8em;
	color:white;
}
#language a{
	color:white;
	font-weight:bold;
}
#language a:hover{
	color:black;
}
#utilities{
	text-align:right;
	padding: 28px 10px 0 0;
	margin-right: 0px;
	font-size: 0.8em;
	color:white;
}
#utilities a{
	color:white;
}
#utilities a:hover{
	color:black;
}
#tagline {
	float: left;
	clear: left;
	margin:-30px 0 0 130px;
	font-size: 90%;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
*html #tagline{
		margin:-30px 0 0 60px;
}
/*****************Menu nagusia****************/

#mainmenu{
	font-size: 12px;
	margin-top: 100px;
	text-align: left;
	margin-bottom:20px;
}

#mainmenu ul li{
	display: inline;
	margin-right:30px;
	text-align:center;
	padding:5px;
}

#mainmenu ul li a{
	color:black;
}

#mainmenu ul li a:hover{
	color:#FC851C;
	border-bottom:4px solid #FC851C;
	padding-bottom:5px;
}

#mainmenu ul li#active{ 
	font-weight:bold;
	color:black;
	border-bottom:4px solid #FC851C;
	padding-bottom:5px;
}

#mainmenu ul li#active a{ 

}

#container {
	padding-top:20px;
	padding-bottom:20px;	
	background: #fff;
	text-align: left;
}
*html #container {
	padding-top:0;
	margin-top:-10px;
}
#container a{
    text-decoration: underline;
}

#content {
	width: 430px;
	margin-left: 280px; 
	margin-top: 40px;
	}

#breadcrumb {
	display:none;
}


/***********************Ezkerreko menua****************************/


#menu {
	padding: 0;
	float: left;
	width: 230px;
	margin-left:10px;
	margin-top:45px;
}
#menu ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu li{
	margin: 0;
}

#menu li a{
	display: block;
	padding:.8em 0 .8em 10px;
	background-color: #ccc;
	color: black;
	text-decoration: none;
	width: 100%;
	line-height: 1em;
	border-bottom: 1px solid #fff;
}

#menu li a:hover{
	background: black;
	color: white;
}

#menu li.active{
	color: white;
	border-bottom: 1px solid white;
	background: black;
	padding:.8em 0 .8em 10px;
	line-height: 1em;
	width: 230px;
}
/*******************/
#footer {
	font-size: 0.8em;
    padding-top: 20px;
	color: #333;
	text-align: center;
	background: url("footer.gif") no-repeat top center;
	clear:both;
}
.cleaner{
	margin:0px;
	padding: 0px;
	clear: both;
	font-size: 5px;
}
.donde_estamos #content {
	width:600px;
	float:left;
	margin-left:60px;
}
*html .donde_estamos #content {
	margin-left:40px;
}
.donde_estamos #menu{
	display:none;
}
#menu{
	margin-top:40px;
	margin-left:20px;
	height:400px;
}
.erdi #menu{
	background: url("erdi.jpg") no-repeat top left;
}
.esculturas #menu{
	background: url("eskultura.jpg") no-repeat top left;
}
.decoracion #menu{
	background: url("etxekoak.jpg") no-repeat top left;
}
.contact #menu{
	background: url("kontaktua.jpg") no-repeat top left;
}
fieldset{
	background-color:#efefef;
	border:1px solid white;
}
legend{
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform:uppercase;
}
.irudialeft{
	float:left;
	margin-right:10px;
}
/*********argazki galeria*******/

.galeria #content {
	width:600px;
	float:left;
	margin-left:60px;
}
*html .galeria #content {
	margin-left:40px;
}
.galeria #menu{
	display:none;
}
.galerialerroa{
	width:150px;
	float:left;
	height:200px;
	margin-right:20px;
	margin-left:20px;
}
.galerialerroa a{
	text-decoration:none !inportant;
	font-weight:thin;
}
.galerialerroa img{
	padding:5px;
	border:1px solid #ccc;
}
#galeria1 img{
	padding:5px;
	border:1px solid #ccc;
}
.galeria img {
	padding:5px;
	border:1px solid #ccc;
}