
/*
	Refresh - main stylesheet
*/

/* General */
* {
	padding:0;
	margin:0;
}
html, body {
	width: 100%;
}
body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
	color: #666666;
}
body, input, textarea, option {
	font-family: Georgia, 'Times New Roman', serif;
}
div {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	color: #ff9966;
	background-color:inherit;
	border-bottom: dashed 1px #ff9966;
}
a,input {
	outline:none;
}

	a:hover {
		background-color:#ffe4d7;
		color: inherit;
		border-bottom: none;
	}
	
a.no_border, a.no_border:hover  {
	border: none;
	background-color: transparent;
}
	
a img, img  {
	border: none;
}


span.orange {
	color: #ff9900;
	background-color: inherit;
}

span.green {
	color: #99cc33;
	background-color: inherit;
}

span.green a {
	text-decoration: none;
}


span.black {
	color: #000000;
	background-color: inherit;
}
span.black a {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
	border: none;
}
table.clients td {
	vertical-align: middle;
	text-align: center;
}
.texttable {
	overflow:auto;
	padding-left:20px;
}
.texttable div {
	float:left;
	clear:none;
	width:33%;
}

	.texttable ul {
		margin:0 0 10px 10px;
	}
	.texttable li {
		margin-left: 30px;
	}
	
div.center {
	text-align:center;
}
	
table.f {
	width: 350px;
}
#contacttable .textinput {
	width: 208px;
	border: 1px solid #9c9c9c;
	height:32px;
	padding-left: 5px;
	line-height:32px;
}

#contacttable .textarea {
	width: 208px;
	border: 1px solid #9c9c9c;
	margin-bottom: 4px;
	padding-top:5px;
	padding-left:5px;
	font-family: Georgia;
	font-size: 12px;
}
#contacttable div.row {
	overflow:hidden;
	padding-bottom:8px;
}
#contacttable div.left {
	width: 135px;
	text-align: right;
	padding-right:10px;
	padding-top:6px;
	float:left;
	clear:none;
}
#contacttable div.right {
	width: 215px;
	text-align: left;
	float:left;
	clear:none;
}
#contacttable.success {
	width:200px;
	text-align:left;
	padding-left:175px;
}
#contacttable .submit .right {
	text-align:center;
}

p.contact {
	font-size: 24px;
	color: #999999;
	background-color: inherit;
	line-height:22px;
	margin-bottom: 33px;
}
p.contact a {
	border: none;
	color: inherit;
	background-color:inherit;
	width: 147px;
	height: 40px;
	background-image: url('/_img/contact_button.png');
	display: block;
	margin-top: 8px;
	background-position: 0 0;
}

p.contact a:hover {
	background-position: 0 -40px;
}

p.contact img {
	padding-top:6px;
	margin-left:-4px;
}

table#frame tr .white_bg {
	background-color: #ffffff;
	color: inherit;
}

table#frame tr .middle {
	width: 760px;
	height: auto;
}

table#frame td.right_repeat {
	background: url('/_img/index_middle_bg.gif') repeat-x 0px 142px;
}

table#frame td.footer_bg {
	background: url('/_img/footer_bg.gif') repeat-x top left;		
}


/* Page container */
#container {
	margin: 0px auto;
	text-align: center;
	clear: none;
	width: 760px;
}

#left, #center, #right {
	clear: none;
}

#left {
	background-color: blue;
	float: left;
	width: 100px;
	height: 100px;
}
#center {
	float:left;
	width: 760px;
	position: relative;
}
#center.first {
	background-image:url('/_img/repeater_new.png');
	background-repeat:repeat-x;
	background-position: 0px 205px;
}
#center.inner {
	background-image: url('/_img/footer_bg_new.png'); 
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
#right {
	background-color: red; float: left; width: 100px; height: 100px;
}

#middle-repeater {
	height: 200px;
	width: 200px;
	background-color: blue;
}

