@charset "utf-8";
/* CSS Document */

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}


/*slideshow market*/
#carousel_inner {
float:left; /* important for inline positioning */
width:81%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;
}

#carousel_ul {
position:relative;
left:-138px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:900%;
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:90px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:50px;
margin-top:8px;
margin-bottom:8px; 
margin-left:10px; 
margin-right:10px; 
}

#carousel_ul li img {
    

margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll{float:left; height:70px; width:14px; margin-right:10px;}
#right_scroll{float:right; height:70px; width:14px; margin-left:10px;}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}
.divslideshow{
    
    background: url("../images/bg-block-news.png") repeat scroll left top transparent;
    border: 1px solid rgb(160, 160, 160);
    margin-top: 7px;
    
}

/*slideshow doitac*/
#sliderR-box{
    background:green;
    position:relative;
}
#sliderR{
    height:120px;
    position:absolute;
}
#sliderR li{
    float:left;
    margin:0 5px;
}






/*************************************form contct****************************************/
#form-wrapper{margin-top:10px; width:420px; float:left; position: relative;}
#form-wrapper ul{list-style:none !important;}
#form-wrapper:before, #form-wrapper:after
{z-index: -1; position: absolute; content: ""; bottom: 15px;left: 10px; width: 50%; top: 80%; max-width:300px;}
#form-wrapper:after
{  -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;  left: auto;
}
#form-wrapper .button{
    cursor: pointer;
    color: rgb(29, 35, 55);
    text-transform: uppercase; overflow: visible; /* IE6/7 fix */border: 0;     
    background:url(../images/bg-btn.png) no-repeat top center; border-radius:5px; text-align:center; height:25px; line-height:28px;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);    
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(0, 0, 0, 0.7); padding-left:15px; padding-right:15px; margin-right:10px;
}

#form-wrapper .button:hover
{background:url(../images/bg-btnover.png) top center; color:#ff0;}   
#form-wrapper .button:active
{  position: relative; top: 2px;    
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset; 
}
#form-wrapper li{padding:5px 0;}
#form-wrapper li .columnleft{width:23%; float:left;}
#form-wrapper li .columnright{width:77%; float:right;}
.maxchar{width:225px; padding:3px; background:#fff; border:none;}