@charset "utf-8";
/* CSS Document */
/****************************************/
/***** Structura div-uri **************************/
/****************************************/

#wrapper {
	width:960px;
	margin: 0 auto;
	}
/* header */

#header {
	height:110px;
}	

.logo {
	width:173px;
	height:80px;
	background-image:url(logo.png);
	float:left;
	}
#hire_me {
	width:55px;
	height:110px;
	display: block;
	background-image:url(hire_me.png);
	float:left;
}	

	

#slider_bt {
		background-image:url(big_bg_head.png);
		height:482px;
}

#slider_holder {
	width:960px;
	height:300px;
	}
	
#text_title	{
	height:152px;
	float:left;
	width:350px;
	}
#page_title	{
	height:152px;
	float:right;
	width:600px;
	text-align:right;
	}	
	
	
/*slider css */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 940px; /*Width of Carousel Viewer itself*/
height: 350px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.project_image {
	width:464px;
	height:350px;
	float:left;
	margin-right:5px;
	text-align:center;
}

.project_text {
	float:left;
	width:430px;
	height:300px;
	}

/*end slider */	

	
.project_recent_image {
	width:430px;
	overflow:auto;
	float:left;
	margin-right:5px;
	padding:30px 10px;
}

.project_recent_text {
	float:left;
	width:430px;
	overflow:auto;
	padding:26px 0px;
	}


.block1, .block2, .block3, .block4, .block5 {
	float:left;
	height:170px;
	margin-right:7px;
	background-repeat:no-repeat;
	padding-top:60px;
	}	
	
.block1 {
	background-image:url(../../images/who_am_i.png);
	}	
.block2 {
	background-image:url(../../images/what_am_i.png);
	}	
.block3 {
	background-image:url(../../images/where_am_i.png);
	}	
.block4 {
	padding-top:50px;
	background-image:url(../../images/recent_work.png);
	}	
.block5 {
	padding-top:50px;
	background-image:url(../../images/testimonials.png);
	}	
/*	
.block2 {
	float:left;
	width:464px; height:170px;
	background-image:url(../../images/who_am_i.png);
	background-repeat:no-repeat;
	margin-left:4px;
	}	
*/
/* header */

/* content */

.coloana {
	float: left;
	width:310px;
	margin-top:50px;
	margin-right:20px;
	margin-bottom:50px;
	background-image:url(bg_col.jpg); background-repeat:repeat-y; background-position: right;
	height:250px;
	}
.coloana1 {
	float: left;
	width:280px;
	margin-top:50px;
	margin-right:10px;
	}	
	
.coloanab {
	float: left;
	width:310px;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:50px;
	background-image:url(bg_col.jpg); background-repeat:repeat-y; background-position: right;
	height:250px;
	}
.coloana1b {
	float: left;
	width:280px;
	margin-top:15px;
	margin-right:10px;
	}		
	
#clear {
	clear:both;
	}	
	
/* content */

/*portfolio listing */

.port_item {
	width:219px;
	margin-right:20px;
	float: left;
	margin-top:10px;
	}
.port_item_right {
	width:219px;
	float: left;
	margin-top:10px;
	}

#left {
	float:left;
	width:700px;
	}
#right {
	float:right;
	width:250px;
}	

#left1{
	float:left;
	width:590px;
	margin-bottom:50px;
	}
#right1 {
	float:right;
	width:360px;
}


/* footer */
/*
#footer {
	height:110px;
	background-image:url(footer_bg.jpg); background-repeat:repeat-x;
	}
*/	
#footer_holder {
	width:960px;
	margin: 0 auto;
	}
	
.coloana_footer {
	float: left;
	width:310px;
	margin-top:15px;
	margin-right:20px;
	background-image:url(bg_col.jpg); background-repeat:repeat-y; background-position: right;
	}
.coloana1_footer {
	float: left;
	width:280px;
	margin-top:15px;
	margin-right:10px;
	}	
	
/* footer */	
	
/*sidebar*/

.coloana2 {
	float: left;
	width:310px;
	margin-bottom:20px;
	background-image:url(bg_col.jpg); background-repeat:repeat-x; background-position: bottom;
	height:220px;
	}
.coloana3 {
	width:310px;
	margin-bottom:50px;
	height:220px;
	}	


/*services*/

#services_holder {
	width: 960px;
}

.content_box	{
	width:290px;
	float:left;
	margin-right:10px;
	padding:10px;
	margin-bottom:30px;
	}	

#tag_holder	{
	width:960px;
	height: 115px;
	background-image:url(bg_text_services.png); background-repeat:no-repeat;
	padding: 10px;
	margin-top: 20px;
	
}
	
/*services*/

/*sidebar*/

#right ul {
        list-style-type: none;
        width: 240px;
} 

#right li {
        border-top: 1px dotted #999;
        border-width: 1px 0;
        margin-top: 1px;
}

#right li a { 
        color: #000;
        display: block;
        font: bold 12px Arial, Helvetica, sans-serif;
        text-decoration: none;
}

 * html #right li a {  /* make hover effect work in IE */
	width: 240px;
}

#right li a:hover {
		text-decoration: none;
}

#right a em { 
        color: #000;
        display: block;
        font: normal 12px "Arial" Verdana, Helvetica, sans-serif;
        line-height: 18px; 
}

#right a span {
        color: #000;
        font: normal 12px "Arial" Verdana, Helvetica, sans-serif;
        line-height: 18px;
}	

/*sidebar*/


.img_portfolio {
	margin-top:10px;
	margin-bottom:10px;
	}
	
.thumb_img {
	border: 3px solid #e5e5e5;
}	

.project_title {
	color: #fff;
	background: url(../../images/bg-nav.png);
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor:default;
	display:inline-block;
	font-size:12px;
	padding:2px 15px;
	text-decoration:none;	
}
	