@charset "utf-8";

/*** Menu Navegacion Principal ***/
#nav {
	position:relative;
	height:40px;
	width:600px;
	top:110px;
	text-align:left;
	left:0px;
	margin:0px;
	padding:0px;
	padding-left:0px !important;
}
#header_nav
{
	height:68px;
	width:890px;
	text-align:left !important;
	float:left;
	overflow:hidden;
	padding:20px 0px 0px 20px;
	clear:both;
	background:url(../img/bg_header.jpg) no-repeat top left;

}
.company_button,.services_button,.portfolio_button,.blog_button,.jobs_button,.contact_button,#header_nav img,#header_nav a
{
float:left !important;
height:40px;
padding:0px;
margin:0px;
overflow:hidden;
}
.company_button
{
background:url('../images/company_button.jpg') no-repeat top left;
width:77px;
}
.services_button
{
background:url('../images/services_button.jpg') no-repeat top left;
width:61px;
}
.portfolio_button
{
background:url('../images/portfolio_button.jpg') no-repeat top left;
width:61px;
}
.blog_button
{
background:url('../images/blog_button.jpg') no-repeat top left;
width:37px;
}
.jobs_button
{
background:url('../images/jobs_button.jpg') no-repeat top left;
width:40px;
}
.contact_button
{
background:url('../images/contact_button.jpg') no-repeat top left;
width:65px;
}
.company_button:hover,.services_button:hover,.portfolio_button:hover,.blog_button:hover,.jobs_button:hover,.contact_button:hover,.current_page_item
{
background-position:bottom left;
}
.nav_devider
{
background:url('../images/navdevider.jpg') no-repeat left;
height:40px;
padding:0px;
margin:0px;
width:22px;
float:left;
}

