html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
background:transparent;
border:0;
font-size:100%;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

html {
background-image:url(html-bg.png);
background-repeat:repeat-x;
background-color:#eee;
padding-bottom:30px;
}

body {
text-align:justify;
background-color:#fff;
background-image:url(body-bg.jpg);
background-position:top right;
background-repeat:no-repeat;
font-family:Arial, sans-serif;
line-height:1;
max-width:1200px;
border:1px solid navy;
border-top-color:#ccc;
z-index:0;
margin:0px auto;
}

ol,ul {
list-style:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

:focus {
outline:1px dotted gray;
}

#menu {
font-size:18px;
height:35px;
line-height:35px;
margin-top:20px;
text-align:center;
text-transform:uppercase;
}

#menu li {
background-image:none;
display:inline;
margin:0;
position:relative;
}

#menu a {
color:navy;
padding:5px 12px;
text-decoration:none;
}

#menu #current {
color:white;
background-color:navy;
}

#menu #current, #menu a:hover {
color:#FFF;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

#menu a:hover {
background-color:#7f7f7f;
}

#menu>ul>li:hover>a {
color:#FFF;
background-color:#7f7f7f;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

#menu li ul {
display:none;
position:absolute;
border:1px solid navy;
font-size:14px;
font-weight:700;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding:0;
background-color:#FFF;
background-image:url(submenu-bg.png);
background-repeat:no-repeat;
text-transform:none;
top:25px;
left:20px;
line-height:1.5;
}

#menu li:hover ul {
display:block;
}

#menu li ul li {
padding:0;
margin-bottom:5px;
display:block;
}

#menu li ul li a {
display:block;
}

#content {
font-size:16px;
line-height:1.5;
margin:0 340px 0 30px;
}

#sidebar {
background-color:transparent;
border-left:1px solid #ccc;
float:right;
margin-right:30px;
padding:10px;
font-size:18px;
line-height:1.5;
width:260px;
}

#sidebar h4 {
margin-bottom:20px;
}

h1 {
background-image:url(logo-aida.png);
background-repeat:no-repeat;
font-weight:700;
height:110px;
margin:20px;
width:200px;
}

h1 a {
display:block;
width:180px;
height:110px;
}

span {
display:none;
}

#header p {
background-image:url(subtitle-bg.png);
background-repeat:repeat-x;
border-top:1px solid navy;
color:#FFF;
font-size:14px;
font-weight:700;
letter-spacing:5px;
line-height:30px;
margin:0;
text-align:center;
text-transform:uppercase;
}

h2 {
border-bottom:1px solid navy;
border-top:1px solid navy;
color:navy;
font-size:20px;
font-weight:700;
letter-spacing:5px;
line-height:2;
margin:20px 30px 30px 30px;
padding-left:10px;
text-transform:uppercase;
}

h3 {
color:navy;
font-size:20px;
font-weight:700;
line-height:2;
margin-top:30px;
text-transform:uppercase;
font-style:italic;
}

h4 {
font-weight:700;
}

p {
margin-bottom:20px;
}

img,#products img {
background-color:#fff;
border:1px solid navy;
padding:5px;
}

li {
background-image:url(dot.png);
background-position:0 5px;
background-repeat:no-repeat;
margin-bottom:10px;
padding-left:20px;
}

li img,#cover img {
background-color:transparent;
border:0;
vertical-align:middle;
}

#cover {
text-align:center;
margin-top:30px;
}

#products img {
margin-right:10px;
vertical-align:middle;
}

#products li {
background-image:none;
margin-bottom:20px;
padding:0;
}

#map_canvas {
border:1px solid navy;
height:600px;
margin:30px 0;
width:800px;
}

#map_canvas img {
background-color:transparent;
}

.member {
margin-top: 20px;
border-bottom: 1px solid navy;
clear: left;
}

.member img {
float: left;
margin-right: 20px;
}

.contacts {
margin-bottom:10px;
}

.contacts img {
float:none;
border:0;
padding:0;
margin:0 5px;
vertical-align:middle;
}

#customers {
margin-left: 30px;
text-align: center;
line-height: 50px;
}

#customers img {
border: 0;
padding: 0;
vertical-align: middle;
margin: 20px 10px;
}

#footer {
border-top:1px solid navy;
clear:both;
color:navy;
font-size:14px;
line-height:1.5;
margin-top:30px;
padding:30px;
text-align:center;
background-color:#c0c0c0;
background-image:url(footer-bg.png);
background-position:top left;
background-repeat:no-repeat;
}

