﻿
/*Reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
	
/*Global*/

body {background-color:#333333;}
	
/*Containers*/
	
	
#wrapper { width:900px; margin:0px auto; background-color:#ffffff; overflow:hidden}


#top {witdth:100%;background-color:#ffffff; padding:20px 0px; border-bottom:4px #5E0000  solid; overflow:hidden; height:80px;}
#logo_tr {margin: 0px 0px 0px 20px; font-size: 10px; float:left;}
#language_tr {	margin:70px 20px 5px 20px;}
#language_tr ul li {font-family:Arial, Helvetica, sans-serif; font-size:12px}
#language_tr a:link {color:black;text-decoration: none; }
#language_tr a:visited {color:black;text-decoration: none;}
#language_tr a:active {color:black;text-decoration: none;}
#language_tr a:hover {color:#999999;text-decoration: none;}
#language_tr a:focus {color:black;text-decoration: none;}
#language_tr ul li {	display:inline; float:right; margin:0px 5px 5px 0px;}


#top_navigation {background-color:#890909; width:100%;  clear:both;}
#top_navigation ul {width:100%; float:left; margin:0px; background-color:#890909; border-bottom:2px #999999 solid}
#top_navigation ul li {font-family:Arial, Helvetica, sans-serif; font-size:15px}
#top_navigation ul li a {float:left; padding:7px 15px;}
#top_navigation a:link {color:#ffffff;;text-decoration: none;}
#top_navigation a:visited {color:#ffffff;;text-decoration: none;}
#top_navigation a:active {color:#ffffff;;text-decoration: none;}
#top_navigation a:hover {color:#ffffff; background-color:#5E0000;text-decoration: none;}
#top_navigation a:focus {color:#ffffff;;text-decoration: none;}
#top_navigation ul li {	display:inline;}

#banner {width:100%; overflow:hidden; height:223px;}
#banner img {width:900px; margin:o; padding:0; height:223px;}
#banner.fadein { position:relative; width:900px; height:223px; }
#banner.fadein img { position:absolute; left:0; top:0; }

#subbanner_a {width:100%;}

#content {width:95%; padding:30px;}
#content p {margin:12px 15px 12px 15px; line-height:150%;}
.imgright {padding: 0px 20px 15px 15px; float:right; margin-right:25px; width:220px;}
#content ul	{padding:15px 30px;}
#content ul li{margin:5px}
.fadeopa {opacity:0; animation:fadeIn ease-in 1; animation-fill-mode:forwards; animation-duration:1s; animation-delay: 0.5s}


#address {padding:30px}
#address p {line-height:2px}
#address ul {list-style-type:none; text-align:center;}


#subbanner_b {width:100%;}


#footer {background-color:#890909; text-align:center; width: 100%; clear:both; padding:7px 0px;}
#footer ul {width:100%; margin:3px; background-color:#890909;}
#footer ul li {	display:inline; margin:3px;font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#footer ul li a { padding:7px 7px;}
#footer a:link {color:#ffffff;;text-decoration: none;}
#footer a:visited {color:#ffffff;;text-decoration: none;}
#footer a:active {color:#ffffff;;text-decoration: none;}
#footer a:hover {color:#ED6F6F;text-decoration: none;}
#footer a:focus {color:#ffffff;;text-decoration: none;}


/*Headings*/

h1 {font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif; color:black; font-size:18px; font-weight:bold;}

	
/*Text*/

p	{font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif}

	
/*Images*/

img { max-width:900px ;}


/*Tables*/


/*Lists*/

ul	{list-style-type:disc; font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;}

/*Miscellaneous*/

@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


/*Navigation extra*/

/*Forms*/

