@media all {/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: 30px;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}}
@media all {/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}
}
@media all {.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f0f0f0; }
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #40a070 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #40a070 } /* Literal.Number.Float */
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */}
@media all {/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESET */

body {
    line-height: 1.4;
    color: #333940;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* LAYOUT */
#body-container{ padding-top: 22px; }

.post, .bookmark, .quote { margin-bottom: 1.2em; }

.post .date, .bookmark .date, .quote .date {
  float: left;
  padding: .3em .4em .3em 1.2em;
  background: #76d5ff; /* c14040 */
  margin: 0.3em 0  0 -6.0em;
  width: 3.8em;
}

#comments{
    margin-top: 1.8em;
    border-top: solid 1px #CCC;
    padding-top: .6em;
}

.post .teaser{
    border-bottom: solid 1.0em #333940;
    padding: .1em .1em .8em .1em;
    margin-bottom: .9em;
}

#right-rail p {
    font-size: .8em;
    margin-bottom: 1.8em;
}

.post_list .post, #header, .post_list .quote, .post_list .bookmark {
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ccc;
}
.post_detail .subscribe {
    margin-top: 1.2em;
}

#right-rail ul{ margin-left: 0em;}

.filter-title{
    margin-bottom: 1.2em;
    background-color: #ccc;
    padding: .3em;
}

.post-img {
    margin: 1.2em 0em 1.2em 1.2em;
    padding: .8em .8em 0em 1.6em;
    background-color: #e4e4e4;
    width: 564px;
    border-left: solid 1.0em #dedede;
}

.post-img p {
    margin-left: .2em;
    line-height: 1.4em;
}

.post-img {
  float: left;
  margin: 0.3em 0  0 -6.0em;
}

.video
{
    background-color: #000;
    text-align: center;
}

ul.recent-posts li, .post li
{
    list-style: disc;
    left-margin: 1.2em;
    list-style-position: inside;
    color: #333940;
}

.bookmark p{ margin-top: .8em;}

/* FORMS */
label
{
    display:block;
    font-weight: bold;
}

#form-error
{
    color: #c14040;
}

#form-error li
{
    list-style: disc;
}

/* CODE */
pre, pre.prettify
{
  overflow: auto;
  z-index: 0;
  background-color: #fff;
  padding: .6em 0em .6em .6em;
  display: block;
  width: 99%;
  border: 1px solid red;
}


/* HEADER/NAV */
#header
{
  margin-left: 80px;
  width: 960px;
  margin-bottom: 30px;
    padding-bottom: 1.0em;
}

#logo { float: left; }

.navbar-one {
    margin-top: 10px;
    float: right;
    margin-top: .6em;
}

#search {
    margin-top: 10px;
    margin-top: 1.6em;
    margin-bottom: 1.8em;
    float: right;
}

ul.navbar-one li
{
  float:left;
  list-style: none;
  margin-right: 20px;
}

#nav{ float: right; }

.button{ margin-left: .6em;}

.subscribe li
{
  float:left;
  list-style: square;
  margin-left: 2.6em;
}

/* PAGINATION */
#pagination .older{ float: right; }

#pagination .newew{ float: left; }

/* FOOTER */
#footer{ margin-top: 2.8em; }

#footer p{ margin-left: 1.6em; padding-bottom: 1.8em; }

/* TYPE BASE */
p, ul, ol, pre { font-size: 1em; margin: 0 0 0.6em; }

ul, ol { margin-left: 1.4em; }

ul ul { margin-bottom: 0; }

h1{ font-size: 2.0em; }

h2, h3, h4, h5 { margin: 1em 0 0.2em; font-weight: bold; }

h2 { margin: 0.25em 0 .2em; font-size: 1.8em; letter-spacing: -0.025em; line-height: 1.2em; font-weight: 400; }

h3 { font-size: 1em; margin-bottom: 0.25em; }

h4 { font-size: 0.875em; }

p, li { font-size: .9em; line-height: 1.4em;}

