/*

Theme Name: Mastersoft
Theme URI: http://www.mastersoftbc.com.br/
Description: Tema desenvolvido para o site institucional da empresa.
Version: 0.1
Author: Pedro Lamin
Author URI: http://www.pedrolamin.com.br/
Tags: Informática

*/ 


@font-face {
	font-family: 'HelveticaNeueLTStd47';
	src: url('fonts/helveticaneueltstd-ltcn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-ltcn-webfont.svg#webfonts2e5MRsi') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd57';
	src: url('helveticaneueltstd-cn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltstd-cn-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-cn-webfont.svg#webfontig6UrQnf') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd77';
	src: url('fonts/helveticaneueltstd-bdcn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-bdcn-webfont.svg#webfontyOwph0AF') format('svg');
	font-weight: normal;
	font-style: normal;
}
	


*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
}
html, body{
	height:100%;
}
body{
	background:#FFF url(imagens/fundo.png);
}

#sombra{
	width:100%;
	height:550px;
	top:0;
	position:absolute;
	z-index:-1;
	background:url(imagens/sombra-fundo.png) top center no-repeat;
}
#container{
	width:980px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto;
	position:relative;
	background:url(imagens/container-fundo.png) repeat-y;
}

#menu{
	width:240px;
	min-height:680px;
	position: fixed;
	background:url(imagens/menu-fundo.png) top right no-repeat;
}
#menu h1{
	width:240px;
	height:170px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(imagens/logo.png) center center no-repeat;
}
#menu ul li{
	list-style:none;
}
#menu ul li a{
	width:210px;
	height:36px;
	padding-right:30px;
	display:block;
	font-family: 'HelveticaNeueLTStd47';
	font-size:16px;
	color:#767676;
	line-height:38px;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
	background:url(imagens/menu-item-fundo.png) bottom right no-repeat;
}
#menu ul li a:hover{
	color:#000;
}
#menu ul li.current_page_item a{
	font-family: 'HelveticaNeueLTStd77';
	color:#000;
}

#direita{
	width:740px;
	float:right;
}



#rodape{
	width:680px;
	margin:0 auto;
	margin-top:20px;
	color:#FFF;
}
#rodape .endereco{
	float:left;
}
#rodape .endereco strong{
	font-family: 'HelveticaNeueLTStd47';
	font-weight:100;
	font-size:25px;
}

#rodape .assinatura{
	float:right;
}
#rodape .assinatura a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	float: right;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	margin-left:30px;
	float: left;
}



h2{
	height:60px;
	margin-bottom:4px;
	padding:0 30px;
	font-family: 'HelveticaNeueLTStd47';
	font-size:35px;
	font-weight:100;
	color:#828282;
	text-transform:uppercase;
	line-height:70px;
	background:#FFF url(imagens/h2-fundo.png) top repeat-x;
}
h3{
	padding-bottom:10px;
	font-family: 'HelveticaNeueLTStd47';
	font-size:30px;
	font-weight:100;
	line-height:30px;
	color:#828282;
	text-transform:uppercase;
}
h4{
	font-family: 'HelveticaNeueLTStd47';
	font-size:20px;
	font-weight:100;
	color:#000;
	text-transform:uppercase;
}

p{
	padding-bottom:8px;
	font-size:14px;
	line-height:20px;
}

.box-promocoes{float:left;background:#FFF;clear:both;width:100%;box-sizing:border-box;padding:40px;}
.box-promo{margin:0 0 40px 0;float:left;width:50%;}
.promocoes-valor{font:bold 18px "Arial";color:#006b9c;}


