body {
	background-color: #f41b8b;
	/*background-image: url(images/bgRepeat.png);
	*/
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #0e0108;
	font-family: Tahoma;
	font-size: 12px;
}
img {
	border: 0;
}
#mainContainer {
	text-align: center;
}
#centeredContainer {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	float: left;
	width: 397px;
	height: 729px;
	background-image: url(images/bgLeft.png);
	background-repeat: no-repeat;
}
#right {
	float: left;
	width: 603px;
	background-image: url(images/bgRight.png);
	background-repeat: no-repeat;
}
#menu {
	margin-top: 156px;
	margin-left: 117px;
	height: 52px;
}

#menuTop {
	margin-top: 0px;
	margin-left: 67px;
	height: 22px;
	color: #ffffff;
	float:left;
}

#menuTop a {
	margin-left: 16px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma;
}

#home {
	background-image: url(images/homeBtn.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 52px;
	float: left;
	cursor: pointer;
}
#homeActive {
	background-image: url(images/homeBtn2.png);
	background-repeat: no-repeat;
	/*background-position: 0 -52px;*/
	width: 70px;
	height: 52px;
	float: left;
}
#galerie {
	background-image: url(images/galerieBtn.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 52px;
	float: left;
	cursor: pointer;
}
#galerieActive {
	background-image: url(images/galerieBtn2.png);
	background-repeat: no-repeat;
	/*background-position: 0 -52px;*/
	width: 97px;
	height: 52px;
	float: left;
}
#aplica {
	background-image: url(images/aplicaBtn.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 52px;
	float: left;
	cursor: pointer;
}
#aplicaActive {
	background-image: url(images/aplicaBtn2.png);
	background-repeat: no-repeat;
	/*background-position: 0 -52px;*/
	width: 85px;
	height: 52px;
	float: left;
}
#contact {
	background-image: url(images/contactBtn.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 52px;
	float: left;
	cursor: pointer;
}
#contactActive {
	background-image: url(images/contactBtn2.png);
	background-repeat: no-repeat;
	/*background-position: 0 -52px;*/
	width: 91px;
	height: 52px;
	float: left;
}
#home:hover {
	background-image: url(images/homeBtn2.png);
/*	background-position: 0 -52px;*/
}
#galerie:hover {
	background-image: url(images/galerieBtn2.png);
/*	background-position: 0 -52px;*/
}
#aplica:hover {
	background-image: url(images/aplicaBtn2.png);
	
	/*background-position: 0 -52px;*/
}
#contact:hover {
	background-image: url(images/contactBtn2.png);
	/*background-position: 0 -52px;*/
}
.active {
	background-position: 0 -52px;
}
/*de aici*/
#contentTop {
	background-image: url(images/contentTop.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 430px;
}

#contentTop h1 {
	margin:0;
	margin-left: 20px;
	padding-top: 10px;
}

#content3 h2 {
	margin-left: 20px;
	width: 400px;
}

#contentBg {
	height: auto;
	width: 430px;
	background-image: url(images/contentBgRepeat.png);
	#background-repeat: repeat-y;
}
#contentBottom {
	width: 430px;
	height: 135px;
	background-image: url(images/contentBottom.png);
	background-repeat: no-repeat;
}

#contentBox3 {
	margin-top: 88px;
	margin-left: 78px;
	width: 430px;
	height: auto;
}

#content3 {
	height: auto;
	width: 430px;
	background-image: url(images/contentBg.png);
	background-repeat: no-repeat;
}
/*pana aici*/
#contentBox2 {
	margin-top: 88px;
	margin-left: 110px;
	height: 307px;
}
#content2Left {
	width: 13px;
	height: 322px;
	background-image: url(images/box2Left.png);
	background-repeat: no-repeat;
	float: left;
}
#content2 {
	background-image: url(images/box2Repeat.png);
	background-repeat: repeat-x;
	width: 336px;
	margin-bottom:125px;
	height: auto;
	float: left;
}
#content2Right {
	width: 14px;
	height: 322px;
	background-image: url(images/box2Right.png);
	background-repeat: no-repeat;
	float: left;
}
#contentBox {
	margin-top: 88px;
	margin-left: 78px;
	height: 307px;
}
#contentLeft {
	width: 17px;
	height: 307px;
	background-image: url(images/boxLeft.png);
	background-repeat: no-repeat;
	float: left;
}
#content {
	background-image: url(images/boxRepeat.png);
	background-repeat: repeat-x;
	width: 395px;
	height: 307px;
	float: left;
}
#contentRight {
	width: 18px;
	height: 307px;
	background-image: url(images/boxRight.png);
	background-repeat: no-repeat;
	float: left;
}
h1 {
	margin-top: 25px;
	font-size: 12px;
	color: #0e0108;
}
h2 {
	font-size: 12px;
	color: #0e0108;
}
.girl {
	float: left;
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 9px;
}
#footer {
	clear: both;
	margin-top: 125px;
	margin-left: -100px;
	height: 21px;
	width: 674px;
	color: #ffffff;
}
#footer a {
	margin-left: 16px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma;
}

