@font-face {
    font-family: 'MetrophobicRegular';
    src: url('fonts/metrophobic-webfont.eot');
    src: url('fonts/metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metrophobic-webfont.woff') format('woff'),
         url('fonts/metrophobic-webfont.ttf') format('truetype'),
         url('fonts/metrophobic-webfont.svg#MetrophobicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231;  }
body, button, input, select, textarea { font-family:'MetrophobicRegular',Arial, Helvetica, sans-serif; color: #222; }

::-moz-selection { background: #97BF11; color: #fff; text-shadow: none; }
::selection { background: #97BF11; color: #fff; text-shadow: none; }

a { color: #9aca0b; text-decoration:none; }
a:visited { color: #9aca0b; }
a:hover { color: #9aca0b; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
li{list-style:none;}
dd { margin: 0 0 0 40px; width: 50%; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/*Menu*/
/*** ESSENTIAL STYLES ***/


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			78px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li.second{width:168px;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 10px 9px 0;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ==|== primary styles =====================================================
   Author: Laurens Ortiz
   Email: laurens.ortiz@gmail.com
   Date: Oct 2011
   ========================================================================== */
   
   
   
body{background:#fff url(../img/setec_bg_menu.gif) 0 115px repeat-x; font:Helvetica,Arial,  sans-serif;}
#wrapper{width:100%; height:100%;}
header[role="mainHeader"]{padding-top:17px;}
 section[role="description"]{width:950px; min-height:auto; margin:0 auto}
header[role="mainHeader"],section[role="products"], footer[role="mainFooter"] section{width:950px; min-height:auto; margin:0 auto; position:relative;}
section[role="products"]{color:#CCC}
section[role="products"] p{color:#fff;}

header[role="mainHeader"] h1{margin:0 0 7px; width:328px; height:91px;}
nav[role="mainNav"]{width:950px; height:78px; background:url(../img/sentec_bg_nav.png) repeat-x; position:absolute; top: 115px; left:0; z-index:20000;}


nav[role="mainNav"] ul.sf-menu li{display:inline; float:left; margin:0 10px;line-height: 5.5em;}
nav[role="mainNav"] ul.sf-menu li ul li{ line-height:2.2em; font-size:1em; margin:0;}
nav[role="mainNav"] li a{color:#FFF; text-transform:uppercase; font-size:1.38em; padding:5px 20px;   text-decoration:none; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:2px;}
nav[role="mainNav"] ul.sf-menu li ul li a{-moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; display:block; padding:0 20px; font-size:1em}

nav[role="mainNav"] li a:hover, nav[role="mainNav"] li a.active{background:#89ac10 url(../img/setec_bg_link.gif);}
nav[role="mainNav"] ul.sf-menu  > li:first-child{margin-left:70px}


#slider{width:950px; height:369px; margin-top:0px; overflow:hidden;}

#home{width:100%; min-height:328px; background:url(../img/setec_bg_Content.jpg) repeat-x;}

section[role="description"], section[role="products"]{ min-height: 257px; padding:38px 40px 21px;  width:895px;}
section[role="description"]{background:url(../img/setec_shadow.png) no-repeat center center;}
#home h1{color:#fff; font-size:24px; margin-top:0; }
#home h1 span{font-size:30px;}
section[role="description"] p{line-height:24px; color:#fff; font-size:14px;}

/*Fixed Nav*/
nav[role="mainNav"].fixed{position:fixed; height:45px; top:0; left:auto; background:url(../img/sentec_bg_nav_white.png) repeat-x; z-index:2000; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; opacity:0.9;filter:alpha(opacity=90); }
nav[role="mainNav"].fixed ul.sf-menu li{line-height:3.5em;}
nav[role="mainNav"].fixed ul.sf-menu li ul li{line-height: 2.2em;}
nav[role="mainNav"].fixed .sf-menu li:hover ul, nav[role="mainNav"].fixed .sf-menu li.sfHover ul{top:45px;}
nav[role="mainNav"].fixed li a > .sf-sub-indicator{top:1em}


/*Menu */
#sliderProduct{width:895px; height:232px; overflow:hidden; position:relative;}
#sliderProduct ul{position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
			width:100000px;
       }
#sliderProduct li{display:inline; float:left; margin-left:57px;}
#sliderProduct li:first-child{margin-left:0;}
        
 
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }

/*INTERNAL*/
#internal{margin: 0 auto;padding: 104px 41px; text-align:justify; width: 888px; color:#1e1e1e; list-style:24px; background:url(../img/setec_shadow_int.png) no-repeat top}
#internal ul{padding-left: 30px;}
#internal ul li{padding-left: 20px; background:url(../img/list.jpg) no-repeat left 2px; padding: 3px 0 3px 24px;}
#internal ul li ul{padding: 10px 0 10px 30px; font-weight:bold;}
#internal section h1{font-size:24px; color:#8bae10; text-transform:capitalize;margin-top:0;}
#internal a:hover{text-decoration:underline;}
section[role="ourTeam"] dt, section[role="ourTeam"] dd{float:left; margin-bottom:50px;}
section[role="ourTeam"] dt{clear:left;}

section[role="ourTeam"] dd h2{margin-top:0;}
section[role="ourTeam"] dd h2 span{color:#999; font-size:16px;}
section[role="ourTeam"] dd ul li{display:inline; float:left; margin:0 5px;}
section[role="ourTeam"] {width:70%;}
section[role="ourTeam"] img{border:2px solid #CCC}
section[role="ourTeam"] dd ul li.phone{background:url(../img/phone.gif) no-repeat left center; padding-left:30px; }
section[role="ourTeam"] dd ul li.email{background:url(../img/email.gif) no-repeat left center; padding-left:30px; }

footer[role="mainFooter"] {min-height:100px; background:#181818; padding-top:12px;}
footer[role="mainFooter"] section, footer[role="mainFooter"] section a span{color:#a3a3a3;}
footer[role="mainFooter"] section a, footer[role="mainFooter"] section a:hover span{color:#9aca0b; text-decoration:none;}
footer[role="mainFooter"] section a:hover{color:#fff;}
footer[role="mainFooter"] figure{text-align:center;}
footer[role="mainFooter"] .contentFooter{min-height:305px;}
footer[role="mainFooter"] .info{padding-top:30px;}
footer[role="mainFooter"] .info p{float:left;margin:0; margin-right:50px; }
footer[role="mainFooter"] #socialLink{float:right;}






/*Slider ------------------*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
