/*  CSS definations for Mustad  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
	2.2 Navigation
	2.3 Showcase
	2.4 Container
		2.4.1 Breadcrumb
		2.4.2 Product Deatil
		2.4.3 Tab
		2.4.4 Social
		2.4.5 Subnav
		2.4.6 Contact Form
		2.4.7 Entry
	2.5 Footer

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#191419;
	text-decoration:none;
}
a:hover {
	color:#434143;
}
address {
	font-style:normal;
}

/* 1.2 Common Tags */
p {
	line-height:15px;
	padding-bottom:14px;
}
.input, textarea {
	background:#fff;
	width:183px;
	height:23px;
	line-height:23px;
	padding:5px 18px;
	border-radius: 5px;
	font-size:11px;
	color:#ccc;
	margin-bottom:5px;
	float:left;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
textarea {
	width:183px;
	max-width:183px;
	min-width:183px;
	height:39px;
}
.button {
	background: #000;
	width:80px;
	height:33px;
	line-height:33px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	display:block;
	cursor:pointer;
	border:none;
	text-transform:uppercase;
	border-radius: 20px;
	float: right;
	margin: 12px 0;
}
.title{
	font-size:24px;
	color:#8c8c90;
	padding-bottom:12px;
	font-weight:normal;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#191419;
}
.box {
	width:960px;
	margin:0 auto;
	padding-top:15px;
}

/* 2.1 Header */

header{
	background:#000000;
	z-index: 999999;
	position: relative;
}

.header{
	background:#000000;
	padding-bottom:15px;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 3px;
}

/* 2.1.1 Logo */
.logo{
	width:131px;
	height:54px;
	float:left;
	padding:16px 0 0 29px;
}
.number{
	float:left;
	margin: 15px 5px;
}
.number strong{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	float:left;
}
.number span{
	font-size:25px;
	color:#0099cc;
	font-weight:bold;
	float:left;
}
.number span small{
	font-size:11px;
	color:#4a4b4c;
	text-align:center;
	display:block;
}
.search{
	background:none;
	width:138px;
	height:38px;
	float:left;
	margin: 13px 0 0 58px;
}
.search .input{
	background:none;
	width:145px;
	height:25px;
	border:none;
	float:left;
	padding:5px 15px;
	font-weight:bold;
}
.search .button{
	background:url(../img/ico_search.png) no-repeat 14px 10px;
	width:44px;
	height:38px;
	float:left;
	border:none;
	cursor:pointer;
}
.navigation{
	height:41px;
	position:relative;
	z-index:2;
	width: 426px;
	float: left;

}

/* 2.2 Navigation */
.navigation li{
	background:url(../img/divider_nav.png) no-repeat left center;
	color:#DDDDDD;
	font-weight:bold;
	line-height:41px;
	float:left;
	padding:0 10px;
}
.navigation li:first-child{
	background:none;
}
.navigation li a{
	color:#DDDDDD;
	font-size:10px!important;
	font-family: arial!important;
}
.navigation li a:hover{
	color:#fff;
}



/* Navigation 2*/
.navigation_2 {
	float: left;
	margin: 8px 0 0;
}
.navigation_2 a{
	color:#fff;
}
.navigation_2 strong{
	color:#fff;
	font-size: 12px;
	cursor: pointer;
}
.navigation_2 ul ul{float: left; } 

.navigation_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation_2 li{
	position: relative;
	display: inline;
	margin:0 12px;
}

.navigation_2 li.one{
	padding:0 12px;
	background: url(../img/arrow3.png) right no-repeat!important;

}


.navigation_2 li ul {
	position: absolute;
	left: 0;
	display:  none;
	top: 15px;
	background: #000;
	width: 100%;
}
.navigation_2 li ul a{
	margin: 5px;
	width: 100%;
	float: left;

}





/* 2.3 Showcase */
.showcase{
	width:100%;
	height:489px;
	margin-top:-41px;
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.showcase .slider{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.showcase .slider img{
	width:100%;
	height:489px;
}
.showcase .next,
.showcase .prev{
	background:url(../img/sprite_next_prev.png) no-repeat;
	width:29px;
	height:45px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	text-indent:-9999px;
	z-index:100;
}
.showcase .next{
	background-position:right top;
	right:2%;
}
.showcase .next:hover{
	background-position:right bottom;
}
.showcase .prev{
	background-position:left top;
	left:2%;
}
.showcase .prev:hover{
	background-position:left bottom;
}
.showcase .box{
	height:489px;
	position:relative;
	z-index:2;
}
.showcase .caption{
	background:#96be0c;
	width:195px;
	position:absolute;
	left:0;
	bottom:15px;
	padding:25px 30px 20px 35px;
}
.showcase .caption h2{
	font-size:58px;
	color:#fff;
	padding-bottom:20px;
	letter-spacing:-2px;
}
.showcase .caption p{
	color:#666;
	line-height:15px;
	padding:0;
}
.showcase .pagination{
	background:url(../img/bg_pagination.png) repeat-x #ececec;
	padding:5px 6px;
	position:absolute;
	right:0;
	bottom:15px;
}
.showcase .pagination a{
	background:url(../img/bg_pl.png) repeat-x #7e8081;
	width:20px;
	height:9px;
	float:left;
	display:block;
	height:9px;
	text-indent:-9999px;
}
.showcase .pagination a:hover,
.showcase .pagination a.selected{
	background:#fff;
}

.column1st{
	background:url(../img/divider_column.png) repeat-y;
	width:635px;
	float:left;
	padding:0 45px 15px 22px;
	margin-bottom:30px;
}
.column2nd{
	width:220px;
	float:left;
	margin-bottom:30px;
	padding:0 0 0 30px;
}
.content h2{
	font:26px arial;
	color:#000;
	padding-bottom:30px;
	background:url(../img/shadow_home.jpg) bottom center no-repeat;
}
.content h2 span{
	display:block;
	font-size:24px;
	color:#8c8e90;
	text-transform:uppercase;
	padding:5px 0 0 0;
}
.content .imgb{
	width:108px;
	height:151px;
	float:left;
	margin:0 20px 0 0;
	border:solid 1px #ededed;
}
.content p{
	padding:7px 0 9px 0;
}
.content .link{
	background:url(../img/arrow2.png) no-repeat left center;
	font-size:10px;
	color:#0099cc;
	padding:0 0 0 13px;
	margin-top:20px;
	display:inline-block;
}

/* 2.4 Container */
.container {
	width:100%;
	padding-bottom:50px;
}

/* 2.4.1 Breadcrumb */
.breadcrumb {
	background:#96be0c;
	height:41px;
	padding-left:9px;
	margin-bottom:35px;
}
.breadcrumb li {
	background:url(../img/arrow1.png) no-repeat left center;
	font-size:11px;
	color:#fff;
	float:left;
	line-height:41px;
	padding:0 14px 0 10px;
}
.breadcrumb li:first-child {
	background:none;
}
.breadcrumb li a {
	color:#fff;
	text-transform:uppercase;
}
.breadcrumb li a:hover {
	color:#8d8f90;
}
.leftcol {
	width:185px;
	float:left;
	/*height:10px;*/
}
.rightcol {
	width:775px;
	float:left;
}
.column-left {
	background:url(../img/divider_column.png) repeat-y right top;
	width:492px;
	float:left;
	padding-right:24px
}
.column-right {
	width:230px;
	float:left;
	padding-left:28px;
}

/* 2.4.2 Product Deatil */
.product-deatil {
	width:490px;
	position:relative;
	background: #FFF;
	float: left;
}
/*- -*/
.product-deatil li {
	width: 40px;
	float: right;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.product-deatil .image {
	float:left;
	width: 470px;
	margin:0 10px;
	text-align: center;
}
.product-deatil .variacoes {
	float: left;
	width: 490px;
	margin: 20px 0;
	text-align: center;
}
.product-deatil .variacoes table { width: 100% }
.product-deatil .variacoes td {
	border: 1px solid #CCC;
	padding: 5px;
	line-height: 16px;
}
.product-deatil .variacoes td.t_title {
	background:#96be0c;
	color:#FFF;
}

/*- -*/
.product-color {
	background:#ebebeb;
	width:88px;
	height:32px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.product-color strong {
	color:#1f8bd2;
	display:block;
	float:left;
	line-height:32px;
	padding:0 6px 0 10px;
}
.product-color span {
	width:13px;
	height:13px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin:9px 0 0 2px;
}
.product-color span.black {
	background:#000;
}
.product-color span.blue {
	background:#0066cc;
}

/* 2.4.3 Tab */
.tab {
	padding:21px 0 0 0;
}
.tab-nav {
	width:100%;
	height:35px;
	margin-bottom:-1px;
	position:relative;
	z-index:2;
}
.tab-nav li {
	float:left;
	padding-left:3px;
	cursor: pointer;
}
.tab-nav li:first-child {
	padding-left:0;
}
.tab-nav li a {
	background:url(../img/bg_tab_li.png) repeat-x;
	height:34px;
	line-height:34px;
	display:block;
	color:#1f8bd3;
	border:1px solid transparent;
	padding:0 10px;
}
.tab-nav li a:hover, .tab-nav li.active a {
	background:#f4f4f4;
	border:1px solid #e8e6e1;
	border-bottom:none;
}
.tab-content {
	border-top:1px solid #e8e6e1;
	padding:13px 0 20px 0;
	position:relative;
	z-index:1;
}

/* 2.4.4 Social */
.social {
	width:100%;
}
.social h3 {
	font-size:24px;
	color:#8c8d90;
	text-transform:uppercase;
	padding-bottom:10px;
}
.social li {
	background:url(../img/sprite_social.png) no-repeat left top;
	height:16px;
	text-indent:-9999px;
	float:left;
	padding-left:4px;
}
.social li a {
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
.social li.facebook {
	background-position:left top;
}
.social li.twitter {
	background-position:-20px top;
}
.social li.google-plus {
	background-position:-40px top;
}
.social li.mail {
	background-position:-60px top;
}
.social li.plus {
	background-position:-80px top;
}
.social li.like {
	background-position:-100px top;
	width:36px;
}
.feature-list {
	padding:10px 0 29px 0;
}
.feature-list li {
	background:url(../img/bullet.png) no-repeat left 8px;
	font-size:12px;
	line-height:21px;
	padding-left:14px;
}

/* 2.4.5 Subnav */
.subnav{
	width:100%;
	padding-bottom:35px;	
}
.subnav h2{
	background:url(../img/bg_heading_subnav.png) repeat-x left bottom;
	width:150px;
	padding:0 0 10px 0;
	font-size:11px;
	color:#0099cc;	
}
.subnav li{
	background:url(../img/arrow.png) no-repeat left center;
	margin:5px 0 0 2px;
	padding:0 0 0 10px;
	font-size: 12px;
}
.subnav li a{
	color:#8c8c90;
}
.subnav li a:hover{
	color:#666;
}
.product-listing{
	width:100%;	
}
.product-listing h3{
	font-size:15px;
	color:#0099cc;
	padding-bottom:20px;	
}
.product-listing h4{
	font-size:15px;
	color:#7c7e7f;
	font-weight:normal;
	padding-bottom:12px;	
}
.product-listing ul{
	height:176px;
	margin-right:-40px;
}
.product-listing li{
	width:155px;
	height:139px;
	float:left;
	margin:0 40px 40px 0;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 1px;
	behavior:url(PIE.htc);
	position:relative;
}
/*- -*/
.product-listing .box_image {
	float:left;
	background-color: #FFF !important;
	width: 100%;
	height: 100%;
}
.product-listing-home{
	width:100%;	
}
.product-listing-home h3{
	font-size:15px;
	color:#0099cc;
	padding-bottom:20px;	
}
.product-listing-home h4{
	font-size:15px;
	color:#7c7e7f;
	font-weight:normal;
	padding-bottom:12px;	
}
.product-listing-home ul{
	height:176px;
	margin-right:-40px;
}
.product-listing-home li{
	width:198px;
	height:139px;
	float:left;
	margin:0 46px 56px 0;
	position:relative;
}
.product-listing-home li p{
	text-align: center;
	color: #000;
	margin: 18px 0 13px 0;
	float: left;
	width: 100%;
}

/*- -*/
.product-listing-home .box_image {
	float:left;
	background-color: #FFF !important;
	width: 100%;
	height: 100%;
}








/*- -*/
.column1{
	background:url(../img/divider_column.png) repeat-y right top;
	width:375px;
	min-height:477px;
	padding-left:35px;
	float:left;	
}
.column1 p{
	padding-right:30px;
	padding-bottom:8px;	
}
.column2{
	width:550px;
	float:left;
}
.location{
	padding-left:25px;	
}
.location .map {
	width:497px;
	height:260px;
	margin-bottom:20px;	
}
.location address{
	color:#8c8c90;
	line-height:15px;
}
.location address span{
	display:block;	
}

.location2 .box_encontrar{
	float: left;
	width: 228px;
}

.location2 select{
	float: left;
	width: 228px;
	 margin: 0 0 15px;
}
/* 2.4.6 Contact Form */
.contact-form {
	width:222px;	
	background: #EEEEEE;
	float: left;
	padding: 13px;
	margin: 0 0 20px 0;
}
.contact-form h3 {
	font-size:21px;
	color:#000;
	padding: 19px 0;
	font-weight: normal;
}
.contact-form h3 span {
	display:block;
	color:#19151a;
	font-size:14px;
	padding-bottom:5px;
}
.contact-form .textarea{
	height:60px;
	line-height:16px;	
	border-radius: 5px!important;
}
.contact-form .input1{
	width:42px;
}
.contact-form .input2{
	width:98px;
	margin-left:5px;	
}
.contact-form .input3{
	width:97px;
	margin-right:5px;	
}
.contact-form .button1{
	background:url(../img/bg_button1.png) repeat-x left top;
	float:left;
	font-weight:normal;
	text-shadow:rgba(0, 0, 0, 0.30) 0px 2px 0px;
}

.contact-form select{
	background: #fff;
	width: 98px;
	height: 33px;
	line-height: 23px;
	/* padding: 5px 18px; */
	border-radius: 5px;
	font-size: 11px;
	margin-bottom: 5px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
		
}

.pf_pj{
width: 102px;
margin: 0 0 0 7px;
padding: 5px;
}



/*- -*/
.contact-form .realupload {
	position: relative !important;
	float: right !important;
	top: 0px !important;
	right: 5px !important;
	z-index: 5 !important;
	cursor: pointer !important;
	width:75px !important;
	height:33px !important;
	opacity: 0 !important;
	-moz-opacity: 0 !important;
	margin-top: 0px;
	border: #000 1px solid;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.contact-form .career {
	/*background: url(../img/bg_button.png) repeat-x left top;*/
	height: 33px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 0 0 0 10px;
	width: 65px;
	position: relative;
	margin-top: -34px;
	z-index: 1;
	float: right;
	right: 5px;
	background: #000;
}
/*- -*/

/* 2.4.7 Entry */
.entry{
	width:100%;	
	padding-bottom:15px;
}
.entry h3{
	font-size:15px;
	color:#0099cc;
	font-weight:normal;
	padding-bottom:20px;
}
.dicas .entry h3 {
	text-transform:uppercase;
}
.entry h4{
	font-size:12px;
	color:#0099cc;
	padding-bottom:5px;
}
.entry ul{
	margin-top:15px;	
}
.entry li{
	padding-bottom:10px;	
}
.entry li a{
	font-size:12px;
	color:#0099cc;
	font-weight:bold;
}
.column3 {
	background:url(../img/divider_column.png) repeat-y right top;
	width:577px;
	float:left;
	padding:0 100px 0 30px;
}
.column4{
	width:223px;
	float:left;
	padding-left:30px;	
}
.column5 {
	width:680px;
	float:left;
	padding:0 0 0 0;
}
.links-list {
	float:left;
	padding:0 0 0 0;
}
.links-list .title {
	padding-bottom:23px;
}
.links-list ul {
	padding-left:10px;
}
.links-list li {
	background:url(../img/arrow2.png) no-repeat left 3px;
	padding:0 50px 20px 13px;
}
.links-list li a {
	color:#0099cc;
	font-size:12px;
	margin-bottom:8px;
	display:block;
}
.links-list li a:hover {
	color:#00688a;
}
.news-date {
	padding:0 30px 12px 6px;
	float:left;
}
.news-date p {
	color:#949194;
}
.news-date p span {
	display:block;
	color:#0099cc;
}
.pagination2 {
	float:left;
	margin:-7px 0 0 5px;
}
.pagination2 li {
	float:left;
	width:13px;
	margin-left:3px;
}
.pagination2 li a {
	background:#0066cc;
	display:block;
	height:13px;
	text-indent:-9999px;
}
.pagination2 li:hover a, .pagination2 li.active a {
	background:#000;
}
.news-content {
	padding-right:53px;
}
.news-content h3 {
	color:#0099cc;
	font-size:15px;
	padding-bottom:15px;
}
.news-content h3 span {
	display:block;
	font-size:10px;
	padding-top:4px;
}
.news-content p {
	padding-bottom:16px;
}
.news-content p img {
	float:left;
	margin:0 20px 0 0;
}
.news-content p.gap {
	padding-bottom:26px;
}

/* Location */
.location2 .title {
	padding:0 0 18px 16px;
}
.location2 {
	width:660px;
	float:left;
	padding-left:20px;	
}
.location2 .map{
	width:403px;
	float:left;
	margin:0 20px 20px 0;	
}
.location2 .list_result{
	width: 235px;
	float: left;
}
.location2 .list_result strong {
	width: 100%;
	float: left;
	color:#3a3a3a;
	text-transform:uppercase;
	font-size:37px;
	font-weight:normal;
	display:block;
}
.location2 li:first-child {
	padding:10px 20px 10px 0;
	float: left;
	border: none;
}
.location2 li {
	padding:20px 20px 0 0;
	float: left;
	border-top: 1px solid #CCC;
}
.location2 address {
	color:#666;
	line-height:13px;
	float:right;
}

.location2 address span {
	display:block;	
} 
.location2 address .gap {
	padding-bottom:11px;
}
.location2 address a {
	color:#666;
}
.location2 address a:hover {
	color:#222;
}
.cores{background: #fff; float: left;}
.box_cores{float: left; margin: 0 20px 0 0;} 

.box_cores p{text-align: center;} 

.not_margin{float: right; margin: 0;}

/* 2.5 Footer */
.footer{
	background:#000;
	width:100%;
	float:left;
}
.footer .box{
	padding-top:0;
}
.footer h5{
	font-size:14px;
	color:#fff; 
	font-weight:normal;
	padding:28px 0 9px 0;
}
.footer-top{
	background:#000;
	width:100%;
	float:left;
	padding-bottom:2px;
	margin-bottom:39px;
}
.footer-top h6{
	font-size:10px;
	font-weight:normal;
	color:#fff;
	padding-bottom:10px;
	text-transform:uppercase;
}
.footer-left{
	width:532px;
	float:left;
	padding:0 0 0 23px;
}
.footer-left h5{
	padding-bottom:16px;
}
.footer-right {
	width:404px;
	float:left;
}
.footer-right address  strong {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding-bottom:2px;
	display:block;
	margin: 0 0 15px 0;
}
.footer-left .column{
	width:131px;
	float:left;
}
.footer-left ul{
	padding-bottom:16px;
}
.footer-left li{
	/*background:url(../img/arrow3.png) no-repeat 1px center;-*/
	font-size:11px;
	color:#8c8d90;
	line-height:15px;
}
.footer-left li a{
	color:#fff;
}
.footer-left li a:hover{
	color:#fff;
}
.footer-left .column.col2{
	width:139px;
}
.footer-left .column.col3{
	width:133px;
}
.footer-left .column.col4{
	width:129px;
}
.footer-right .imgb{
	/*background:url(../img/bg_company.png) repeat-x left top #e8e8e8;*/
	width:180px;
	height:128px;
	padding:11px 8px 8px 9px;
	float:left;
	margin-right:17px;
}
.footer-right address{
	width:180px;
	float:left;
	padding-top:7px;
}
.footer-right span{
	font-size:11px;
	color:#fff;
	line-height:15px;
	display:block;
}
.footer-right .last{
	padding-bottom:13px;
}
.footer-right .link{
	/*background:url(../img/arrow3.png) no-repeat 1px center;*/
	font-size:11px;
	color:#fff;
	line-height:15px;
	text-decoration: underline;
}
.footer-right .link:hover{
	color:#7c7c7e;
}

/* client-logo */
.footer-mid{
	padding:0 50px;
	text-align:center;
	margin: 70px 0 0;
}
.footer-mid ul{
}
.footer-mid li {
	margin:0 15px 17px 10px;
	float:left;
	width: 97px;
	min-height: 50px;
}
.footer-mid li.gap {
	margin-left:100px;
}
.footer-bot{
	background:url(../img/bg_footer_bot.png) repeat-x left top #f4f4f4;
	width:100%;
	float:left;
	padding-bottom:33px;
	margin: -29px 0;
}
.footer-bot .txtb{
	width:960px;
	font-size:11px;
	color:#999;
	line-height:15px;
	padding:0 49px 0 0;
	float:left;
}
.footer-bot .txtb img{
	float: left;
	margin: 0px 52px 19px 0;
}
.footer-bot .txtb p{
	padding: 0;
}





.facebook-like{
	width:310px;
	float:left;
	padding-top:43px;
}


{
	box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px;
	box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px inset;
	text-shadow:rgba(0, 0, 0, 0.30) 0px 1px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	position:relative;
}

#newsletter input.input{
	background: #EEEEEE;
	width: 147px;
	height: 20px;
	line-height: 23px;
	padding: 5px 18px;
	border-radius: 20px;
	font-size: 11px;
	color: #ccc;
	margin-bottom: 5px;
	float: left!important;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#newsletter .button{
	float: left!important;
}

/* all elements */
::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }


input[placeholder], [placeholder], *[placeholder] {
   color:#000 !important;
}
.nav_cat{
	float: left;
	width: 153px;
}

.nav_cat h2{
	font: 20px arial;
	margin-bottom: 10px;
}

.nav_cat ul{
	margin-bottom: 30px;
}
.nav_cat ul li a{
	color: #555555;
	font-size: 14px;
	margin: 10px 0;
	display: block;
}
