/*.bottom-1 {margin: 0 10px 0 10px; border-right: 1px dotted #999;}
.bottom-1 .module_content { padding-right: 20px;}*/
.multithumb{border: 0 !important;}
.clear_style {clear: both; height: 1px !important;}

.stButton {margin-left: 0 !important;}


.nossos_right {padding: 0 20px; color: #333; width: 44%; float: right;}
.nossos_left {padding: 0 20px; color: #333; float: left; width: 47%;}
.top-1{
 background:url('../images/slogan.png') no-repeat 5px 160px; height: 190px;}


#container_logo_menu_mobile, #container_social_mobile {
  padding-top: 15px; padding-bottom: 20px;
}



.btn {font-weight: 400;}
/* Code based on this sample http://thecodeplayer.com/walkthrough/css3-family-tree */

/*Now the CSS*/
.tree * {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative; margin: 0 !important;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #333;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #333;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #333;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #333;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #333;
	padding: 1em 5px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
  
  /*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  */
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/* -------------------------------- */
/* Now starts the vertical elements */
/* -------------------------------- */

.tree ul.vertical, ul.vertical ul {
  padding-top: 0px;
  left: 50%;
}

/* Remove the downward connectors from parents */
.tree ul ul.vertical::before {
	display: none;
}

.tree ul.vertical li {
	float: none;
  text-align: left;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after{
	display: none;
}

.tree ul.vertical li a{
	padding: 10px 0.75em;
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -32px;
  left: 0px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	width: 20px; height: 72px;
}

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px;
}

/* Lets add some extra styles */

div.tree > ul > li > ul > li > a {
  width: 9.0em; height: 55px;
}

div.tree > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}


/* ------------------------------------------------------------------ */
/* Time for some hover effects                                        */
/* We will apply the hover effect the the lineage of the element also */
/* ------------------------------------------------------------------ */
.tree li a:hover, .tree li a:hover+ul li a {

  /* border: 1px solid #aaa; */
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	
}



.download a{background: #2998CC; padding: 0px 10px 0px; text-transform:uppercase; color: #fff !important; width: auto; display: inline-block; font-size: 13px; text-align:left; border-radius:0px; margin-right: 10px; margin-bottom: 10px; font-weight: 400; float: right;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;}

.download a:hover{background: #333;}

.documentos .fa {padding-top: 8px;padding-right: 5px;}

.documentos {background: #e4e4e4; padding: 10px 0px 0px 15px; width: 98%; border-left: 2px solid #2998CC; margin-top: 10px;}

.small-only { display: none  !important; }


.newspaper {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
   
}

table { border: 1px solid #ccc !important; width: 100%;}
th {font-weight: bold; background: #176691; color: #fff !important; border: 0 !important; vertical-align:middle !important; font-size: 13px !important; font-style:normal !important; }
table th p {vertical-align:middle !important; padding: 2px 10px; text-align: left !important;line-height: 18px !important; color: #fff !important;}
table th b, table th strong{color: #fff !important;}
td {text-align: left !important; padding: 2px 10px; border: 0px solid #ccc !important; vertical-align:middle;  font-size: 13px !important;}
table td p {text-align: left !important; font-style:normal !important; }
table td b, table td strong{color: #000 !important; font-weight:normal !important; }
table tr:nth-child(odd) {
    background: #cfe9ff; border-bottom: 1px solid #66a8df;
}
table tr:nth-child(even) {
    background: #fff;
}

table.taxas td {border-right: 1px solid #ccc !important;}
table.taxas th {border-right: 1px solid #398DB4 !important; padding: 2px 10px;}


table.barragem{ border: 1px solid #ccc !important; width: 100%;}
th.barragem {font-weight: bold; background: #176691; color: #fff !important; border: 0 !important; vertical-align:middle !important; font-size: 11px !important; font-style:normal !important; }
table.barragem th { text-align: center !important;}
table.barragem th p {vertical-align:middle !important; padding: 2px 3px; text-align: center !important;line-height: 16px !important; color: #fff !important;}
table.barragem th b, table.barragem th strong{color: #fff !important;}
table.barragem td {text-align: center !important; padding: 9px 3px !important; line-height: 18px; border: 0px solid #ccc !important; vertical-align:middle;  font-size: 13px !important;}
table.barragem td p {text-align: center !important; font-style:normal !important; }
table.barragem td b, table.barragem td strong{color: #000 !important; font-weight:normal !important; }
table.barragem tr:nth-child(odd) {
    background: #cfe9ff; border-bottom: 1px solid #66a8df;
}
table.barragem tr:nth-child(even) {
    background: #fff;
}
table.barragem td {border-right: 1px solid #ccc !important;}

table.barragem th {border-right: 1px solid #398DB4 !important; padding: 2px 3px !important;}



.veja {background: #2998cc;padding: 5px 10px 0 18px; color: #fff !important; }
.veja a {color: #fff !important; margin-left: -18px; font-weight: 400;}
/*.veja a:after {content:"   • "; font-weight:bold;}*/
.veja ul a:hover {color: #000 !important;}
  a.veja:hover {color: #000 !important;}
.veja h3{color: #fff !important; padding: 8px 0 10px 0 !important; text-transform:uppercase;}
.veja li a {color: #fff !important;}
.veja ul a {color: #fff !important; border-bottom: 0 !important; margin: 0 !important; padding: 5px 0 !important;} 
.veja ul {margin-left: -20px  !important;} 
.veja ul li{border-bottom: 1px dotted #83cff3 !important;} 


#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {
    color: #75ceeb !important;
}


#container_header {background-color: rgba(255, 255, 255, 0.6) !important;} 
#header.block_holder {
    background-color: transparent !important;
}
#container_top_modules.container {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#container_main.container {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
#container_bottom_modules_bg {
     background-color: rgba(255, 255, 255, 0.6) !important;
}

#container_copyright_footermenu {
   background-color: rgba(255, 255, 255, 0.6) !important;
}
#container_copyright_footermenu img{
   max-width: 60% !important; height: auto;
}

#footermenu ul li a {
   font-weight: 400 !important;
}



@import url("jstuff.css");

    .sticky {  
        position: fixed;  
        width: 100%;  
        left: 0;  
        top: 0;  
        z-index: 100;  
        border-top: 0;  
    }  

.contactenos { background: #fff; border-bottom: 1px solid #ddd; padding-bottom: 1px;}
.contactenos .module_padding{ padding: 0 5px 0 5px !important;}
.contactenos .module_content{ padding: 1px 5px 1px 5px !important;}
.contactenos .custom{ border: 0;}
.contactenos h3{ text-transform: uppercase; padding-left: 10px; color:#555 !important; text-align:center !important;}

.artsexylightbox_container img{}

.contact_left {width: 30%; float: left;}
.contact_right {width: 65%; float: right;}

#base .module h3, #base .module_menu h3 { text-transform:uppercase;
border-bottom: 0px dotted #dad7b5; margin-bottom: 5px;
}
#base.block_holder {
   padding: 0 !important;
}

.base-1 > .module_margin, .base-2 > .module_margin {
    margin: 10px 20px !important;
}

#copyright-footermenu.block_holder {
    border-top: 0px solid #d9d6b5; padding-top: 5px;
}
#copyright-footermenu {  padding: 15px 0 !important;
}

blockquote {

  border-left: 0px solid #ccc;
  margin: 0;
  padding: 15px 25px 0 0;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 15px;
  color: #000; font-weight:normal;
  margin-left: -8px;
  margin-bottom: 10px;
  font-weight: 300 !important;
  border-right: 1px dotted #999;
  width: 100%;
  
}

blockquote:before {
  color: #fff;
  content: open-quote;
  font-size: 160px;
  line-height:132px;
  margin-right: 0.25em;
  vertical-align: middle;
  background: #444; padding: 20px; display:blocK;
height: 58px;
width: 58px;
float: left;
font-family: Arial, sans-serif
}

blockquote p {
  display: block; font-style:italic !important;
}

#bottom { background:#ffffff; border-bottom: 3px solid #2998cc;}
#container_bottom_modules_bg { background:rgb(217, 214, 181); margin-top: 0px; padding-bottom: 0;}

.steps {
	text-align: justify;
	margin-bottom: 0px;
}

.steps h4{ font-weight:normal !important; font-size: 17px; text-transform:uppercase; line-height: 25px;
}

.serv { text-align:center; color: #333; 
}

.serv:hover img{ -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	 overflow: hidden;
}

.serv:hover h4{ color: #2998CC;
}




.serv img{ margin-left: auto; margin-right:auto; margin-bottom: 20px; border-radius: 50%; border: 7px solid #eee; width: 100%; height: auto;
-webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;          
    transition: all 0.7s ease;
-webkit-box-shadow: 0 20px 10px -10px rgba(0,0,0,0.3);
box-shadow: 0 20px 10px -10px rgba(0,0,0,0.3);
}
.steps > div {
	width: 210px; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
}

.steps:after {
	content: "";
	width: 100%;
	display: inline-block;
    }

.aconselhamento { 
    background:url('../images/aconselhamento.png') no-repeat; 
	background-size:50px 50px;   
	width: 100%; height: 20px;
	color: #444 !important; font-size:13px; text-transform:uppercase;
	padding: 10px 0 30px 62px;
	display: block;
	}
.advocacia { 
    background:url('../images/advocacia.png') no-repeat; 
	background-size:50px 50px;    
	width: 100%; height: 20px;
	color: #444 !important; font-size:13px; text-transform:uppercase;
	padding: 10px 0 30px 62px;
	display: block;
	}
	.consultoria { 
    background:url('../images/consultoria.png') no-repeat; 
	background-size:50px 50px;    
	width: 100%; height: 20px;
	color: #444 !important; font-size:13px; text-transform:uppercase;
	padding: 10px 0 30px 62px;
	display: block;
	}
	.formacao { 
    background:url('../images/formacao.png') no-repeat; 
	background-size:50px 50px;    
	width: 100%; height: 20px;
	color: #444 !important; font-size:13px; text-transform:uppercase;
	padding: 10px 0 30px 62px;
	display: block;
	}
	.apoio { 
    background:url('../images/apoio.png') no-repeat; 
	background-size:50px 50px;    
	width: 100%; height: 20px;
	color: #444 !important; font-size:13px; text-transform:uppercase;
	padding: 10px 0 30px 62px;
	display: block;
	}
	
#slideshow img {border-top-left-radius: 0px; border-top-right-radius: 0px; }

body {
width: 100%;
background:url('../images/water.jpg') no-repeat fixed center top !important;  
font-family: Open Sans !important;
}

div.itemFullText  span{
   font-family: Open Sans !important;
}


#content100 {float:left;}
#header_items {width: 100%;}
#header.block_holder, #slideshow.block_holder, #footermenu.block_holder {padding:0;}
.module_margin, .maincontent, .side_margins {margin:5px;}



.top-1, .top-2, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2  {float: left;}
.block_holder {padding:0px;}

/*--Framework Classes--*/
.block_holder {}

.container {
	width:100%; 
}

.container_bg {
  width:100%; 
}

.wrapper960 {
	width:1070px; 
	margin:0 auto; 
}

.clear {
	clear:both;
}
.menu{}

#content_full {
}

/*--Header Div--*/
#header {
	position:relative;
}

/*  */
#search {
	height:20px;
	position:absolute;
	z-index:10;
}
#search form {
	margin:0;
}
#search .inputbox {
border:medium none;
height:19px;
margin:0;
padding:3px 5px 3px 4px;
width:165px;
}
#search form .search label{
	display: none;
}

/* Custom Module (located in the header) */
#custom {
    padding: 3px;
    position: absolute;
    z-index: 10;
    top:90px;
    right:0px; width: 100%;
}

#custom p, #custom .module_margin{
    margin:0px; font-size:16px;
}


/*--Logo & Slogan Layout--*/
#logo {
	position:absolute;
	
}
.logo_container {
	margin: 0px; 
}
h1.logo {
	margin:0; 
	padding:0; 
}
h1.logo a {
	display:block; 
	position:relative; 
	z-index:0; 
	width:100%; 
	background: url(../images/logo.png) no-repeat; z-index:1;
}
h1.logo-text {
	padding:0; 
}
h1.logo-text a {
	white-space:nowrap; 
	outline:none; 
	position:relative; 
	text-decoration:none; 
	width:100%;
}
p.site-slogan {
	padding:0; 
	position:relative; 
	white-space:nowrap;
}

/*-----------------------------------------------------------------------------------*/
/* Social Media */
/*-----------------------------------------------------------------------------------*/

#social {
  padding:0;
  right: 0px;
  top: 0px;
  z-index: 1;
  position: absolute;
}
#social ul{
  list-style: none;
  margin: 0 1px 0px 0;
  float: right;
}
#social ul li{
  display:block;
  float: left;
  margin:0 4px 0 0;
  padding:0 0 0px 0;
  border: 1px solid #ddd;
  background: #fff;
}
#social ul li a{
  display:block;
  width:40px;
  height:40px;
  text-indent:-9999px;
  background-position: 0px -40px;
  background-repeat: no-repeat;
  opacity: 0.6;
  padding-bottom: 1px;
}
#social ul li a{
  opacity: 1;
}
#social a:hover{
  background-position: 0px -40px !important;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
.social-facebook a { background: url(../images/social/facebook.png) no-repeat 50% 50% }
.social-facebook a:hover { background-color: #3b5998 }
.social-twitter a { background: url(../images/social/twitter.png) no-repeat 50% 50% }
.social-twitter a:hover { background-color: #48c4d2 }
.social-googleplus a { background: url(../images/social/googleplus.png) no-repeat 50% 50% }
.social-googleplus a:hover { background-color: #d94a39 }
.social-youtube a { background: url(../images/social/youtube.png) no-repeat 50% 50% }
.social-youtube a:hover { background-color: #f45750 }
.social-pinterest a { background: url(../images/social/pinterest.png) no-repeat 50% 50% }
.social-pinterest a:hover { background-color: #cb2027 }
.social-dribbble a { background: url(../images/social/dribbble.png) no-repeat 50% 50% }
.social-dribbble a:hover { background-color: #ef5b92 }
.social-flickr a { background: url(../images/social/flickr.png) no-repeat 50% 50% }
.social-flickr a:hover { background-color: #f1628b }
.social-skype a { background: url(../images/social/skype.png) no-repeat 50% 50% }
.social-skype a:hover { background-color: #18b7f1 }
.social-digg a { background: url(../images/social/digg.png) no-repeat 50% 50% }
.social-digg a:hover { background-color: #2882c6 }
.social-linkedin a { background: url(../images/social/linkedin.png) no-repeat 50% 50% }
.social-linkedin a:hover { background-color: #71b2d0 }
.social-vimeo a { background: url(../images/social/vimeo.png) no-repeat 50% 50% }
.social-vimeo a:hover { background-color: #62a0ad }
.social-yahoo a { background: url(../images/social/yahoo.png) no-repeat 50% 50% }
.social-yahoo a:hover { background-color: #ab64bc }
.social-tumblr a { background: url(../images/social/tumblr.png) no-repeat 50% 50% }
.social-tumblr a:hover { background-color: #3a5976 }
.social-deviantart a { background: url(../images/social/deviantart.png) no-repeat 50% 50% }
.social-deviantart a:hover { background-color: #d0de21 }
.social-delicious a { background: url(../images/social/delicious.png) no-repeat 50% 50% }
.social-delicious a:hover { background-color: #3274d1 }
.social-rss a { background: url(../images/social/rss.png) no-repeat 50% 50% }
.social-rss a:hover { background-color: #fe9900 }

/*-----  End of Social Media  ------*/
	
/*--Breadcrumb Divs--*/	
#breadcrumb .module_padding {
	padding:0px;
}

/*--Main Content and Side Columns Divs--*/
#main { border-bottom: 3px solid #2998cc;
}



#sidecol_a, #sidecol_b {
height:100%;
} 



#sidecol_b {
margin-top:20px;
} 


/*--Bottom Modules Divs--*/
#bottom_modules {
 }
 
 #bottom .pull-left {

    margin-top: 8px; margin-right: 10px;
}

#bottom ul{ margin-top: -10px;
 }
 
 #bottom ul li{ font-weight:400; font-size: 15px;
 }

/*--Base Modules and footer Divs --*/	

 #copyright {
  text-align: center;
  clear: both;
  font-size: 12px;
 }
 
 #copyright a {
 color:#d14e1d !important;
 text-decoration:none;
 }
 
  #copyright.module_margin {
 	margin:0px !important;
 }

 div#footermenu.block_holder div.module_margin{margin:0px !importan}

/* Module Styling */
.module h3, .module_menu h3 {
	padding:0; 
	margin:0;
}
.module p, .module_menu p {
	margin:0;
}
.module_padding {
	height:100%;
	padding:5px;
}
.module_content {
	padding:5px 0;
}
#sidecol .module {
	margin-bottom:10px;
}

/* Module Styling - Menus */
.module ul, .module_menu ul {
	list-style-type: none;
}
.module ul a, .module_menu ul a {
	display:block;
	text-decoration: none;
}

#breadcrumb-1, #footer-1, #footer-2, #footer-3 {
	float: left; 
	width:100%;
}
 
 
/** Hornav **/
#hornav {float:left; width:100%;}
#hornav ul {margin:0;}
#hornav a span {cursor:pointer; display:block;}
#hornav li{list-style:none outside none; position:relative; text-indent:0;}
#hornav li li a span, #hornav li li a:hover span {}
#hornav a:hover {cursor:pointer; display:block; text-decoration:none;}
#hornav a:hover span{cursor:pointer; display:block;}
#hornav li ul li, #hornav li ul li ul li {margin-top: 0px;}

/* Hornav - Parent Styling */ 
#hornav ul a, #hornav ul ul a, #hornav .separator {white-space:nowrap; margin:0; margin-bottom:3px; cursor:pointer;}
#hornav li, #hornav li li {float:left; z-index: 10;}
#hornav ul a, #hornav .separator {display:block; padding: 16px 16px; text-decoration: none; z-index: 9999; margin-bottom: 0px /*dropdown gap*/;}
#hornav li:last-child a{padding: 16px 16px 16px 16px;}

#hornav li:hover {}
#hornav ul ul a {display:block; line-height:20px; padding: 1px 10px; text-decoration: none; z-index: 9999; border:none;}

/* Hornav - Child Styling */
#hornav li li a, #hornav li li.active a, #hornav li li.visited a {color:#555555 !important; text-transform: none;}
#hornav li li a, #hornav li li a:hover, #hornav li li.active a, #hornav li.active ul li a {background:none !important;}

/* Hornav - Child Block Styling */
#hornav li li, #hornav li li li {clear:left; float:left; margin:0; padding: 2px 0px 4px !important; white-space: nowrap; z-index: 9999 !important;}
#hornav li li:last-child, #hornav li li li:last-child {background:none !important;}

/* Hornav - Dropdown Block Styling */
#hornav ul li ul{  
height:auto;  left:-999em;  margin:0;  padding:5px;  position:absolute; z-index:99999 !important;}

/* Hornav - Image 16*16 Styling */
#hornav ul li ul img {padding:3px 6px 3px 0px;}

/* Hornav - Sub-Child Block Styling */
#hornav li ul li ul {height:auto; left:-999em; margin:0; padding:5px; position:absolute; top:0;}

/* Hornav - General */
#hornav li:hover ul ul, #hornav li:hover ul ul ul, #hornav li:hover ul ul ul ul, #hornav li.iehover ul ul, #hornav li.iehover ul ul ul, #hornav li.iehover ul ul ul ul {left: -999em;}
#hornav li:hover ul, #hornav li li:hover ul, #hornav li li li:hover ul, #hornav li li li li:hover ul, #hornav li.iehover ul, #hornav li li.iehover ul, #hornav li li li.iehover ul, #hornav li li li li.iehover ul {left:0; z-index:99999 !important;}
#hornav li li, #hornav li li li {min-width: 180px;}
#hornav li ul li ul {margin-left: 187px;}
#hornav .menu li:first-child, .module .latestnews li:first-child {margin-top: 0 !important;}
#menu li li.parent {cursor: pointer !important;}
#hornav li:hover {left:0; z-index:5001 !important;}
#hornav ul li ul {margin-top: 0px;}


/* MenuMatic *//* Just sub menu links */
#subMenusContainer a, #hornav li li a{text-align:left}
  
/* ----[ OLs ULs, LIs, and DIVs ]----*//* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px; margin:0 0 0 -2px}
  
/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; min-width:170px}
  
/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol{-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; border:1px solid #ddd; left:0; padding-bottom:5px}
#subMenusContainer li{list-style: none; background: none}
#subMenusContainer{display:block; position:absolute; top:7px; left:0; width:100%; height:0; overflow:visible; z-index:1000000000}

/** Top Menu **/
#topmenu {
	position:absolute;
	z-index:3;
}
#topmenu ul li{
    float: left;
    list-style:none;
}
#topmenu ul li a {
	display:block;
	text-decoration: none;
}

/** Footer Menu **/
#footermenu { margin: 14px 0;
}
#footermenu ul li{
    display: inline-block;
}
#footermenu ul li a {
    display: block;
	text-decoration: none;
}
#footermenu ul li:last-child a {
	border:none;
}

/** Scroll to Top **/
.scrollup{
    width:40px;
    height:40px;
    border-radius:50%;
    position:fixed;
    bottom:70px;
    right:25px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll.png) no-repeat;
    background-color: #000000;
    z-index:1000;
    opacity:0.7;
}

/** Login Module **/
.userdata{margin-top: 10px;}