a, dl, dd, div, dt, form, img, label, li, p, span, table, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    vertical-align: top;
    line-height: 1.3;
    text-align: left;
}

a {
    color: #A66;
}

body {
    font: 16px/1 Arial, Verdana, sans-serif;
    width: 60em;
    margin: 1em auto;
    padding: 1em;
    position: relative;

}

.companyinfo {
    font-size: 10pt;
    text-align: center;
}

.rating {
    width: 130px;
    height: 100px;
    color: #633;
    float: left;
    margin-left: 25px;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}

#shadow {
    position: absolute;
    top: .5em;
    left: .5em;
    right: -.5em;
    bottom: -.5em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    behavior: url(/PIE.htc);
    background: #999;
    z-index: -2;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-border-radius: 2em;
    border-radius: 2em;
    behavior: url(/PIE.htc);
    background: #fcc url('/imagenew/fabric.png') top right no-repeat;
    z-index: -1;
}

.header {
    float: right;
    display: inline;
}

.title {
    background: #fee;
    padding: .5em;
    padding-top: 1em;
    width: 475px;
    float: left;
    margin-bottom: 10px;
    -moz-border-radius: 2em;
    border-radius: 2em;
    behavior: url(/PIE.htc);
}

.needle {
    margin: -10px 0 0 50px;
    width: 71px;
    height: 100px;
    float: left;
    padding: 0;
}

.languagemenu {
    list-style: none;
    font-size: .75em;
    float: right;
}

.languagemenu a {
    text-decoration: none;
    color: #633;
    font-weight: bold;
}

.languagemenu a:hover {
    color: black;
}

.paymentmethods {
    list-style: none;
    float: right;
    margin-left: 10px;
}

.banktransfer {
    width: 62px;
    height: 31px;
    font-weight: bold;
    font-style: italic;
    color: #33f;
    text-align: center;
}


.slogan {
    clear: both;
    font-style: italic;
    font-weight: bold;
}

/* dynamic width for dynamic menu */
.main {
    border: .5em solid #B66;
    -moz-border-radius: 1em;
    border-radius: 1em;
    behavior: url(/PIE.htc);
    background: #fee;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.left {
    float: left;;
    padding: 1em;
    margin: .5em;
}

.menu {
    list-style: none;
    font-size: 1.5em;
}

.menu a {
    text-decoration: none;
    color: #fcc;
    line-height: 1;
    font-style: italic;
    font-weight: bold;
    display: block;
    padding: .25em;
    padding-right: 1.25em;
}

.submenu {
    list-style: none;
    display: none;
    position: absolute;
    margin-left: 2em;
}

.menu li {
    border: .1em solid #FFF5F5;
    background-color: #B66;
    -moz-border-radius: .5em;
    border-radius: .5em;
    behavior: url(/PIE.htc);
    margin-bottom: 2px;
}

.menu li img {
    vertical-align: bottom;
    border-bottom: .2em solid transparent;
    visibility: hidden;
}

.submenu li {
    background-color: #B66;
}

.menu li:hover {
    background-color: #ffc;
}

.menu li:hover img {
    visibility: visible;
}

.menu li .submenu img {
    visibility: hidden;
}

.menu li:hover .submenu {
    display: block;
}

.menu .submenu li:hover img {
    visibility: visible;
}

.toplistbanners a {
    display: block;
}

.content {
    display: inline-block;
    white-space: normal;
    padding: 1em;
    margin: .5em;
}

.content h1 {
    margin-top: 0;
    margin-bottom: .5em;
    color: #A66;
}

.content h2 {
    margin-bottom: .5em;
    color: #A66;
}

.content p {
    margin-top: .5em;
    margin-bottom: .5em;
}

.content ul {
    margin-top: .5em;
    margin-bottom: .5em;
}

.content li {
    margin-top: .25em;
    margin-left: 1em;
    list-style-image: url('../imagenew/icon.png');
}

.content dl {
    margin-top: .5em;
    margin-bottom: .5em;
}

.content dt {
    margin-top: .25em;
}

.content dd {
    margin-top: .25em;
    margin-left: 1em;
}

.content form {
    margin-top: .5em;
    margin-bottom: .5em;
}

.gallery {
    text-align: center;
}

.gallery li {
    list-style-image: none;
    display: inline;
    white-space: nowrap;
}

.gallerycontent .items li {
    display: inline;
}

.examplecontent ul img {
    display: block;
}

.yourworkcontent ul li {
    display: inline;
}

.yourworkcontent ul img {
    width: 9em;
}

.eubanktransfercontent li {
    display: inline-block;
    white-space: nowrap;
}

.footer {
    text-align: center;
}

.ideal {
    display: inline-block;
    font-family: Helvetica;
    font-weight: bold;
    border: solid 4px black;
    padding: 3px;
    background-color: #FFFFFF;
}

.ideal div {
    display: inline-block;
    width: 8em;
    height: 7em;
    background-color: #CC0066;
    text-align: right;
    padding: 3px;
    padding-top: 1em;
}

.ideal label {
    color: #FFFFFF;
    display: block;
    text-align: right;
}

.ideal img {
    margin-top: 1em;
}

.ideal span {
    display: inline-block;
    margin-top: 1.75em;
}

.clearer {
    clear: both;
}

.socialcontent {
    display: block;
    height: 60px;
}
