	/*
	Theme Name: Arturo
	Version: 1.0
	Author: seven media
	
	This theme was designed and built by seven media,
	http://themeforest.net/user/sevenmedia
	in Themeforest
	*/
	
	
	/* RESET */
	
	.acai {
	overflow:hidden;
	width:982px;
	min-height:600px;
	margin: 0px auto;
	padding-top:10%;
	}
	.pix_diapo {
	background: #000;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 1px 4px #000;
	height: 470px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	width: 940px;
	z-index:0;
	}
	.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
	#pix_canvas {
	Background-color:#red;
	z-index:1000;
	}	
	#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 80px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 1001;
	}
	#pix_prev {
	background: url(../img/prev.png) no-repeat;
	left: -2px;
	}
	#pix_next {
	background: url(../img/next.png) no-repeat;
	left: auto!important;
	right: -2px!important;
	}
	#pix_pag {
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 1002;
	}
	#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 32px;
	margin: 15px 0 0 15px;
	position: relative;
	width: 32px;
	}
	#pix_play {
	background: url(../img/play.png) center no-repeat;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
	}
	#pix_play:hover {
	background: url(../img/play_hover.png) center no-repeat;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
	}
	#pix_stop {
	background: url(../img/pause.png) center no-repeat;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
	}
	#pix_stop:hover {
	background: url(../img/pause_hover.png) center no-repeat;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
	}
	#pix_pag_ul {
	position: absolute;
	float: right;
	right: 5px;
	top:25px;
	padding: 0;
	}
	#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0px 8px 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
	}
	#pix_pag_ul > li > span {
	background: transparent;
	display: block;
	height: 12px;
	width: 12px;
	}
	#pix_pag_ul > li:hover > span > span {
	background-position:0 0px;
	cursor:pointer;
	}
	#pix_pag_ul > li > span > span {
	display: block;
	float: left;
	height: 12px;
	margin: 1px;
	width: 12px;
	background:url('../img/nav-dot.png') no-repeat 0 -24px;
	}
	#pix_pag_ul > li.diapocurrent > span > span {
	background:url('../img/nav-dot.png') no-repeat 0 -12px;
	}
	#pix_pag_ul > li > .pix_thumb {
	border: 1px solid #222;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
	height: 58px;
	left: -12px;
	position: absolute;
	top: -6px;
	width: 58px;
	}
	#pix_pag_ul > li > .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #222;
	top: -5px;
	left: 12px;
	position: absolute;
	}
	.pix_relativize {
	overflow: hidden;
	position: relative;
	}
	.imgFake {
	cursor: pointer;
	}
	.elemHover {
	position: absolute;
	}
	.caption {
	background: #222;
	opacity: 0.9;
	bottom: 0px;
	color:#fff;
	display: block;
	font-size: 16px;
	padding: 20px;
	width: 900px;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
	}
	.ui-loader {
	display: none;
	}
	section {
	display: block;
	overflow: hidden;
	position: relative;
	}
	.button {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
	}
	.button2 {
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
	}
	.button3 {
	background: #ffd838;
	background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
	}
	.price_table {
	float: right;
	font-size: 12px;
	margin: 10px auto 0;
	padding: 20px 0;
	position: relative;
	width: 570px;
	}
	.price_table .price_column.highlighted {
	background: #ffd838;
	margin: -5px!important;
	padding: 10px;
	z-index: 2;
	}
	.price_table .price_column {
	display: block;
	margin: 5px;
	float: left;
	position: absolute;
	width: 180px;
	z-index: 1;
	}
	.price_table .price_column > div {
	background: #eeeeee;
	}
	.price_table .price_column > div > div {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #f6f6f6;
	}
	.price_table .price_column > div > p {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #f6f6f6;
	}
	.price_table .price_column > div > ul {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #f6f6f6;
	}
	.price_table .price_title {
	background-color: #333333;
	border-top: 0!important;
	color: #ffffff;
	font-size: 14px;
	}
	.price_table .highlighted .price_title {
	font-size: 16px;
	}
	.price_table .price_price {
	font-size: 36px;
	line-height: 40px;
	}
	.price_table .highlighted  .price_price {
	font-size: 40px;
	line-height: 44px;
	}
	.price_table .price_explanation {
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	}
	.price_table .cusButton {
	background-color: #333333;
	display: block;
	text-align: center;
	}
	.price_table li {
	padding: 5px 0;
	}
	.price_table div.pix_check {
	background: url(../images/demo/list-check-green.png) no-repeat 15px center;
	padding-left: 38px!important;
	}
	.price_table div.pix_error {
	background: url(../images/demo/list-error.png) no-repeat 15px center;
	padding-left: 38px!important;
	}
	.acai_two {
	position:fixed;
	overflow:hidden;
	width:1200px;
	min-height:900px;
	background-color: rgba(237, 237,237, 0.95);
	border: 0px solid #999;
	border-top: 0px solid #999;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 0px 2px black;
	}
	#acinner {
	background-color:#222;
	position:absolute;
	width:280px;
	margin-left:50px;
	padding: 15px 10px 20px 10px;
	bottom:120px;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	} 
	#bcinner {
	background-color:#222;
	position:absolute;
	width:380px;
	margin-left:500px;
	padding: 15px 10px 20px 10px;
	bottom:120px;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	#ccinner {
	background-color:#222;
	position:absolute;
	width:100%;
	margin:0 auto;
	padding: 15px 10px 20px 10px;
	top:0px;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	#ccinner {
	background-color:#222;
	position:absolute;
	width:100%;
	margin:0 auto;
	padding: 15px 10px 20px 10px;
	top:0px;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	#dcinner {
	background: url(../img/b_go_up.png) no-repeat center;
	position:absolute;
	width:35px;
	height:35px;
	margin-left: 680px;
	padding: 10px 0px 0px 5px;
	bottom:5px;
	overflow:hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index:1000;
	}
	#vidinner {
	position:absolute;
	width:400px;
	height:225px;
	margin-left: 50px;
	top:100px;
	background-color: rgba(34, 34,34, 0.5);
	border: 0px solid #999;
	border-top: 0px solid #999;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	z-index:1000;
	}
