/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body {
  float: left;
  padding: 0;
  font-family: Verdana, Arial, helvetica, sans-serif;
  text-align: center;
  font-size: 62%;
  background-color: #dddddd;
}

body { 
text-align:center; /* for IE */ 
margin:0 auto; /* for the rest */ 
} 



img{
	border: 0;
	
}

hr{
	height: 1px;
	border: 0;
	background-color: #666666;
}

p{
	font-size: 1.1em;
	color: #444444;
}

p.descriere {
 font-family: Verdana, Arial, helvetica, sans-serif;
 text-align: left;
 font-size: 1.1em;
 color: #444444;
}

p.titlu {
 font-family: Verdana, Arial, helvetica, sans-serif;
 text-align: left;
 font-size: 1.2em;
 color: #294560;
 font-weight: bold;
 text-decoration: none;
}

/* HEADINGS
-------------------------------------------------------------------- */
h2, h1{
	font-size: 1.1em; 
	text-align: left;
	text-decoration: none;
	color: #294560;
}

h2{
	
	font-size: 1.2em;
}

h3 {
   font-size: 1.1em;
	 text-align: left;
	 color: #aa0000;
}

h4{
	font-size: 1.1em;
	text-align: left;
	color: #000000;
}

h5{
	font-size: 1.1em;
	color: #000000;
	margin: 3px 0;
}

.leftdiv h4, .rightdiv h4{
	height: 30px;
	padding-top: 4px;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	background: url(webimg/h4_bg.png) top left no-repeat;
}

.rightdiv h4{
	background-image: url(webimg/h4_bg.png) top left repeat-x;
	background-position: top right;
}

.leftdiv h5, .rightdiv h5{
	height: 30px;
	padding-top: 6px;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
	background: url(webimg/h5_bg.png) top left no-repeat;
}

.rightdiv h5{
	background-image: url(webimg/h5_bg.png) top left repeat-x;
	background-position: top right;
}


/* LINKS 
----------------------------------------------------------------*/
a{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


div.detalii a{
	padding-top: 5px;
	color: #FF0000;
}

span.redlink a{
	color: #FF0000;
}

span.redlink a:hover{
	color: #FF0000;
}

/* MENU 
----------------------------------------------------------------*/

ul.menu li {
	height: 25px;
	line-height: 25px;
}

ul.menu li a{
	background: url(webimg/list_arrow.gif) 3px 9px no-repeat;
	background-color: #eeeeee;
	color: #444444;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}


ul.menu li a:hover{
  background: url(webimg/list_arrow.gif) 3px 10px no-repeat;
	background-color: #002d92;/*#6CA2FF;*/
	color:#ffffff;
	text-decoration: none;
}




ul.menu li#red a{
	background-color: #CB280C;
	color: #ffffff;
}

ul.menu li#red a:hover{
	background-color: #fc8700;
}

ul.menu li.current a{
	background-color: #6666CC;
	cursor: pointer;
}



/* LAYOUT DIVs url(webimg/bg.jpg)
----------------------------------------------------------------*/


#header{
	background: url(webimg/head1.jpg) top left no-repeat;
	height: 150px;
	width: 100%;
}

#promotii1{
	background: url(webimg/caseta1.jpg) center center no-repeat;
	height: 202px;
	width: 167px;
	}

#promotii2{
	background: url(webimg/caseta2.jpg) center center no-repeat;
	height: 202px;
	width: 167px;
	}

#promotii3{
	background: url(webimg/caseta3.jpg) center center no-repeat;
	height: 202px;
	width: 167px;
	}

#promotii4{
	background: url(webimg/caseta4.jpg) center center no-repeat;
	height: 202px;
	width: 167px;
	}

#promotii5{
	background: url(webimg/caseta5.jpg) center center no-repeat;
	height: 408px;
	width: 340px;
	}


#glob{
    background: url(webimg/glob2.jpg) right top no-repeat;
}

/* OTHER DIVs 
---------------------------------------------------------------------*/
.leftdiv.first, .rightdiv.first{
	margin-top: 17px;
}

.leftdiv.first{
	margin-bottom: 10px;
}

.leftdiv{
	width: 162px;
	clear: right;
	background: #f4f4f4 bottom left repeat-x;
	margin-top: 10px;
}



/* LISTS 
-----------------------------------------------------------------------*/



ul.menu{/*top main menu*/
	list-style-type: none;
	display: block;
	width: 100%;
	}

ul.menu li{
	float: left;
	text-align: left;
	width: 80px;
	border: 1px solid;
	border-top: 2px;
	border-top-color: #3b60b3;
	border-right: 0px;
	border-right-color: #f4d201;
	border-bottom: 0px;
	border-bottom-color: #f4d201;
	border-left: 0px;
	border-left-color: #f4d201;
	font-size: 1.1em;
}


ul.menu li#red{
	border-right: 1px solid #000000;
}

#menuright{/*top right menu*/
	float: right;
	padding-top: 20px;
	margin-right: 20px;
}

#menuright li{
	font-size: 1em;
	font-weight: bold;
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	margin-left: 7px;
}



.leftdiv ul{
	padding: 10px;
}

.leftdiv.first ul{
	padding: 0px 0 0 10px;
}


.leftdiv.first ul li{
	font-size: 1.1em;
	list-style-type: none;
	height: 20px;
	padding-left: 12px;
	text-align: left;
	background: url(webimg/list_arrow.gif) 1px 2px no-repeat;
}



/* tabel central 
---------------------------------------------------------------------*/



table.products p
{
	clear: right;
	padding: 0;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 2px;
}

table.products a
{
	color: #444444;
	text-decoration: none;
}



/*cmenu1*/

.cmenu1{
    list-style-type: none;
    margin: 10px 0 0 0;
}

.cmenu1 img{
    border: 0px;
}

.cmenu1 li{
    display: inline;
}

.cmenu1 li a, .cmenu1 li a:visited{
    margin: 4px;
    text-align: center;
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}
.cmenu1 li.current a, .cmenu1 li.current a:visited{
    text-decoration: none;
    color: #cc3300;
    cursor: default;
		border-color: #dddddd;
	  border-width: 1px 1px 1px 1px;
	  border-style: solid solid solid solid;
		padding: 3px;
}

.cmenu1 li.first a{
    margin-right: 10px;
}

.cmenu1 li.last a{
    margin-left: 10px;
}

.cmenu1 li.inactive a, .cmenu1 li.inactive a:visited{
    color: #666666;
    cursor: default;
    text-decoration: none;
	display: none;
}




/*info pc*/
ul.infopc
{
	padding-left: 8px;
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
	/*list-style-type: disc;
	list-style-position: inside;*/
}

ul.infopc li{
	padding-left: 15px;
	margin-bottom: 8px;
	background: url(webimg/list_arrow.gif) 1px 2px no-repeat;
	color: #444444;
	font-weight: normal;
	font-size: 1.1em;
}

ul.infopc li a
{
	background-color: #FFFFFF;
	color: #444444;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

ul.infopc li a:hover
{
	background-color: #eeeeee;
	color: #666666;
	text-decoration: none;
	background-image:url(webimg/bg_pcinfo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;	
}

table.menujos a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 0px solid #ccc;
	margin-top: 10px;

}

</style>







