/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
	
	body{
	font-size:0.8em; font-family: Helvetica,Arial,sans-serif; color:#fff; background-color:#000; padding:44px 0 0; margin:0;
	}
	
	

	.wrapper{
		padding:12px;
		width:862px;
		margin:0 auto;
		position: relative;
	}
a{text-decoration:none;}
a,a:link{
	color:#fff;
	text-decoration:none;
	-moz-outline: none;
}	
a:visited{
	
}	

a img{border:none;}

#body
{
	/*background-image: url(flash_body_case.png);*/
	background-image: url(flash_body_case.gif);
	background-repeat: repeat-y;
	background-position: 4px 0;
	/*padding-top:3em;*/
}

#body #body_content #content{
		/*margin-left: 160px*/
		width: 620px;
		float:right;
}

#body_content
{		
	padding-bottom:46px;
	margin: 0 36px -46px;
	background-image: url(content_background.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#side_panel
{
	position:relative;
	width: 140px;
	/*border-right: 1px solid white;*/
	float: left;
	background-repeat: no-repeat;
	padding-top:0.5em;
}

#side_panel .dot {
	/*background-image: url(dot.gif); 
	position:absolute;
	right:-15px;
	top:0;
	height:30px;
	width:30px;*/
}

#home.highlights {
	
}
.cleaner{
	clear:both;
}

#flash_footer{

}

#home.highlights .bbody {
	width:356px;
	margin-left:260px;
	margin-top:2em;
}

#home.highlights .bbody h2{
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:bold;
	margin:0.5em 0;
}

#home.highlights {
	background-image: url(guitars_background.png);
	background-repeat: no-repeat;
	/*background-position: -66px 0;*/
	background-position: -28px 0;
	min-height:447px;
}

* html #home.highlights {
    background-image: url(home_highlightie.jpg);
	background-repeat: no-repeat;
	background-position: -66px 0;
	min-height:447px;
}

#home.highlights .bhead{
	margin-left:170px;
	width:444px;
}
#home.highlights .bhead .dbody{
	margin:0 2.2em;
}

#home.highlights .bbody .items{
	padding:1em 0 0 1.5em;
}

#home.highlights .bbody .items .item{
	width:131px;
	float:left;
	margin-right:2em;
}

#home.highlights .bbody .items .item img{
	width:131px;
}

#home.highlights .bbody .items .item h3{
	margin:0.7em 0;
	text-align:center;
}

#element.index .catdesc{
	margin: 1em 0;
}

#element.index .bbody .items{
	padding-top:1.5em;
}


#element.index .bbody .items .item{
	width:131px;
	float:left;
	margin-right:1.25em;
}

#element.index .bbody .items .item img{
	width:131px;
}

#element.index .bbody .items .item h3{
	margin:0.7em 0 0;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
}


#element.index .bbody .items .item h3 var{
	display:block;
}

#element.index .bbody .items .item p{
	text-align:center;
}

#element.index .bbody .items .item p.tag{
	font-weight: bold;
	text-transform: uppercase;
	margin-top:0.2em;
	color:#FF7F13;
}

#element.index .bbody .items .item p.tag.state{
	color:#e62a2a;
}


#home.highlights .bbody .items .item var{
	font-weight: bold;
	text-transform: uppercase;
	margin-top:0.2em;
	color:#FF7F13;
	display:block
}


#element.index .bhead{
	background-color:#7D7F7F;
	text-transform:uppercase;
	width:602px;
	height:20px;
	line-height:20px;
	font-weight:bold;
}

#body #body_content #element.index .cat_3{
	background-color:transparent;
	height:194px;
	margin-bottom:1em;
	clear:both;
}

#body #body_content #element.index .cat_3 ul li,#element.index .cat_3 ul li.here{
	background-image:none;	
	width:194px !important;
}

#body #body_content #element.index .cat_3 ul li{
	padding:0;
	width:194px;height:194px;
	margin: 0 6px 0 0;
	background-image:none;	
}



#body #body_content #element.index .cat_5{
	background-color:transparent;
	height:294px;
	margin-bottom:1em;
	clear:both;
}

#body #body_content #element.index .cat_5 ul li,#element.index .cat_5 ul li.here{
	background-image:none;	
	width:294px !important;
}

#body #body_content #element.index .cat_5 ul li{
	padding:0;
	width:294px;height:294px;
	margin: 0 6px 0 0;
	background-image:none;	
}

#body #body_content #element.index .cat_8{
	background-color:transparent;
	height:294px;
	margin-bottom:1em;
	clear:both;
}

#body #body_content #element.index .cat_8 ul li,#element.index .cat_8 ul li.here{
	background-image:none;	
	width:294px !important;
}

#body #body_content #element.index .cat_8 ul li{
	padding:0;
	width:294px;height:294px;
	margin: 0 6px 0 0;
	background-image:none;	
}





#element.index .bhead ul li{
	display:block;
	float: left;
	margin-left:16px;
	width:121px;
	background-image: url(index_section_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left:18px
}

#element.index .bhead.cat_5 ul li{
	width:200px;
}

