
/* basic formatting */
*{ margin:0px; padding:0px;}

html
	{
	margin: 0;
	padding: 0;
	background:#81b9d0;
	min-height:100%;
	}

body
	{
	height:100%;
	font: 11px verdana;
	line-height: 1.88889;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

div
	{
	margin:0;
	padding:0;
	}

img
	{
	display:inline-block;
	border:none;
	}

table, td
	{
	border:none;
	}
	
/* structure items */

#structure
	{
	width:1024px;
	height:500px;
	margin:0 auto;
	background:#90c6dc;
	}
	
#branding
	{
	width:100%;
	height:225px;
	}
	
#slide
	{
	width:100%;
	height:87px;
	margin-bottom:5px;
	}
/*	
#content
	{
	width:100%;
	padding-top:5px;
	height:100%;
	background:#90c6dc;
	}
*/	

#div_left_acasa
	{
	width:573px;
	height:500px;
	background:url(images/content-bg-acasa.png) center no-repeat #7ab2c9;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	overflow:visible;
	}

#div_left_acasa h2
	{
	width:575px;
	height:111px;
	background:url(images/content-la-comanda.png) center no-repeat;
	text-indent:-9999px;
	margin:0;
	margin-left:-20px;
	padding:0;
	}
	
#div_left_acasa h1
	{
	width:100%;
	font-family:Verdana;
	font-size:24px;
	font-weight:lighter;
	color:#000000;
	margin:0;
	margin-bottom:110px;
	padding:0;
	display:inline-block;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	}
	
#div_left_acasa p
	{
	width:554px;
	height:90px;
	background:url(images/content-p-bg.png) repeat;
	display:inline-block;
	margin:0;
	padding:10px;
	line-height:1.2em;
	position:absolute;
	bottom:0;
	left:0;
	}
	
#div_left_contact
	{
	width:560px;
	height:100%;
	background:#7ab2c9;
	margin:0;
	padding:5px;;
	float:left;
	}

#div_left_contact h2
	{
	width:176px;
	height:50px;
	display:inline-block;
	background:url(images/content-contact-plic.png) left no-repeat;
	margin:5px auto auto 20px;
	font-size:24px;
	}
	
#div_left_contact h2 span
	{
	display:inline-block;
	margin-left:55px;
	color:#ccffff;
	}
	
#div_left_contact p
	{
	width:300px;
	color:#ccffff;
	line-height:1.2em;
	display:block;
	margin:5px auto;
	padding:0;
	font-size:14px;
	}
	
#div_right
	{
	width:337px;
	height:100%;
	overflow:visible;
	margin:0;
	padding:0;
	float:left;
	background:url(images/content-div-pagina-bg-repea.jpg) left repeat-y;
	position:relative;
	top:0;
	bottom:0;
	z-index:0;
	}

#div_right h2
	{
	text-indent:-9999px;
	width:114px;
	height:32px;
	background:url(images/content-produse.png) center no-repeat;
	margin:20px auto 0 40px;
	padding:0;
	display:block;
	}
	
#div_right ul
	{
	display:block;
	width:297px;
	height:100%;
	margin:0;
	padding:0 20px 0 20px;
	background:url(images/div_right_ul_bg.jpg) bottom no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	}
	
#div_right li
	{
	list-style-image:url(images/content-ul-bullet.png);
	font-size:1px;
	margin:5px;
	padding:0;
	}
	
#div_right li a
	{
	text-decoration:none;
	color:#1d507e;
	font-size:12px;
	font-weight:bold;
	}
	
#div_right li a:hover
	{
	color:#ffffff;
	}
	
#footer
	{
	width:100%;
	height:64px;
	background:#90c6dc;
	padding-top:10px;
	}
	
#footer ul
	{
	width:337px;
	height:16px;
	background:url(images/footer_links_bg.png) center no-repeat;
	display:block;
	margin:0 auto;
	padding:0;
	}
	
#footer li
	{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:16px;
	}
	
#footer li a
	{
	color:#000000;
	text-decoration:none;
	display:inline-block;
	width:32%;
	text-align:center;
	}
	
#footer li a:visited
	{
	color:#000000
	}
	
#footer li a:hover
	{
	color:#FFFFFF
	}