/* TYPE SPECIFIC */
.post .teaser{
    font-size: 1.1em;
    line-height: 1.2em;
}

#right-rail p, #right-rail ul {font-size: .8em;}

.post .date, .bookmark .date, .quote .date  { color: #fff; }

ul.navbar-one li
{
  font-size: .9em;
  text-decoration: none;
  color: #999ca0;
}

#footer p{ font-size: .8em; }

.filter-title{ font-size: 1.4em; }

.list-tease { font-size: .9em; }

.subscribe ul{ font-size: .9em;}

/* LINKS */
a:link, a:visited {
    /* 76d5ff 3c94bc 3e4d5c 66bbe0 */
    color: #3c94bc;
    text-decoration: none;
    font-weight: bold;
}

a:hover { color: #3c94bc; }

h2 a:link, h2 a:visited{ font-weight: 400; color: #333940;}

h2 a:hover { font-weight: 400; color: #3c94bc;}

#nav ul li a
{
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0em;

}

/* STYLE/ACCENTS */
#bleeder {
    background: transparent url('/static/img/bg_trans.png') top left repeat-y;
    width: 10px;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    height: 100%;
}

/* HELPERS */
.hide
{
  display: none;
  margin-left: -1000;
}}
@media all {
body {
    color: #000;
    background: #FFF; /* url('/static/img/back-body.png') -250px -20px repeat-x; */
	margin:0 auto;
	width:990px;
}


a, a:link, a:visited, h2 a:link, h2 a:visited{ color: #337AFF;}
a:hover, h2 a:hover { color: #999;}

#right-rail a,#right-rail a:link,#right-rail a:visited { text-decoration: underline;color: #555;}
#right-rail a:hover { color: #000; text-decoration: underline !important;}
#right-rail h4 { color: #333;}


/* LAYOUT */
.post .date, .quote .date, .bookmark .date {
	float: left;
	padding: .3em .4em .3em 1.2em;
	background: url('/static/img/green-h3.png') repeat-x;
	
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0, .4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
	
	height:22px;
	color: #fff;
	margin: 0.3em 0  0 -6.0em;
	width: 3.8em;
	text-shadow: 0 -1px 0 rgba(0,0,0, .2);
}

.post .teaser{ border-bottom: 0.3em solid #33CC66}


#header {
  margin-bottom:30px;
  padding-bottom:1em;
  margin: 0 auto !important;
  border: none !important;
}

#body-container {
background: url('/static/img/back-web.png') repeat-y;
margin: 0 auto;
margin-top: 20px;
padding-bottom: 20px;
box-shadow: 0 6px 20px rgba(0,0,0, .4);
-webkit-box-shadow: 0 6px 20px rgba(0,0,0, .4);
-moz-box-shadow: 0 6px 20px rgba(0,0,0, .4);
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=6);

}
#nav {
float:right;
width:585px;
margin: 5px 0 0 0;

}
#nav ul li a {
font-size:1em;
font-weight:400;
text-decoration:none;
font-weight: bold;
padding: 5px 10px;
color: #666;
text-shadow: 0 -1px 0 rgba(0,0,0, .2);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;

zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);

}

#language{
    color:#CCCCCC;
    float:right;
    font-size:12px;
    list-style-type:none;
    margin:6px 10px 0 0;
    padding:5px 0;
    
}


#nav ul li a:hover{
color: #337aff ;
}
ul.navbar-one li {
float:left;
list-style:none outside none;
margin-right: 3px;

}

.navbar-one {
float:left;
margin-top:0.6em;

}

.selected {
background: url('/static/img/blue-h3.png') repeat-x;
/*
border: solid 1px #337aff !important;*/
color: #fff !important;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
	 box-shadow: 0 1px 2px rgba(0,0,0, .4);
}

#tagline {
  bottom:70px;
  color:#FFFFFF;
  font-size: 30px;
  margin-left: 30px;
  position:absolute;
  text-align:left;
  width:95%;
  text-shadow: 0 -1px 0 rgba(0,0,0, .4);
}