/* Header */
#header {
	width: 760px;
	height: 63px;
	background: url('/_img/header_bg.gif') no-repeat top left;
}
#header2 {
	width: 760px;
	height: 63px;
	background: url('/_img/header2_bg.gif') no-repeat top left;
}
#logo {
	float: left;
	width: 191px;	/* total: 200px */
	height: 49px;	/* total: 63px */
	padding: 14px 0px 0px 9px;
	position: relative;
}

	#logo a {
		border: none;
		color: inherit;
		background-color:inherit;
	}
	
		#logo #span {
			display: none;
			position: absolute;
			top: 28px;
			left: 160px;
			font-size: 12px;
			color: #666666;
			background-color: inherit;
		}

#topmenu {
	clear: none;
	float: left;
	width: 537px;	/* total: 560px */
	height: 38px;	/* total: 63px */
	padding: 25px 23px 0px 0px;
	text-align: right;
	font-size: 16px;
	color: #c1c1c1;
	background-color: inherit;
}
#topmenu a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	border: 0px;
}
#topmenu a:hover {
	text-decoration: none;
	color: #ff9966;
	background-color: transparent;
}

#topmenu a.selected, #topmenu a.selected:hover {
	background-color: #000000;
	color: #ffffff;
}

/* Lemon */
#lemon {
	position: relative;
	top: 0px;
	left: 0px;
	width: 547px;	/* total: 760px */
	height: 116px;	/* total: 142px */
	padding: 26px 200px 0px 13px;
	background: url('/_img/lemon_bg_fresh.jpg') no-repeat top left;
	font-size: 24px;
	color: #999999;
	background-color: inherit;
}
#lemon strong {
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}

/* Lemon */
#lemon_sub {
	width: 547px;	/* total: 760px */
	height: 116px;	/* total: 142px */
	padding: 26px 200px 0px 13px;
	background: url('/_img/lemon_bg_sub.jpg') no-repeat top left;
	font-size: 24px;
	color: #999999;
	background-color: inherit;
}
#lemon_sub strong {
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}


/* Description box */
#description {
	width: 748px;	/* total: 760px */
	height: 78px;	/* total: 104px */
	padding: 26px 0px 0px 12px;
	font-size: 24px;
	color: #999999;	
	background-color: inherit;
	background: url('/_img/description_bg.gif') no-repeat top left;
	position: relative;
}

.lemon_gray {
	background: url('/_img/lemon_gray_line.jpg') no-repeat top left !important;
}

.div_lemon {
	position: relative;
	z-index: 3;
}

.lemon {
	position: absolute;
	top: -11px;
	left: 60px;
	z-index: 1;
	display: block;
}

#description strong {
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}


/* Text box */
#textbox {
	width: 737px;	/* total: 760px */
	padding: 11px 10px 0px 13px;
	font-size: 13px;
	line-height: 20px;
	color: #666666;	
	background-color: inherit;
	/*background: url('/_img/textbox_bg.gif') no-repeat top left;*/
	position: relative;
	z-index: 100;
}

#textbox.nopadd {
	width: 760px;
	padding: 22px 0 0 0 !important;
}

#textbox p.big {

}
#textbox p.small {
	font-size: 10px;
}
#textbox h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	color: #666666;
	background-color: inherit;
}

	#textbox h2.about_title {
		font-size: 24px;
		margin-bottom:15px;
	}

#textbox  .grey_desc {
	color:#999999;
	background-color: inherit;
	margin-top:30px;
	padding-left:15px;
}
#textbox div.workleft {
	float: left;
	width: 428px;	/* total: 438px; */
	padding-right: 10px;
	text-align: right;
	padding-bottom:40px;
	position: relative;
}
	#textbox div.workleft a {
		background-color:transparent;
		border-bottom:none;
	}

