/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#00AEBC }     <--- This makes blog title background grey



*/

#header .blog-title a{ background:#ffffff }

#bottom .support h3{ padding-left:0px !important; color:#FFF !important; }

.services p { text-align: justify; }
.services p a { color: #666; text-decoration:none; }
.services p a:hover { color: #000; }

h1, h1.head { color:#00aebc; }
h2 { color:#00aebc; }
h3, .services h3 { color:#00aebc; }
h4 { color:#00aebc; }
h5 { color:#00aebc; }
h6 { color:#00aebc; }


h1.head{ font-weight:normal; }


#navmenu-h li.current_page_parent a:hover { color: #FFF; }

#navmenu-h li.current_page_parent .children a:hover { color: #000; }

#navmenu-h li.current_page_item ul li a, #navmenu-h li.current_page_parent li a{ color: #FFF; }

#navmenu-h li a:hover, #navmenu-h li:hover a, #navmenu-h li.iehover a:hover, #navmenu-h li.iehover:hover a, #navmenu-h li ul li.current_page_item li a {
    background: none repeat scroll 0 0 #eb2d7c; 
    color: #fff;
}


#navmenu-h li:hover .children a {
    background: none repeat scroll 0 0 #00aebc; 
    color: #fff;
}

#navmenu-h li .children a:hover {
    background: none repeat scroll 0 0 #fff; 
    color: #eb2d7c;
}

table td{
   vertical-align: middle;
}


ul#navmenu-h ul { top:32px; border:none !important; }

ul#navmenu-h{ margin-right:65px;  } /* Centrar menu de topo */


#header{

background: #13afbc url(/wp-content/themes/Productz/skins/1-default/bannerbg.png) repeat-x scroll left bottom;

}

.lik {color:#555555;}