body { 
    font-family: "Droid Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    background: #fafafa url('/images/bg.png');    
    font-size: 12px;
}

h1, h2, h3, h4 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.wrapper {
    text-align: left;
    width: 860px;
    margin: 0px auto;  
    border-top: 5px solid #000;
    margin-top: 20px;  
    box-shadow: 0 0 6px #B7B7B7;
    background: #f9f9f9;
}

.wrapper_inner {
    margin: 10px 20px 20px 20px;
    display: inline-block;
}

.header_top {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background: #f9f9f9;
    box-shadow: 0px 0px 3px #ccc;
}

.contacts_top {
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

.email {  
    color: #666;
    text-decoration: none;
}

.email img {
    vertical-align: -4px;
    padding-right: 5px;
}

.phone {
    color: #666;
    margin-left: 30px;
}

.phone img {
    vertical-align: -4px;
    padding-right: 5px;
}

.navigation {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    background: #fff url('/images/navigation/bg.png') repeat-x;
    display: inline-block;
    width: 820px;
    height: 40px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.navigation ul {
    padding: 0px;
    margin: 0px;
}

.navigation li {
    float: left;
    list-style: none;
    height: 40px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.navigation li:hover, .navigation li.active {
    background: url('/images/navigation/bg_a.png');
}

.navigation li a {    
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: #000;
    margin-left: 10px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0px 1px 1px #ddd;
}

.languages {
    float: right;
    width: 120px;
    height: 30px;
}

.languages ul {
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
}

.languages ul li {
    list-style: none;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
}

.languages ul li.active {
    opacity: 1;
}

.clear {
    clear: both;
}

.logo img {
    height: 100px;
    margin-bottom: 10px;
}

.left_side {
    color: #777777;
    float: left;
    width: 565px;
}

.right_side {
    color: #878787;
    float: left;    
    width: 250px;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #ddd;
}

.left_side .box {
    width: 540px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.right_side .box {
    background: #f4f4f4;    
    width: 230px;
    margin: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;    
}

.box {
    display: inline-block;
    float: left;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.box:hover {
   /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);*/
}

.box_inner {
    /*margin: 10px;*/
}

.pic_item {
    float: left;
    width: 260px;
    height: 192px;
    margin: 4px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.pic_item_open {
    float: left;
    width: 260px;
    height: 170px;
    margin: 4px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.pic_item_open img {
    padding: 1px; 
    margin: 10px;
    margin-bottom: 0px;
    width: 238px;
}

.pic_item a {
    color: #666;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.pic_item a.text {
    margin: 10px;
}

.pic_item img {
    padding: 1px; 
    margin: 10px;
    margin-bottom: 0px;
    width: 238px;
}

h1 a {
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    padding: 0px;
    margin: 0px;
    text-shadow: 0px 1px 1px #ddd;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

.box h1, .box h2 {
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    padding: 0px;
    margin: 4px;
    text-shadow: 0px 1px 1px #ddd;    
}

.box_content {
    font-family: Verdana;
    margin: 4px;
    margin-top: 6px;    
    font-size: 12px;
    line-height: 18px;
    text-shadow: 0px 1px 1px #ddd;
    padding-top: 5px;
}

.box_content p {
    padding: 0px;
    margin: 0px;
}

.box_content ul {
    padding: 0px;
    margin: 0px;
    margin-left: 30px;  
    margin-bottom: 10px;  
}

.box_content ul li {
    list-style-image: url('/images/list.gif');
    list-style-position: 10px;
}

.box_content table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 540px;
    border-collapse: collapse;
}

.box_content table tr:first-child {
    background: #eee;
}

.box_content table td {
    padding: 5px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #DDDDDD;
}

.right_side .box_content a {
    color: #666;
    text-decoration: none;
}

.right_side .box_content a:hover {
    text-decoration: underline;
}

.readmore {
    font-size: 11px;
    text-shadow: none;
    margin-top: 10px;
    font-weight: bold;
}

a.button {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 12px;
    margin: 10px 0 0 0;
    padding: 8px 10px 0;
    text-decoration: none;
}

a.button:hover {
    background-position: 0 -28px;
}

a.button.white {
    background-image: url("/images/buttons/button_white.png");
    border: 1px solid #d3d3d3;
    color: #555555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button.small {
    font-size: 11px;
}

a.button.white:hover {
    border: 1px solid #C4C4C4;
}

.box_image {
    margin-bottom: 10px;
}

.box_image img {
    width: 470px;
}

.footer {
    width: 860px;
    display: inline-block;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    color: #999999;
    background: #333334;
}

.footer_info {
    font-size: 12px;
    float: left;
    margin-left: 20px;
}

.footer_info img {
  vertical-align: middle;
  margin-left: 10px;
}

.copy {
    float: right;
    font-size: 12px;
    text-align: right;    
    margin-right: 20px;
}

.pagination {
    text-align: center;
}

.pagination a {
    background-image: url("/images/buttons/button_white.png");
    border: 1px solid #d3d3d3;
    color: #555555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 12px;
    margin: 10px 0 0 0;
    padding: 8px 10px 0;
    text-decoration: none;    
}

.pagination a.active {
    background: #ddd;
}

.pagination a.prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination a.next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.partners_block .box_content {
    text-align: center;
}

.partners_block img {
    opacity: 0.6;   
    padding: 1px;
    border: 1px solid #ddd;
}

.partners_block img:hover {
    opacity: 1;
}

.partners_block .box_content a {
    display: block;
    margin-bottom: 10px;
}

.gallery_block a {
    color: #000;
    text-decoration: none;
}

.gallery_block img {
    width: 220px;
    padding: 1px;
    border: 1px solid #ddd;
}

.gallery_block p {
    text-align: center;
}

.search_box {
    float: right;
    margin-top: 13px;
}

.search_box .input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px;    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    padding-bottom: 3px;
    color: #777;
}

.search_box .submit {    
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;   
    padding: 2px;
    text-decoration: none;
    background-image: url("/images/buttons/button_white.png");
    border: 1px solid #d3d3d3;
    color: #555555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 12px;
    cursor: pointer;
}

.search_box .submit:hover {
    background-position: 0 -28px;
}

.box_content a.online_req {   
    width: 190px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px;
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(50% 0%, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    
}

.online_req:hover {
    background-color: #BD362F;
}

.online_req_form p {
    padding: 2px;
}

.online_req_form input {
    width: 200px;
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #eee;
}

.online_req_form input, .online_req_form textarea {
    color: #666;
} 

.online_req_form input:focus{
   border: 1px solid orange;
   box-shadow: 0 0 2px orange;
}

.online_req_form input.error, .online_req_form textarea.error {
   border: 1px solid red;
   box-shadow: 0 0 2px red;
}

.online_req_form textarea {
    width: 400px;
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #eee;
}

.online_req_form textarea:focus{
   border: 1px solid orange;
   box-shadow: 0 0 2px orange;
}

.online_req_form .notice {
    margin-top: 6px;
}

/****** SECURITY CODE ******/

.realperson-challenge {
    display: block;
    color: #000;
}
.realperson-text {
    font-family: "Courier New",monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}
.realperson-regen {
    padding-top: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
    cursor: default;
}

.online_req_form .security-answer {
    float: left;
    width: 50px;
    margin-top: 3px;
}

/**************************/

.form_status {
    width: 97%;
    margin-bottom: 10px;
    background:  #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #ccc;
    padding: 8px;
    font-weight: bold;
}

.form_status.ok {
    color: #31983e;
    background: #c3f2c9;
    border-color: #65d780;
}

.form_status.error {
    color: #a81818;
    background: #ffb4b4;
    border-color: #ea4343;
}

input.button {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    font-size: 14px;
    width: 140px;
    height: 30px;
    margin: 12px 0 0 2px;
    cursor: pointer;
    text-decoration: none;
}

input.button:hover {
    background-position: 0 -28px;
}

input.button.white {
    background-image: url("/images/buttons/button_white.png");
    border: 1px solid #d3d3d3;
    color: #555555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input.button.blue {
    background-image: url("/images/buttons/button_blue.png");
    border: 1px solid #366ab2;
    color: #fff;
}

input.button.small {
    font-size: 14px;
}

input.button.white:hover {
    border: 1px solid #C4C4C4;
}