/* COMMON  STYLES
--------------------------------------*/

html, body{
  margin: 0px;
  padding: 0px;
  width:100%;
  height:100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 20px;
  background-image: url(/images/bg.gif);
  background-repeat: repeat;
}

img{
  border: none;
}

a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 20px;
}

a:visited{
  color: #525252;
}


#wrapper{
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 990px;
  margin: 0px auto;
  background-image: url(/images/content-bg.gif);
  background-repeat: repeat;
 }


/* HEADER
--------------------------------------*/

#header{
  width: 100%;
  margin: 0 auto;
  height: 217px;
  background-image: url(/images/bg.gif);
  background-repeat: repeat;
}

#flowers{
  height: 55px;
  width: 100%;
  background-image: url(/images/header-flower-left.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#flower-right{
  float: right;
  height: 55px;
  width: 294px;
  background-image:url(/images/header-flower-right.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

#logo-block{
  height: 137px;
  width: 100%;
  background-image: url(/images/header-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#logo{
  float: left;
  display: block;
  margin: 39px 0 0 39px
}

ul#menu{
  height: 29px;
  margin: 0px;
  padding: 0px 0px 0px 39px;
  background-image: url(/images/menu-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

ul#menu li{
  margin: 0px 15px 0px 0px;
  padding: 0px;
  list-style: none;
  float: left;
}

#page-title{
  width: 100%;
  height: 46px;
  background-image: url(/images/menu-title-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#page-title img{
  margin: 9px 0px 0px 38px;
}

#brands{
  float: left;
  width: 551px;
  height: 35px;
  background-image: url('/images/brands.jpg');
  background-repeat: no-repeat;
  margin: 50px 0 0 123px;
  _ margin: 50px 0 0 85px;
}

/* CONTENT
--------------------------------------*/

#content{
  width: 100%;
  padding: 0 0 178px 0;
  overflow: hidden;
}

/* SIDEBAR
--------------------------------------*/

#sidebar{
  float: left;
  width: 296px;

}

#sidebar ul, #sidebar ul li {
  margin: 0;
  padding: 0;
}

#sidebar .sidebar-block{
  margin: 30px 50px 40px 39px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  line-height: 15px;
}

#sidebar .sidebar-block a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
}

#sidebar .sidebar-block li{
  list-style: none;
  margin: 0 0 20px 0;
}

.date{
  color: #000066;
}

#sidebar .sidebar-block .arhiv-link{
  color: #000066;
}


#sidebar .sidebar-block .date{
  display: block;
}

/* BRAND LIST
--------------------------------------*/
#brand-list.sidebar-block li{
	margin-bottom: 10px;
}

#sidebar li.sidebar-block-title{
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;	
}

/* LOGIN FORM
--------------------------------------*/

#login-form{
  width:208px;
  height: 156px;
  margin: 0 0 50px 39px;
  display: block;
  background-image:url(/images/login-form.gif);
  background-repeat: no-repeat;

}


#login-form form{
  float: left;
  margin: 50px 20px 0px 20px;
}

#login-form a{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;	
}

#login-form span{
  width: 35px;
  display: block;
  float: left;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
}

#login-form input{
  margin: 0px 0px 15px 15px;
  background-image: url(/images/form-bg.gif);
  background-repeat: repeat;
  border: 1px #A6B6B6 solid;
}


#login-form input.buttonnext1 {
	float: left;
    background-attachment: scroll;
    background-color: #cccccc;
    border: none;
	margin: 0;
}

#login-form .buttonnext2 {
	float: right;
    background-attachment: scroll;
    background-color: #cccccc;
    border: none;
	margin: 0;
}


/* MAIN CONTENT
--------------------------------------*/
#main-content{
  float: left;
  padding: 10px 20px 30px 0px;
  width: 674px;
}

#main-content .content-photo{
  margin: 10px -20px 30px 0;
  position: relative;
  display: block;
}


/* CAROUSEL
--------------------------------------*/

#horizontal_carousel {
  width: 674px;
  margin: 60px auto;
  height: 100px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 581px;
  height: 100px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 70px;
}

#horizontal_carousel ul li {
  width: 83px;
  text-align: center;
  list-style:none;
  float:left;
}

#horizontal_carousel ul li  img{
  height: 100px;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#horizontal_carousel ul li  img:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}



#horizontal_carousel .previous_button {
  float:left;
  width: 46px;
  height: 100px;
  background: url(/images/left-btn.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left;
}


#horizontal_carousel .previous_button_disabled {
 opacity: 0.3;
 filter: alpha(opacity=30);
 cursor: default;
}


#horizontal_carousel .next_button {
  width: 46px;
  height: 100px;
  float:right;
  background: url(/images/right-btn.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
}




#horizontal_carousel .next_button_disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}





/* BAG BLOCK
--------------------------------------*/

#main-content .bag-block{
   width: 100%;
   overflow:hidden;
   margin: 50px auto;
}

#main-content .bag-block .bag-photo{
  display: block;
  float: left;
  margin: 10px;
  padding: 10px;
}

#main-content .bag-block .bag-description{
  padding: 20px;
  float: left;
  width: 310px;
}

/* USER BLOCK
--------------------------------------*/

#user-block{
	width: 100%;
	font-size: 10px;
	padding: 0 0 0 35px;
}

#user-block a{
	font-size: 10px;
}

/* FOOTER
--------------------------------------*/

#footer{
  min-width: 990px;
  position: relative;
  margin: -178px 0 0 0;
  height: 178px;
  background-image: url(/images/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#footer ul.menu{
  width: 990px;
  margin: 0px auto;
  padding:41px 0px 0px 0px;
  background-image: none;
}

#footer ul.menu li{
  padding: 0px;
  margin-right: 11px;
  list-style: none;
  float: left;
}

/* BOX
--------------------------------------*/

#footer-info{
	width: 990px;
	margin: 0 auto;
	padding: 16px 0 0 0; 
}

#footer-info img{
	float: left;
	display: block;
	margin: 5px 0 0 39px;
}


#footer-info p{
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	margin-right: 35px;
}

#footer-info p a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}







