/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
@font-face {
	    font-family: 'futura_condensed_bold-webfont';
	    src: url('../webfontkit/futura_condensed_bold-webfont.eot');
	    src: url('../webfontkit/futura_condensed_bold-webfont.eot?iefix') format('embedded-opentype'),
	         url('../webfontkit/futura_condensed_bold-webfont.woff') format('woff'),
	         url('../webfontkit/futura_condensed_bold-webfont.ttf') format('truetype'),
	         url('../webfontkit/futura_condensed_bold-webfont.svg#futura_condensed_bold-webfont') format('svg');
	    font-weight: normal;
	    font-style: normal; }
	    
@font-face {
    font-family: 'OpenSansLight';
    src: url('../webfontkit/opensans-light-webfont.eot');
    src: url('../webfontkit/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfontkit/opensans-light-webfont.woff') format('woff'),
         url('../webfontkit/opensans-light-webfont.ttf') format('truetype'),
         url('../webfontkit/opensans-light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #Page Styles
================================================== */
.right {float: right;}
.left {float:left;}
video {width:100%; height: auto}

header {
	    float: left;
	    clear: both;
}

#logo {margin-top:10px;}

nav li {margin-top:10px;
     
     font-size:0.875em;
     font-family: Helvetica, sans-serif;
     font-weight:700;
     color:#000000;
     text-transform: uppercase;
     }
     
nav a { color: #000000; text-decoration: none; outline: 0; padding:5px 10px;}
nav a:hover { color: #ffffff; text-decoration: none; background-color:#000000; padding:5px 10px;
                      -webkit-transition:background-color .5s ease-in;
                      -moz-transition:background-color .5s ease-in;
                      -o-transition:background-color .5s ease-in;
                      transition:background-color .5s ease-in;
		       }
     
nav ul {margin-bottom:0px;}    

.menu {padding-top:10px;}

.menu li {display: inline;}

.actives {background-color:#000; padding:5px 10px; color:#fff;}

#language {margin-top:10px;}

.language {padding-top:0px;}

.language li {display: inline; margin-left:3px;}

.divisor {
    border-top: 1px solid #CCCCCC;
    float: left;
    margin: 10px 0;
    width: 100%;
}


hr {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.45) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.45) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.45) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.45) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.45) 50%, hsla(0,0%,0%,0) 100%);
}

.flex-container {margin:25px 0px 30px 0px;}

#player {margin-top:25px; }
video {border:1px solid #ccc;}

.options img{margin-right:5px;}
.options a {font-size:0.75em;
	    font-family: Helvetica, sans-serif;}
	    
.options a { color: #666666; text-decoration: none; outline: 0; padding:5px 10px;}
.options a:hover { color: #ff0000; text-decoration: none;  padding:5px 10px;
                      -webkit-transition:color .7s ease-in;
                      -moz-transition:color .7s ease-in;
                      -o-transition:color .7s ease-in;
                      transition:color .7s ease-in;
		       }
	    
.hd {float:left;}
.download {float:right;}

#features {margin-top:25px; margin-bottom:25px;}

#features h1 {
	    font-size:2em;
	    font-family: Helvetica, sans-serif;
	    font-weight:700;
	    color:#666666;   
}

#features p, li {
	    font-size:	0.938em;
	    font-family:'OpenSansLight',Helvetica, sans-serif;
	    font-weight:normal;
	    color:#666666;
	    text-align:justify;
	    line-height:21px;
	    
}

#features h3 {
	    font-size:1em;
	    font-family: Helvetica, sans-serif;
	    font-weight:700;
	    color:#6d6e71; 
}

ul.checklist li {
    background: url("../images/tick3.png") no-repeat scroll left top transparent;
    line-height: 18px;
    list-style: none outside none;
    padding-left: 22px;
    margin-left:10px;
    float:left;
    margin-bottom:10px;
    font-size:0.938em;
    font-family: 'OpenSansLight', sans-serif;
    padding-top:0px;
    margin-right:0px;
}

.boxes {margin-bottom:25px; float:left; margin-left:2%;}

.box {border:thin solid #ccc;
      background-color:#fdfbfb;
      min-height:190px;
      margin-bottom:10px;
      padding:10px;
      -webkit-border-radius:10px;
      -o-border-radius:10px;
      border-radius:10px;
      position: relative;
}

