
/*
	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;
}
fieldset {
	margin:0;
	padding:0;
	border:0;
}
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?2');
	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
{
	margin: 0 0 35px;
}

/* 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 p.our_clients {
	margin-top: 35px;
	width: 280px;
}
/* team middle - end */

/* team bottom - start */

#textbox #team_bottom,
#textbox #team_bottom_clients {
	width: 740px;
	overflow: auto;
	margin-bottom: 40px;
}
#textbox #team_bottom {
	margin-bottom: 30px;
}

#textbox #team_bottom div,
#textbox #team_bottom_clients div {
	clear: none;
}

#textbox #team_bottom #bleft,
#textbox #team_bottom_clients #bcleft {
	width: 237px;
	float: left;
	font-family: Georgia;
	font-size: 18px;
}

#textbox #team_bottom #bright,
#textbox #team_bottom_clients #bcright {
	width: 503px;
	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;
	height:78px;
}

#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: 235px;
	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;
}
#recent_right span {
	display:block;
	padding-top:4px;
}

/* Recent projects boxes */
#recents {
	/*width: 749px;	/* total: 760px */
	/*height: 226px;	/* total: 239px */
	padding: 30px 0px 5px 12px;
	background: url('/_img/recents_bg.gif') no-repeat top left;
	font-size: 12px;
	line-height: 18px;
	overflow:hidden;
}
#recents a {
	font-weight: bold;
	font-size: 14px;
}

#recents div.recbox {
	clear: none;
	float: left;
	width: 247px;
	min-height: 190px;
	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;
		}
	#recents div.recbox p {
		margin:0 5px 0 0;
		line-height:18px;
	}	
	#recents div.recbox h2 {
		font-size:24px;
		font-weight:normal;
		padding-bottom:17px;
	}
	#recents div.recbox.rec1 {
		position:relative;
		background:url("/_img/speech.png") no-repeat scroll left 32px transparent;		
	}
		#recents div.recbox.rec1 > a {
			display:block;
		}
		#recents div.recbox.rec1 p {
			margin: 0 10px 0px 34px;
		}
		#recents div.recbox.rec1 p strong {
			font-size:14px;
		}
	#desc {
		position:absolute;
		left:35px;
		top:82px;
		display:none;
		color:#FFF;
		padding-right:26px;
	}
		#desc .orange {
			color:#ff9966;
			font-weight:bold;
		}
	#recents div.recbox.rec2 > div {
		margin:0 0 9px;
		word-wrap: break-word;
	}
	#recents div.recbox.rec2 > div:first-child {
		margin-top:0;
	}
	#recents div.recbox.rec2 a {
		font-weight:normal;
	}
	#recents div.recbox.rec2 p {
		margin:1px 0 0;
		font-size:10px;
	}
	#recents div.recbox.rec3 p {
		margin-top:1px;
	}
	#recents div.recbox.rec3 {	
		margin-right: 0px; 
	}
	#recents div.recbox.rec3 .newsletter_input {
		font-size:14px;
		border:1px solid #a0a0a0;
		padding:6px 0 6px 4px;
		width:137px;
		float:left;
	}
	#recents div.recbox.rec3 .newsletter_submit {
		display:block;
		float:left;
		height:41px;
		width:93px;
		text-indent:-9999px;
		background:url("/_img/join_button.png?1") no-repeat;
		position:relative;
		top:-4px;
		border-bottom:none;
		margin-left:7px;
	}
	#recents div.recbox.rec3 .newsletter_submit:hover {
		background-position:0 -41px;
	}
/* 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 32px 1px;
	/*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:-3px;
	left:-15px;
	z-index: 2;
	width:300px;
}

/* facebook */
.fb-wrapper {
	margin-top:25px;
}
#ikonice.fb-wrapper {
	margin-top:0;
	padding-top:0;
}
.fb-wrapper > div {
	float:left;
	clear:none;
	color:#666666;
	font-size:11px;
}
#ikonice.fb-wrapper > div {
	color:#000000;
	padding-top:3px;	
}
div.fb,
#ikonice div.fb {
	max-width:76px;
	text-align:center;
	margin-right:5px;
	padding-top:0;
}
#ikonice.fb-wrapper div.fb {
	width:78px;
}

.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;
}

/* quote page */
#center.quote #header {
	background:none;
}
#center.quote #middle {
	padding-left:12px;
	width:980px;
}
#center.quote #footer {
	width:966px;
}
#quote_top {
	font-size:38px;
	line-height:37px;
	padding:27px 0 32px;
	color:#999999;
	letter-spacing:-0.9px;
}
	#quote_top a {
		border-bottom:2px dashed #FF9966;
	}
	#quote_top a:hover {
		border-bottom:none;
	}
#quote_container {
	width:980px;
	overflow:hidden;
	position:relative;
	left:0;
	z-index:2;
}
	#quote_container > div {
		width:1960px;
		position:relative;
		left:0;
		z-index:1;
	}
#quote1,
#quote2 {
	width:980px;
	float:left;
	overflow:hidden;
	clear:none;
	padding:20px 0;
}
	#quote1 > h2,
	#quote2 > h2 {
		font-size:32px;
		color:#999999;
		font-weight:normal;
	}
	#quote1 > h2 {
		padding-bottom:26px;
	}
	#quote1 > ul {
		float:left;
		margin:6px 52px 0 0;
		width:325px;
	}
	#quote1 > ul li {
		padding-bottom:24px;
		padding-left:15px;
		background:url("/_img/bullet.png") no-repeat 0 8px;
	}
	#quote1 > img {
		display:block;
		float:left;
	}
	#quote1 > p.contact {
		font-size:32px;
		color:#999999;
		margin-bottom:22px;
	}
		#quote1 > p.contact a {
			margin-top:22px;
		}
#quote_container #textbox {
	padding:0;
	font-size:16px;
	width:auto;
}
#quote_container #textbox form#contact_form {
	margin-top:0;
	padding-top:35px;
	width:390px;
	margin-right:158px;
}
	#quote_container #contacttable option {
		line-height:20px;
	}
	#quote_container #contacttable div.row {
		padding-bottom:5px;
	}
	#quote_container #contacttable div.left {
		padding-top:3px;
		padding-right:37px;
		width:123px;
	}
#quote_container #textbox #contact {
	margin-top:31px;
	line-height:24px;
}
	#quote_container #textbox #contact h2,
	#quote_container #textbox #contact strong {
		font-size:20px;
		font-weight:normal;
	}
	#quote_container #textbox #contact .twitter_fb {
		margin:22px 0;
	}