#pagination {
	clear: both;
	margin-left: 11px;
}
#pagination a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-family: tahoma;
}
#prevBtn {
	margin-top: 14px;
	padding-left: 18px;
	padding-top: 3px;
	width: 47px;
	height: 23px;
	background-image: url(img/pageBtn.png);
	background-repeat: no-repeat;
	float: left;
}
#prevBtn:hover {
	background-position: 0 -26px;
}
#pages {
	text-align: center;
	margin-top: 16px;
	width: 210px;
	float: left;
}
.page {
	margin-top: 4px;
	color: #ffffff;
	font-size: 13px;
	font-family: tahoma;
	padding-left: 5px;
	padding-right: 5px;
}	
#nextBtn {
	margin-top: 14px;
	padding-left: 18px;
	width: 47px;
	float: left;
	padding-top: 3px;
	height: 23px;
	background-image: url(img/pageBtn.png);
	background-repeat: no-repeat;
	float: left;
}
#nextBtn:hover {
	background-position: 0 -26px;
}
textarea {
	width: 323px;
	height: 50px;
}
#spacer {
	clear:both;
	margin:0;
	padding:0;
	height: 10px;
}
/*  am inlocuit niceform cu clasele de mai jos la formularele de la Contact si Aplicatii  */
.inputcontact {
	border-collapse: collapse; 
	background: transparent url(img/input_back.png) no-repeat scroll 0 0; 
	padding: 1px 4px 0 2px; 
	border: medium none;
	width: 280px;
	height: 20px;
	position: relative; 
	color:#665555;
}
.textcontact {
	border-collapse: collapse; 
	background: transparent url(img/textarea_back.png) no-repeat scroll 0 0; 
	padding: 2px 4px 4px 4px; 
	border: medium none;
	width: 325px;
	height: 48px;
	position: relative;
	overflow: hidden;
	color:#665555;
	font-family: Tahoma;
	font-size: 12px;
	padding-bottom: 10px;
	
}
.etichetacontact {
	width: 52px; 
	float: left; 
	padding-top: 6px;
}

.inputaplica {
	border-collapse: collapse; 
	background: transparent url(img/input_back_small.png) no-repeat scroll 0 0; 
	padding: 1px 4px 0 2px; 
	border: medium none;
	width: 125px;
	height: 20px;
	position: relative; 
	color:#665555;
}

.textcontact1 {
	border-collapse: collapse; 
	background: transparent;
	
	border: medium none;
	width: 320px;
	height: 38px;
	
	color:#665555;
	font-family: Tahoma;
	font-size: 12px;	
}

td.textcontact1 {
	background: transparent url(img/textarea_back.png) no-repeat scroll 0 0; 
	padding: 2px 2px 2px 2px; 
	height: 62px;
	width: 327px;
}
span.etichetaaplica {
	padding-top: 5px;
}
div.etichetaaplica {
	width: 40px; 
	float: left; 
	padding-top: 5px;
}
div.aplica_stanga {
	float: left;
	padding-top:4px;
}
div.aplica_dreapta {
	float: right;
	text-align: right;
	padding-top: 4px;
}


/*  BUTON BROWSE ... */


#divinputfile{
	/*background:url(img/file.png) no-repeat 100% 1px;*/
	height:22px;
	width:210px;
	margin:0px;
}

#divinputfile #filepc{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:12px;
	z-index: 2;
	cursor: pointer;
	
}

#fakeinputfile{
	margin-top:0px;
	
}

#fakeinputfile #fakefilepc{
	width:110px;
	height:22px;
	font-size:12px;
	font-family:Arial;
	
	border-collapse: collapse; 
	background: transparent url(img/browse_box.png) no-repeat scroll 0 0; 
	
	border: medium none;
	position: relative; 
	color:#665555;
	z-index: 1;
}

#filepc {
	margin-left: -170px; 
	position: absolute;
}
/*  END BUTON BROWSE ...  */
