body {
	background: #fff url(../img/topbg.jpg) repeat-x;
	color: #A6A6A6;
	font-family: tahoma;
}

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

.top { 
	height: 432px;
}

p, li  { text-align: justify; }

.header {
	background: url(../img/header.jpg);
	height: 304px;
	margin-bottom: 20px;
}

h1, h2 {	color: #738B40; font-family: tahoma; margin-bottom: 10px; }
h3 { color: #66839B; margin-bottom: 10px; font-size: 14px;}

ul.navigation {
	list-style: none;
	height: 120px;
	line-height: 120px;
	margin: 0;
}

ul.navigation li {
	display: inline-block;
	margin-left: 20px;	
}

ul.navigation li a {
	font-size: 16px;
	color: #a9a9a9;
	text-transform: uppercase;
	text-decoration: none;	
}

ul.navigation li a:hover, ul.navigation li.active a { color: #98C0E0; }

.footer {
	background: #98C0E0 url(../img/footer_bg.jpg) repeat-x;
}

.footer_in { 
	width: 960px; background: url(../img/footer.jpg) no-repeat; 
	height: 158px; margin: 0 auto; line-height: 160px;
	text-align: center; font-weight: bold; color: #fff;
}

ul.newsy { 
	
}

ul.newsy a { color: #a19fa0; text-decoration: none; }
ul.newsy span { font-size: 10px; } 

form.clients_login { }
form.clients_login fieldset { display: inline-block; }
form.clients_login input { width: 100px; border: 2px solid #eee; padding: 3px; }

div.portfolio div.item { display: inline-block; width: 460px; margin-bottom: 10px; }

div.portfolio img { 
	border: 1px solid #f3f3f3;
	background: #f7f7f7;
	padding: 5px;
	width: 200px; 
	height: 200px;
	display: inline-block;
}
div.portfolio div.desc {  
	display: inline-block; width: 220px;
	float: right; padding-right: 20px;
} 

div.itembig { 
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/delimiter.jpg) repeat-x bottom;
}

div.portfolio div.itembig div.desc { 
	width: 710px; 
	padding: 0 0 0 10px;	
}

blockquote {  
	font-style: italic; 
	font-size: 10px;
	margin-bottom: 11px;
	width: 500px;
	padding-left: 50px;
	background: url(../apostrof.gif) no-repeat;
}

img.inimg { float: left; padding: 0 0 10px 10px; }