* {
    margin: 0px;
    padding: 0px;
}

body, th, td, input, textarea, select {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444;
}

body {
    background-color: #ddd;
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 8px;
}

blockquote {
    margin-left: 30px;
    font-style: italic;
}

a > img{
    border: 0px;
}

h2 {
    font-family: Georgia, Times, serif;
    color: #FF7113;
    font-size: 35px;
    font-weight: normal;
}

h3 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-size:20px;
    margin-top:20px;
}

form {
    padding-top: 10px;
}

form label {
    display: block;
    float: left;
    width: 110px;
    text-align: right;
    padding-right: 10px;
}

form select {
    display: block;
}

.buttonindent {
    margin-left: 120px;
}

.message {
    margin-bottom: 15px;
    margin-left: 120px;
}

.hidden {
    display: none;
}

.faq-question {
    display: none;
    padding-left: 10px;
    margin-top: 10px;
    border-left: 1px #66d solid;
    margin-bottom: 30px;
}

.faq-question ol {
    margin-left: 20px;
}

/* header */
#header {
    width:762px;
    height:60px;
    position:relative;
    margin: auto;
    padding:0;
    margin-top:10px;
}

#header img{
    width:175px;
    height:120px;
    z-index:1;
    padding:0;
    position:absolute;
    margin:0 0 0 21px;
}

/* menu */
#header ul {
    display:block;
    width:762px;
    height:39px;
    position:absolute;
    top:0;
    right:0;
    margin:11px 0 0;
    padding:0 0px 0 0;
    border-bottom:1px solid #AEAEAE;
}

#header ul li {
    float:right;
    font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
    font-weight:bold;
}

#header ul li a {
    width:74px;
    height:39px;
    display:block;
    padding:0;
    color:#555;
    background:#fff;
    text-decoration:none;
    text-align:center;
    margin:0 1px 0 0;
    top:0px;
    left:0px;
}
#header ul li a:hover {
    width:74px;
    height:39px;
    text-decoration:none;
    background:url(images/button.gif) no-repeat 0 0 #AEAEAE;
    color:#fff;
}
#header ul li.active {
    width:74px;
    display:block;
    height:39px;
    background:url(images/button.gif) no-repeat 0 0 #AEAEAE;
    color:#fff;
    text-align:center;
    margin:0 1px 0 0;
}
/* xxx */

#myatmforbanks ul {
    padding-left:15px;
    text-indent:-15px;
}

#gasbagbox {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#video {
}

#content {
    width: 762px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 20px;
    min-height: 900px;
    /*min-height: 800px;*/
}
#facebooktext {
    background-color:white;
    color:black;
    font-size:12px;
    text-align: justify;
}

#copytext {
    margin-top: 60px;
    text-align: justify;
}

#productimage {
    float: right;
    margin-left: 15px;
}

#producticons {
    float: right;
    margin-top: 60px;
}

#footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #bbb;
    color: black;
    width: 802px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

