body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #222 url(../images/bg.gif) top left repeat-x;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.cipr {
	padding: 0;
}

p, a, h1, h2, h3, h4, h5, h6, li, td, input, select, button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 17px 0;
}

p.date {
	font-size: 10px;
	color: #888;
	margin: 1px 0 10px 0;
}

a {
	text-decoration: none;
	color: #f36;
}

a:hover {
	color: #fff;
	background: #f36;
}

h1 {
	margin: 0 0 29px 0;
	width: 370px;
	height: 20px;
}

h1 span {
	display: none;
}

h1.careers{
	background: url(../images/t_careers.gif) no-repeat;
}

h1.company{
	background: url(../images/t_company.gif) no-repeat;
}

h1.contact{
	background: url(../images/t_contact.gif) no-repeat;
}

h1.cuttings{
	background: url(../images/t_cuttings.gif) no-repeat;
}

h1.expertise{
	background: url(../images/t_expertise.gif) no-repeat;
}

h1.featured{
	background: url(../images/t_featured.gif) no-repeat;
}

h1.hello {
	background: url(../images/t_hello.gif) no-repeat;
}

h1.highlights {
	background: url(../images/t_highlights.gif) no-repeat;
}

h1.highlightsmore {
	background: url(../images/t_highlights_more.gif) no-repeat;
}

h1.cuttingsmore {
	background: url(../images/t_cuttings_more.gif) no-repeat;
}

h1.recent {
	background: url(../images/t_recent.gif) no-repeat;
}

h1.sendcv{
	background: url(../images/t_send_cv.gif) no-repeat;
}

h1.services{
	background: url(../images/t_services.gif) no-repeat;
}

h1.testimonials {
	background: url(../images/t_testimonials.gif) no-repeat;
}

h1.testimonialsrecent {
	background: url(../images/t_testimonials_recent.gif) no-repeat;
}

h1.who {
	background: url(../images/t_who.gif) no-repeat;
}

h1.twitter {
	background: url(../images/t_twitter.gif) no-repeat;
}

h1.socmedia {
	background: url(../images/t_socmedia.gif) no-repeat;
}

h1.followus {
	background: url(../images/t_followus.gif) no-repeat;
}

h1.coverage {
	background: url(../images/t_coverage.gif) no-repeat;
}

h1.morecoverage {
	background: url(../images/t_morecoverage.gif) no-repeat;
}

h1.blog {
	background: url(../images/t_blog.gif) no-repeat;
}

h1.blogcomingsoon {
	background: url(../images/t_blog_comingsoon.gif) no-repeat;
}

h1.bank {
	background: url(../images/t_blank.gif) no-repeat;
}

h2, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #f36;
	line-height: 20px;
}

h2.spaced {
	margin: 0 0 17px 0;
}

h3 {

}

blockquote {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 17px 25px;
	padding: 0;
}

ul.tick {
	margin: 0 0 17px 0;
	padding: 0;
	list-style: none;
}

ul.tick li {
	margin: 0;
	padding: 0 0 2px 20px;
	background: url(../images/tick.gif) 0 4px no-repeat;
	list-style: none;
}

.left {
	float: left;
}

.pink {
	color: #f36;
}

/* ----- layout ----- */

#holdall {
	width: 962px;
	margin: 0 auto 0 auto;
}

/* header */

#header {
	padding: 35px 0 0 0;
}

#header img {
	float: left;
}

#nav {
	float: left;
	list-style: none;
	padding: 0;
	margin: 60px 0 0 174px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
} 

#nav a {
	float: left;
	color: #5d5d5d;
	padding: 0 25px 0 0;
	margin: 0;	
	border-right: 5px solid #181818;
}

#nav a:hover, #nav a.selected {
	color: #fff;
}

#nav a.selected {
	background: #f36;
}

/* left column */

#lcol {
	float: left;
	width: 370px;
	margin: 43px 30px 0 0;
}

div.panel {
	background: url(../images/bg_panel.gif);
	border-top: 1px solid #222;
	padding: 17px 20px 4px 20px;
}

#flashl {
	/*margin: 0 0 0 260px;*/
}

#cutting {
	width: 370px;
	background: url(../images/bg_panel.gif);
}

/* middle column */

#mcol {
	float: left;
	width: 370px;
	margin: 43px 30px 0 0;
}

/* right column */

#rcol {
	float: left;
	width: 160px;
	margin: 44px 0 0 0;
}

#rcol img.intro, #flashr {
	margin: 118px 0 0 0;
}

#flashr {
	margin: 48px 0 0 0;
}

/* careers form */

table.form {
	padding: 0;
	margin: 0;
}

table.form td {
	padding: 4px;
	margin: 0;
}

table.form td.label {
	padding-left: 0;
}

table.form input {
	background: #222;
	border: 1px solid #444;
	height: 16px;
	line-height: 15px;
	width: 230px;
	padding: 3px 4px 2px 4px;
}

table.form input.narrow {
	width: 162px;
}

table.form input.file {
	height: 23px;
}

table.form label {
	color: #aaa;
}

table.form tr.error td {
	color: #f36;
}

table.form input.button {
	background: none;
	border: none;
	height: 23px;
	width: 61px;
	padding: 0;
	margin: 2px 0 0 1px;
}

/* twitter */

.twit-wrap {
	padding: 0 0 21px 0;
	background: url(../images/bg_twit.gif) bottom center no-repeat;
}
ul.tweeted {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tweeted li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 17px 20px 20px 20px;
	background: url(../images/bg_panel.gif);
	font-size: 11px;
}
ul.tweeted li .date {
	color: #888;
	font-size: 10px;
}

/* footer */

#footer {
	clear: both;
	padding: 30px 0 20px 0;
}

#footer p {
	color: #555;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

/*	Add this
		--------------------------------------------------- */

.addthis_button {
	float: left;
	margin-right: 8px;
}

.addthis_toolbox a {
	padding: 0 !important;
	margin-right: 5px;
}

.addthis_toolbox a:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	background: none !important;
}

.at_item {
	font-size: 11px;
	font-weight: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.at_item:hover {
	padding: 0;
	
}

#at15pf {
	height: 20px !important;
}
			
#at15pf a {
	line-height: 20px;
}

#at15sptx {
	font-size: 12px;
	line-height: 15px;
}

#at15sptx:hover {
	background: transparent;
}
