body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    background-image: url('../../images/index/topbg.gif');
    background-repeat: repeat-x;
    background-position: top center;
    text-align: center;
}

.mini .box {
    height: 80px !important;
}

.content table {
    border-collapse: collapse;
    width: 500px;
    margin: 0 auto;
}

h4 {
    padding: 0px;
    margin: 0;
	font-size: 13px;
}

.wciecie {
    padding-left: 20px;
}

#vert {
    float: right;
}

.content table th {
    background-color: #808080;
    text-align: center;
    color: #fff;
}

.content table th, .content table td {
    padding: 3px;
}
.content img{
border: 1px solid #888;
margin: 5px;
}
a {
    color: #555;
}

.box {
    width: 268px;
    padding: 10px;
    border-right: 1px solid #f2f2f2;
    height: 280px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: arial;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #ccc !important;
    margin-top: 8px;
}

#copyright img {
    vertical-align: middle;
    border: 0;
}

#copyright a {
    text-decoration: none;
}

.box img {
    margin-left: 13px;
}

.error {
    color: #c33;
    font-weight: bold;
}

.contactform {
    width: 400px;
    margin: 0 auto;
}

.infobox {
    border: 1px solid #999;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    width: 500px;
    margin: 0 auto;
}

.infobox img {
    float: left;
    margin-right: 10px;
}

.contactform label {
    display: block;
}

.inline {
    float: left;
    width: 130px;
}

.contactform input, .contactform textarea, .contactform .select {
    width: 200px;
    border: 1px solid #888;
    background-color: #fff;
    font-size: 11px;
    font-family: arial;
    padding: 1px;
}

.contactform textarea {
    width: 300px;
    height: 80px;
}

.contactform .submit {
    color: #ffc000;
    width: auto;
    padding: 2px 20px 2px 20px;
    background-color: #fff;
    font-weight: bold;
}

.clear {
    clear: both;
}

#footerContainer {
    clear: both;
    font-family: arial;
    font-size: 16px;
    font-size: 12px;
    color: #777;
    line-height: 16px;
    font-weight: bold;
    padding-top: 5px;
    border-top: 1px solid #ccc !important;
    padding-top: 10px;
}

#footerContainer a {
    text-decoration: none;
    font-weight: normal;
    color: #eec74e;
}

.box .marginauto {
    margin: 0 auto;
    display: block;
}

#box3 {
    border-right: 0px;
}

#box2, #box3 {
    width: 267px;
}

#box2 .marginauto {
    padding-top: 15px;
}

#box3 .marginauto {
    padding-top: 12px;
}

#root {
    width: 864px;
    margin: 0 auto;
    text-align: left;
}

#topContainer {
    background-image: url('../../images/index/top.gif');
    background-repeat: no-repeat;
    background-position: top right;
    height: 115px;
}

#logoContainer {
    padding-top: 13px;
}

#menuContainer {
    height: 57px;
}

#menuContainer img {
    display: block;
    float: left;
    border: 0;
}

.area {
    border-top: 10px solid #ffffff;
    background-image: url('../../images/index/area_bottom_bg.gif');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #ececec;
}

.area h2, table th.header {
    padding: 0;
    margin: 0;
    height: 37px;
    padding-top: 10px;
    padding-left: 12px;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    line-height: 37px;
    background-image: url('../../images/index/headerbg.gif');
    background-position: top center;
    background-repeat: repeat-x;
}

.area h2.dark, table th.header {
    background-image: url('../../images/index/darkheaderbg.gif');
}

.area .content {
    padding: 10px;
    font-family: verdana;
    font-size: 11px;
    line-height: 1.8em;
    color: #505050;
}

.wiecej {
    text-align: right;
    padding-right: 15px;
}

.wiecej img {
    border: 0;
}

#aboutUs {
    float: left;
    width: 432px;
}

#payments {
    float: left;
    width: 432px;
}

#aboutUs .content {
    height: 177px;
}

#payments .content {
    background-image: url('../../images/index/payments.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 177px;
}

#payments .content .wiecej {
    margin-top: 152px;
}

.menu {
    width: 864px;
    font-size: 0.85em;
    position: relative;
    z-index: 100;
}
/* hack to correct ie5.5 faulty box model */
* html .menu {
    width: 864px;
    w\idth:
 863px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu ul ul {
    width: 144px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
    float: left;
    position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #758279;
    padding: 0;
}

.menu a img {
    display: block;
    float: left;
    border: 0;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
.menu ul ul a.drop:hover {
    background: #c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul:hover > a.drop {
    background: #c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 57px;
    left: 0;
    width: 144px;
    font-family: arial;
}
/* another hack for ie5.5 */
* html .menu ul ul {
    top: 57px;
    t\op:
 58px;
}
/* position the third level flyout menu */
.menu ul ul ul {
    left: 144px;
    top: -1px;
    width: 144px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
    left: -144px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
    font-size: 11px;
    background: #505050;
    color: #FFF;
    height: auto;
    line-height: 1.2em;
    padding: 6px 10px 6px 10px;
    width: 124px;
}
/* yet another hack for ie5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
    width: 144px;
    w\idth:
 128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
    color: #fff;
    background: #feb200;
}

.menu:hover > a, .menu ul ul:hover > a {
    color: #fff;
    background: #feb200;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul {
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul:hover ul:hover ul {
    visibility: visible;
}

