/* ------ PAGE RESET -----*/
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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
font-size: 100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
* {
font-family: arial;
}
body {
margin-top: 10px;
background: #494950;
}
#wrapper {
width: 90%;
border: 1px solid #b3b3b3;
outline: 1px solid #979797;
height: auto;
margin-left: auto;
margin-right: auto;
background: #ffffff;
}
#header{
height: 86px;
width: 100%;
}
#logo {
width: 100px;
height: 100%;
float: left;
}
#name {
margin-top: 10px;
height: auto;
float: left;
}
#name h1 {
font-size: 16pt;
color: gray;
}
#menu {
height: 35px;
width: 100%;
}
#menu ul {
background: black;
width: 100%;
height: 35px;
}
#menu ul li {
float: left;
}
#menu ul li a {
display: block;
}
#main_container{
width: 100%;
min-height: 600px;
}
#footer {
height: 160px;
width: 90%;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
background: gray;
line-height: 120%;
}
ul.contact_us {
width: 30%;
float: left;
height: 80%;
font-size: 10pt;
padding-left: 15px;
padding-right: 15px;
margin-top: 16px;
color: #ffffff;
}
ul.sitemap {
width: 30%;
float: left;
height: 80%;
font-size: 10pt;
padding-left: 15px;
padding-right: 15px;
margin-top: 16px;
color: #bdbdbd;
border-right: 1px solid white;
border-left: 1px solid white;
}
ul.myfooter {
width: 30%;
float: left;
height: 80%;
font-size: 10pt;
padding-left: 15px;
padding-right: 15px;
margin-top: 16px;
color: #bdbdbd;
}
#copy {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
font-size: 8pt;
color: gray;
}