﻿/** {
    margin: 0;
    padding: 0;
}*/


html {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

body {
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #777777;
}

div#login, div#header, #page, div#footer {
    clear: both;
}

div#header div#header_content {
    background-image: url("../Images/Site/header.png");
    height: 80px;
    padding-top: 260px;
}

div#login_content, div#header_content, div#page_content, div#footer_content {
    margin: 0 auto;
    width: 994px;
    max-width: 994px;
    background-color: #FFFFFF;
}

div#login_content, div#header_content, div#page_content, div#footer_content {
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.30);
}

div#login_text {
    text-align: right;
    padding: 5px 20px 0 0;
    text-transform: uppercase;
}

div#footer_content {
    background-color: #34302f;
    padding: 20px 0;
    color: #ffffff;
    background-image: url("/Images/Site/footer_background.png");
    background-repeat: no-repeat;
}

div#footer_content p.link-text-color a {
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 6px 4px -5px #ffffff;
}

div#footer_content p.link-text-color a:hover {
    color: #ff0000;
    text-transform: uppercase;
}

div#footer div#footer_content p {
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

a.company-name {
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: none;
    cursor: default;
}

/* main menu
----------------------------------------------------------*/
div#main_menu .nav 
{ 
    width:100%; 
    overflow:hidden;
    padding-left: 24px;
    *padding-left: 0 !important; /* Hack for IE7 and lower */
}

div#main_menu .nav li 
{ 
    display:inline;
}

div#main_menu .nav li a 
{ 
    display: block; 
    float: left; 
    width: 156px; 
    height: 55px; 
    line-height: 52px; 
    font-size: 16px; 
    text-transform: uppercase; 
    font-weight: bold; 
    color: #fff; 
    text-decoration: none;
    margin-right: 2px;
    text-align: center;  
    background: url("../Images/Site/nav-bg1.png") no-repeat left top;
}

div#main_menu .nav li a:hover 
{ 
    background: url("../Images/Site/nav-bg2.png") no-repeat left top;
}

div#main_menu .nav li a.current
{ 
    background: url("../Images/Site/nav-bg2.png") no-repeat left top;
}

/* table
----------------------------------------------------------*/
table#container_brands tbody tr td {
    padding: 20px 0;
}

table#container_columns {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    margin: 0;
    padding: 0;
}

td#left_column {
    width: 298px;
    vertical-align: top;
    border: 0 none;
    margin: 0;
    padding: 0;
}

td#left_column div, td#left_column a, td#left_column img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

table#table_actions_small tbody tr td, table#table_actions_small tbody tr td img.actions-icons-small {
    position: absolute; 
    top: 79px; 
    left: 4px;   
    width: 144px; 
    height: 20px;
}

table#table_actions_large tbody tr td, table#table_actions_large tbody tr td img.actions-icons-large {
    padding: 1px !important;
    width: 32px;
    height: 52px;
}

img.actions-icons-small {
    border: 0;
    border: none;
}

table#table_actions_main_menu {
    margin-top: -47px; 
    margin-left: 5px;
}

table#table_actions_main_menu tbody tr td, table#table_actions_main_menu tbody tr td img.actions-icons-large {
    width: 32px;
    height: 52px;
}

td#left_column p a img {
    width: 298px;
    border-style: none;
}

td#right_column {
   vertical-align: top;
   border: 0 none;
   margin: 0;
   padding: 0 20px;
   width: 656px;
}

div#container_menu {
    float: right;
    padding: 5px 23px;
    text-transform: uppercase;
    font-weight: bold;
}

div#site_map_path {
    clear: both;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    padding-right: 40px;
}

td#container_top_up {
   padding: 40px 20px 0 20px;
   background-color: white;
}

td#one-column{
    padding: 0 25px 0 25px;
}

table.admin-grid {
    border: 1px solid #808080;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}

table.admin-grid th {
    border: 1px solid #808080;
    height: auto;
    padding: 5px;
    text-align: center;
}

table.admin-grid tbody tr td {
    border-right: 1px solid #808080;
}

table.admin-grid tbody tr {
    border: 1px solid #808080;
    height: 30px;
    padding: 5px;
    text-align: center;
}

/*table#table_contact_form.edit-details tbody tr {
    border: 1px solid #808080;
}*/

table.admin-grid thead tr {
    background: url("../Images/Site/sprite.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

table.admin-grid tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #DDEEFF;
}

table.admin-grid tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F9F9F9;
}

table.admin-grid tbody tr.gridrow, table#table_contact_form.edit-details tbody tr.gridrow {
    background: none repeat scroll 0 0 #DDEEFF;
}

