*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
html
{
    min-width: 962px;
}
body
{
    background: #131313;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.125em;
    color: #727272;
}

img
{
    border: 0;
    vertical-align: top;
    text-align: left;
}
object
{
    vertical-align: top;
    outline: none;
}
ul, ol
{
    list-style: none;
}

.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}

.col-1, .col-2, .col-3
{
    float: left;
}

.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}

.wrapper
{
    width: 100%;
    overflow: hidden;
}
.block
{
    width: 100%;
}
.container
{
    width: 962px;
    margin: 0 auto;
    font-size: .75em;
    position: relative;
}


/*==== GLOBAL =====*/
#header
{
    height: 556px;
    background: url(images/header-bg.jpg) no-repeat center 36px;
}
#head
{
    height: 336px;
    background: url(images/header-bg.jpg) no-repeat center 36px;
}
#content
{
    background: url(images/content-bg.jpg) no-repeat center bottom;
}
#footer
{
    padding: 18px 0 60px 18px;
    font-size: .83em;
}

/*---- tailings ----*/
.tail-top
{
    background: url(images/tail-top.gif) left top repeat-x;
}

/*----- forms parameters -----*/

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
}


/*----- other -----*/
.img-indent
{
    margin: 0 20px 0 0;
    float: left;
}
.img-box
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.img-box img
{
    float: left;
    margin: 0 20px 0 0;
}

.extra-wrap
{
    overflow: hidden;
}


p
{
    margin-bottom: 18px;
    text-align: justify;
}
.p1
{
    margin-bottom: 9px;
}
.p2
{
    margin-bottom: 18px;
}
.p3
{
    margin-bottom: 27px;
}
.p4
{
    margin-bottom: 36px;
}
.p5
{
    margin-bottom: 45px;
}

/*----- txt, links, lines, titles -----*/
a
{
    color: #a8a8a8;
    outline: none;
}
a:hover
{
    text-decoration: none;
}


h2
{
    font-size: 34px;
    line-height: 1.2em;
    font-weight: normal;
    color: #fff;
    border-bottom: 3px solid #424242;
    padding: 2px 0 6px 0;
    margin-bottom: 32px;
}
h2.alt
{
    margin-bottom: 22px;
}
h3
{
    font-size: 1.25em;
    font-weight: normal;
    color: #a8a8a8;
    line-height: 1.33em;
    margin-top: 10px;
    margin-bottom: 8px;
}
h4
{
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
}
h5
{
    font-size: 1.15em;
    font-weight: normal;
    color: #a8a8a8;
}

.last-link
{
    margin-top: 20px;
    padding-top: 35px;
    border-top: 1px solid #303030;
    color: #0096ff;
    font-size: 1.2em;
}
.last-link a
{
    color: #0096ff;
}

.line-hor
{
    background: #303030;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 20px 0 20px 0;
}
.line-ver, .line-ver1
{
    background-image: url(images/line-ver.gif);
    background-repeat: repeat-y;
    width: 100%;
}


.address
{
    color: #fff;
    font-size: 1.25em;
    padding-bottom: 6px;
}
.address dt
{
    margin-bottom: 18px;
}
.address dd
{
    clear: both;
}
.address dd span
{
    float: left;
    width: 115px;
}
.address dd a
{
    color: #fff;
}


.department
{
    padding-bottom: 29px;
}
.department dt
{
    font-size: 1.25em;
    color: #a8a8a8;
}
.department dd
{
    clear: both;
}
.department dd span
{
    float: left;
    width: 115px;
}
.department dd a
{
    color: #a8a8a8;
}


/*===== header =====*/
#header .row-1
{
    height: 36px;
    font-size: .83em;
    color: #555;
    text-transform: uppercase;
}
#header .row-1 .fleft
{
    padding: 7px 0 0 0;
}
#header .row-1 .top-links
{
    float: right;
    padding: 8px 0 0 0;
    margin-right: -6px;
}
#header .row-1 .top-links li
{
    display: inline;
}
#header .row-1 .top-links li a
{
    color: #555;
    padding: 0 6px 0 3px;
    text-decoration: none;
}
#header .row-1 .top-links li a:hover
{
    text-decoration: underline;
}
#header .row-2
{
    height: 139px;
}
#header .row-2 .fleft
{
    padding: 43px 0 0 0;
}
#header .row-2 .pic
{
    float: right;
    line-height: 1.2em;
    padding: 0;
}
#header .row-2 .nav
{
    float: right;
    font-size: 20px;
    line-height: 1.2em;
    padding: 92px 0 0 0;
    margin-right: 20px;
}
#header .row-2 .nav li
{
    display: inline;
}
#header .row-2 .nav li a
{
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 18px;
}
#header .row-2 .nav li a:hover, #header .row-2 .nav li a.current
{
    text-decoration: none;
    color: #0096ff;
}

