/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

* { margin:0; padding:0; }
a { outline:none; cursor:pointer; text-decoration:none; }
img { border:0; }

body{
	font:11px/1.5 Verdana;
	color:#545454;
	background-color:black;
}

h1{
	color:#bfbfbf;
	text-align:center;
}

.main{ 
	width:900px;
	height:889px;
	overflow:hidden;
	margin:0 auto;
	background-image:url(img/site.jpg);
}

/* ------------------------------------------------------------
	Top Menu
------------------------------------------------------------ */

div.topMenu{
	text-align:center;
	font-weight:bold;
	margin:10px 0;
	width:900px;
	height:20px;
}

#bullet{
	margin-bottom:-1px;
}

div.topMenu a{
	color:#bfbfbf;
	font-weight:bold;
}

div.topMenu a:hover{
	color:#206cd2;
}

div.topMenu a.gray{
	color:#545454;
}

div.topMenu a.gray:hover{
	color:#206cd2;
}

div.topMenu span{
	color:#6e6e6e;
}


/* ------------------------------------------------------------
	Titles
------------------------------------------------------------ */

div.titlesEn {
	width:900px;
	height:40px;
	margin-top:521px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: 0px -889px;
}
div.titlesRo {
	width:900px;
	height:40px;
	margin-top:521px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: 0px -929px;
}

/* ------------------------------------------------------------
	Content
------------------------------------------------------------ */

div.content{
	float:left;
	padding:10px 19px;
	font-weight:bold;
	width:186px;
	height:200px;
}

div.content p{
	color:#575656;
	text-align:justify;
	margin-bottom:10px;
}

div.content p span{
	color:#878787;
}

/* ------------------------------------------------------------
	Portfolio
------------------------------------------------------------ */

/* --------	Images --------- */

a.logo-1{
	width:185px;
	height:93px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: -291px -969px;	
}

a.logo-2{
	width:185px;
	height:93px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: -106px -969px;	
}

a.logo-3{
	width:185px;
	height:93px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: -291px -1062px;	
}

a.logo-4{
	width:185px;
	height:93px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: -106px -1062px;	
}

div.gallery{
	width:185px;
	height:93px;
	overflow:hidden;
	margin-bottom:10px;
}

div#gallery-row{
	width:740px;
	height:93px;
	overflow:hidden;	
}

/* --------	Arrow Buttons --------- */

a.arrow-left{
	width:53px;
	height:34px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: 0 -969px;	
}

a.arrow-left:hover{
	background-position: 0 -1003px;	
}

a.arrow-left:active{
	background-position: 0 -1037px;	
}

a.arrow-right{
	width:53px;
	height:34px;
	float:left;
	background-image:url(img/site.jpg);
	background-position: -53px -969px;	
}

a.arrow-right:hover{
	background-position: -53px -1003px;	
}

a.arrow-right:active{

	background-position: -53px -1037px;	
}

/* ------------------------------------------------------------
	...
------------------------------------------------------------ */

div#contactForm {
	position:absolute;
	width:280px;
	height:0px;
	overflow:hidden;
	border-left:1px solid #494a4b;
	border-right:1px solid #494a4b;
	border-bottom:1px solid #494a4b;
	background-color:#000000;
	opacity:0;
	filter: alpha(opacity = 0);
	top:38px;
	left: 50%;
    margin-left: -140px;
	padding:10px 20px;
}

a.close {
	color:#999;
	float:right;
	padding:5px 10px;
	background-color:#000;
	margin:-10px -20px 0 0;
	border-left:1px solid #494a4b;
	border-bottom:1px solid #494a4b;
}

a.close:hover{
	color:#999;
	background-color:#0e0e0e;
}

a.close:active{
	color:#666;
}

input {
	border:1px solid #232323;
	background-color:#0e0e0e;
	color:#999;
	width:200px;
	margin-bottom:10px;
	padding:8px;
	font-weight:bold;
}

input:hover {
	border:1px solid #999;
}

input:active, input:focus {
	border:1px solid #999;
	background-color:#000;
}

textarea{
	border:1px solid #232323;
	background-color:#0e0e0e;
	color:#999;
	width:200px;
	height:150px;
	margin-bottom:10px;
	padding:8px;
	font:12px/1.5 Verdana;
	font-weight:bold;
}

textarea:hover {
	border:1px solid #999;
}

textarea:active, textarea:focus {
	border:1px solid #999;
	background-color:#000;
}

a#send {
	border:1px solid #282828;
	background-color:#0e0e0e;
	color:#777;
	width:200px;
	margin:10px 0 10px 0;
	padding:8px 92px;
	text-align:center;
	font-weight:bold;
}

a#send:hover {
	background-color:#1c1c1c;
	color:#999;
}

a#send:active {
	background-color:#000;
	color:#666;
}

p {
	color:#777;

}

p.contact{
	color:#777;
	text-align:center;
	padding-top:10px;
}

div#success{
	display:none;
}

/* ------------------------------------------------------------
	Copyright
------------------------------------------------------------ */

p.copyright{
	color:#aeaeae;
	font-weight:bold;
	text-align:center;
	position:relative;
	float:left;
	padding-top:20px;
	width:900px;
}

/* ------------------------------------------------------------
	...
------------------------------------------------------------ */

/* --------	... --------- */
