a,img,div {
	behavior: url(/design/iepngfix.htc)
}

* {
	margin: 0;
	padding: 0;
	/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
	

}

div#paletar1 {
    position: absolute;
    left: 400px;
    right: 0px;
    top: auto;
    bottom: 0px;
}



body {
	background-image: url("/design/imagini/back.jpg")  ;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	
}



#wrapper {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	
}

#footer {
	margin-top: 15px;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(design/imagini/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/imagini/overlay.png", sizingMethod="scale");
	}
	

jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;
	color:black;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: white;
	position: relative;
	-moz-border-radius:15px;
	border-radius:15px;
}

.jspDrag
{
	background: #AD0F0F;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	color:black;
	-moz-border-radius:15px;
	border-radius:15px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #AD0F0F;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #AD0F0F;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.jspDragMiddle
{
	height:86%;
	width:100%;
}
.jspDragTop
{
	text-align:center;
	color:black;
	font-size:19px;
	font-weight:bold;
	
}
.jspDragBottom
{
	text-align:center;
	font-size:19px;
	font-weight:bold;
	color:black;
	position:absolute;
	bottom:0;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.vestnord
{
 background: url("/design/imagini/corners/1.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.centertop
{
 background: url("/design/imagini/corners/2.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.estnord
{
 background: url("/design/imagini/corners/3.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}

.centru
{
 background: url("/design/imagini/corners/centru.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.vestsud
{
 background: url("/design/imagini/corners/4.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.estsud
{
 background: url("/design/imagini/corners/5.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.centerest
{
 background: url("/design/imagini/corners/6.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.centerbottom
{
 background: url("/design/imagini/corners/7.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}
.centervest
{
 background: url("/design/imagini/corners/8.png") repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
}

body div#toolTip {
	position: absolute;
	z-index: 1000000;
	width: auto;
	background: #000;
	border: 1px ridge #ea6300;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

body div#toolTip p {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 15px 16px verdana, arial, sans-serif;
}

body div#toolTip p em {
	display: none;
	margin-top: 3px;
	color: #6CB3FE;
	font-style: normal;
	font-weight: bold;
}

body div#toolTip p em span {
	font-weight: bold;
	color: #fff;
}

#sidebar {
position:relative;
margin-top:15px;
width:150px;
}	




.link
{
color:#ed1c24;
text-decoration:none;
font-weight:bold;
}


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
  font-size:14px;
}


ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}


ul#menu li a {
  background: #5b5b5b;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background:#F48B1B;
  border-left: 5px #000 solid;
  padding-left: 15px;
}



#sidebar1 {
position:relative;
margin-right:15px;
width:132px;
}


ul#menu1, ul#menu1 ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 11.5em;
  font-size:14px;

}


ul#menu1 a {
  display: block;
  text-decoration: none;	
}

ul#menu1 li {
  margin-right: 15px;

}


ul#menu1 li a {
  background: #ed1b24;
  color: #fff;	
  padding: 0.5em;
  text-align:center;
}

ul#menu1 li a:hover {
  background: #000;
}

ul#menu1 li ul li a {
  background: #fff;
  color: #000;
  padding-left: 10px;
}

ul#menu1 li ul li a:hover {
  background:#F48B1B;
  border-left: 5px #000 solid;
  padding-left: 10px;
}




    .sliderGallery {
            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 863px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 845px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
.link2
{
padding-left:0px;
padding-right:0px;
}


