@charset "utf-8";
/* CSS Document */


/* generaly */
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	color:#bb9999;
	background:url(images/bg_top.jpg) top repeat-x #070606;
}

p {
	padding:5px 0;
	text-indent:15px;
	text-align:justify;
}

img { border:0px; }

.clear {
	font-size:0px;
	height:0px;
	width:100%;
	display:block;
	clear:both;
}

a { color:#FFF; text-decoration:none }
a:hover { text-decoration:underline; }

h2 {
	font-weight: normal;
	font-size:18px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
	
/* layout */

#main_wrapper {
	margin:auto;
	width:923px;
	}
	
#top {
	background:url(images/top.png) no-repeat;
	height:332px;
	width:923px;
}

a#logo {
	display:inline-block;
	height:91px;
	margin:20px 0 0 101px;
	width:230px;
}

#column_wrapper {
	width:923px;
	background:url(images/bg.jpg) repeat-y right;
}

#content_footer {
	background:url(images/footer_content.jpg) right bottom no-repeat;
	width:100%;
}

#left_column {
	width:296px;
	float:left;
}

#right_column {
	width:577px;
	float:left;
	padding: 0 50px 33px 0;
}

#footer_wrapper {
	background:url(images/footer.jpg);
	width:923px;
	height:61px;
	display:block;
	margin:auto;
	color:#3b2c2c
}
#footer_wrapper a { color:#3b2c2c }
#footer_wrapper a:hover { color:#707070 }

#menu_footer {
	float:left;
	margin:25px 0 0 110px;
	font-size:10px;
}

#madver {
	float:left;
	margin:24px 0 0 335px;	
	font-size:9px;
	text-align:right;
	line-height:14px
}

/* menu */

#menu_01, #menu_02, #menu_03, #menu_04 {
	background-image:url(images/menu.png);
	display:block;
	height:40px;
	width:251px;
	margin-left:46px;
}

#menu_01:hover { background-position:259px 0px; }

#menu_02 { background-position:0 -40px; }
#menu_02:hover { background-position:259px -40px; }

#menu_03 { background-position:0 -80px; }
#menu_03:hover { background-position:259px -80px; }

#menu_04 { background-position:0 -120px; }
#menu_04:hover { background-position:259px -120px; }

a#menu_01.active { background-position: 529px 0 }
a#menu_02.active { background-position: 529px -40px }
a#menu_03.active { background-position: 529px -80px }
a#menu_04.active { background-position: 529px -120px }

/* galeria */

#gallery {
	text-align:center;
	}
	
#gallery ul { 
	list-style: none;
	}

#gallery ul li {
	display: inline;
	}

#gallery ul img {
	border: 5px solid #440000;
	border-width: 5px;
	padding:1px;
	margin:3px 5px;
	}

#gallery ul a:hover img {
	border: 5px solid #CD1800;
	border-width: 5px;
	color: #fff;
	}

#gallery ul a:hover { color: #fff; }

/*error*/
#error {
	width: 90%;
	background: #710000;
	border: 2px dashed #CA0500;
	padding: 7px;
	font-size: 12px;
	margin: 15px auto;
	color:#FFF;
}

p.alert {
	border:4px dotted #460000;
	color:#FFFFFF;
	font-size:16px;
	padding:10px;
}