﻿/* Reset 
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd.ul,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,blockquote,td{
 padding: 0px;
 margin: 0px;
}

table {
 border-collapse: collapse;
 border-spacing: 0
}
fieldset,img {
 border-top-width: 0px;
 border-left-width: 0px;
 border-bottom-width: 0px;
 border-right-width: 0px
}

address,caption,cite,dfn,em,strong,th,var {
 font-weight: normal;
 font-style: normal
}

li {
 list-style-type: none
}
caption {
 text-align: left
}
th {
 text-align: left
}
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%
}
html, body, #wrapper {
height: 100%;
}
