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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { font-size: 75%; color: #222; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
#main-content p { font-size: 1.2em; }
.article .aside p { font-size: 1.2em; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, a:hover { color: #000; }
a { color: #009; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Lists
-------------------------------------------------------------- */

li ul, li ol { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
/* rodrigo mitich
-------------------------------------------------------------- */


body { color:#D2D2D2; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.5; }
body { font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-size:75%; }
body { line-height:1.5; background:#171717; }
.container { margin:0 auto; overflow:hidden; padding:0 40px; width:860px;  background:#050505; }
h1, h2 { font:2.5em "Palatino", "Georgia", "Times", "serif"; letter-spacing:-1px; margin-bottom:0.5em; }
h2 { font:2.5em "Palatino", "Georgia", "Times", "serif"; letter-spacing:-1px; line-height:1.25; }
.nav-main h3 { color: #CCC; }
.nav-main { border-bottom:3px double #3B1F29; margin-bottom:1.5em; overflow:hidden; padding:2em 0; position: relative; }
.language ul li { line-height:1.2; margin-right:7px; padding-right:7px; width:22px; height:22px; text-indent:-9000px; text-decoration:none; list-style:none; }
#nav-main { list-style-type:none; margin:0 auto; width:840px; 
}
#nav-main li { border-right:1px solid #3B1F29; float:left; line-height:1.2; margin-right:6px; padding-right:1px; width:180px; }
#nav-main li:last-child { border-width:0; margin-right:0; padding-right:0; }
#nav-main a { font:16px "skolar-1", "skolar-2", "Palatino", "Georgia", "Times", "serif"; outline:medium none; text-decoration:none; color:#D2D2D2 }

#nav-main li ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#nav-main li ul,#nav-main li ul li:hover {
	display:none; }
#nav-main li ul li:hover ,#nav-main li ul li:hover 
{display: block;
	}
	

	
.article .aside ul { text-decoration: none; color: #999; }
#nav-main a:hover { color:#B8B58C; text-decoration:none; }
#nav-main a.current,#nav-main a.current:hover,#nav-main  a.current:active { color:#AEA7B2; cursor:default; }

.language .english { height: 22px; width: 22px; top: 22px; right: 48px; position: absolute; float: right; }
.language .polish { height: 22px; width: 22px; position: absolute; top: 22px; right: 22px; float: right; }
.branding { overflow:hidden; padding:1em 0 2em; }
#branding { margin:0 auto; width:860px; background: url(_images/banner_branding_knit.jpg) no-repeat; }
#logo { margin-bottom:0; font-size: 5em; text-indent: -9000px; padding-left: 50px; height: 100px; width: 300px; background: url(_images/A_logo.martello.png) no-repeat; }
#main-content { border-right:1px solid #3B1F29; margin-right:10px; padding-right:15px; width:380px; float: left; margin-left: 10px; margin-bottom: 10px; height: 475px; }
.aside { float: right; width: 420px; min-height: 300px; padding-right: 1px; margin-left: 10px; height: 470px; }
.article { overflow: hidden; }
h1, h2, h3, h4, h5, h6 { color : #BFBFBF; font-weight : normal; }
h3 { font:1.5em "Palatino", "Georgia", "Times", "serif"; letter-spacing:-1px; line-height:1.25; margin-bottom:1.25em; }
.footer { border-top:2px solid #c4b9c0; clear: both; margin-top: 3px; }
#footer { margin:0 auto; padding:1em 0; }
#footer .vcard { margin-right:40px; padding-left:40px; width:280px; min-height:30px; }
.footer .copyright { padding-top:10px; width: 230px; float: right; }
.footer .copyright a { outline:medium none; text-decoration:none; color:#AEA7B2; }
.aside .contact a{ outline:medium none; text-decoration:none; color:#AEA7B2; } 
.footer .copyright a:hover { color:#B8B58C; text-decoration:none; }
/*galeria
-------------------------------------------------------------- */
.TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }
.TabbedPanelsTabGroup { margin: 0px; padding: 0px; margin-left:5px; border-top:1px #0C0 ; }
.TabbedPanelsTab { position: relative; top: 1px; float:left; padding: 2px 7px; margin: 0px 1px 0px 0px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; width:70px; height:20px; background-color:#543939; font-size: 0.6em; text-align:center; }
.TabbedPanelsTabHover { background-color:#400101; }
.TabbedPanelsTabSelected { background-color:#401F1F;cursor:default; }
.TabbedPanelsTab a { color: #543939; text-decoration: none; }
.TabbedPanelsContent.TabbedPanelsContentVisible p img { border: 1px solid #22354F; float:left; width: 300px; height: 198px; padding: 1px; margin-right: 20px; margin-bottom: 2px; cursor:auto; margin-top:5px; }
.TabbedPanelsContentGroup { clear: both; padding-top:2px; }
.TabbedPanelsContent { padding:5px; width:750px; height:440px; padding-left:100px; overflow:hidden; margin:2px; border: 1px solid #3B1F29; background: #171717; }




/* ----------------- thumbnail formatting ----------------------*/
#mainContent #thumbs { width: 860px; background: #000; margin: 0 auto; padding: 10px 0; }
#mainContent #thumbs img {
	border: 2px solid #c4b9c0;
	padding: 0;
	margin: 0 3px;
}
#mainContent #thumbs a:link { text-decoration: none; }
#mainContent #thumbs a:active img {
	border: 2px solid #ccc;
}
/* ----------------- parent container formatting ------------------*/
#mainContent #panelContainer {
	width: 860px;
	background: #000;
	margin: 0 auto;
	padding: 10px 0;
}
/* ---------------- formatting for panel content ------------------ */
#mainContent .SlidingPanelsContentGroup img { float: left; margin: 0 10px; }
#mainContent .SlidingPanelsContentGroup h2 { margin: 10px 0 0 550px; padding: 0px; background: none; text-align: left; }
#mainContent .SlidingPanelsContentGroup p { margin: 1em 0 1em 550px; padding: 0px; background: none; text-align: left; }
#mainContent .SlidingPanelsContentGroup span.price { display: block; font-weight: bold; font-size: 1.4em; text-align:right; margin-right:10px; }
/*  ------------------ background images for panels ------------------*/
#mainContent #panel0 {background: #000    url(_images/Pledy_red_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel1 {background: #000   url(_images/Pledy_blue_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel2 {background: #000  url(_images/Pledy_lila_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel3 {background: #000    url(_images/Pledy_gray_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel4 {background: #000   url(_images/Pledy_black_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel5 {background: #000   url(_images/pufa_gris.jpg) no-repeat 10px 5px;}
#mainContent #panel6 {background: #000   url(_images/Pledy_seuz_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel7 {background: #000   url(_images/Pledy_seuz_detail_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel8 {background: #000   url(_images/Zakochanych_lg.jpg) no-repeat 10px 5px;}
#mainContent #panel9 {background: #000   url(_images/Pledy_black_lg.jpg) no-repeat 10px 5px;}


/* --------- styles for panels as they animate ----------------- */
#mainContent .SlidingPanelsAnimating h2 { color: #999}
#mainContent .SlidingPanelsAnimating p { color:#999;}
#mainContent .SlidingPanelsAnimating span.price { color:#999;}
#mainContent .SlidingPanelsAnimating #panel0{background:  #000  url  no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel1 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel2 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel3 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel4 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel5 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel6 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel7 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel8 {background: #000 url no-repeat 10px 5px;}
#mainContent .SlidingPanelsAnimating #panel9 {background: #000 url no-repeat 10px 5px;}







	

