@charset "utf-8";

/* Yahoo clear fix*/

html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style:none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/* end Yahoo clear fix */

/* 3 col layout */

 
#pagewidth {
	background:#ffffff url(images/content-background.png) top left repeat-y;
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 background:#ffffff url(images/electro-top-header.png) top right no-repeat;
 position:relative;
 height:230px; 
 width:100%;
} 

#logo-bet {
	width:245px;
	height:195px;
	background:url(images/bucovina-electro-top-logo.png) top left no-repeat;
	position:relative;
	float:left;
	clear:none;
	padding:0 0 0 13px;
}

#bet-menu {
	position:relative;
	float:right;
	clear:none;
	margin-top:9px;
}

#wrapper {
	background:url(images/under-content-columns.png) bottom center no-repeat;
	padding-bottom:15px;
}

#leftcol {
 background:url(images/head_menu-col.png) top center no-repeat;
 padding-top:50px;
 width:261px; 
 float:left; 
 position:relative; 
  }
  
#leftcol p {
	padding:10px;
	text-align:justify;
	text-indent:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#005e08;
	font-weight:bold;
}
 
#leftcol img {
	margin:0 10px;
}

#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:678px; 
 }
 
#maincol img {
	padding:0 0 10px 10px;
}
 
 #maincol h1 {
	background:url(images/titlu_back.png) top left no-repeat;
	height:61px;
	font-size:20px;
	text-align:right;
	color:#FF0000;
	padding:15px 15px 0 0;
 }
 
 #maincol p {
 	padding:10px;
	padding-bottom:0px;
	text-indent:25px;
	text-align:justify;
	font-size:14px;
	line-height:150%;
 }
 
#footer{
	background:url(images/footer-bucovina-et.png) top center no-repeat;
	 height:60px; 
 clear:both;
 margin-top:15px;
 width:950px;
 margin-left:auto; 
 margin-right:auto; 
 } 
 
 #footer-left {
	width:70%;
	float:left;
	position:relative;
	clear:none;
	text-align:center;
	font-size:12px;
	padding-top:10px;
 }
 
 #footer-left a:link {
 	text-decoration:none;
 	color:#003300;
 }
 #footer-left a:visited {
 	color:#003300;
	text-decoration:none;
 }
 #footer-left a:hover {
 	text-decoration:underline;
 }
 
 #footer-right {
	float:right;
	position:relative;
	clear:none;
	font-size:12px;
	text-align:right;
	padding:12px 15px 15px 0;
 }
 
 #footer-right a {
 	text-decoration:none;
	color:#000000;
	font-weight:bold;
 }
 #footer-right a:hover {
 	text-decoration:underline; 	
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* end 3 col layout*/

/* skiner.org - css styles */

body {
	background:#d1edd0 url(images/main-barckgound-gradient.png) top center repeat-x;
}

/* top menu*/

#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		margin:0 5px 0 5px;
	}
	#jsddm li a
	{	display: block;
		text-decoration: none;
		font-size:14px;
		color:#000000;
		padding-top:2px;
		font-weight:bold;
		}

	#jsddm li a:hover
	{	text-decoration: underline;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			white-space: nowrap;
			}
			
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				text-align:left;
				padding:0px;
				margin:0px;
			}
			
			#jsddm li ul li a
			{	width: auto;
				color:#CC0000;
				white-space: nowrap;
				padding:0px;
				margin:7px 0;
				}
			
			#jsddm li ul li a:hover
			{
				color:#006600;
				text-decoration:none;
			}

/* end top menu*/

/* Left menu */

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
  display: block;
	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  	text-decoration:none;
	color:#014107;
	font-size:14px;
	display:block;
	background:url(images/arrow-left.gif) 10px center no-repeat;
	border-bottom:1px solid #00900d;
	padding:12px 0 12px 35px;
	margin:0 5px;
	font-weight:bold;
}

ul#menu li a:hover {
	color:#00900d;
	background-color:#b4efb5;
}

ul#menu li ul li a {
  padding:12px 0 12px 45px;
  background:#b4efb5;
  border:0px;
  color:#CC0000;
}

ul#menu li ul li a:hover {
  color:#CC0000;
  background:#b4efb5 url(images/arrow-left.gif) 20px center no-repeat;
}

/* end Left menu */

/* slider index */

.slider-wrap								{ width: 630px; position: relative; top: 7px; left: 20px; height:600px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 630px; height: 500px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 630px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-left: 15px; }
#movers-row									{ margin: 0 0 0 62px; }
#movers-row div								{ width: 300px; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 300px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{   }
.s {											width:300px; display:block; float:left;
											}

.photo-meta-data a, a:visited								{ color: #ffffff; text-decoration: none; }
.photo-meta-data a:hover, a:active							{ color: #99FF99; }

/* end slider index */

#flash-head {
	display:block;
	width:692px;
	height:116px;
	float:right;
	clear:right;
}


#contact-form {
	width: 350px;
	height:250px;
	background-color:#333333;
	float:right;
	clear:none;
}

.localit {
	font-size:20px;
	padding:10px 0 10px 20px;
	background:url(images/footer-bucovina-et.png) top left no-repeat;
	margin:10px 0;
}

.thbmag {
	margin-right:15px;
	padding-top:5px;
	border-bottom:#009933 1px solid;
	text-align:right;
}

.fff {
	font-weight:normal;
	font-size:13px;
}

.msg {
	text-align:center;
	padding: 3px 0 3px 0;
	margin-left:55px;
	font-weight:bold;
	color:#FFFFFF;
	width:550px;
	background-color:#118833;
	font-family:Arial;
}

.tabel-produse {
	margin-left:25px;
}

.tabel-produse h2{
	font-weight:bold;
}

.tabel-produse td p {
	text-indent:0px;
	padding-top:0xp;
	margin-top:0px;
}

#matprod {
padding:0 0 10px 15px;
display:inline-block;
float:left;
clear:none;
}
#matprod li {
	padding:3px 0 3px 20px;
	background:url(images/arrow.gif) 0px 5px no-repeat;
	font-family:"Times New Roman", Times, serif;
}

#mc-prod {
	float:left;
	position:relative;
	width:240px;
	margin-left:30px;
}

#wide-prod {
	clear:both;
	margin-left:30px;
}

#reso {
	padding-left:20px;
	list-style-type:circle;
	width:90%;
	list-style:circle;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

#reso li {
	padding:5px 0 5px 20px;
	background:url(images/check-mark.gif) 2px 7px no-repeat;
	font-family:"Times New Roman", Times, serif;
}

/* end skiner.org*/