/* 
Sankyo Brasil
Developed by T4W / Unitri
All Rights Reserved - 2007
 */

html {
	height:100%;
}

body {
	color:#5f5f5f;	
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	min-height:100%;
	position:relative;	
}
* html body {height:100%;}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Main Blocks */
#page-box {
	width:770px;
	margin:0 auto;
	padding-bottom:47px;
	display: table;	
}

#header-box {
	height:177px;
	position:relative;
}

#content-box {
	width:770px;
	position:relative;
}

#footer-box {
	/* background:url(../imgs/bg_home_2.gif) repeat-x bottom left; */
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	margin:0px 0 0 0 !important;
	padding:0;
	display: table;	
}

/* Header */

#header-top{
	height: 35px;
	display: block;
	font-size: xx-small;
}

#header-middle{
	height: 135px;
	display: block;
	background:url(../imgs/bg_home_1.jpg) no-repeat;	
}

#header-bottom{
	height: 7px;
	display: block;
	background:url(../imgs/bg_home_2.gif) no-repeat;
	font-size: 1px;
}

#header-top-margin{
	margin-right: 22px;
	vertical-align: text-top;
}

#header-middle-logo{
	display: block;
	width: 340px;
	height: 102px;
	float: left;
}

#header-middle-search{
	display: block;
	width: 408px;
	height: 102px;
	float: right;
}

#header-middle-search-form{
	display: block;
	width: 190px;
	padding-top: 32px;
	float: right;
	padding-left: 25px;
}

#header-middle-search-form-margin{
	margin-left: 17px;
	display: block;
	vertical-align: bottom;
}

/* Content */

#flash-box{
	display: block;
	height: 158px;
	font-size: 1px;	
}

#content{
	font-size: small;
	display: block;
	background:url(../imgs/bg_home_3.gif) no-repeat;
	min-height: 80px;
	padding-right: 6px;	
	_float: left; /* Programar no aspx para puxar classe <>*/
	line-height: 15px;		
}

#content-spotlight-title{
	display: block;
	height: 40px;
	padding-left: 6px;	
}

#content-spotlight-text-left{
	display: block;
	width: 334px;
	float: left;
}

#content-spotlight-text-right{
	display: block;
	width: 424px;
	float: left;
}

#content-spotlight-text-right-left{
	display: block;
	width: 215px;
	float: left;
}

#content-spotlight-text-right-right{
	display: block;
	width: 190px;
	float: right;
	padding-left: 19px;
}

.content-spotlight-text-left-padding{
	padding-left: 6px;
}

.content-spotlight-text-right-left-padding{
	padding-left: 17px;
	background:url(../imgs/bg_destaque_2.gif) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

.content-spotlight-text-right-left-padding a {
	color: #53c332;
}

.content-spotlight-text-product-text{
	display: block;
	width: 205px;
	float: left;
}

.content-spotlight-text-product-img{
	display: block;
	width: 115px;
	float: right;
}

.content-spotlight-text-product-text-box{
}

.content-spotlight-text-product-text-padding{
	padding-left: 17px;

}

.content-spotlight-text-product-text-separador{
	display: block;
	height: 13px;
	background:url(../imgs/bg_destaque_3.gif) no-repeat;
	margin-top: 13px;	
}

/* Footer */

#footer{
	background:url(../imgs/bg_home_4.gif) no-repeat;
	margin: 0 auto 0 auto;
	width: 770px;
	height: 19px;
	display: block;
	padding-top: 26px;
	padding-left: 0px;
	color: #000000;
}

#footer a{
	color: #000000;
}

#footer-margin{
	margin-left: 24px;

}

/* Menu Header */

.menu_top{
	height: 14px;
	border: solid #b0b0b0 0px;
	border-right-width: 1px;
	display: table-cell;
	float: right;
	text-align: center;
	vertical-align: bottom;
	padding-top: 12px;	

}

.menu_top_item_ultimo{
	border-right-width: 0px;
}

.menu_top_item a{
	color: #0b0b0b;	
}

.menu_top_item a:hover{
	color:#11B14D;
	text-decoration: none;	
}

.menu_top_item{
	margin-left: 9px;
	margin-right: 9px;

}

/* Menu Principal */
#header-menu{
	width: 770px;
	height: 33px;
	display: table-cell;
	float: left;
	vertical-align: bottom;
	text-align: center;
	padding-left: 7px;
	z-index: 5;
}

#header-menu a:hover{
	color: #20409A;
	text-decoration: none;
}

.menu_middle{
	height: 23px;
	border: solid #ffffff 0px;
	border-right-width: 1px;
	display: table-cell;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.menu_middle_item{
	margin-left: 14px;
	margin-right: 14px;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_middle_item a{
	color: #FFFFFF;
}

.menu_middle_item_ultimo{
	border-right-width: 0px;
}

/* Formulario */
.form_outros{
	float: right;
	margin-left: 18px;
	margin-top: 6px;
	font-family: Tahoma, verdana, arial;
	font-size: 9px;
	width: 149px;
}

.form_search{
	font-family: Tahoma, verdana, arial;
	font-size: 9px;
	width: 119px;
	float: left;
}

/* Styles */
.txt_seach{
	color: #000000;
	margin-bottom: 5px;
}

h1, h2{
	color: #21429a;
	font-weight: bold;
	display: block;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 1px;				
}

h1{
	text-transform: uppercase;
	margin-left: 16px;
    padding-left: 0px;
	background: url(../imgs/1px.gif) no-repeat; 
}


.bullet{	
	background:url(../imgs/ico_bulet_1.gif) no-repeat;
	background-position: 0px 5px;
}

.spotlight_title{
	font-weight: bold;
}


/* Images */
.icon_search{
	border: none;
	float: left;
   margin-right: 3px;
}

/*Small Font*/
.smallFont
{
    font-size: x-small;
    color: #249435;
}
