/*
Theme Name: Sensitron
Theme URI: http://www.scinformatica.org
Description: Tema per www.sensitron.it
Author: Gabriele Bianchini
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

body {
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
    background-color: #EBF6FC;
}

#container {
    width: 940px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

    position: relative;
}

#inner {
    background-image: url(images/containerbg.png);
    background-repeat: repeat-y;
}

#header {
    height: 76px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    position: relative;
}
#search-box {
    /*position: absolute;*/
    float: right;
    width: 184px;
    height: 26px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    /*right: 20px;*/
    margin-right: 20px;
    /*top: 10px;*/
    margin-top: 10px;
}
#search-box label {
    display: none;
}
#s {
    border: 0;
    margin-left: 10px;
    margin-top: 4px;
    width: 140px;
}
.search-idle {
    color: #999999;
}
#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 26px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
#logo {
    margin-left: 8px;
    margin-top: 2px;
}
#login-box {
    /*position: absolute;*/
    float: right;
    width: 300px;
    height: 26px;
    /*right: 204px;
    top: 10px;*/
    line-height: 26px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
}
#header-login {
    font-size: 10pt;
    font-family: Calibri, Verdana, Tahoma;
}
#header-login a {
    color: #22a555;
    font-weight: bold;
    text-decoration: none;
}

#language {
	width: 100px;
	height: 11px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
#language a {
	display: block;
	width: 16px;
	height: 11px;
	background-repeat: no-repeat;
	float: right;
	margin-left: 5px;
}
#language .it {
	background-image: url(images/flagita.gif);
}
#language .en {
	background-image: url(images/flaguk.gif);
}
#language .ch {
	background-image: url(images/flagcina.gif);
}

#navbar {
    height: 45px;

    padding: 5px 0 0px 0;

    margin-left: 10px;
    margin-right: 10px;

    background-image: url(images/navbar.png);
    background-position: top;
    background-repeat: no-repeat;
}
#navbar table {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#navbar table tr td {
    text-align: center;
    vertical-align: middle;
    width: 105px;
    height: 41px;
    font-family: Calibri, Tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: white;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#navbar table tr td.hover {
    background-image: url(images/navbarhover.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#navbar table tr td.active {
    background-image: url(images/navbaractive.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: black;
}

#contents {
    margin-top: 10px;
}
#contents.home {
    height: 657px;
    margin: 10px 28px 0 15px;
}
#images {
    float: left;
    width: 366px;
    height: 612px;
    /*border: 1px solid #cccccc;*/
    overflow: hidden;
    position: relative;
}
#images img.tl {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}
#images img.tr {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
}
#images img.bl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
}
#images img.br {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
}

#homepage {
    float: right;
    width: 507px;
    height: 50px;
}

#about-us {
    background-image: url(images/about-us.png);
    background-repeat: no-repeat;
    width: 507px;
    height: 51px;
    padding-top: 210px;
}
#about-us table {
}

#quick-links {
    background-image: url(images/quick-links.png);
    background-repeat: no-repeat;
    width: 507px;
    height: 219px;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 30px;
}
#quick-links-table {
    width: 100%;
}
#quick-links-table tr td {
    vertical-align: top;
    padding-bottom: 10px;
}

#certifications {
    background-image: url(images/certifications.png);
    background-repeat: no-repeat;
    width: 507px;
    height: 95px;
    margin-top: -14px;
}

#footer {
    clear: both;
    height: 89px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: Calibri, Tahoma;
    font-size: 8pt;
    padding-top: 10px;
    color: #666666;
}
#footer strong {
    color: black;
}
#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #008000;
}

#sidebar {
    width: 258px;
    float: left;
}
#sidebar div.inner {
    background-image: url(images/sidebarbg.png);
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
}
#sidebar div.top {
    height: 22px;
    background-image: url(images/sidebartop.png);
    background-repeat: no-repeat;
}
#sidebar div.bottom {
    height: 22px;
    background-image: url(images/sidebarbottom.png);
    background-repeat: no-repeat;
}
#sidebar div.inner ul {
    list-style-image: url(images/arrow.png);
    margin-left: 10px;
}
#sidebar div.inner ul.first-ul {
    margin-left: 0;
}
#sidebar div.inner ul li {
    padding-left: 10px;
}
#sidebar a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-family: Calibri, Tahoma;
    font-size: 10pt;
    line-height: 26px;
    border-bottom: 1px black dotted;
    display: block;
    width: 100%;
}
#sidebar a:hover {
    color: #009a42;
}
#sidebar li.current_page_item a {
    color: #d40000;
}

