/* CSS Document */

body {
	text-align:center;
	margin:0px;
	color: #333333;
	text-decoration: none;
	list-style-image: url(../img/bullet.gif);
	list-style-type: disc;
	background: url(../img/style/vertical_tile.jpg) repeat-x left top;
	background-color: #C0C6CA;
	font: normal 12px/16px Arial, Helvetica, sans-serif, Tahoma;
}
#container {
	width: 680px;
	text-align: center;
	margin: auto;
	background-image: url(../img/background_tile.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	}
	
	
#header {
	width:680px;
	height:322px;
	float:left;
	background: url(../img/style/header.jpg) no-repeat left top;
}

.desprenoi {
	width:680px;
	height:51px;
	float:left;
	margin-top:12px;
	background: url(../img/title/despre_noi.gif) no-repeat left top;
}
.servicii {
	width:680px;
	height:51px;
	float:left;
	margin-top:12px;
	background: url(../img/title/servicii.gif) no-repeat left top;
}

.partneri {
	width:680px;
	height:51px;
	float:left;
	margin-top:12px;
	background: url(../img/title/partneri.gif) no-repeat left top;
}

.contact {
	width:680px;
	height:51px;
	float:left;
	margin-top:12px;
	background: url(../img/title/contact.gif) no-repeat left top;
}

#maincontent {
	width:630px;
	float:left;
	text-align:left;
	display:block;
	background: url(../img/style/horizontal_tile.gif) repeat-y left top;
	padding: 20px 30px 20px 20px
}
.halfcontent {
	width:315px;
	padding-top:20px;
	text-align:left;
	float:left;
}


.photoright {
	padding: 5px 0px 5px 10px;

}
.photoleft {
	padding: 5px 10px 5px 0px;

}
.clear {
	clear:both;
}


#footer {
	width:660px;
	height:48px;
	margin-top:20px;
	text-align:left;
	padding-top:10px;
	color:#999999;
	padding-left:20px;
	margin-bottom:20px;
	background: url(../img/style/footer.gif) no-repeat left top;
	vertical-align:top;
		
}

.footerlink {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	

}
.footerlink:hover {
	text-decoration: underline;

}

.rainfall {
	margin-left:150px;
}


/* Forms*/

.textForm {
	width:134px;
	height:18px;
	margin-left:10px;
	padding: 3px 0px 0px 10px;
	border:1px solid #272B31;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background: #3E4148;
}
.textField{
	width:293px;
	height:134px;
	margin-left:10px;
	padding: 3px 0px 0px 10px;
	border:1px solid #272B31;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background: #3E4148;
}
