/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{ margin: 0; padding: 0; }*
body { background: #fff url(../images/bg.gif) repeat-x; font: .74em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #1ab0ff; }
	a:hover { color: #00557f; text-decoration: none; }
	img { border: 0; }
	.red { color: #1ab0ff; }
	
.wrap { width: 900px; margin: 0 auto; }
 
#header { width: 900px; height: 110px; margin: 0 auto; }
	#menu  { float: right; padding: 60px 0 0 0; list-style: none;  }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu .active a { border-bottom: 2px solid #1ab0ff; color: #00557f;}
 
#teaser { clear: both; height: 259px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box { float: left; padding: 48px 0 0; width: 480px; color: #C7E3EE; }
	.imageHeader { float: right; width: 388px; position: relative; top: 16px; background:url(../images/logotype.jpg) no-repeat top right; height: 258px; }

	.imageHeader#home {
		background: url(../images/logotype.jpg) no-repeat top right;
	}
	.imageHeader#services {
		background: url(../images/services.jpg) no-repeat top right;
	}
	.imageHeader#about {
		background: url(../images/team.jpg) no-repeat top right;
	}
	.imageHeader#contact {
		background: url(../images/contact.jpg) no-repeat top right;
	}
	.imageHeader#portfolio {
		background: url(../images/portfolio.jpg) no-repeat top right;
	}


	
#bar { height: 19px; margin: 0 0 30px; background: url(../images/bar.gif) repeat-x; }
	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col { float: left; width: 276px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/small_logotype.jpg) no-repeat right 13px; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }

.yellow {
	color: #FFF2B3;
}

ul.left_menu {
	list-style: none;
}

ul.left_menu li {
	font-size: 1.5em;
	margin-bottom: .5em;
}

ul.left_menu a{
	font-size:13px;
}

#language_bar{
	width:900px;
	margin:0 auto 30px;
 	font-size:9px;
}

#language_bar a{
		color:#999;
		text-decoration:none;
		padding-left:20px;
		background: url(/media/images/pt_gray.png) no-repeat left;
}

#language_bar a:hover{
	background: url(/media/images/pt.png) no-repeat left;
}

#language_bar a.active{
    background: url(/media/images/pt.png) no-repeat left;
}


#language_bar a#uk{
	background: url(/media/images/uk_gray.png) no-repeat left;
}
#language_bar a#uk:hover{
	background: url(/media/images/uk.png) no-repeat left;
}

#language_bar a#uk.active{
	background: url(/media/images/uk.png) no-repeat left;
}

#language_bar a:hover{
	color:#fff;
}

blockquote {
display: block;
padding: 0 60px;
width: 350px;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}

.portfolio {

}

.portfolio .portfolio_description {
	float: left;
	width: 480px;
	padding-left:20px;
	
}

.portfolio .portfolio_description h3{
	font-size: small;
	padding-top: 1em;
}
.portfolio .portfolio_description .tags{
	font-size:smaller;
	color:#999999;
	padding-left:20px;
	background:url(/media/images/tag_blue.png) left center no-repeat;
	vertical-align:middle;
}

.portfolio_shot{
	background: url(/media/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/media/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 0px !important;
	margin: 10px 0 0 5px;	
}

.portfolio_shot.left {
	float:left;		
	/*padding-right: 2em;*/	
}

.portfolio_shot.right {
	float:right;
	/*padding:0 0 0 2em;*/	
}


.portfolio_shot img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}