/* -----------------------------------------------------------------------------
 column1
----------------------------------------------------------------------------- */

#column1 {
    float: left;
    margin-left: 20px;
    width: 626px;
    font-family: Calibri, Tahoma;
    font-size: 10pt;
}
#column1 p {
    margin: 1em 0 1em 0;
    line-height: 140%;
}
#column1 ul {
    list-style-image: url(images/arrow.png);
    margin: 1em 0 1em 2em;
}
#column1 ul li {
    line-height: 140%;
    padding-left: 1em;
}
#column1 ol {
    margin: 1em 0 1em 2em;
    list-style-type: decimal;

}
#column1 ol li {
    line-height: 140%;
    padding-left: 1em;
}
#column1 h1 {
    color: #aa0000;
    font-size: 13pt;
    font-weight: bold;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
}
#column1 h2 {
    font-size: 11pt;
    font-weight:bold;
}

#column1 .wp-caption {
    border: 1px solid #cccccc;
    padding: 10px 0px 5px 10px;
}
#column1 .wp-caption-text {
    text-align: center;
    color: #666666;
    margin: 0;
}

#column1 a {
    color: #22a555;
    font-weight: bold;
    text-decoration: none;
}

#column1 ul.ul-quadrata {
    list-style-image: url(images/check.png);
}
#column1 ul.ul-quadrata li {
    line-height: 2em;
}

#column1.short {
    width: 570px;
}

#column1.product {
    width: 390px;
}

#column1 h3 {
    background-image: url(images/sensitron-small.png);
    background-repeat: no-repeat;
    font-size: 10pt;
    color: #225500;
    font-weight: bold;
    line-height: 18px;
    padding-left: 30px;
    margin-bottom: 1.5em;
}

#column1 h4 {
    font-family: serif;
    font-size: 18pt;
    line-height: 60px;
    color: #999999;
    text-align: left;
    font-style: italic;
    height: 60px;
    background-image: url(images/product-motto.png);
    background-repeat: no-repeat;
    margin-bottom: 1.5em;
	padding-left: 30px;
}

#column1 h5 {
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    margin-top: 2em;
}

#column1.product ul {
    list-style-image: url(images/pallina.png);
}
#column1.product ul li {
    margin-bottom: 1em;
}

/* -----------------------------------------------------------------------------
 pagina Application Areas
----------------------------------------------------------------------------- */
#app-pfp {
    width: 616px;
    height: 155px;
    background-image: url(images/apppfp.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#app-high-risk {
    width: 616px;
    height: 155px;
    background-image: url(images/apphighrisk.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#app-industrial {
    width: 616px;
    height: 155px;
    background-image: url(images/appindustrial.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#app-building {
    width: 616px;
    height: 155px;
    background-image: url(images/appbuilding.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* -----------------------------------------------------------------------------
 pagina High-Risk e simili
----------------------------------------------------------------------------- */
#column1 .product-thumbnail {
    width: 100px;
    text-align: center;
}
#column1 .product-thumbnail-title {
    display: block;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
#column1 .product-thumbnail-subtitle {
    display: block;
    margin-top: 2px;
    font-size: 8pt;
    color: #666666;
    height: 2em;
    overflow: hidden;
    width: 150px;
    color: black;
    text-decoration: none;
    font-weight: normal;
}
#column1 .product-thumbnail-img {
    margin-top: 4px;
}

#banda-amaranto {
    float: right;
    margin-right: 14px;
    width: 45px;
    height: 665px;
    background-image: url(images/banda1.png);
    background-repeat: no-repeat;
}
#banda-blu {
    float: right;
    margin-right: 14px;
    width: 45px;
    height: 665px;
    background-image: url(images/banda2.png);
    background-repeat: no-repeat;
}
#banda-verde {
    float: right;
    margin-right: 14px;
    width: 45px;
    height: 665px;
    background-image: url(images/banda3.png);
    background-repeat: no-repeat;
}

