html{
	height: 100%;
}
body{
	width:600px;
	height: 100%;
	margin: 0px auto;
	font-family: "Trebuchet MS", Verdana, Arial;
	scrollbar-face-color: #C1C1C1;
	scrollbar-shadow-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-3dlight-color: #FFF; 
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
}

a{
	 color: #A9D32C;
	 text-decoration: none;
}
a:hover{
	 text-decoration: underline;
	 cursor: crosshair;
}

img{
	border: 0px;
}
h1, h2, h3{
	padding: 0px;
	margin: 0px;
}
table, tr, td{
	padding: 0px;
	margin: 0px;
}

table.container{
	width:600px;
	height: 100%;
	vertical-align: middle;
}

table.square{
	width: 600px;
	height: 600px;
	border: 1px solid #D9D9D9;
	text-align: center;
	vertical-align: middle;
	border: 1px;
	border-color:#666666;
	border-style: dotted;
	margin-top: 20px;
}


#menu{
	text-align: left;
	float: left;
	clear: none;
	margin-top: 10px;
}

#menu a, #menu a.on{
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left: 10px;
	background: url(../parts/menu.jpg) top right no-repeat;
	
}

#menu a:hover, #menu a.on{
	background: url(../parts/menu-hover.jpg) top right no-repeat;
}
img.logo{
	float: left;
	padding: 0px;
	margin: 0px;
	clear:none;
}
img.title{
	float:left;
	margin: 0;
	padding: 0;
}

span.submenu{
	width:150px;
	 padding-right: 5px;
	 font-size: 10px;
	 text-align: right;
	 letter-spacing: 2px;
	 color: #A9D32C;
	 float: right;
}
span.submenu a.hidden, span:hover a.hidden{
visibility: hidden;
 float: right;
clear: both;
}

span:hover, span:hover a.hidden{
visibility: visible;
cursor: crosshair;
}

p{
	padding: 10px;
	text-align: justify;
	color: #666666;
}


table.square tr td.top{
/*	border-bottom: 1px dotted #D9D9D9; */
width: 598px;
padding: 0px;
margin: 0px;
}

table.square tr td.middle{
	font-family: ISOCPEUR; 
	font-size: 13px;
}
table.square tr td.bottom{
	padding: 0px;
}

h1, h2, h3{
	color:#8B8B8B;
	font-size: 13px;
	letter-spacing: 3px;
	padding-left: 10px;
	padding-top: 20px;
	clear: both;
	text-align: left;

}

h1{
	letter-spacing: 3px;	
	font-size: 16px;
	text-transform: uppercase;
}
h3{
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 0px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: lighter;
	letter-spacing: 5px;
}
div{
	clear: both;
	padding: 10px;
}

a.portofoliu{
	float: left;
	padding: 10px;
}
a.portofoliu img, #text a img.big{
	border: 1px dotted #ccc;
}
a.portofoliu:hover img, #text a:hover img.big{
	border: 1px dotted #999;
}
a.portofoliu:hover{
	cursor: crosshair;
}


a.client{
	width: 600px;
	text-align: center;
	position: relative;
	cursor: crosshair;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 20px;
}
a.client img.big{
	margin-top: 10px;
	border: 1px dotted #D9D9D9; 
}

a.client:hover img.big{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
}

a.client span.descriere, a.client:hover span.descriere{
	width: 300px;
	height: 300px;
	overflow: auto;
	background-color: #000000;
	visibility: hidden;
	position: absolute;
	padding: 10px;
	letter-spacing: 2px;
	border: solid #fff 5px;
	margin-left: -462px;
	margin-top: 10px;
}
a.client:hover span.descriere{
	visibility: visible;
	filter:alpha(opacity=90);
	-moz-opacity: .9;
}

a.client:hover span.descriere p{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	color: #A9D22B;
	font-size: 13px;
}
a.client:hover{
	text-decoration: none;
	color: #A9D22B;
}
a.back{
	width: 10px;
	height: 10px;
	padding: 10px;
	background: url(../parts/back.jpg) center no-repeat;
	color: #FFFFFF;
}
a.back:hover{
	background: url(../parts/back-hover.jpg) center no-repeat;
	color: #A9D32C;
	text-decoration: none;
}


a.forward{
	width: 10px;
	height: 10px;
	padding: 10px;
	background: url(../parts/forward.jpg) center no-repeat;
	color: #FFFFFF;
}
a.forward:hover{
	background: url(../parts/forward-hover.jpg) center no-repeat;
	color: #A9D32C;
	text-decoration: none;
}

#breadcrumb{
	width: 97%;
	text-align: right;
	font-size: 10px;
	clear: both;
	color: #999;
}

table tr td.trafic{
	padding-top: 20px;
}

#copyright{
	font-size: 9px;
	color: #999999;
	letter-spacing:5px;
}
