@charset "utf-8";

/* ***************************************** */
/* ```````````````  LAYOUT ````````````````` */
/* ***************************************** */

body {
	margin:0px auto;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:62.5%;
	color:#333333;
	background:#3eacdd;
}

#full_wrapper{
	margin:0px auto;
	width:790px;
}

#white_wrapper{
	float:left;
	width:790px;
	background:url(/images/bk_page.jpg) repeat-y;
}


/* ***************************************** */
/* ***************************************** */
#page_aligner{
	width: 750px;
	margin: 0px 0px 0px 21px;
}




/* ***************************************** */
/* ```````````````  HEADER ````````````````` */
/* ***************************************** */

#header{
	width:750px;
	height:250px;
}




/* ***************************************** */
/* ```````````````  Middle ````````````````` */
/* ***************************************** */

#middle{
	float:left;
	width:750px;	
}


	/* ***************************************** */
	/* ```````````````  LEFT ````````````````` */
	/* ***************************************** */
	#left{
		float:left;
		width: 515px;
	}
	
	#left h1{
		width: 470px;
		margin: 20px 0px 20px 15px;
		padding: 5px 0px 5px 10px;
		font-weight:normal;
		color:#059aea;
		font-size: 1.8em;
	}
	#left p{
		width: 440px;
		margin: 0px 0px 20px 15px;
		padding:0px 0px 0px 20px;
		font-size:1.2em;
		color:#3e3e3e;
		text-align:justify;
		
	}
	
	/* ```````````````  evenimente ````````````````` */
	.left_evenimente{
		width: 460px;
		margin: 10px 0px 20px 25px;
	}
		.left_evenimente h2{
			width: 460px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 1.5em;
			text-indent: 35px;
			background:url(/images/icon_services.gif) no-repeat 2% 80%;
		}
		.left_evenimente h2 a{
			text-decoration: none;
			color:#059aea;
		}
		.left_evenimente p{
			width: 460px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		
		
		/* ```````````````  produse ````````````````` */
		.left_produse{
			width: 460px;
		}
		.left_prod_wrap{
			display:inline;
			float:left;
			margin: 0px 20px 0px 50px;
			width:150px;
			height:200px;
		}
		.left_prod_img{
			width:150px;
			height:140px;
		}
		.left_prod_inf{
			width:150px;
			text-align:center;
			font-size:1.3em;
		}
		.left_prod_inf a{
			text-decoration:none;
			color:#383838;
		}
	
	
	
	
	/* ***************************************** */
	/* ```````````````  RIGHT ````````````````` */
	/* ***************************************** */
	
	#right_wraper{
		float:left;
		width:235px;
		
	}
	#right_menu{
		float:left;
		width:235px;
		background:url(/images/right_bk.jpg) repeat-y;
		
	}
	
	.right_ul{
		width: 210px;
		margin:20px 0px 0px 11px;
		padding:0px 0px 0px 0px;
		list-style:none;

				
	}
	.right_li{
		width: 210px;
		text-indent: 35px;
		border-bottom:1px solid #f2f2f2;
		font-size:1.3em;
		background:url(/images/icon_menu.gif) no-repeat 6% 55%;

	}
	.right_li_a{
		display:block;
		text-decoration:none;
		padding: 10px 0px 10px 0px;
		color:#333333;
	
	}

	.right_sub_li{
		width: 200px;
		text-indent: 35px;
		margin:5px 0px 5px 11px;
		padding:0px 0px 0px 0px;
		font-size:1.1em;
		background:url(/images/icon_sub_menu.gif) no-repeat 10% 50%;
	}
	.right_sub_li_a{
		display:block;
		text-decoration:none;
		color:#059aea;
	}
	
	
	#right_footer{
		float:left;
		width:235px;
		height:20px;
		background:url(/images/right_bk_footer.jpg) no-repeat top;
	}



/* ***************************************** */
/* ```````````````  CONTACT ````````````````` */
/* ***************************************** */

.form_holder{
	float:left;
	width: 280px;
	margin: 0px 10px 30px 20px;
	font-size:1.2em;
}

.contact_data{
	float:left;
	width: 160px;
	font-size: 1.2em;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 6px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.1em;
}	




/* ***************************************** */
/* ```````````````  FOOTER ````````````````` */
/* ***************************************** */

#footer_wrapper{
	float:left;
	width:790px;
	height:36px;
	background:url(/images/bk_footer.jpg) top no-repeat;
}

.copy {
	float:left;
	display:inline;
	width: 300px;
	margin: 20px 0px 0px 20px;
	color:#FFFFFF;
	font-size:1.1em;
}
.design{
	float:right;
	display:inline;
	margin: 20px 20px 0px 0px;
	font-size:1.1em;
}
.design a{
	color:#FFFFFF;
	text-decoration:none;
}


