* {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #323232;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

a {
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #3399cc;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 995px;
}

.header {
    width: 995px;
    height: 120px;
    background: url(../images/header.gif) no-repeat #d10303;
    color: #ffffff;
}

.logo {
    width: 290px;
    height: 120px;
    float: left;
    background: url(../images/logo.png) no-repeat;
    cursor: pointer;
    
}

.menu1 {
/*    width: 412px;*/
    width: 688px;
    height: 40px;
    float: left;
/*    border: solid 1px black;*/
    padding-right: 15px;
/*    text-align: right;*/
/*    padding-left: 305px;*/
    font-size: 12px;
    color: #ffffac;
    line-height: 40px;
    vertical-align: middle;
    font-family: Verdana;
    font-weight: 500;
}

.specials {
/*    position: absolute;
    top: 30px;
    left: 291px;*/
    width: 280px;
    color: #fff;
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    float: left;
    height: 120px;
    margin-top: -17px;
    text-align: justify;
}

.specials a {
    color: #fff;
}

.specials strong {
/*    font-family: Verdana;*/
    font-size: 15px;
    font-weight: bold;
    font-style: small-caps 12px/14px;
    padding: 0;
    margin: 0;
    margin-top: -7px;
}

.special {
	margin-bottom: 10px;
}


/* header inputs */
.header_input {
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    width: 165px;
    height: 22px;
    background: url(../images/input_dname.png) no-repeat #fff;
    margin-bottom: 10px;
}

.checkdom {
    width: 180px;
    padding: 5px;
    float: left;
/*    border: solid 1px black;*/
    color: #fff;
/*    font-family: Verdana;*/
    font-size: 13px;
    font-weight: bold;
    font-style: small-caps 12px/14px;
    margin-left: 5px;
    margin-top: -10px;
}
.checkdom p {
    margin: 0;
    margin-bottom: 5px;
}

.checkdombutton {
    background: url(../images/button_check.png) no-repeat #fff;
    border: none;
    width: 114px;
    height: 20px;
    margin-left: 10px;
}

/* select decoration */
.selectholder{
    width:43px;
    overflow:hidden;
    padding:4px;
    height:12px;
    display:block;
    background:url(../images/select.png) #fff;
    color:#000;
/*    font-family:Arial, Helvetica, sans-serif;*/
    font-weight:bold;
    font-size:11px;
    cursor:pointer;
    
}
    .selectholder span{
        width:43px;
        height:12px;
        display:block;
    }

    .selectholder ul{
        background:#FFF;
        border:1px solid #333;
        border-top:none;
        color:#000;
        display:block;
        width:auto;
        list-style:none;
        list-style-type:none;
        margin-left: -4px;
        margin-top: 4px;
    }

    .selectholder ul li{
        padding:2px 3px;
    }
    .selectholder ul li:hover{
        background:#0CF;
        color:#FFF;
    }
    .selectholder select{
        min-width:43px;
    }

.loginform {
    padding: 5px;
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    color: #fff;
/*    font-family: Verdana;*/
    font-size: 13px;
    font-weight: bold;
    font-style: small-caps 12px/14px;
}
.loginform p {
    margin: 0;
    margin-bottom: 6px;
}
.loginform form {
    margin: 0;
}
.loginform .left {
    float: left;
    width: 210px;
/*    border: solid 1px black;*/
}
.loginform .right {
/*    float: left;*/
    width: 210px;
}
.input_login {
    background: url(../images/logininput.png) no-repeat #fff;
    border: none;
    width: 85px;
    height: 20px;
    margin-bottom: 11px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.input_password {
    margin-right: 0;
}
.button_login {
    background: url(../images/loginbutton.png) no-repeat #fff;
    border: none;
    width: 203px;
    height: 21px;
    margin-bottom: 10px;
}
.loginform .checkbox {
    background: url(../images/checkbox.png) no-repeat #fff;
    border: none;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

/* black gray menu */
.menu2 {
    height: 40px;
    width: 995px;
/*    border: solid 1px black;*/
}
.right_menu {
    margin: 0;
    width: 650px;
    height: 30px;
    float: right;
    padding-right: 20px;
}
#bgmenu {
    display: block;
    margin: 0;
    padding: 0;
/*    position: relative;*/
    float: right;
    margin-top: -23px;
}
#bgmenu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
/*    position: relative;*/
}
#bgmenu a {
    display: block;
    height: 30px;
    width: 121px;
    background: url(../images/menubg.png) no-repeat;
    color:  #666666;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 30px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
    z-index: 1;
}
#bgmenu a:hover {
    background: url(../images/menubg_hover.png) no-repeat #000;
    color: #fff;
}


