/*
Last Modified:  22-02-2012
*/

::selection {
	background: #000;
	color:#fff; /* Safari */
}
::-moz-selection {
	background: #000;
	color:#fff; /* Firefox */
}
*:focus {
	outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Extra Fonts */
@font-face {
 font-family: 'Rochester';
 src: url('fonts/rochester-regular-webfont.eot');
 src: url('fonts/rochester-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/rochester-regular-webfont.woff') format('woff'), url('fonts/rochester-regular-webfont.ttf') format('truetype'), url('fonts/rochester-regular-webfont.svg#') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* Typography */
body, td, th, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #111;
}
.fxtxt h1, .fxtxt h2, .fxtxt h3, .fxtxt h4, .fxtxt h5, .fxtxt h6 {
	font-family: "Rochester", Georgia, Times, serif;
	line-height: normal;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 1px 0 #000;
	margin: 20px 0 10px;
}

.fxtxt h1 {
	font-size: 30px;
}
.fxtxt h2 {
	font-size: 24px;
}

.fxtxt h3 {
	font-size: 24px;
	color: #e7c15c;
}

.fxtxt h4 {
	font-size: 20px;
}
.fxtxt h5 {
	font-size: 20px;
	color: #e7c15c;
}
.fxtxt h6 {
	font-size: 16px;
}
.fxtxt p {
	margin: 10px 0 20px;
}

a {
	color: #e1e0ca;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
.fxtxt strong {
	font-weight: bold;
}
.fxtxt em {
	font-style: italic;
}
.fxtxt del {
	text-decoration: line-through;
}
.fxtxt ul, .fxtxt ol {
	margin: 0 0 18px 20px;
	list-style-position: outside;
}
.fxtxt ul {
	list-style: disc;
}
.fxtxt ol {
	list-style: decimal;
}

.fxtxt blockquote {
	border-left: 5px solid #111;
	font-style: italic;
	margin: 20px 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
.fxtxt code, .fxtxt pre {
	background: #111;
	border: 1px dotted #000;
	color: #fff;
	font: 14px/19px Consolas, "Courier New", Courier, monospace;
	text-shadow: 0 1px 0 #000;
	padding: 8px 10px;
	margin: 20px 0;
}

.fxtxt pre {
	white-space: pre-line;
}

.fxtxt abbr, .fxtxt acronym {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

.fxtxt table {
	border-collapse: collapse;
	margin: 20px 0px;
}
.fxtxt th, .fxtxt td {
	text-align: left;
	border-bottom: 1px dotted #111;
	padding: 10px 10px;
}
.fxtxt th {
	background-color: #111;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.fxtxt td {
}

.floatleft {
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}
.floatright {
	float: right;
	display: inline;
	margin: 0 0 10px 20px;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center
}

.hide {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}

/* Page Background */
body {
	background: #d2aa85 url(../img/bg.jpg) center top;
}

.page {
	background: url(../img/bottom_instrument.png) no-repeat center bottom;
	position: relative;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}

/* Top Bar */
.top_bar {
	height: 31px;
	padding: 29px 0 0 0;
}

.lang_box {
	float: right;
}

.lang_box li {
	float: left;
	display: inline;
	padding: 0 20px;
	line-height: 16px;
}

.lang_box li a, .lang_box li a:hover {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #7a5f3f;
}

.lang_box li img {
	 float: left;
	 padding: 2px 6px 0 0;
}

/* Paper Box */
.paper_box {
	background: #845e3f url(../img/content-bg.jpg) repeat-y center top;
	-moz-box-shadow: 0 0 7px 0 #826d53;
	-webkit-box-shadow: 0 0 7px 0 #826d53;
	box-shadow: 0 0 7px 0 #826d53;
	padding: 96px 20px 20px;
}

/* Header */
.header_wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 63px;
	height: 84px;
	background: url(../img/header_wrap-bg.png) no-repeat center top;
}

.header {
	width: 980px;
	margin: 0 auto;
	padding: 7px 0 0;
	height: 66px;
	position: relative;
}

.main-menu {
	padding: 0 0 0 238px;
	height: 66px;
}

h1.logo {
	position: absolute;
	left: 16px;
	top: 15px;
	width: 202px;
}
h1.logo a {
	display: block;
	height: 52px;
	background: url(../img/logo.png) no-repeat;
}
h1.logo a span {
	position: absolute;
	left: -5000px;
}

/* Footer */
.footer {
	height: 42px;
	padding: 16px 20px 0;
}

.footer li {
	display: inline;
	padding-right: 20px;
}


.footer a, .footer a:hover {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 #7a5f3f;
	text-decoration: none;
}

/* Page Structure */
.one_fourth, .two_fourths, .three_fourths {
	float: left;
	display: inline;
	margin: 0 20px 0 0; 
}

.one_fourth {
	width: 220px;
}

.two_fourths {
	width: 460px;
}

.three_fourths {
	width: 700px;
}

.last {
	margin: 0;
}

/* Category List */
.category_list li {
	padding-top: 20px;
}

.category_list li:first-child {
	padding-top: 4px;
}

.category_list a, .category_list a:hover {
	-moz-box-shadow: 0 0 4px 0 #603c27;
	-webkit-box-shadow: 0 0 4px 0 #603c27;
	box-shadow: 0 0 4px 0 #603c27;
	border: 1px solid #fff;
	background: #fff url(../img/category-bg.gif) repeat-y 0 0;
	display: block;
	position: relative;
	padding: 34px 10px 0 78px;
	height: 74px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	text-decoration: none;
	text-shadow: none;
}

.cat-violoncel a, .cat-violoncel a:hover {
	height: 100px;
	padding: 58px 10px 0 78px;
}

.cat-contrabas a, .cat-contrabas a:hover {
	height: 100px;
	padding: 78px 10px 0 78px;
}

.category_list a strong, category_list a:hover strong {
	font-family: "Rochester", Georgia, Times, serif;
	font-size: 22px;
	line-height: 24px;
	padding: 0 0 4px 4px;
	font-weight: normal;
	color: #111;
}

.category_list img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.category_list span, .category_list strong {
	display: block;
}

/* Articles Styles */
.page-title, .sub-title {
	font-family: "Rochester", Georgia, Times, serif;
	font-size: 36px;
	line-height: normal;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 1px 0 #000;
	padding: 20px 0 10px;
}

.sub-title {
	font-size: 24px;
}

.entry-post {
	text-shadow: 0 1px 0 #b49574;
}

/* Product Slider */
.product_slider-wrapper  {
	width: 700px;
	overflow: hidden;
}
.product_slider-wrapper #product_slider li {
	float: left;
	width: 220px;
	padding-right: 20px;
}
.image-holder{
	background: url("../img/item-image.png") no-repeat left top;
	-moz-box-shadow: 0 0 4px 0 #603c27;
	-webkit-box-shadow: 0 0 4px 0 #603c27;
	box-shadow: 0 0 4px 0 #603c27;
	margin: 0 4px;
	padding: 5px;
}
.item-image {
	/*background: #fff;*/
	display: block;
	height: 95px;
	overflow: hidden;
}
.item-name {
	font-family: "Rochester", Georgia, Times, serif;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	padding: 14px 0 4px;
}
.item-name a, .item-name a:hover {
	text-decoration: none;
	color: #fff;
}

.item-description {
	font-size: 11px;
	line-height: 17px;
	text-shadow: 0 1px 0 #b49574;
}

.bx-pager {
	position: absolute;
	left: 180px;
	top: -26px;
}

.bx-pager a, .bx-pager a:hover {
	float: left;
	width: 8px;
	height: 9px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	margin-right: 5px;
	background: url(../img/nivo-controlNav-a.png) no-repeat -13px 0;
}

.bx-pager .pager-active, .bx-pager .pager-active:hover {
	background: url(../img/nivo-controlNav-a.png) no-repeat 0 0;
}

/* Product List */
.product_list {
	width: 720px;
	margin: 0;
}

.product_list .one_fourth {
	height: 200px;
	padding-bottom: 20px;
}

/* Product Page */
.product_gallery, .product_info {
	float: left;
	display: inline;
	width: 340px;
}

.product_gallery {
	width: 360px;
}

.image_holder, .image_thumbs {
	display: block;
	-moz-box-shadow: 0 0 4px 0 #603c27;
	-webkit-box-shadow: 0 0 4px 0 #603c27;
	box-shadow: 0 0 4px 0 #603c27;
	background: #fff;
	padding: 5px;
}

.image_holder {
	margin-right: 20px;
}

.product_gallery li {
	float: left;
	display: inline;
	margin: 20px 20px 0 0;
}

/* Contact Form */
.contact_form {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 20px;
}
.contact_form input {
	height: 25px;
	width: 298px;
}
.contact_form textarea {
	width: 298px;
	height: 120px;
	padding: 10px 0 0;
	white-space: nowrap; 
	overflow: auto;
}
.contact_form p {
	margin: 20px 0;
}
.contact_form label {
	display: block;
	padding-bottom: 4px;
}

.contact_form .submit_btn, .fxtxt form .submit_btn {
	float: none;
	width: 100px;
	color: #E1E0CA;
}
input.textbox, textarea {
	background: #fff;
	border: 1px solid #d7d7d7;
}
.contact_info {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Brown Button */
.brown_button, .brown_button:hover, input.brown_button, input.brown_button:hover {
	float: left;
	background: #24201e url(../img/nivo-controlNav-bg.gif) repeat-x;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 2px 0 0 #816645;
	-webkit-box-shadow: 0 2px 0 0 #816645;
	box-shadow: 0 2px 0 0 #816645;
}