/* -----------------------------------------------------------------------------
 pagina scheda prodotto
----------------------------------------------------------------------------- */
#column2 {
    width: 250px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}
.entry {
    line-height: 140%;
}
#product-canvas {
    width: 246px;
    height: 247px;
    background-image: url(images/imgbg.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    line-height: 247px;
}
#product-canvas img {
    vertical-align: middle;
}

.datasheet {
    line-height: 24px;
    display: block;
    height: 24px;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #23680a;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
    font-family: Calibri, Tahoma;
}
.manual {
    line-height: 24px;
    display: block;
    height: 24px;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #23680a;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
    font-family: Calibri, Tahoma;
}
.protected {
   background-image: url(images/pdfprotected.gif);
 }

/* -----------------------------------------------------------------------------
 GAS DETECTION SELECTION
----------------------------------------------------------------------------- */

#column1 .search-box {
    border: 1px solid #b3b3b3;
}
#column1 .search-box .header {
    background-color: #f9f9f9;
    height: 40px;
    border-bottom: 1px solid #b3b3b3;
}
#column1 .search-box h1 {
    color: black;
    font-size: 9pt;
    text-transform: uppercase;
    margin: 0 0 0 4px;
    padding-left: 16px;
    border: 0;
    font-weight: bold;
    background-image: url(images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: center left;
}
#column1 .search-box h2 {
    color: #808080;
    font-size: 8pt;
    border: 0;
    margin: 4px 0 0 20px;
    font-weight: normal;
}
#column1 .search-checks {
    width: 240px;
    float: left;
}
#column1 .left-side {
    border-right: 1px solid #b3b3b3;
}
#column1 .search-table h1 {
    color: #c7282d;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    background-image: none;
}
#column1 .search-table ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0.5em;
    font-weight: bold;
}
#column1 .search-table ul li {
    margin-left: auto;
    font-weight: normal;
    font-size: 8pt;
}

#column1 .button {
    line-height: 34px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    padding: 0 20px 0 20px;
    height: 34px;
    display: inline-block;
    color: black;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* -----------------------------------------------------------------------------
 PRODUCTS
----------------------------------------------------------------------------- */
#product-table .special-row  {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    border: 0;
}
#product-table .pfp {
    background-color: #d40000;
    background-image: url(images/pfp-30x30.png);
    background-position: right center;
    background-repeat: no-repeat;
}
#product-table .highrisk {
    background-color: #d40000;
}
#product-table .industrial {
    background-color: #003380;
}
#product-table .building {
    background-color: #2ca02c;
}
#product-table th {
    background-color: #cccccc;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 2em;
}
#product-table td {
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    padding: 2px 10px;
}

/* -----------------------------------------------------------------------------
 WHAT'S NEW'
----------------------------------------------------------------------------- */
#column-adverts {
    width: 300px;
    float: left;
    font-size: 10pt;
}
#column-exhibits {
    width: 300px;
    float: left;
    margin-left: 20px;
    font-size: 10pt;
}
#column1 .postmetadata {
    color: #666666;
    font-size: 8pt;
}
#column1 .postmetadata a {
    color: #666666;
    font-size: 8pt;
}
#column-news {
    font-size: 10pt;
}
#column-news small {
    font-size: 8pt;
    color: #666666;
}

#comments h3 {
    background-image: none;
    padding: 0;
}
#comments .commentlist {
    list-style-type: none;
    margin: 0;
}
#comments .commentlist li {
    background-color: #eeeeee;
    padding-top: 1em;
    padding-bottom: 1em;
}
#comments .commentlist li.odd {
    background-color: #f2f6fa;
}
#comments .avatar {
    display: none;

}
#comments .comment-meta {
    font-size: 8pt;
    color: #666666;
}
#respond
{
    margin-top: 1em;
}
#respond label {
    /*display: none;*/
}


/* -----------------------------------------------------------------------------
 Form commenti
----------------------------------------------------------------------------- */
.comment-form-author
{

}


/* -----------------------------------------------------------------------------
 Varie
----------------------------------------------------------------------------- */
.err {
	background-color: #ffecec;
	border: 1px solid #aa0000;
	color: red;
	font-weight bold;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* -----------------------------------------------------------------------------
 Sales Dept.
----------------------------------------------------------------------------- */
#contact-detail {
	margin-top: 20px;
	font-size: 16px;
}


