@CHARSET "UTF-8";
body {
	background:#fff;
	color:#c6c2ba;
	font-family:"Lucida Grande",helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}

* { outline: none; }


/*===============================
	links */
	
a:link 		{text-decoration: 	none; 	color: #7c726b;}
a:visited 	{text-decoration: 	none; 	color: #7c726b;}
a:active 	{text-decoration: 	none; 	color: #7c726b;}
a:hover 	{text-decoration: 	underline; 	color: #c6c2ba; text-decoration: none;}


/*===============================
	title */
h1, h2, h3 { color: #7c726b; margin-bottom: 1em;}
h1 { font-size: 2.5em;  }
h2 { font-size: 1.8em;}
h3 { font-size: 1.2em; }

/*===============================
	Main Layout and Structure  */
	
html, body{
    height:auto !important;
    height:100%;
}

body{
	background-color:#3d3d3f;
}

#wrapper{}

#header{
    height:180px;
}

#main{

}

#top{
	width:100%; margin:0 auto; clear: both;
	background: url(../images/bg.png) repeat-x;
}

#bottom {
	width:100%; margin: 0 auto; clear: both;
	background: url(../images/footer.png) repeat-x;
	padding-top: 30px;
}

#footer{
    height:60px;
    background:url(../images/bg-footer.jpg) repeat-y;
}

#col_left_inner {
	margin-right: 10px;
}


/*===============================
	header */
	
#logo{}

	#logo span{display:none;}
	
#mainMenu {
	padding: 103px 0 0 0;
}

#mainMenu ul#navmenu-tatanka {
	margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 500px;*/ /*For KHTML*/
  list-style: none;
	float:right;
}

#mainMenu ul#navmenu-tatanka li {
	padding: 0 5px 0 20px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

#mainMenu ul#navmenu-tatanka a {
	padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: inherit;
  text-decoration: none;
  /*height: auto !important;*/
  /*height: 1%;*/ /*For IE*/
	color: #c6c2ba;
	font-size: 20px;
}
#mainMenu ul#navmenu-tatanka a img {
	vertical-align: top;
}

#mainMenu ul#navmenu-tatanka a:hover {
	color: #7c726b;
}

#lang_switcher {
	position:absolute;
	top: 120px;
}

#lang_switcher li {
		list-style-type: none;
		display: inline;
}


/*===============================
	content */
	
ul#breadcrumb_trail {}	
	
	ul#breadcrumb_trail li {
		background-color: #CCC;
		display: inline;
		list-style: none;
		padding-right: 16px;
		background: url(../images/tab_right.png) right no-repeat;
		font-size: 11px;
	}
		
	ul#breadcrumb_trail li.last {background: none;}


/*===============================
	slots type Text/RichText */
	
.none {}
	
.tips {
	background:#FFFFDD url(../images/tip.png) no-repeat scroll 5px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin:10px 0pt;
	padding:5px 20px 5px 45px;
	}	

.caution {
	background:#FFFFDD url(../images/caution.png) no-repeat scroll 5px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin:10px 0pt;
	padding:5px 20px 5px 45px;
	}

.note {
	background:#FFFFDD url(../images/note.png) no-repeat scroll 5px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin:10px 0pt;
	padding:5px 20px 5px 45px;	
}

/* class */

.sep-h{height:50px;}

/* produits */
.media_part {
	padding:0 15px 11px 0;
	float:left;
}

.media_part img {
	
}

.home_carousel_mediaMedia{
	width: 655px;
	height: 440px;
}

#slider {
    width: 630px; /* important to be same as image width */
    height: 410px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
		top: 0;
		margin-left: 0;
}

.slider {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
		font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 630px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

#slider_navigation {
	width: 100%;
	margin: -5px 10px 2.2em 0;
}

#slider_navigation td {
	padding: 0;
}

#slider_navigation .left {
	text-align: left;
	width: 25%;
}

#slider_navigation .center {
	text-align:center;
}

#slider_navigation .right {
	text-align: right;
	width:25%;
	padding-right: 15px;
}


.shyrkaProducts_list {
	padding: 0;
	margin: 0;
}

.shyrkaProducts_list li {
	list-style-type: none;
}

a.link_all {
	color:#7a4f42;
}

a.link_all:hover {
	color:#c6c2ba;
}


