﻿/* CSS Document */
@font-face {
	font-family: "Sansatiion";
	src: url("Sansation_Regular.ttf"); /* para IE */
	src: url("Sansation_Regular.ttf"); }
	
@font-face {
	font-family: "Sansation Light";
	src: url("Sansation_Light.ttf"); }

@font-face {
	font-family: "ClapHappy";
	src: url("ClaphappyLight.ttf"); }

   
body{ margin: 0 0 60px; }


#topo {
	background-color: #000000;
	width: 100%;
	height: 51px;
	margin: 0 auto;
	margin-top: 0px;
	z-index: 5;
}
#logo {
	float: left;
	background:  url(../../image/Logo_BIG_STAMP_Camisetas.png) no-repeat center center;
	height: 70px;
	width: 22%;
	cursor: pointer;
	z-index: 1;}

#menu {
	background:  url(../../image/bar.png) no-repeat left center;
	float: left;
	height: 51px;
	width: 22%;
	text-align: center;}
#ico_produtos {
	background:  url(../../image/ico_prod.png) no-repeat center center;
	text-decoration: none;
	display: block;
    height: auto;
    max-width: 100%;
	font: 10px Sansation;
	color: #ffffff;
	padding-top: 30px; }
#ico_produtos:hover { background:  url(../../image/ico_prod_h.png) no-repeat center center; color: #63887B;}

	
#ico_orca {
	background:  url(../../image/ico_orca.png) no-repeat center center;
	text-decoration: none;
	display: block;
    height: auto;
    max-width: 100%;
	font: 10px Sansation;
	color: #ffffff;
	padding-top: 30px;}
#ico_orca:hover { background:  url(../../image/ico_orca_h.png) no-repeat center center; color: #63887B;}


#ico_cost {
	background:  url(../../image/ico_cost.png) no-repeat center center;
	text-decoration: none;
	display: block;
    height: auto;
    max-width: 100%;
	font: 10px Sansation;
	color: #ffffff;
	padding-top: 30px;}
#ico_cost:hover { background:  url(../../image/ico_cost_h.png) no-repeat center center; color: #63887B;}

#menu_boot {
	background:  url(../../image/bar.png) no-repeat left center;
	float: left;
	height: 51px;
	width: 12%;
	text-align: center;}

#ico_boot {
	background:  url(../../image/boot.png) no-repeat center center;
	width: 100%;
	height: 51px;
	text-align: center;}
#ico_boot:hover { background:  url(../../image/boot_h.png) no-repeat center center; color: #63887B;}
#ico_boot:focus { background:  url(../../image/boot_a.png) no-repeat center center; color: #63887B;}


.menu_sticky { float: right; margin-right: 20px; width: 90%; text-align: right; list-style:none; }
.menu_sticky li{ height: 35px; font: 20px Sansation;}
.menu_sticky li a{text-decoration:none; padding: 10px 10px 10px 24px; display:block; color: #ffffff;}
#label_menu { font: normal 14px Arial, Helvetica; color: darkgray; }