#tagline p{
    line-height: 1.3em;
}

.product{
    padding: 10px 0 0 0 ;
    height: 400px;
}

.product img{
    display: inline;
    float: right;
    width: 260px;
    margin-top: 40px;
}

.product p{
    font-size: 16px;
}

.product h4 {
    font-size: 18px !important;
    margin-top: 10px;
}
.products{
    background: white !important;
}
/* root element for scrollable */ 
div.scrollprod { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    list-style-type:none; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 320px; 
    width: 560px; 
} 
 
/* root element for scrollable items */ 
div.scrollprod div.itemsprod { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#scroll {
	position:relative;
	height:380px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:300px;
}

.tool {
	float:left;
	width:990px;
	height:300px;
	background-repeat:no-repeat;
	background-position:0 0px;
}


.details {
color:#CCCCCC;
font-size:20px;
margin:30px 0 0 250px;
padding:10px 50px;
position:absolute;
width:350px;
text-align: justify;
}

.product-box {
margin:40px 0 0 10px;
position:absolute;
width:100px;
}



.demos {
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.6);

	float:right;
	min-height:355px;
	padding:0 25px;
	width:272px;
}

.demos h2 {
	color:#FFF;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.demos a {
	color:#ccc;
	font-size:14px;
	text-decoration:none;
}

.demos p {
	margin:0 0 4px;
	background:transparent url('/static/img/bullet.png') no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}

#thumbs {
	background:url('/static/img/sprite-nav.png') no-repeat;
	height:90px;
	position:absolute;
	top:300px;
	width:990px;
}

.t a {
	background:transparent url('/static/img/sprite-nav.png') no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:204px;
	_margin-left:194px;
}
/* 21 - > 25.19 */



/* CSS sprite for the navigation */
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-215px -90px; }
#t1:hover 	{ background-position:-215px -180px; }
#t1:active	{ background-position:-215px -270px; }
#t1.active	{ background-position:-215px 0 !important; }

#t2			{ background-position:-325px -90px; }
#t2:hover 	{ background-position:-325px -180px; }
#t2:active	{ background-position:-325px -270px; }
#t2.active	{ background-position:-325px 0 !important; }

#t3			{ background-position:-435px -90px; }
#t3:hover 	{ background-position:-435px -180px; }
#t3:active	{ background-position:-435px -270px; }
#t3.active	{ background-position:-435px 0 !important; }

#t4			{ background-position:-545px -90px; }
#t4:hover 	{ background-position:-545px -180px; }
#t4:active	{ background-position:-545px -270px; }
#t4.active	{ background-position:-545px 0 !important; }

#t5			{ background-position:-655px -90px; }
#t5:hover 	{ background-position:-655px -180px; }
#t5:active	{ background-position:-655px -270px; }
#t5.active	{ background-position:-655px 0 !important; }

#t6			{ background-position:-765px -90px; }
#t6:hover 	{ background-position:-765px -180px; }
#t6:active	{ background-position:-765px -270px; }
#t6.active	{ background-position:-765px 0 !important; }

#t7			{ background-position:-875px -90px; }
#t7:hover 	{ background-position:-875px -180px; }
#t7:active	{ background-position:-875px -270px; }
#t7.active	{ background-position:-875px 0 !important; }


/* nuevo css */


#social {
height: 40px;
width: 100%;
}

#social  li {
float: left;
margin: 9px 0px 0px 0px;
list-style: none;

}
#social  img {
float: left;
margin: 0 10px 0 0;
}
#social p {
line-height: 25px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0, .2);
color: #666;

}

#social  a {
color: #666;

}
#social a:hover {
color: #188e74;
}


#news  ul {
margin: 0;
}
#news  li {
list-style:none;
color: #333;
text-shadow: 0 -1px 0 rgba(0,0,0, .2);
border-bottom: 1px solid #ccc;
font-size: 18px;
}

