html {
	height: 100%;
	width: 100%;
}
body {
	background-image: #CCC url(../images/web_elements/background.jpg);
	font-family: "Courier New", Courier, monospace;
	height: 100%;
	width: 100%;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
}
#header {
	height: 218px;
	position: relative;
	float: left;
}
#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 70px;
}

/*************** Navigation ***************/
.hamburger {
	position: absolute;
    right: 35px;
    top: 50px;
}
.hamburger .line{
  width: 30px;
  height: 4px;
  background-color: #666;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

#menu {
	background-color: #FFF;
	z-index: 100;
}
#menu.padding-none {
	padding-bottom: 0 !important;
}
#menu a {
	position: relative;
}
#menu a img {
	width: 180px;
}
#menu ul {
	padding-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	display: none;
}
#menu ul ul {
	padding-bottom: 0;
}
.menu-active {
	display: block !important;
}
#menu ul.menu-active {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
#menu ul li {
	margin-bottom: 5px;
	font-family: "Cantarell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:20px;
	font-size:20px;
	color:#666;
}
#menu ul li a {
	padding-left:40px;
	background:url(../images/web_elements/nav_pointer_blank.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
}
#menu ul li a:hover {
	background:url(../images/web_elements/nav_pointer.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
}
#menu ul li a:active {
	background:url(../images/web_elements/nav_pointer.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
}
	
#menu ul li a:visited {
	text-decoration:none;
	color:#666;
}
	
#menu ul ul li a:link {
	margin-bottom: 5px;
	font-family: "Cantarell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:20px;
	font-size:14px;
	color:#666;
	padding-left:60px;
	
}
	
#menu ul ul li a:hover {
	color:#8EC63E;
	background:url(../images/web_elements/nav_pointer_blank.png);
}
	
#pointer {
	float: left;
	width: 40px;
	background-color: #CCC;
	height: 16px;
	margin-bottom: 5px;
}

/*************** Navigation ***************/

#sub_navigation {
	float: left;
	position: relative;
	margin-top: 30px;
	margin-bottom: 0px;
	height: 32px;
	z-index: 0;
}
#sub_navigation ul {
}
#sub_navigation ul li {
	font-family: gillsans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	height: 22px;
	background-color: #F18700;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#sub_navigation ul li a:link {
	font-family: gillsans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4B2B12;
	background-color: #F18700;
	text-decoration: none;
}
#sub_navigation ul li a:visited {
	font-family: gillsans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4B2B12;
	background-color: #F18700;
	text-decoration: none;
}
#sub_navigation ul li a:hover {
	font-family: gillsans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #965423;
	text-decoration: none;
}

/*************** Grid ***************/
.col-md-8, .col-md-4 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*************** Slides ***************/
#slides {
	width: 100% !important;
}
#slider, #wowslider-container1, .ws_images, #slides #slider #wowslider-container1 .ws_images span img {
	width: 100% !important;
	height: auto;
}
#slider {
	height: 230px !important;
}
#wowslider-container1 {
	height: 230px !important;
}