table.admin-grid tbody tr.gridrow_alternate, table#table_contact_form.edit-details tbody tr.gridrow_alternate {
    background: none repeat scroll 0 0 #F9F9F9;
}

table.admin-grid tbody tr:hover, table#table_contact_form.edit-details tbody tr:hover {
    background: none repeat scroll 0 0 #DADADA;
}

div#header_content_container_logo {
    width: 500px; 
    padding-left: 18px; 
    padding-top: 10px; 
    float: left;
}


div#header_content_container_logo img {
    width: 452px; 
    height: 83px;
}

div#header_contacts {
    float: right; 
    padding-top: 30px; 
    padding-right: 20px;
    /*font-size: 11px;*/ 
    color: #4767B0;
}

    div#header_contacts div.title-header-contact {
        float: left; 
        width: 95px; 
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
    }

    div#header_contacts div.label-header-contact {
        float: left; 
        width: 50px;
    }

    div#header_contacts div.data-header-contact {
        float: left; 
        /*width: 150px;*/
        white-space: nowrap;
    }


table.edit-details {
    /*border: 1px solid #808080;*/
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}

table.edit-details tbody tr {
    border-left: 1px solid #808080;
}

table.edit-details tbody tr td {
    border-right: 1px solid #808080;
    padding: 5px !important;
}

table.edit-details tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #DDEEFF;
}

table.edit-details tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F9F9F9;
}

/*table.background-contacts {
    background-image: url("../Images/Site/phone_fax_email.png");
    background-position: 370px 20px;
    background-repeat: no-repeat;
}*/

table#table_contact_form, table#table_location, table#table_login, table#table_delete_user {
    width: 100%;
    font-size: 13px;
}

table#table_contact_form tr td {
    padding: 2px;
    vertical-align: top;
}

table#table_login, table#table_delete_user {
    width: 400px;
    margin: 0px auto;
    border: 1px solid #DDDDDD;
}

table#table_login input[type='text'], table#table_login input[type='password'] {
    width: 200px;
}

table#table_login tr td {
    padding: 5px;
    vertical-align: top;
}

table#table_delete_user tr td {
    padding: 5px;
}

table#table_login tr td span {
    font-size: 11px;
}

table.table-contacts {
    background-image: url("../Images/Site/phone_fax_email.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

table#table_location tr td {
    padding: 3px;
    vertical-align: middle;
}

table.admin-table {
    font-size: 13px;
    width: 100%;
}


table.edit-contacts tbody tr td {
    padding: 4px !important;
}

table.edit-contacts tbody tr td input {
    width: 230px;
}

table.edit-contacts tbody tr td select {
    width: 241px;
}

table.table-product-edit {
    border-collapse: collapse;
    /*444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444*/
}

table.table-product-edit tr td {
    padding: 5px;
}


table.table-product-edit tr.gridrow {
    background: none repeat scroll 0 0 #DDEEFF;
}

table.table-product-edit tr.gridrow_alternate {
    background: none repeat scroll 0 0 #F9F9F9;
}




table#table_messages {
    border: 1px solid #808080;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}

table#table_messages thead tr.header_table th {
    text-align: center;
}

table#table_messages td {
    border-right: 1px solid #808080;
    padding: 5px;
}

table#table_messages th {
    border: 1px solid #808080;
    height: auto;
    padding: 5px 0;
}

table.admin-grid thead tr, table#table_messages.grid thead tr.header_table {
     background-color: #D8D8DA;
}

table#table_messages tr.header_table {  
    background: url("../Images/Site/sprite.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

table#table_messages th a {
    font-weight: bold;
    text-decoration: none;
}

table#table_messages tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #DDEEFF;
}

table#table_messages tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F9F9F9;
}

table#table_messages tbody tr.gridrow {
    background: none repeat scroll 0 0 #DDEEFF;
}