#news li a, #news h4{
color: #333;
text-decoration:underline;
}


.gbox h3 {
  font-size: 20px;
  color: #fff;
  background: url('/static/img/blue-h3.png') repeat-x center;
  text-align: center;
  height: 36px;
  line-height: 35px;
  text-shadow: 0 -1px 0 rgba(0,0,0, .2);
  font-weight: normal;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  margin: 0; 
}

.gbox p{
    text-align: justify;
}

#submit {
    width: 150px;
    font-size: 18px;
     color: #fff;
     background: url('/static/img/blue-h3.png') repeat-x center;
     text-align: center;
     font-weight: normal;
     float:right;
      margin: 20px 20px;
      text-shadow: 0 -1px 0 rgba(0,0,0, .2);

      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0,0,0, .4);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
}

.gbox {
    background: #ecf0f1;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0, .4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
    overflow: hidden;
    margin: 20px 0px;  
    
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);

}

.gbox p, .gbox h4, .gbox li {
    padding: 0px 10px 5px 10px;
    font-size: 14px;
}

#about h4, #planshome h4 {
color: #333;
font-size: 16px;
font-weight: normal;
text-align: justify; 
text-shadow: 0 -1px 0 rgba(0,0,0, .2);
}

.plans p {
text-align: justify;
}

#clients {
  background: none !important;  
}
#clients a{
    display:block;
}

#about img, #planshome img {
float: left;
margin: 30px 10px 30px 10px;
}

#clients ul {
margin: 0 0 0 20px;
}

#clients li {
float: left;
height:65px;
margin: 15px 5px 15px 0;
}

#contact a, #contact a:hover{
    text-decoration: none !important;
    display:block;
    color: white !important;
}

.clearall {
    clear: all;
}

#contact {
    margin-top: 20px;
    font-size: 23px;
     color: #fff;
     text-align: center;
     font-weight: normal;
     height: 40px;
     line-height: 40px;
     text-shadow: 0 -1px 0 rgba(0,0,0, .2);
     background:  url('/static/img/back-contactus-green.png') no-repeat center;
    text-decoration: none !important;
    cursor:pointer;
}

#contact:hover{
    background:  url('/static/img/back-contactus.png') no-repeat center;
}

#id_email, #id_name, #id_body {
    font-size: 18px;
    width: 550px;
} 

#footer {

color:#666;
font-size:16px;
text-align: center;
font-weight:normal;
line-height:18px;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);

margin: 0 0 10px 0px;
padding: 15px 0px 0px 0px;
background: #ecf0f1;
box-shadow: 0 6px 20px rgba(0,0,0, .4);
-webkit-box-shadow: 0 6px 20px rgba(0,0,0, .4);
-moz-box-shadow: 0 6px 20px rgba(0,0,0, .4);

 zoom: 1;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=6);

}

/* root element for single scroll */ 
.scrollport { 
    position:relative; 
    overflow:hidden; 
    width: 580px; 
    height: 1300px;
    float:left;
 
} 

.detailsport p {
    padding: 0px 30px;
    font-size: 18px;
    margin: -10px 0px 0px 0px;
    text-align: justify;
}

/* root element for the scroll pics */ 
.scrollport .itemsport { 
    width:20000em; 
    position:absolute; 
    clear:both; 
} 
 
/* single scroll item */ 
.portdiv { 
    float:left; 
    cursor:pointer; 
    width:580px; 
    margin:0px; 
} 
 
.nameport {
    float: left;
    position: relative;
    margin: -380px 0px 0px 0px;
    
    color: white;
    padding: 10px 10px 10px 20px;
    font-size: 30px;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
    letter-spacing: -0.01em;
    background-color: #111;

} 

.portfolio{
    background-color: white !important;
    color: black;
}
 