/*************** Sidebar ***************/
#sidebar {
	height: 270px;
	text-align: right;
}
#sidebar img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar_consult{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.sidebar_consult a img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.sidebar_consult1 {
	float: left;
	width: 100%;
	padding: 15px;
	background: rgba(103,175,68,1);
	background: -moz-linear-gradient(top, rgba(103,175,68,1) 0%, rgba(142,198,62,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,175,68,1)), color-stop(100%, rgba(142,198,62,1)));
	background: -webkit-linear-gradient(top, rgba(103,175,68,1) 0%, rgba(142,198,62,1) 100%);
	background: -o-linear-gradient(top, rgba(103,175,68,1) 0%, rgba(142,198,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(103,175,68,1) 0%, rgba(142,198,62,1) 100%);
	background: linear-gradient(to bottom, rgba(103,175,68,1) 0%, rgba(142,198,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67af44', endColorstr='#8ec63e', GradientType=0 );
}
.sidebar_consult1 h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
}
.sidebar_consult1 h4 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.sidebar_consult1 p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 14px;
	margin-bottom: 5px;
}
.sidebar_consult1 h4 a:link, .sidebar_consult1 p a:link {
	color: #fff;
	text-decoration: none;
}
.sidebar_consult1 h4 a:visited, .sidebar_consult1 p a:visited {
	color: #fff;
	text-decoration: none;
}
.sidebar_consult1 h4 a:hover, .sidebar_consult1 p a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar_brand {
	width: 100%;
	background-color: #fff;
	float: left;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar_brand h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.sidebar_news ul li  {
	text-align: left !important;
}
.sidebar_top {
	width: 100%;
	background-color: #CCC;
	float: left;
}
.sidebar_top h1{
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 30px;
	background-color: #999;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.sidebar_top h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
	padding-left: 15px;
}
.sidebar_top h2 a:link{
	color: #666;
	text-decoration: none;	
}
.sidebar_top h2 a:visited{
	color: #666;
	text-decoration: none;	
}
.sidebar_top h2 a:hover{
	color: #666;
	text-decoration: underline;
}
.sidebar_top ul{
	margin-left: 15px;
	margin-right: 15px;
}
.sidebar_top li{
	float: left;
	width: 48%;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar_top li:nth-child(2n+1) {
	margin-right: 10px;
}
.sidebar_top li h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
	margin-left: -15px;
}
.sidebar_top li h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.sidebar_top li img {
	width: 100%;
	height: auto;
}
/*************** Sidebar ***************/


/*************** Content ***************/
#main_content {
	padding-bottom: 100px;
	margin-top: 50px;
}
#main_content_header {
	background-image: url(../images/web_elements/header_background.jpg);
	text-align: center;
	height: 115px;
	background-position: top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 42px;
	color: #E6CA4A;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 100px;
}
.article_subnav {
}
.article_subnav ul li {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height:30px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.article_subnav ul li a:link {
	color: #fff;
	text-decoration:none;
	background:#666;
	padding:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.article_subnav ul li a:visited {
	color: #fff;
	text-decoration:none;
	background:#666;
	padding:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.article_subnav ul li a:hover {
	color: #fff;
	text-decoration:none;
	background:-moz-linear-gradient(top, #68AF44, #8EC63E);
	background:-webkit-linear-gradient(top, #68AF44, #8EC63E);
	background: -ms-linear-gradient(top, #68AF44, #8EC63E);
	background: -o-linear-gradient(top, #68AF44, #8EC63E);
	padding:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.filter ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 23px;
}
.filter ul li a:link {
	color: #666;
	text-decoration:none;
}
.filter ul li a:visited {
	color: #666;
	text-decoration:none;
}
.filter ul li a:hover {
	color: #8EC63D;
	text-decoration:underline;
}
.filter ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	float: left;
	margin-right: 15px;
}
.article {
	float: left;
	width: 100%;
	background-color: #E7E7E7;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.article h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.article h2 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.article h3 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article h3 a:link {
	color: #666;
	text-decoration:none;
}
.article h3 a:visited {
	color: #666;
	text-decoration:none;
}
.article h3 a:hover {
	color: #666;
	text-decoration:underline;
}
.article h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
}
.article ol {
	list-style-position: outside;
}
.article ol li{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	list-style-type: decimal;
	margin-left: 30px;
}
.article img {
	max-width: 100%;
	height: 100%;
}
.list {
	list-style-position: outside;
}
.list li{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 16px;
	list-style-type: disc;
	margin-left: 20px;
}
.article p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 17px;
}
.article p a:link{
	color: #666;
	text-decoration:none;
}
.article p a:visited{
	color: #666;
	text-decoration:none;
}
.article p a:hover{
	color: #666;
	text-decoration:underline;
}
.button_courseguide1 {
	background-image: url(../images/web_elements/button_course_guide1.jpg);
	height: 21px;
	width: 150px;
	padding-top: 8px;
	text-align: center;
}
.button_courseguide1 p{
	color: #630;
	text-decoration:none;
	font-size: 11px;
}
.button_courseguide2 {
	background-image: url(../images/web_elements/button_course_guide2.jpg);
	height: 21px;
	width: 150px;
	padding-top: 8px;
	text-align: center;
	margin-top: 10px;
}
.button_courseguide2 p{
	color: #630;
	text-decoration:none;
	font-size: 11px;
}
.border_bottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #42210B;
}
.border_bottom_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #42210B;
}
.sidebar_top li.border_bottom_dot {
	width: 100% !important;
}
.box_left {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom:10px;
}
.box_right{
	float: left;
	width: 48%;
	margin-bottom:10px;
}
.box_left a img, .box_right a img {
	width: 100%;
	height: auto;
}

.box_project {
	float: left;
	width: 100%;
	min-height: auto;
	margin-right: 10px;
	margin-bottom:10px;
}

.box_project img {
	width: 100%;
	height: auto;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
/*************** Content ***************/

/*************** Products ***************/
.products {
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}
.products h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #8EC63D;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.products p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 17px;
}
.products a img {
	width: 100%;
	height: auto !important;
}
/*************** Products ***************/

/*************** Projects ***************/
.projects {
	float: left;
	margin-bottom: 10px;
}
.projects h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #8EC63D;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.projects p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 17px;
}
/*************** Projects ***************/

/*************** Footer ***************/
#footer {
	height: 70px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 200;
	background-image: url(../images/web_elements/footer.png);
	background-repeat: repeat-x;
	background-position: center;
}
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 11px;
}
#footer p a:link{
	color: #333;
	text-decoration:none;
}
#footer p a:visited{
	color: #333;
	text-decoration:none;
}
#footer p a:hover{
	color: #333;
	text-decoration:underline;
}
/*************** Footer ***************/


.myform {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}