table#table_messages tbody tr.gridrow_alternate {
    background: none repeat scroll 0 0 #F9F9F9;
}

table#table_messages tbody tr:hover {
    background: none repeat scroll 0 0 #DADADA;
}

table#table_messages th.sort_desc {
    background-image: url("/Images/Site/down.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*padding-right: 20px;*/
}

table#table_messages th.sort_asc {
    background-image: url("/Images/Site/up.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*padding-right: 20px;*/
}

table#table_messages thead tr.header_table th.header_date {
    width: 170px;
}

table#table_messages thead tr.header_table th.header_owner {
    width: 200px;
}

table#table_messages thead tr.header_table th.header_email {
  width: 176px;
}

table#table_messages thead tr.header_table th.header_phone {
    width: 150px;
}

table#table_messages thead tr.header_table th.header_note {
    width: 80px;
}

table#table_messages thead tr.header_table th.header_size {
    width: 90px;
}

table#table_messages thead tr.header_table th.header_action {
    cursor: default;
    width: 80px;
}

table#table_messages thead tr.header_table th.header_certificate_name {
    width: 760px;
}

table#table_messages thead tr.header_table th.header_action_long {
    cursor: default;
    width: 90px;
}

div.pagination {
    text-align: center;
}

td.column_center {
    text-align: center;
}

div#container_messages.container_grid table#table_messages.grid tbody tr td, div#container_messages.container_grid table#table_messages.grid tbody tr td span {
    cursor: default;
}

table#table_contact_form.data-details tbody tr td {
    padding: 5px;
}


/* footer
----------------------------------------------------------*/
div#footer {
    clear: both;
}

/* Go to top page
----------------------------------------------------------*/
div.dotted-line {
    background-image: url("../Images/Site/divider.png");
    background-position: center center;
    background-repeat: repeat-x;
    height: 20px;
    text-align: right;
    margin: 30px 0;
    padding: 0;
    clear: both;
}

div.background-line {
    float: right;
    width: 100px;
}

div.background-line a {
    background-color: #FFFFFF; 
    padding-left: 20px;
}

.dotted-line-admin {
    background-image: url("../Images/Site/dotted-line.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    clear: both;
    height: 20px;
    margin: 20px 0;
    text-align: right;
    width: 100%;
}

/* link a
----------------------------------------------------------*/

a:link {
    color: #4767B0;
    text-decoration: none;
}

/*a.active {
   color: #63BDDF !important;
}*/


.link-text-color {
   color: #ffffff;
}

a:visited {
    color: #6381A5;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}


img.left {
    float: left;
    margin: 0 20px 20px 0;
}

img.box_l {
    border: 1px solid #B3ADAD;
    border-radius: 7px;
    /*box-shadow: 2px 3px 3px #B3ADAD !important;*/
    margin-bottom: 5px;
}

img.open-icon, img.edit-icon, img.delete-icon, img.view-icon, img.more-icon, img.add-icon, img.show-icon {
    border-style: none;
    border: 0;
}

img.title-icon {
    margin-top: -3px;
}

div#map_canvas {
    height: 329px;
    width: 640px;
}


.image_wrapper {
    border: 1px solid #A7A7A7;
    display: inline-block;
}


/*ul#list_certificates {
    font-size: 13px;
}

ul#list_certificates li {
    line-height: 30px;
    list-style: none outside none;
}*/

/*ul#list_certificates li img {
    height: 20px;
    margin-top: 5px;
    width: 20px;
}*/

div#list_certificates {
    padding-left: 25px;
    font-size: 13px;
}

img.pdf-icon {
    box-shadow: 2px 2px 5px #252120 !important;
    float: left;
    height: 18px;
    margin-right: 10px;
    width: 18px;
}

img.contact-icon {
    border: medium none;
    height: 16px;
    width: 16px;
    margin-top: 1px;
}

.img_long_ex {
    float: left;
    padding-bottom: 20px;
    padding-right: 5px;
}

h1.title,h2.title, h3.title, h4.title, h5.title {
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
}

h1.title {
   font-size: 17px;
}

h4.title {
   font-size: 12px;
}

.wide-text {
    text-align: justify;
}