#textbox div.workright {
	clear: none;
	float: left;
	width: 270px;	/* total: 270px */
	padding: 20px 0px 0px 0px;
	margin-top: 60px;
	text-align: left;
	background: url('/_img/work_bg.gif') no-repeat top center;
	font-size: 12px;
}

div.bannerleft {
	float: left;
	clear: none;
	width: 167px;
	overflow: hidden;
	padding-left: 12px;
	padding-bottom: 34px;
}

	div.bannerleft a, div.bannerleft a:hover {
		border: none;
		color: inherit;
		background-color: inherit;
	}

div.bannerright  {
	float: left;
	clear: none;
	width: 158px;
	overflow: hidden;
	text-align: left;
	background: url('/_img/banner_box.gif') no-repeat top center;
	font-size: 12px;
	padding: 14px 20px 0 11px;
	margin-top: 62px;
}

#textbox img.hr {
	margin: 5px 0px 10px 0px;
}

/* Contact */

#textbox form#contact_form {
	width: 361px;
	float: left;
	clear: none;
	background-image: url('/_img/contact_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 40px 51px 0 0;
	padding: 40px 40px 0 0;
	min-height:225px;
	margin-bottom: 21px;
}

#textbox #contact {
	float: left;
	clear: none;
	margin-top: 65px;
}

#textbox select {
	width: 215px;
	height: 32px;
	border: #999999 solid 1px;
	background-color: #f8f6ef;
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
}

/* Team */

#textbox #team_short_desc
{
	padding-left: 237px;
	margin-bottom: 43px;
	margin-top: 4px;
}

/* team top - start */

#textbox #team_top {
	width: 740px;
	margin-bottom: 35px;
	overflow:auto;
}

#textbox #team_top div {
	clear: none;
}

#textbox #team_top #tleft {
	width: 227px;
	float: left;
	font-family: Georgia;
	font-size: 18px;
}

#textbox #team_top #tright {
	width: 503px;
	float: left;
}

#textbox #team_top #tright #for_collaboration {
	width: 256px;
	margin:25px 0 10px 10px;
}
#textbox #tright #people {
	overflow:hidden;
}
#textbox #tright #people ul {
	list-style:none;
	margin:0;
	padding:0;
}
#textbox #tright #people li {
	display:block;
	width:49%;
	float:left;
	margin:7px 0 0;
	padding:0;
}
#textbox #tright #people li img {
	float: left;
	-webkit-box-shadow: 0px 0px 10px #666666; 
	-moz-box-shadow: 0px 0px 10px #666666; 
	box-shadow: 0px 0px 10px #666666;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
  	border-radius: 3px;
  	border: 2px solid #FFFFFF;
	margin:0 10px 15px 8px;
}

#textbox #tright #people li div {
	float: left;
	clear: none;
	margin-left: 5px;
	line-height:normal;
}

#textbox #tright #people li div p.name {
	font-size: 13px;
	margin: 0;
	font-weight: bold;
}

#textbox #tright #people li div p.role {
	font-size: 11px;
	margin: 0;
}
/* team top - end */

/* team middle - start */
#textbox #team_middle {
	width: 740px;
	margin-bottom: 35px;
	overflow:auto;
}

#textbox #team_middle div {
	clear: none;
}

#textbox #team_middle #mleft {
	width: 237px;
	float: left;
	font-family: Georgia;
	font-size: 18px;
}

#textbox #team_middle #mright {
	float: left;
	width: 503px;
}

#textbox #team_middle #mright #we_can {
	padding-left:7px;
	height: 120px;
}

#textbox #team_middle #mright #we_can ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 220px;
	clear: none;
	display: block;
	margin-left: 6px;
	margin-right:22px;
}

#textbox #team_middle #mright #our_clients {
	margin-top: 35px;
	width: 256px;
}
/* team middle - end */

/* team bottom - start */

#textbox #team_bottom {
	width: 740px;
	height: 180px;
	margin-bottom: 56px;
}