.rss
{
    position: absolute;
    top: 36px;
    right: 0;
    width: 156px;
    height: 52px;
    overflow: hidden;
}
.rss img
{
    position: absolute;
}
.rss.closed img
{
    top: -39px;
}

/*--- kwicks ---*/
.kwicks-box
{
    border: 1px solid #323232;
    padding: 12px;
}

.kwicks
{
    /* recommended styles for kwicks ul container */
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 936px;
    height: 337px;
}
.kwicks li
{
    /* these are required, but the values are up to you (must be pixel) */
    width: 134px;
    height: 337px; /*do not change these */
    display: block;
    overflow: hidden;
    padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=50);
}
.kwicks li.active
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.kwicks.horizontal li
{
    /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
    margin-right: 0; /*Set to same as spacing option. */
    float: left;
}


/*===== content =====*/
#content .indent
{
    padding:  24px 16px 35px 16px;
}
#content .inner
{
    padding: 0 0 17px 0;
}
.list1
{
    padding-bottom: 16px;
}
.list1 li
{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 13px;
    margin-bottom: 16px;
}
.list1 li.last
{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list1 li a.img-wrap
{
    display: block;
    float: left;
    border: 6px solid #2b2b2b;
    margin-right: 19px;
}
.list1 li a.img-wrap:hover
{
    border: 6px solid #fff;
}
.list1 li a
{
    color: #fff;
}

.list2 li
{
    background: url(images/bull.gif) no-repeat left 5px;
    padding: 0 0 20px 19px;
    font-size: 1.25em;
    line-height: 1.33em;
    vertical-align: top;
}
.list2 li a
{
    text-decoration: none;
    display: block;
}
.list2 li a:hover
{
    color: #fff;
}
.list2 li a .size
{ font-size:0.8em;color:#626262;}
.list3 li
{
    background: url(images/bull.gif) no-repeat left 5px;
    padding: 0 0 20px 19px; /*font-size:1em; 	line-height:1.2em;*/
    vertical-align: top;
    text-align: justify;
}
.list3 li:hover
{
    background-color: #222222;
}
.list3 li a
{
    text-decoration: none;
    display: block;
}
.list3 li a:hover
{
    color: #fff;
}

.projects
{
    margin-bottom: -10px;
}
.projects li
{
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 6px;
    margin-bottom: 6px;
    vertical-align: top;
    position: relative;
}
.projects li.last
{
    border: none;
    padding: 0;
    margin: 0;
}
.projects li a
{
    text-decoration: none;
    display: block;
    color: #626262;
    padding: 10px 0 10px 5px;
    position: relative;
}
.projects li a span
{
    position: absolute;
    display: block;
    width: 255px;
    padding: 15px 15px 22px 15px;
    background: #222;
    top: 0;
    left: -285px;
    visibility: hidden;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.projects li a span img
{
    display: block;
    border: 1px solid #333;
    padding: 8px;
    margin-bottom: 15px;
}
.projects li a:hover span
{
    visibility: visible;
}
.projects li a:hover
{
    background: #222;
}
.projects li a strong
{
    display: block;
    color: #a8a8a8;
    font-size: 1.25em;
    font-weight: normal;
}

.img-list
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
}
.img-list li
{
    float: left;
    margin-right: 39px;
}
.img-list li.last
{
    margin-right: 0;
}

.testimonials li
{
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 16px;
    margin-bottom: 17px;
}
.testimonials li.last
{
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.testimonials li h3
{
    margin-bottom: 0;
}

/*===== footer =====*/
#footer, #footer a
{
    color: #555;
    text-transform: uppercase;
}
#footer a
{
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}


/*----- forms -----*/
#ClockForm fieldset
{
    border: none;
    float: left;
    text-align: left;
}
#ClockForm fieldset input
{
    border: none;
    background: none;
    color: #555;
    text-transform: uppercase;
    width: 300px;
}


#contacts-form fieldset
{
    border: none;
}
#contacts-form label
{
    display: block;
    height: 40px;
}
#contacts-form label input
{
    width: 274px;
    padding: 3px 0 3px 5px;
    color: #424242;
    background: #aeadad;
}
#contacts-form textarea
{
    width: 274px;
    height: 173px;
    padding: 3px 0 3px 5px;
    color: #424242;
    overflow: auto;
    background: #aeadad;
}

/*==========================================*/

.TextBoxDark
{
    background-color: #131313;
    border: 1px solid #222222;
    color: #a8a8a8;
    margin-bottom: 5px;
}
.TextBoxDarkWaterMark
{
    background-color: #fff;
    border: 1px solid #252525;
    color: #a8a8a8;
    margin-bottom: 5px;
}
.img-frame
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 6px solid #2b2b2b !important;
}
.img-frame:hover
{
    border: 6px solid #fff !important;
}
.catimage
{
    width: 100%;
    float: left;
    clear: both;
    height: 112px;
    margin-bottom: 5px;
}
.image100
{
    border: 6px solid #2b2b2b !important;
    float: left;
}
.image100:hover
{
    border: 6px solid #ffffff !important;
}
.catimage #span
{
    display: block;
    margin-left: 5px;
    border: 1px solid #2b2b2b;
    background-color: #1b1b1b;
    height: 100px;
    width: 240px;
    padding: 5px;
    float: left;
    position: relative;
    left: 10px;
    font-size: 10px;
}
.catcommands a
{
    font-size: 10px;
}
.catcommands
{
    border: 1px solid #2b2b2b;
    background-color: #1b1b1b;
    float: left;
    clear: both;
    width: 99%;
    margin-top: 1%;
}
.prodbox
{
}
.proddata{border: 1px solid #2b2b2b;background-color: #1b1b1b;padding: 5px;font-size: 12px;margin-bottom: 10px;display:block;clear:both;}
.prodimages{border: 1px solid #2b2b2b;background-color: #1b1b1b;padding: 5px;font-size: 12px;margin-bottom: 10px;}
.prodimages a.img-wrap{display: block;border: 6px solid #2b2b2b;}
.prodimages a.img-wrap:hover{border: 6px solid #fff;}
.prodvariants{border: 1px solid #2b2b2b;background-color: #1b1b1b;padding: 5px;font-size: 12px;}
.prodvariants td{padding: 2px 5px 2px 5px;}
.prodvariants th{padding: 2px 5px 2px 5px;}
.simpleborder{border: 1px solid #2b2b2b;}
.imagebox{display: block;border: 6px solid #2b2b2b;}
.imagebox:hover{border: 6px solid #fff;}
.list4{padding-bottom: 16px;}
.listitem{width: 100%;overflow: hidden;border-bottom: 1px solid #2b2b2b;padding-bottom: 10px;margin-bottom: 10px;}
.listitem.last{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.listitem a.image{display: block;float: left;border: 6px solid #2b2b2b;margin-right: 10px;}
.listitem a.image:hover{border: 6px solid #fff;}
.listitem div.title{color: #bbb;clear:right;}
.listitem div.description{height:54px;color:#6b6b6b;clear:right;text-align:justify;}
.listitem a{float:right;text-decoration:none;font-size:10px;color:#0096ff;}
a.blulink{margin: 2px !important;padding: 2px 3px 2px 3px;text-decoration: none;background-color: #0096ff;color: #fff;text-transform: uppercase;font-size:10px;}
a.blulink:hover{color:#000;}
a.blulinkreverse{text-decoration: none;color: #0096ff !important;text-transform: uppercase;font-size:10px;}
a.blulinkreverse:hover{text-decoration: none;}
a.whitelink{text-decoration:none;font-size:10px;color:#ddd;}
#pager a{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; color:#0096ff; text-decoration:none;}
#pager span span{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; text-decoration:none;}
#pager{margin-bottom:15px;border-bottom: 1px solid #2b2b2b;padding-bottom:5px;}
#pager2 a{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; color:#0096ff; text-decoration:none;}
#pager2 span span{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; text-decoration:none;}
#pager2{margin-bottom:2px;}
#search input.text{color:#fff;background-color:#131313;padding: 2px 5px 2px 5px;border:1px solid #2b2b2b;margin-top:-3px;width:229px;}
#search a{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; color:#0096ff; text-decoration:none;margin: auto auto auto 4px;}
#search{margin-bottom:15px;border-bottom: 1px solid #2b2b2b;padding-bottom:5px;}
#searchen input.text{color:#fff;background-color:#131313;padding: 2px 5px 2px 5px;border:1px solid #2b2b2b;margin-top:-3px;width:223px;}
#searchen a{border: 1px solid #2b2b2b;padding: 2px 5px 2px 5px; background-color:transparent; color:#0096ff; text-decoration:none;margin: auto auto auto 4px;}
#searchen{margin-bottom:15px;border-bottom: 1px solid #2b2b2b;padding-bottom:5px;}
.paramlist{color:#0096ff;}
.campoobbligatorio{border: solid 1px #0096ff;}
#datipersonali .padding2{padding:2px;}
.bluebuttonchart141{background-image: url('/images/med_shopping_text141.png');width: 141px;height: 24px;padding-left: 24px;padding-top: 4px;background-repeat: no-repeat;display:inline-block;}
.bluebuttonempty141{background-image: url('/images/big_empty141.png');width: 141px;height: 24px;text-align:center;padding-top: 4px;background-repeat: no-repeat;display:inline-block;}
.bluebuttonempty131{background-image: url('/images/big_empty131.png');width: 131px;height: 24px;text-align:center;padding-top: 4px;background-repeat: no-repeat;display:inline-block;}