#element.index .bhead.cat_8 ul li{
	width:200px;
}



#element.index .bhead ul li.here{
	display:block;
	float: left;
	margin-rigth:2em;
	min-width:135px;
	width:135px;
	width:auto !important;
	background-image: url(index_section_dot_here.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#element.single .bhead{
	background-color:#7D7F7F;
	text-transform:uppercase;
	width:602px;
	height:20px;
	line-height:20px;
	font-weight:bold;
}

#element.single .item h2 var{
	color:#FF7F13;
}

#body #body_content #content #element.single .bhead.cat5 ul li{
	width:169px;
	width:auto !important;

}

#element.single .bhead ul li{
	display:block;
	float: left;
	margin-left:16px;
	/*width:121px; */
	background-image: url(index_section_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left:18px
}

#element.single .bhead ul li.here{
	display:block;
	float: left;
	margin-rigth:2em;
	min-width:135px;
	width:135px;
	width:auto !important;
	background-image: url(index_section_dot_here.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#element.single .bbody .box.detail.img{
	width:400px;
	float:left;
	margin-bottom:1em;
}

#element.single .bbody .box.detail.img li{
	
}

#element.single .bbody .box.detail.features{
	width:202px;
	margin-left:412px;
	line-height:1.4em;
}

#element.single .bbody .box.detail.features ul,#element.single .bbody .box.detail.features p{
	margin-bottom:1em;
}

#element.single .bbody .box.detail.features ul li{
	margin-bottom:0.25em;
}

#element.single .bbody .box.detail.features h3{
	margin-bottom:1em;
}

#element.single .bbody .box.detail.features h4{
	margin:0.7em 0;
}

#element.single .bbody .box.detail.img ul{
	display:block;
	height:100px;
	width:400px; 
	overflow:hidden;
}

#element.single .bbody .box.detail.img ul li{
	display:block;
	float:left;
	margin-bottom:0.3em;
	overflow:hidden;
}

#element.single .bbody .box.detail.img ul li a {
	width:94px;
	height:94px;
	overflow:hidden;
	display:block;
	margin-left: 8px
}

#element.single .bbody .box.detail.img ul li a.first{
	margin-left:0;
}

#element.single .bbody .box.detail.img ul li {
	/*border:1px solid #fff;*/
}

#element.single .bbody .box.detail.img ul li img{
	/*border:1px solid #fff;*/
}

#element.single .bbody .item h2{
	background-color:#7D7F7F;
	text-transform:uppercase;
	width:602px;
	height:20px;
	line-height:20px;
	margin: 1em 0;
	background-image: url(item_header_name.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	font-weight:bold;
}

#element.single .bbody .item h2 strong{
	padding-left:2em;
	font-weight:bold;
}

#element.single .bbody .item #main_image{
	width:400px;
	height:400px;
	overflow:hidden;
	margin-bottom:2em;
}

#element.single .bbody .item #main_image img{
	height:400px;
}

#element.single .bbody .item ul li img {
	height:94px;
}


#element.single .bbody .item .box.contact label,.page .box.contact label{
display:block;
text-transform:uppercase;
font-weight:bold;
margin:0.5em 0;
}

#element.single .bbody .item .box.contact input.wpcf7-validates-as-email,.page .box.contact input.wpcf7-validates-as-email, .page .box.contact .telefono input {
	width:602px;
	display:block;
}

#element.single .bbody .item .box.contact p{
	margin:0;
}
#element.single .bbody .item .box.contact{
	padding-top:1em;
}

#element.single .bbody .item .box.contact .wpcf7-not-valid-tip-no-ajax,.page .box.contact .wpcf7-not-valid-tip-no-ajax{
	display:block;
	padding: 0.5em 0;
}

#element.single .bbody .item .box.contact .wpcf7-response-output,.page .wpcf7-response-output{
	display:block;
	padding: 1em 0;
}

#element.single .bbody .item .box.contact br,.page .box.contact br{
	display:none;
}

#element.single .bbody .item .box.contact textarea,.page .box.contact textarea{
	width:602px;
}

#home.highlights .box.border{
	margin:1em 0;
}

#flash_header{
	
	min-height:240px;
	height:240px;
	height: auto !important;
	background-image: url(menus_sprite.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#flash_footer{
	min-height:66px;
	height:66px;
	height: auto !important;
	background-image: url(menus_sprite.gif);
	background-position: 0 -240px;
	background-repeat: no-repeat;
}
.imgwrapper{
	width:131px;
	height:131px;
	overflow:hidden;
}

.page h2{ font-size:2em; margin:0 0 0.5em;}

.blog.post h2{font-size:1.5em;}

#sidebarnav{
	font-size:1em;
	text-transform:uppercase;
	padding:0;
	margin:0 0 1.5em;
	
}
#sidebarnav li{
	display:block;
	margin-bottom:0.5em;
}

.navigation{
	margin-top:1em;
}
.hidden{
display:none;
}

#sidebarnav li{
	font-size:1.05em;
	margin:0 0 1em;
}