.left-navbar {
    width: 260px;
    float: left;
    min-width: 260px;
/*    border: solid 1px black;
    height: 300px;*/
    margin-top: -30px;
}
.top_links {
    height: 20px;
}
.top_links ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.top_links ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.top_links ul li a {
    font-size: 12px;
    font-family: Arial;
}
.top_links ul li #tlMain {
    background: url(../images/tlMain.png) no-repeat top left;
    padding-left: 18px;
    height: 11px;
    line-height: 11px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 20px;
}
.top_links ul li #tlCont {
    background: url(../images/tlCont.png) no-repeat top left;
    padding-left: 18px;
    height: 11px;
    line-height: 11px;
    vertical-align: middle;
    margin-right: 15px;
}
.top_links ul li #tlSearch {
    background: url(../images/tlSearch.png) no-repeat top left;
    padding-left: 18px;
    height: 11px;
    line-height: 11px;
    vertical-align: middle;
    margin-right: 15px;
}
.lmenubox {
    margin-bottom: 20px;
}
.lmHeader {
    background: url(../images/leftmenuHeader.png) no-repeat top left;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 257px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    color: #000;
    padding-left: 39px;
    font-weight: bold;
}
.lmCont {
    padding-left: 20px;
    /*text-align: justify;*/
    padding-right: 10px;
    margin-bottom: 5px;
}
 h1 {
    font-size: 14px;
}
.lmCont .date {
    margin-left: 5px;
    color: #999999;
}
.main-area {
    margin-left: 20px;
    width: 715px;
    float: left;
    overflow: auto;
}
.main-area p {
	text-indent: 20px;
	margin-bottom: 5px;
}

.footer {
    clear: left;
    width: 995px;
    height: 80px;
    background: url(../images/footer.gif) repeat-x #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}
.footer .counters {
    float: left;
    height: 80px;
    width: 190px;
    padding: 5px;
}
.spacer {
    height: 2px;
    font-size: 0;
}
.footer .footertext {
    padding-top: 20px;
    float: left;
    width: 700px;
    height: 80px;
    text-align: center;
}

.search {
    display: none;
}

.blue_button {
    background: url(../images/blue_button.png) #000099 no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    width: 115px;
    height: 21px;
    border: none;
}
a.blue_button {
    width: 115px;
    height: 21px;
    padding: 3px;
/*    padding-left: auto;
    padding-right: auto;*/
    margin-top: 5px;
    background-color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}
.index_col {
    float: left;
    width: 220px;
    margin-right: 10px;
}
.last_col {
    clear: left;
}
.mainpage_block {
/*    width: 220px;*/
    margin-bottom: 20px;
}
.mpb_header_text {
    height: 40px;
    /*width: 175px;*/
    width: 100%;
    /*float: left;*/
}
.mpb_header_text h2 {
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.mpb_header_text h1 {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-left: 15px;
    color: #3399cc;
}
.mpb_header_button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/red_button.png) #ff0000;
    float: right;
    margin: 10px;
    margin-top: -30px;
}
.mpb_text {
    text-align: justify;
    margin-bottom: 10px;
}
.mpb_footer {
    text-align: right;
}
.servlist li{
    margin-left: 30px;
}
.mainpage-footer {
    padding: 30px;
    text-align: center;
    clear: left;
}
.mp_links {
    margin-top: 20px;
}
.mp_links a {
    margin-right: 40px;
}
.mainBox_head, #mainBox_head {
    color: #ff0000;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 3px;
    background-image: url(../images/red_arrow.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding-left: 20px;
}
.blockmenu {
    margin-bottom: 20px;
    padding: 5px;
}
.blockmenu a {
    text-decoration: none;
}
.blockmenu a:hover {
    text-decoration: underline;
}
.mnuheader { 
    font-size: 18px;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 5px;
}
.discount {
    color: #ff0000;
    font-weight: bold;
}
td {
    padding: 5px;
}

.tabs {list-style:none; padding:15px 0 11px 0; margin:0 10px 30px 0; width:220px;}
.tabs li {display:block; margin:0 0 4px 19px;}
.tabs li a {display:block; width:220px; height:30px; text-decoration:none; background:url(../vtab.gif) left top; font-size:14px; text-decoration:none; color:#666666; font-family:Arial; line-height:30px; text-indent:15px;}
.tabs li a:hover {background:url(../vtab.gif) left center; color:#fff;}
.tabs li a.selected, .tabs li a.selected:hover {background:url(../vtab.gif) left bottom; color:#fff; cursor:default;}

.steps {
	border: none;
	border-spacing: 0;
}
.steps td {
	padding : 0;
	margin : 0;
}
.error {
    color: red;
    font-size: 14px;
    padding-left: 30px;
}
.mailadress {background:url(../images/mail.png) left top no-repeat; width: 127px; height: 20px;}
.icq {vertical-align: middle;}