.myform .send_button {
	border-bottom-style: none;
	background-color: #65AE44;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
@font-face {
    font-family: 'BandaRegular';
    src: url('../fonts/banda_regular-webfont.eot');
    src: url('../fonts/banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/banda_regular-webfont.woff') format('woff'),
         url('../fonts/banda_regular-webfont.ttf') format('truetype'),
         url('../fonts/banda_regular-webfont.svg#BandaRegular') format('svg');
	font-family: 'Cantarell';
    src: url('../fonts/Cantarell-Regular.eot');
    src: url('../fonts/Cantarell-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cantarell-Regular.woff') format('woff'),
         url('../fonts/Cantarell-Regular.ttf') format('truetype'),
         url('../fonts/Cantarell-Regular.svg#Cantarell') format('svg');
    font-weight: normal;
    font-style: normal;
}


.paging  {
width: 100%;
text-align: center;
margin-top: 20px;
clear:both;
}

.paging a {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
color: #69B044;
text-decoration: none;
}

.paging a:hover {
	color: #666;
}
	

.paging current  {

	

}

.activemenu {
	
	background:url(../images/web_elements/nav_pointer.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#666;
}

.articlehome {
	width: 100%;
	min-height: 683px;
	float: left;
	background-color: #E7E7E7;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
}

.articlehome h1 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.articlehome h2 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.articlehome h3 {
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.articlehome h3 a:link {
	color: #666;
	text-decoration:none;
}
.articlehome h3 a:visited {
	color: #666;
	text-decoration:none;
}
.articlehome h3 a:hover {
	color: #666;
	text-decoration:underline;
}
.articlehome h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
}
.articlehome ol {
	list-style-position: outside;
}
.articlehome ol li{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	list-style-type: decimal;
	margin-left: 30px;
}

.articlehome p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 17px;
}
.articlehome p a:link{
	color: #666;
	text-decoration:none;
}
.articlehome p a:visited{
	color: #666;
	text-decoration:none;
}
.articlehome p a:hover{
	color: #666;
	text-decoration:underline;
}


/* This is Table Front */

.tablefront {
border-collapse: collapse;
width: 100%;
text-decoration: none;
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;	
}

.tablefront th {
padding-top: 7px;
font-size:8px;
}

.tablefront td {
background-color: #fff ;
	border: 1px solid #E7E7E7;
		padding: 10px;
		color: #666;
		line-height: 9px;
		font-size:9px;
	
}

.tablefront td a {
	text-decoration: none;
	color: #89C53F;
}

.tablefront a:hover {
	color: #666;
}

.tablefront img {
	vertical-align: middle;
}

.tablefront tr {
	border: 1px solid #E7E7E7;
		padding: 10px;
		height: 30px;
		
		color: #fff;
		background-color: #89C53F ;
		text-decoration: none;
		
	font-family: "BandaRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;	
	
}


.tablefront table {
	width: 600px;
}

@media (min-width: 768px) {
	#main_content {
		margin-top: 150px;
	}
	#menu {
		background-color: #FFF;
		min-height: 100%;
		position: fixed;
		z-index: 100;
	}
	#menu a img {
		width: auto;
	}
	#menu ul {
		display: block;
	}
	#menu ul li {
		margin-bottom: 5px;
		font-family: "Cantarell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		line-height:20px;
		font-size:20px;
		color:#666;
	
	}
	#menu ul li a {
		padding-left:40px;
		background:url(../images/web_elements/nav_pointer_blank.png);
		background-position:left;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#666;
	}
	#menu ul li a:hover {
		
		background:url(../images/web_elements/nav_pointer.png);
		background-position:left;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#666;
	}
	
	#menu ul li a:active {
		
		background:url(../images/web_elements/nav_pointer.png);
		background-position:left;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#666;
	}
	
	#menu ul li a:visited {
		text-decoration:none;
		color:#666;
	}
	
	#menu ul ul li a:link {
		margin-bottom: 5px;
		font-family: "Cantarell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		line-height:20px;
		font-size:14px;
		color:#666;
		padding-left:60px;
	
	}
	
	#menu ul ul li a:hover {
	color:#8EC63E;
	background:url(../images/web_elements/nav_pointer_blank.png);
	}
	
	#pointer {
		float: left;
		width: 40px;
		background-color: #CCC;
		height: 16px;
		margin-bottom: 5px;
	}
	
	.box_left {
		float: left;
		width: 210px;
		margin-right: 10px;
		margin-bottom:10px;
	}
	.box_right{
		float: left;
		width: 210px;
		margin-right: 10px;
		margin-bottom:10px;
	}
	.box_left a img, .box_right a img {
		width: 210px;
	}
	
	.box_project {
		float: left;
		width: 210px;
		min-height: auto;
		margin-right: 10px;
		margin-bottom:10px;
	}
	.box_project:nth-child(2n+1) {
		clear: both;
	}
	
	.box_project img {
		width: 100%;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
	}
	
	#slider {
		height: 352px !important;
	}
	#wowslider-container1 {
		height: 352px !important;
	}
	
	.products {
		float: left;
		width: 210px;
		height: 230px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.products a img {
		width: auto !important;
		height: auto !important;
	}
	.sidebar_consult1 {
		float: left;
	}
	
	.sidebar_top li{
		float: none;
		width: auto;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	.sidebar_top li img {
		width: 100%;
		height: auto;
	}
}