/* possible settings for the active scroll */ 
.scrollport.active { 
 
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('/static/img/hori_large.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin: 2px 0px 2px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; float:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url('/static/img/vert_large.png') no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*{{{ buttons */

button {
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#222;
	color:#fff;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
}

button em {
	color:yellow;
	font-style:normal;
}

/* button.custom */
button.custom {
	background:transparent url('/static/img/normal.png') 0 0 no-repeat;	
	height:34px;	
	width:99px;	
	border:0;
	outline:0;
}

button.custom span {
	position:relative;
	top:-1px;		
}


button.custom.low span {
	top:-2px;		
}

#buttonsprod {
     text-align: center;
     width: 100%;
     margin: 0px 0px 0px 0px;
}


/* the thumbnails */
.triggers {
	text-align:center;
}

.triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
.triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('/static/img/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the large image. we use a gray border around it */
#triggers > #img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
    
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:rgba(0, 0, 0, 0.6) url('/static/img/green-h3.png') repeat-x;		
}


/* "next image" and "prev image" links */
.nextPage, .prevPage {
	
	/* absolute positioning relative to the overlay */
	position: relative;
	margin-top: -80px;	
	width: 50px;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	
	/* upcoming CSS3 features */
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prevPage {
	left:0;
	float: left;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.nextPage {
	right:0;
	float:right;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

/* everybody should know about RGBA colors. */
.nextPage, .prevPage {
	background:#4FDB59 url('/static/img/green-h3.png') repeat-x;		
}

.nextPage:hover, .prevPage:hover {
    color: white !important;
    background:#4FDB59 url('/static/img/blue-h3.png') repeat-x;		
}

.portprod > img {
    width: 120px;
    margin: 0px;
    display: inline;
}

.portprod > a{
    font-size: 20px;
    margin: 0 0 0 30px;
}

.portprod {
    margin-top: 40px;
    text-align: center;
    list-style-type:none !important; 
}

.prodbut{
    margin-top: 0px !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.gbox h5 {
  font-size: 20px;
  color: #fff;
  background: url('/static/img/blue-h3.png') repeat-x center;
  text-align: center;
  height: 36px;
  width: 50%;
  line-height: 35px;
  text-shadow: 0 -1px 0 rgba(0,0,0, .2);
  font-weight: normal;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  margin: 0; 
}

.clientimage {
  filter: alpha(opacity=100) !important; 
}

.prodclient{
   	text-align:center;
   	margin-bottom: 20px;
 
}

#foss4g {
    margin-top: 20px;
    margin-left: 100px;
}

table.pretty {
  width: 940px;
  margin: 1em 1em 1em 2em;
//  background: whitesmoke;
  border-collapse: collapse;
}

table.pretty td {
  background:none repeat scroll 0 0 white;
  border:1px silver solid;
  padding:0.5em;
  text-align:center;
  background:#f5f5f5;
}

table.pretty th {
  background: url('/static/img/green-h3.png') repeat-x center;
  border: 1px white solid;
  color: white;
  padding: 0.2em;
  text-align: center;
  font-size: 16px;
}
table.pretty caption {
  font-size: 44px;
  margin-left: inherit;
  margin-right: inherit;
}
table.pretty .tlabel{
  font-weight: bold;
  background: none;
  border: 0px;
  border: 1px silver solid;
}
table.pretty .tsection{
    background: url('/static/img/green-h3.png') repeat-x center;
    color: white;
    width: 150px;
}
.homelink {
  color: white !important;
}
.homelink:hover{
  color: #337AFF !important;
}

.tablecaption {
  width: 95%;
  margin: 28px;
  display: block;
  clear:both;
  position: relative;
  font-size: 20px;
  color: #fff;
  background: url('/static/img/blue-h3.png') repeat-x center;
  text-align: center;
  height: 36px;
  line-height: 35px;
  text-shadow: 0 -1px 0 rgba(0,0,0, .2);
  font-weight: normal;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0, .4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0, .4);
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url('/static/img/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

.anchorproduct{
    color: black;
}

.anchorproduct:hover{
    color: black;
}
}