div.cleaner_h0 {
   clear: both;
   height: 0px;
}

div.cleaner_h10 {
   clear: both;
   height: 10px;
}

div.cleaner_h20 {
   clear: both;
   height: 20px;
}

div.cleaner_h30 {
   clear: both;
   height: 30px;
}

div.cleaner_h40 {
   clear: both;
   height: 40px;
}

div.cleaner_h50 {
   clear: both;
   height: 50px;
}

div.cleaner_h100 {
   clear: both;
   height: 100px;
}

div.cleaner_h200 {
   clear: both;
   height: 200px;
}

div.cleaner_h300 {
   clear: both;
   height: 300px;
}

div.cleaner_h400 {
   clear: both;
   height: 400px;
}

div.cleaner_h500 {
   clear: both;
   height: 500px;
}

div#page-error-message {
    color: #FF0000;
    font-size: 16px;
    text-align: center;
}


p.message-success {
    color: #008000;
    font-weight: bold;
    text-align: center;
}


td#container_editor_name input#Name, table#table_contact_form input#Title {
    width: 730px;
}

td#container_product_title input#Title {
    width: 500px !important;
}






div.validation-summary-valid {
    display: none;
}

div.container-validation-summary-errors div ul {
    list-style: none outside none;
    /*line-height: 30px;*/
    padding: 0;
    text-align: center;
}


.validation-summary-errors, .field-validation-error {
    color: #FF0000;
    /*font-weight: bold;*/
}

table#table_contact_form tbody tr td span.field-validation-error {
    font-size: 11px;
}


span.valid-message {
    color: #008000;
    font-weight: bold;
}


button.button {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    height: 31px;
    border-width: 1px;
    color: #666666;
    float: left;
    line-height: 22px;
    margin-right: 10px;
    padding: 3px 2px 2px 2px;
    width: 110px;
    cursor: pointer;
}

a.button {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid #CCCCCC;
    display: table-cell;
    border-radius: 5px;
    color: #666666;
    display: block;
    float: left;
    height: 23px;
    line-height: 25px;
    margin-right: 10px;
    padding: 3px 2px 3px 2px;
    text-align: center;
    width: 100px;
}

input[type="text"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #666666;
    font-size: 13px;
    padding: 2px 5px;
}

textarea#ContactForm_Message, textarea#ActionsDescription {
    height: 140px;
    max-height: 140px;
    max-width: 500px;
    min-height: 140px;
    min-width: 500px;
    width: 500px;
}

textarea#Description {
    height: 140px;
    max-height: 540px;
    max-width: 500px;
    min-height: 140px;
    min-width: 500px;
    width: 500px;
}

textarea#ActionsDescription {
    height: 140px;
    max-height: 280px;
    max-width: 500px;
    min-height: 140px;
    min-width: 500px;
    width: 500px;
}

span.red-star {
    color: red;
}

form#product-form input#Manufacturer {
    width: 500px !important;
}

.action-name {
    color: red; 
    font-weight: bold;
}

table.table-edit-product select, table#table_contact_form select {
    width: 140px;
}

textarea#Address {
    height: 100px;
    max-height: 100px;
    max-width: 753px;
    min-height: 100px;
    min-width: 753px;
    width: 753px;
}


/* styles for validation helpers */
/*.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}*/




/* ---------------------------------- home page ----------------------------*/
.one-half {
    width: 280px;
}

.one-half p {
    margin: 0;
    padding: 0;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}

h4 img {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO MASONRY
/*-----------------------------------------------------------------------------------*/
div#container_products {
    padding-left: 21px;
}

.items {
	width: 100%;
	overflow: hidden;
	margin-bottom: -35px;
}
.box {
	padding: 0;
	float: left;
}

.box h4 {
	padding:13px 0 5px 0;
	margin: 0;
}
.box h4 a {
	color: #4a4a4a;
}
.box h4 a:hover {
	color: #ab4d63;
}
.box p {
	padding: 0;
	margin: 0;
}

.col4 {
	width: 210px;
    height: 360px;
	margin: 0 20px 20px 0;
}

.col4 img {
	width: 210px;
    height: 280px;
}

div.star-action { 
    font-weight: bold; 
    color: red;
    font-size: 16px;
}

