/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
img { margin:0px; padding:0px; border:none;}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float:left; }
.floatRight { float:right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.1em 0 1em 0;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.uppercase { text-transform:uppercase; }
a{cursor: pointer;}
a span{display: none;}

input { font-family: Verdana; font-size:11px; }

img, div, input, hr { behavior: url("iepngfix.htc") }

em {
font-style:italic;
}


/* BASIC */
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5d5d5d;
}

form {
	border:3px double #ccc;
	padding:10px;
}
legend
        {
        color:#545454;
        font-weight:bold;
        _margin-bottom:1em;
        }

#container {
	margin:20px auto;
	width:922px;
}

#container #header {
	width:922px;
	height:200px;
	background:url("/images/logo_eata.jpg");
	margin-bottom:20px;
}

#container #menu {
	width:922px;
	height:30px;
	padding-top:10px;
	background:url("/images/menu.png");
	text-align:center;
	margin-bottom:20px;
}
#container #menu ul {
	font-size:12px;
	margin-left:0px;
}
#container #menu ul li {
	list-style-type:none;
	display:inline;
	padding:0px 25px 0px 25px;
	border-right:#e5a813 1px solid;
}
#container #menu ul li.last {
	border-right:0px;
}
#container #menu ul li.last_actual {
	border-right:0px;
}
#container #menu ul li a {
	color:#ffffff;
	text-decoration:none;
}
#container #menu ul li a:hover {
	text-decoration:underline;	
}
#container #menu ul li.actual a {
	text-decoration:underline;	
}
#container #menu ul li.last_actual a {
	text-decoration:underline;	
}

#container #content {
	color:#5d5d5d;
	font-size:12px;
	font-weight:normal;
}

#container #content h1, h2, h3 {
	color:#5d5d5d;
	font-weight:normal;
}
#container #content h1 {
	font-size:22px;
	border-bottom:#e5a813 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;
}
#container #content h2 {
	font-size:18px;
	margin:15px 0px 10px 0px;
}
#container #content h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#container #content p {
	margin-bottom:5px;
}
#container #content a {
	color:#e5a813;
	/*color:#5d5d5d;*/
	text-decoration:none;
}
#container #content a:hover {
	color:#e5a813;
	text-decoration:underline;
}
#container #content ul, ol {
	margin-left:30px;
}
#container #content ul, ol li{
	margin-bottom:4px;
}
#container #content ul.sub {
	margin-bottom:4px;
	margin-top:4px;
}
#container #content #home_left {
	width:650px;
	float:left;
}
#container #content #home_left h3 {
	font-size:15px;
	margin-bottom:0px;
}
#container #content #home_left .news {
	margin-bottom:20px
}
#container #content #home_left .news_date {
	font-size:10px;
	margin-bottom:10px;
}
#container #content #home_left .news_body {
	margin-bottom:10px;
}


#container #content #home_right {
	width:250px;
	float:right;
}
#container #content #home_right h3 {
	margin-bottom:0px;
}
#container #content #home_right .news {
	border-bottom:#e5a813 1px solid;
	margin-bottom:10px
}
#container #content #home_right .news_date {
	font-size:10px;
	margin-bottom:6px;
}
#container #content #home_right .news_perex {
	font-size:11px;
	margin-bottom:10px;
}


#container #content #conf_left {
	width:450px;
	float:left;
}
#container #content #conf_left h2 {
	font-size:16px;
	font-weight:bold;
	color:#e5a813;
}
#container #content #conf_left p {
	font-size:11px;
}
#container #content #conf_left h3 {

}
#container #content #conf_right {
	width:450px;
	float:right;
}



#container #content #reg_left {
	width:600px;
	float:left;
}
#container #content #reg_right {
	width:300px;
	float:right;
	text-align:center;
	margin:auto;
}


#container #content table.reg_table {
	width:100%;
}
#container #content table.reg_table tr {
}
#container #content table.reg_table tr td {
	padding:3px;
}
#container #content table.reg_table input, select, textarea {
	color:#5d5d5d;
}

#container #content table.reg_table tr td input.submit {
	color:#ffffff;
}

#container #content a.reg_submit {
	color:#ffffff;
	padding: 10px 0px 10px 0px;
	margin-bottom:15px;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
	background-color:#6e6f72;
	border:#eeeeee 2px solid;
	display:block;
	width:175px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-decoration:none;
	cursor:pointer;
}
#container #content a.reg_submit:hover {
	background-color:#e5a813;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

#container #content input.submit {
	margin-top:20px;
	color:#ffffff;
	font-weight:bold;
	background-color:#6e6f72;
	border:#eeeeee 2px solid;
	width:140px;
	height:35px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	cursor:pointer;
}
#container #content input.submit:hover {
	background-color:#e5a813;
	color:#ffffff;
	cursor:pointer;
}
#container #content .submit_hrev {
	margin-top:20px;
	color:#ffffff;
	font-weight:bold;
	background-color:#6e6f72;
	border:#eeeeee 2px solid;
	display:block;
	padding-top:5px;
	width:140px;
	height:25px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	cursor:pointer;
}
#container #content .submit_hrev:hover {
	color:#ffffff;
	background-color:#e5a813;
	text-decoration:none;
}
#container #content #gallery {
	width:920px;
}
#container #content #gallery h3 {
	color:#e5a813;
	font-size:12px;
	margin-left:5px;
}
#container #content #gallery .img {
	float:left;
	width:120px;
	margin: 0px 10px 0px 5px;
}
#container #content #gallery .text {
	float:left;
	width:140px;
	font-size:10px;
	color:#5d5d5d;
}
#container #content #gallery .box {
	width:280px;
	float:left;
	margin:0px 20px 20px 0px;
	height:160px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:#f8f8f8 1px solid;
}
#container #content #gallery .box:hover {
	background-color:#f8f8f8;
}




#container #footer {
	width:922px;
	margin:20px 0px 50px 0px;
	padding:20px 0px 0px 0px;
	border-top:#e5a813 1px solid;
	font-size:10px;
}
#container #footer span {
	padding-right:10px;
	border-right:#e5a813 1px solid;
}
#container #footer span.no_border {
	border:0px;
}
#container #footer a {
	color:#5d5d5d;
	text-decoration:none;
}
#container #footer a:hover {
	text-decoration:underline;
}


.white {
	background-color:#ffffff;
}
.tr_gray {
	background-color:#eeeeee;
}

a.opacity {
}

a.opacity:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
