body 
{
	margin:0;
	padding:0;
	background-color:#192128;
	color: #dddddd;
	font-size:13px;
	font-family:Arial;
}

a
{
	color: #dddddd;
}

h1,h2,h3,h4,h5
{
	margin:0;
	padding:0;
	margin-top:3px;
	margin-bottom:3px;
}

a
{
	text-decoration:none;
	color:#fff;
}

* div 
{ 
	display:block; 
}

#wrapper 
{
	width:770px;
	margin:0 auto;
}	

#header
{
	width:770px;
	height:150px;
	background-color:yellow;
}

#topMenu
{
	height:32px;
	border-top:4px solid black;
}

#content #innerContent
{
	padding:8px;
	border:1px solid #84898c;
}

#content #middleMenu
{
	height:220px;

}

#content #middleMenu #rightMenu
{
	float:right;
	height:200px;
	width:280px;
}

#content
{
	border-left:4px solid black;
	border-right:4px solid black;
	border-top:4px solid black;

}

#content #bottomContent
{
	padding-top:20px;

	backgoround-color:silver;
}


#footer
{
	border-bottom:4px solid black;
	border-left:4px solid black;
	border-right:4px solid black;
	padding-top:4px;
	background-color:#1b242b;
}


#rightMenu ul 
{
	list-style:none;
}

#rightMenu ul li
{
	background-image:url('images/kvadrat.jpg');
	background-position:0px 3px;
	background-repeat:no-repeat;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid silver;
}

#rightMenu ul li a
{
	display:block;
}

#rightMenu ul li a:hover
{
	color:#ff7755;
}

#topMenu a
{
	
	line-height:11px;
	border-right:4px solid black;
	float:left;
	background-color:white;
	width:120px;
	text-align:right;
	text-decoration:none;
	height:32px;
	font-size:13px;
	font-weight:bold;
	background-image:url('images/bbg.jpg');
	color:white;
	padding-right:5px;
}

#topMenu a.last
{
	border:0;
}

#topMenu a:hover , #topMenu a.active
{
	background-image:url('images/bbg1.jpg');
}

.textContent
{
	background-color:#151a20;
	border:2px solid silver;
	padding:5px;	
}

.textContent table
{
	border-collapse:collapse;
	border:1px solid silver;
}

.textContent table td , .textContent table th
{
	border:1px solid silver; 
}


#footer .copyright
{
	text-align:right;
	padding:3px;
}

#footer .links div
{
		width:350px;
		padding:3px;
}

.margin_top5 { margin-top:5px; }



.services { height:340px; overflow:auto; width:740px; position:relative; }
.services .main {  float:left; display:block; height:300px; overfloat:auto; overfloat-y:hidden; }
.services .header { float:left; display:block; width:239px; height:280px; margin-top:10px; margin-left:10px; background-color:#555; background-position:bottom left; background-image:url('http://isagency.eu/v2/images/textbox_back.jpg'); position:relative; }
.services .title { float:left; display:block; background-image:url('http://isagency.eu/v2/images/textbox_headeris.jpg'); background-repeat:no-repeat; height:40px; clear:both; width:219px; line-height:12px; padding-left:20px; }
.services .content { width:219px; padding:10px; color:#555; text-align:justify; }
.services .about { position:absolute; bottom:5px; right:5px; display:block; }


.error { margin:5px; color:#ff5555; }

.form input , .form textarea , .form select { padding:3px; background-color:#192128; color: #aaaaaa; border:1px solid silver;  }