#portfolio .items {
    /*opacity: 0.7;*/
	/* -- opacity: 0; ---------------------------------------------------------------------------------------- uncomment --------------------------------------------------*/
}

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO HOVER
/*-----------------------------------------------------------------------------------*/

.items .box a, .items .left-side a, .carousel ul li a {
	display: block;
	position: relative;
}

.items .box a.button {
	display: inline-block;
}

.items .box a img, .items .left-side a img, .carousel ul li a img {
	display: block;
	position: relative;
}
.zoom, .play, .details {
	position: absolute;
	background: transparent url(/Images/Site/Icons/icon-enlarge.png) no-repeat center center;
}
.play {
	background-image: url(/Images/Site/Icons/icon-play.png);
}

.details {
	background-image: url(/Images/Site/Icons/link-icon.png);
}

.box a span, .items .left-side a span, .carousel ul li a span {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.20);
    border-radius: 7px;
    margin-left: 1px;
}

h5.portfolio-title {
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    height: 15px;
}

div.protfolio-description {
    font-size: 11px;
    height: 28px;
    overflow: hidden;
}

img.more-icon {
    float: right;
    cursor: pointer;
}

img.rating-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

img.promo-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

img.status-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

img.manufacture-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

div.more-info a {
    float: right;
    padding-top: 2px; 
    padding-right: 4px;
}

div.more-info label {
    font-size: 11px;
    color: #DC6C28;
    float: left;
    /*font-style: italic;
    font-weight: bold;*/
}

/*-----------------------------------------------------------------------------------*/
/*	CAROUSEL
/*-----------------------------------------------------------------------------------*/
.carousel {
	padding-top: 5px;
	/*margin-bottom: 20px;*/
}
.carousel ul li {
	background: none;
	width: 150px;
	margin-right: 10px;
	padding: 0;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.carousel .jcarousel-container {
	display: block;
	overflow: hidden;
}

.carousel .jcarousel-item {
	width: 150px;
	height: 110px;
}

.carousel .jcarousel-item img {
	height: 100px;
    width: 150px;
}

.carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	height: 110px;
}

.carousel .jcarousel-clip-horizontal {
	width:  638px;
	height: 110px;
	overflow: hidden;
	display: block;
}

.carousel .jcarousel-clip-horizontal ul {
	/*width:  640px !important;*/
}

#carousel-scroll {
	float: right;
	margin-top: -42px;
	width: 60px;
    margin-right: 25px;
}

#prev {
	float: left;
	background: #fff url("/Images/Site/controls.png") no-repeat left top;
	display: block;
  	cursor: pointer;
  	width:23px;
  	height:23px;
  	border: 1px solid #dbdbdb;	
}
#next {
	float: right;
	margin-left: 5px;
	background: #fff url("/Images/Site/controls.png") no-repeat right top;
	display: block;
  	cursor: pointer;
  	width:23px;
  	height:23px;
	border: 1px solid #dbdbdb;
}
#prev:hover {
	background-position: bottom left;
}
#next:hover {
	background-position: bottom right;
}


a.home-header-link {
    cursor: pointer; 
    color: #ffffff;
    text-transform: uppercase;
}

a.home-header-link:hover {
    cursor: pointer; 
    color: #ff0000;
}

ul#menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10000;
}

ul#menu li {
    display: block;
    position: relative;
    float: left;
    padding-left: 20px; 
    padding-right: 30px;
}

ul#menu li.container-submenu {
    z-index: 10000;
}

ul#menu li ul {
    display: none;
    padding-left: 0px;
    margin-left: 0px; 
    z-index: 10000;
}

ul#menu li img {
    float: left; 
    margin-right: 5px; 
    margin-top: 1px;
}

ul#menu li span {
    float: left; 
    padding: 0 5px 0 1px;
}

ul#menu li ul li {
    line-height: 30px;
    padding-left: 5px; 
    padding-right: 5px !important;
}

ul#menu li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

ul#menu li span:hover, ul#menu li span:active, ul#menu li span:focus {
    cursor: default;
    color: #FF0000;
}

/*ul#menu li span:active {
    cursor: default;
}*/

