html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;
	height:100%;
	color:#333333;
	background-color: #FFFFFF;
}
body a img {
	text-decoration:none;
	border:0px;
}
body a, body a:link, body a:visited, body a:hover, body a:active {
	color:#0099FF;
	text-decoration: none;
	cursor:pointer;
}
/*body_2*/
#body_2 {
	width:812px;
	height:748px;
	margin:0px auto;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#guitar_ampl {
	height:405px;
	background-image: url(../img/guitar_ampl.png);
	background-repeat: no-repeat;
	background-position: 26px center;
}
#pontos_base {
	height:53px;
	background-image: url(../img/pontos_base.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:-26px;
}
#pontos_read {
	position:absolute;
	width:75px;
	height:24px;
	margin-left:182px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	line-height:26px;
}
/*texto*/
#txt_diri {
	text-align:center;
	font-size:13px;
	height:98px;
	padding-top:20px;
}
/*buttons*/
#buttons_div {
	height:168px;
	background-image: url(../img/main_buttons.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	font-size:10px;
	line-height:20px;
	color:#999999;
}
#buttons_div span {
	color:#FF6600;
}
#buttons_ul {
	margin:0px;
	padding:0px;
	list-style:none;
	height:75px;
	width:760px;
	margin:0px auto;
}
#buttons_ul li {
	display:inline;
	cursor:pointer;
}
#buttons_ul li a {
	display:block;
	float:left;
	height:75px;
	width:206px;
}
#buttons_ul #a_lojaOpt {
	margin-left:71px;
	margin-right:71px;
}
#button_skip {
	display:block;
	margin:0px auto;
	margin-top:60px;
	height:38px;
	width:208px;
}
/*lightbox*/
#base_l_box {
	position:fixed;
	top:0px;
	padding:0px;
	width:100%;
	height:100%;
	z-index:30000;
	background-image: url(../img/transp_b.png);
	background-repeat: repeat;
	display:none;
}
#l_box {
	margin:0px auto;
}
#top_l_box {
	text-align:right;
}
#top_l_box img {
	margin-bottom:-20px;
	margin-right:-14px;
}
#mdl_l_box {
	border:2px solid #666666;
	background-image: url(../img/transp_b.png);
	background-repeat: repeat;
	padding:8px;
}
#mdl_l_box_div {
	width:850px;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
/*frames*/
iframe#open_frame {
	overflow-x:hidden;
}




/*CSS TIAGO*/
.clear_both {
	clear:both;
}
.container {
	margin:0px auto;
	width:812px;
	height:719px;
	background-image:url(../img/bg-container.png);
	background-repeat:repeat-x;
	background-position:top;
}
.container_guitar {
	width:812px;
	height:385px;
	margin:0px;
	background-image:url(../img/guitar.jpg);
	background-repeat:no-repeat;
}
.pontos {
	width:812px;
	height:53px;
	margin:0px;
	background-image:url(../img/pontos.png);
	background-repeat:no-repeat;
	background-position:center;
}
.container_txt {
	width:800px;
	height:113px;
	margin:0px auto;
}
.container_btns {
	width:812px;
	height:75px;
}
.oferta_btn {
	float:left;
	padding-left:24px;
}
.loja_btn {
	float:left;
	padding-left:54px;
}
.cartaz_btn {
	float:left;
	padding-left:54px;
}
.txt1 {
	padding-top:23px;
	font-size:13px;
	text-align:center;
}
.txt2 {
	padding-top:20px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.pontos_label {
	width:75px;
	height:24px;
	margin-left:182px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	line-height:26px;
}
.logoOpt{
	padding-left:17px;
	padding-top:20px;
	width:189px;
	height:40px;
}
.txtLogo{
	padding-left:25px;
	padding-top:18px;
	width:495px;
	height:30px;
	font-size:24px;
	font-weight:bold;
	font-variant: small-caps;
}
.txtfooter{
	font-size:9px;
	width:812px;
	text-align:center;
	padding-top:23px;
	color:#999999;
}
.continuar_btn{
	height:40px;
	text-align:center;
	width:812px;
	padding-top:23px;
}
.txtOrange{
	color:#FF7000;
}