.box_ {
      border:thin solid #ccc;
      background-color:#ffffff;
      margin-bottom:10px;
      padding:10px;
      -webkit-border-radius:10px;
      -o-border-radius:10px;
      behavior:url(piecss/PIE.htc);
      border-radius:10px;
      position: relative;
      
}

.iconweb {
	    background-image:url(../images/icon_web.png),url(../images/bg-noise.png);
	    background-position:3% 50%; 
	    background-repeat: no-repeat, repeat;
	    padding-left:65px;
	    padding-bottom:10px;
	    padding-top:20px;
	    padding-right:10px;
}

.iconuni {
	    background-image:url(../images/icon_uni.png),url(../images/bg-noise.png);
	    background-position:3% 50%; 
	    background-repeat: no-repeat, repeat;
	    padding-left:65px;
	    padding-bottom:10px;
	    padding-top:20px;
	    padding-right:10px;
}

.iconint {
	    background-image:url(../images/icon_int.png),url(../images/bg-noise.png);
	    background-position:3% 50%; 
	    background-repeat: no-repeat, repeat;
	    padding-left:65px;
	    padding-bottom:10px;
	    padding-top:20px;
	    padding-right:10px;
}

.box_ h3 {font-size:1em;
          line-height:18px;
	  color:#444;
	  font-family:'OpenSansLight', sans-serif;
}



.center {margin-left:4px; margin-right:0px;}

.boxes h1 {
            font-size:1.188em;
	    font-family: Arial, sans-serif;
	    font-weight:normal;
	    color:#171717;
	    padding-bottom:10px;
	    border-bottom:thin solid #ccc;
	    padding-left:40px;
	    padding-top:10px;
	   
}

.boxes p {
	    font-size:0.875em;
	    font-family: Arial, sans-serif;
	    font-weight:normal;
	    color:#5e5e5e;
	    text-align:justify;
	    margin-bottom:10px;
	   
}

.boxes a { color: #4e4b4b; text-decoration: none; outline: 0;}
.boxes a:hover { color: #ff0000; text-decoration: none; }

.conceito {
	    background: transparent url(../images/conceito.png) no-repeat left top;
}
.tecnologia {
	    background: transparent url(../images/tecnologia.png) no-repeat left top;
}
.diferenciais {
	    background: transparent url(../images/diferenciais.png) no-repeat left top;
}

.mais {
	  bottom: 5px;
          position: absolute;
          right: 10px;
          text-align: right;   
}
.mais a {font-family: Arial, sans-serif; font-size:12px;}

.app {margin-bottom:25px;}
.app p {font-family: Arial, sans-serif; font-size:12px; margin-left:25px;}

.app h5 {
	    font-size:1.188em;
	    font-family: Arial, sans-serif;
	    font-weight:700;
	    color:#474747;
	    padding-left:25px;
	    margin-bottom:0px;
}

.big_footer {margin-top: 50px; background-color:#2c2c2c; padding:10px 0;border-top:1px solid #000;}

.footer_left p { 
	    float: left;
	    margin-bottom: 0px;
	    margin-left:5px;
	    padding-top: 10px;
	    font-size:11px;
	    color:#ffffff;
 }
 
 .footer_right { 
	    float: right;
	    margin-bottom: 0px;
	    margin-left:5px;
	    padding-top: 6px;
	    font-size:12px;
	    color:#ffffff;
 }
 
 .footer_right ul {text-align:right;
	           font-size:12px;
	           color:#ffffff;
		   
 }
 
.footer_right li {display: inline; margin-bottom:0px; margin-left:25px;} 
 
.footer_right p {display: inline; margin-left:10px; color:#fff;}
.footer_right a{ color: #fff; text-decoration: none; font-size:12px; }
.footer_right a:hover { color: #ff0000; text-decoration: none; }

.dropcap {font-size:2.188em;}
.red {color:#ff0000;}
#typo {
	    font-size:	0.938em;
	    font-family:'OpenSansLight', sans-serif;
	    font-weight:normal;
	    color:#666666;
	    text-align:justify;
	    line-height:21px;
	    
}
#typo h1 {
	    font-size:1.125em;
	    font-family: Helvetica, sans-serif;
	    font-weight:bold;
	    text-transform: uppercase;
}

#typo h2 {
	    font-size:0.938em;
	    font-family: Helvetica, sans-serif;
	    font-weight:bold;
	    text-transform: uppercase;
}


#typo h3 {
	    font-size:0.938em;
	    font-family: Helvetica, sans-serif;
	    font-weight:bold;
	    }

#typo2 p{
	    font-size:	0.938em;
	    font-family:'OpenSansLight', sans-serif;
	    font-weight:normal;
	    line-height:21px;
	    color:#6d6e71;
	    text-align: left;
	    margin-bottom:0px;
}

#typo p {
	    font-size:	0.938em;
	    font-family:'OpenSansLight', sans-serif;
	    font-weight:normal;
	    line-height:21px;
}
/*-------------------------home------------------------------------------*/
.sp {margin:15px 10px;}



/*-------------------------empresa----------------------------------------*/
.header_geral {
	 margin:25px 0;
	 border-bottom:thin solid #ff0000;
	 background: transparent url(../images/maze_icon.png) right center no-repeat;
	 padding-bottom:5px;
}

.header_geral h1{
	   
	    color:#ff0000;
	    font-family: 'futura_condensed_bold-webfont';
	    font-size:25px;
	    line-height:63px;
	    height:48px;
	    margin-bottom: 0px;
	    }


.globo {margin-top:10px;}

/*-------------------------conceito------------------------------------------*/
.docs {clear: both; margin-top:10px; margin-bottom:10px;}
.seta {width:100%; height:51px; float:left; margin:20px auto; background: url(../images/seta.png) 50% 50% no-repeat ;}

.nucleo, .geracao, .identificacao  {text-align: center;}

#dados {
	background-color:#efefef;
	float:left;
	border-radius:10px;
	behavior:url(piecss/PIE.htc);
	padding: 5px 20px;
	width:96%;
	border:thin solid #e4e4e4;

}