ul#menu li:hover ul, ul#menu li:active ul, ul#menu li:focus ul {
    display: block;
    position: absolute;
    padding-left: 0px;
    z-index: 10000;
    border: 2px solid #DDDDDD;
    border-radius: 3px !important;
    background-color: #DDFFFF;
}

/*ul#menu li:active ul {
    display: block;
    position: absolute;
    padding-left: 0px;
    z-index: 10000;
    border: 1px solid #B3ADAD;
}*/

ul#menu li:hover ul li a {
    color: #6381A5;
}

ul#menu li:hover li {
    float: none;
    font-size: 11px;
}

ul#menu li:hover a {
   color: #FF0000;
   text-decoration: none;
}

ul#menu li:hover li a:hover {
    color: #FF0000;
}

ul#menu li span.active {
    color: #63BDDF !important;
}

/* --------------------------------images -------------------------------*/

div.img-frame-align-left {
    float: left;
    margin: 0 20px 10px 0;
}

div.img-frame-align-right {
    float: right;
    margin: 0 0 10px 20px;
}

div.img-frame {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-top: 3px;
}

div.img-frame-shell {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0 0 3px 1px #777777;
}

div.img-frame img {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.container-image-menu {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 3px !important;
    margin: 0 10px 0px 0 !important;
    height: 120px !important; 
    width: 120px !important;
    float: left;
}

div.container-image-menu div.img-menu-shell {
    padding: 7px !important;
}

div.container-image-menu div.img-menu-shell a img {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
   height: 106px !important; 
    width: 106px !important;
}

table#short_contact{
    width: 274px; 
    color: #001659; 
    font-size: 12px; 
    height: 300px;
    border: none;
}

div.container-location {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 3px !important;
    margin: 0 !important;
    height: 114px !important; 
    width: 268px !important;
    float: left;
}

div.container-location div.img-menu-shell {
    padding: 7px !important;
}

div.container-location div.img-menu-shell a img {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100px !important; 
    width: 254px !important;
}

div.short-info{
    font-size: 13px;
    padding: 0 10px;
}

img.image-home-header {
    border: none;
}

div.container-image-menu div.img-menu-shell {
    padding: 7px !important;
    box-shadow: 0 0 3px 1px #777777;
}

/*div.container-image-menu div.img-menu-shell:hover {
    box-shadow: 0px 0px 0px 0px #B3ADAD;
}
div.container-image-menu div.img-menu-shell:active {
    box-shadow: 0 7px 2px -6px #B3ADAD;
    margin-top: 5px;
}*/

div img#img_certificate {
    box-shadow: 0 1px 2px 0 #B3ADAD, 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}

div.location-container div div img {
    height: 145px;
}

div#wrapper-img-frame {
    border: none;  
    margin-right: 0px; 
    background: none; 
    width: 232px; 
}

table#company_certificates { 
    margin-left: auto; 
    margin-right: auto;
}

table#company_certificates, table#company_certificates tr td {
    border-collapse: collapse;
}

table#company_certificates tr td {
    vertical-align: top;
}

 table#company_certificates tr td.text div {
    font-size: 12px;
    width: 130px;
}

div#container-social-networks-icons {
    margin: 0 5px !important; 
    padding-left: 14px !important;
}

/*    div#container-social-networks-icons fieldset {
        padding: 0;
        border: 1px solid #DDDDDD !important; 
        border-radius: 3px !important;
        padding-top: 5px !important;
    }

    div#container-social-networks-icons fieldset legend {
        color: #4767B0 !important;
    }

    div#container-social-networks-icons fieldset a {
        margin: 0;
        padding: 0;
        border-radius: 3px !important;
        box-shadow: 6px 6px 5px -3px #B3ADAD;
    }

    div#container-social-networks-icons fieldset div.container-image-menu {
        width: 116px !important; 
        height: 43px !important; 
        margin: 0 !important; 
        padding: 0 !important;
        margin-bottom: 8px !important;
        margin-top: 3px !important;
    }

    div#container-social-networks-icons fieldset div.container-image-menu div.img-menu-shell {
        padding: 4px !important;
    }

    div#container-social-networks-icons fieldset div.container-image-menu div.img-menu-shell a img {
        width: 110px !important; 
        height: 37px !important;
        border: none !important;
    }*/