#textbox #team_bottom div {
	clear: none;
}

#textbox #team_bottom #bleft {
	width: 237px;
	height: 180px;
	float: left;
	font-family: Georgia;
	font-size: 18px;
}

#textbox #team_bottom #bright {
	width: 503px;
	height: 180px;
	float: left;
}

#textbox #awards {
	list-style:none;
	overflow:auto;	
	padding:0;
	margin:0;
	margin-left: -7px;
}
#textbox #awards li {
	width:49%;
	float:left;
	padding:0;
	margin:0;
}

#textbox #bright #awards li a {
	float: left;
	margin-bottom: 25px;
	border-bottom:none;
	background-color:transparent;
}

#textbox #bright #awards li div {
	float: left;
	clear: none;
	margin-top: 5px;
	margin-left: 4px;
	line-height:normal;
}

#textbox #bright #awards li div p.name {
	font-size: 13px;
	margin: 0;
	font-weight: bold;
}

#textbox #bright #awards li div p.role {
	font-size: 11px;
	margin: 0;
	width: 115px;
}

#textbox #bright .short_text_box {
	width: 250px;
	margin-top: 15px;
	color: #999999;
}
/* team bottom - end */


/* Portfolio */
#textbox #filter {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 25px;
	cursor: default;
}

#textbox #filter a {
	color: #828282;
	text-decoration: none;
	border-bottom: none;
	padding: 4px 5px 2px 5px;
	outline: none;
	cursor: pointer;
}

#textbox #filter a:hover {
	text-decoration: none;
	color: #ff9966;
	background-color: transparent;
}

#textbox #filter a.selected {
	background-color: #ececec;
	color: #828282;
}

#textbox #filter a.selected:hover {
	background-color: #ececec;
}

#textbox .image_navigation {
	position: absolute;
	bottom: 22px;
	left: 36px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#textbox .image_navigation .image_navigation_link {
	width: 13px;
	height: 31px;
	padding-left: 6px;
	color: #666666; 
	border-bottom: none;
	display: block;
	clear: none;
	float: left;
	background: url('/_img/right-border.png') no-repeat top right;
	outline: none;
	cursor: pointer;
}
	#textbox .image_navigation .last {
		background-image:none;
	}
#textbox .image_navigation a:hover {
	background-color: transparent;
}

#textbox .image_navigation .selected {
	background-image: url('/_img/background-right-border.png');
}

#textbox .image_navigation .last.selected {
	background-image: url('/_img/background-right-border-last.png') !important;
}

/* Recent project */
#recent {
	width: 760px;
	height: 229px;
	background: url('/_img/recent_bg_fresh.jpg') no-repeat top left;

}
#recent_left {
	float: left;
	width: 438px;
	position:relative;

}
	#recent_left .project_bg {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 224px;
		width: 433px;
		z-index:98;
	}


	#recent_left img {
		margin: 0px;
	}

#recent_right {
	clear: none;
	float: left;
	width: 282px;	/* total: 322px */
	padding: 80px 40px 0px 0px;
	font-size: 14px;
}
#recent_right a.big {
	font-size: 22px;
}
#recents p span,
#recent_right span {
	display:block;
	padding-top:4px;
}