#dados .aligncenter {margin-left:12%;}

#dados .aligncenter h3 {text-align:center;}




/*-------------------------tecnologia------------------------------------------*/
.m_align {
	    vertical-align: middle;
	    padding-top:45px;
}

/*-------------------------aplicacoes------------------------------------------*/
.palete {
    background-color:#eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    border-radius: 10px;
    behavior:url(piecss/PIE.htc);
    float: left;
    width:100%;
    margin-bottom:10px;
}
.palete li { margin-bottom:0px;}
.palete img {position:relative;}
ul.lista { 
	float: right;
    margin-left: 75px;
    margin-top: -45px;
    padding:10px;}

#pagination {position:relative; width:100px; margin:25px auto; text-align: center; font-family: Helvetica, sans-serif;}


.palete h2 {
	    font-size: 14px;
	    line-height:20px;
	    padding-top:10px;
}

ul.lista2 { float: right;
    margin-left: 75px;
    margin-top: -30px;
    padding: 10px;}
    
    
ul.lista3 {
    float: left;
    margin-left: 0;
    margin-top: -10px;
    padding: 5px;
}    

h2.accordion{ cursor: pointer; }
div.accordion{ display: none; }

/*accordion*/


#st-accordion img {
	    padding-top:5px;
}


.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #cccccc;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Arial',Georgia, serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 18px;
    display: block;
	position: relative;
    line-height: 35px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    font-size:  12px;
    font-family:  Arial, serif;
    line-height:  16px;
    margin:0 0 5px;
    padding-left:20px;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}




/* #addons
================================================== */

/* Elastislide Style */
.es-carousel-wrapper{
	background: #f6f6f6;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior:url(piecss/PIE.htc);
	position:relative;
	margin-bottom:25px;
}
.es-carousel{
	overflow:hidden;
	background:#f6f6f6;
	margin-top:10px;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
}

.es-carousel ul li img:hover{
	/*border:thin solid #ccc;*/
	border-radius:4px;
	-moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
}


.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(../images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

/* slider
================================================== */
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 1px solid #ccc; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; margin-bottom:0px;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav {display:none;}
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* tooltip
================================================== */
.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../images/tipsy-west.gif);
	background-position:left center;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
















/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	    .center {margin-left:0}
	    
	    #carousel {margin:40px;}
	
		}
		
	    

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('webfontkit/futura_condensed_bold-webfont.eot');
	    src: url('webfontkit/futura_condensed_bold-webfont.eot?iefix') format('eot'),
	         url('webfontkit/futura_condensed_bold-webfont.woff') format('woff'),
	         url('webfontkit/futura_condensed_bold-webfont.ttf') format('truetype'),
	         url('webfontkit/futura_condensed_bold-webfont.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/