@font-face {
font-family: oldstyle;
src: url(http://barpintxo.com/assets/fonts/oldstyle.eot);
} 
@font-face {
font-family: oldstyle;
src: url(http://barpintxo.com/assets/fonts/oldstyle.ttf);
} 

html, body {
height: 100%;
width: 100%;
}

body {
background: #000;
margin: 0px;
padding: 0px;
color: #000;
font-family: Georgia, Times, sans-serif;
font-size: 9pt;
font-weight: normal;
}

#background {
width: 100%;
height: 100%;
position: absolute;
position: fixed;
top: 0px;
left: 0px;
text-align: center;
}

#background img {
max-height: 100%;
max-width: 100%;
}

#sowrapper, #owrapper {
padding: 150px 0;
}

#outer {
background: url(http://barpintxo.com/assets/templates/pintxo/images/wrapperbg.png) top center repeat-y;
padding: 0 20px;
}

#top {
background: url(http://barpintxo.com/assets/templates/pintxo/images/wrappertop.png) top center no-repeat;
height: 40px;
}

#bot {
background: url(http://barpintxo.com/assets/templates/pintxo/images/wrapperbot.png) top center no-repeat;
height: 40px;
}

#sowrapper #outer {
background: url(http://barpintxo.com/assets/templates/pintxo/images/sowrapperbg.png) top center repeat-y;
padding: 0 20px;
}

#topmenu, #botmenu {
font-family: oldstyle;
padding-bottom: 10px;
}

#topmenu ul, #topmenu li, 
#botmenu ul, #botmenu li {
list-style-type: none;
margin: 0;
padding: 0;
}

#topmenu li,
#botmenu li {
display: inline;
}

#topmenu li a,
#botmenu li a {
font-size: 12px;
padding: 0 8px;
text-transform: uppercase;
text-decoration: none;
}

#topmenu a {
font-size: 12px;
padding: 0 8px;
text-transform: uppercase;
text-decoration: none;
}

#topmenu table table {
position: absolute;
display: none;
}

#topmenu td:hover table {
display: block;
}

#topmenu li ul{
background: #fafafa;
display: none;
}

#topmenu li:hover ul{
display: block;
}

#topmenu li ul li {
text-align: center;
display: block;
}

#content {
padding: 20px;
}

h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
padding-bottom: 10px;
}

p {
margin: 0;
padding: 5px 0;
}

a, a:link, a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #B20D35;
text-decoration: none;
}

a img {
border: none;
}

fieldset {
border: none;
width: 80%;
}

label {
display: block;
}

#footer {
text-align: center;
padding-top: 20px;
}

div.clear {
display: block;
clear: both;
}