/* Recent projects boxes */
#recents {
	width: 749px;	/* total: 760px */
	height: 226px;	/* total: 239px */
	padding: 13px 0px 0px 11px;
	background: url('/_img/recents_bg.gif') no-repeat top left;
	font-size: 12px;
	line-height: 18px;
}
#recents a {
	font-weight: bold;
	font-size: 14px;
}
#recents p {
	margin: 1px 10px 0px 34px;
}
#recents div.recbox {
	clear: none;
	float: left;
	width: 247px;
	height: 225px;
	margin-right: 4px;
	background: url('/_img/recboxes_bg.gif') no-repeat center right
}

	/* Recent projects, services listing */
	ul.services {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		ul.services li {
			padding: 0 1px 0 14px;
			margin: 0;
			background-image: url('/_img/check_gray.gif');
			background-position: 0 6px;
			background-repeat: no-repeat;
			float: left;
			width: 120px;
			line-height: 18px;
		}

/* Footer */
#footer {
	position: relative;
	top:-1px;
	width: 734px;	/* total: 760px */
	/* height: 41px;*/	/* total: 66px */
	
	/*padding: 25px 0px 0px 26px;*/
	padding: 25px 0px 0px 26px;
	height: 52px;
	
	background: url('/_img/footer_bg_new.png') repeat-x top left;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: inherit;
}

	#footer img {
		width: 183px;
		height: 78px;
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#footer a:hover {
		text-decoration: none;
	}

	#footer .lets_talk {
		float: right;
		color: black; /* old: #999999 */ 
		background-color: inherit;
	}
	
		#footer .lets_talk span {
			color: black;
		}
	
		#footer .lets_talk a {
			color:#999999;
			background-color: inherit;
		}
	
	
	#footer .green_link {
		text-decoration:none;
		border-bottom: dashed 1px #99cc33;
	}
	
		#footer .green_link:hover {
			text-decoration:none;
			border-bottom: none;	
		}
		
	
	
#popup {
	text-align: center;
}

.twitter_icon{
/*	background-image:url(../_img/icon_twitter.png);*/
	background-image:url(../_img/icon_twitter.gif);
	width:30px;
	height:30px;
	display:block;
	background-position:left top;
	border-bottom:none;
	float:left;
	outline: none;
}

.twitter_icon:hover{
	background-position:left bottom;
	
}


.linkedin_icon{
	background-image:url(../_img/icon_linkedin.gif);
	width:30px;
	height:30px;
	display:block;
	background-position:left top;
	border-bottom:none;	
	float:left;
}

.linkedin_icon:hover{
	background-position:left bottom;
}

.facebook_icon{
	background-image:url(../_img/icon_facebook.gif);
	width:30px;
	height:30px;
	display:block;
	background-position:left top;
	border-bottom:none;	
	float:left;
	outline: none;
}

.facebook_icon:hover{
	background-position:left bottom;
}

.rss_icon{
	background-image:url(../_img/icon_rss.gif);
	width:30px;
	height:30px;
	display:block;
	background-position:left top;
	border-bottom:none;	
	float:left;
	outline: none;
}

.rss_icon:hover{
	background-position:left bottom;
}

.flickr_icon {
	background-image: url('/_img/icon_flickr.png');
	width:30px;
	height:30px;
	display:block;
	background-position:left top;
	border-bottom:none;	
	float:left;
	margin-left: 1px;
	outline: none;
}

.flickr_icon:hover {
	background-position:left bottom;
}

div.skype_icon {
	padding:1px 0 7px 1px;
	line-height:18px;
	overflow:auto;
}
	div.skype_icon span,
	div.skype_icon a.icon {
		display:block;
		float:left;
	}
		div.skype_icon a.icon {
			padding-right:4px;
		}
#ikonice {
	position:relative;
	top:-5px;
	left:-12px;
	z-index: 2;
}

#ikonice a:hover {
	background-color: transparent;
}

.cleaner {
	clear: both;
}

#clients {
	width: 644px;
	height: 199px;
}

/* form.css */
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 215px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 32px;
	/*padding: 0 24px 0 8px;*/
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	background: url(/_img/select.png) no-repeat;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 6px;
}

p.error {
	text-align: right; 
	color: red; 
	font-weight: bold;
}
input.error,
textarea.error {
	border:1px solid red !important;
}
.skrij_me {
	display:none;
}
option {
	padding-left:4px;
}
input, textarea {
	font-size:13px;
	color:#666666;
}
#i_need_row,
#timeframe_row,
#budget_row {
	display:none;
}
