/****************************************************************************
*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 

body {
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	background:#333;
	color:#666;
}

a { 
	color:#43B300; 
	text-decoration:none; 
}

a:hover { 
	color:#43B300; 
	text-decoration:underline; 
}

a:visited { color: #43B300; }
a:active { color: #43B300; }


/* heading attibutes *************************************************/

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/* set more defaults **********************************************************/

/*input {
	border:none;
	border:0;
}*/

a img {
	border:none !important;
}

/* class attributes *********************************************/

p.accent {
	font-size:18px;
	margin:0;
}

a.jobs, p.title {
	color:#C24F16 !important;
}

/*p.title {
	color:#43B300;
	font-size:14px;
}*/

p.smallLogo {
	padding:0 0 10px 0;
}

p.break {
	background: url(../images/break.gif) repeat-x 0px 6px;
	height:10px;
}

p.spacer {
	margin:30px 0 0 155px;
	font-size:11px;
	font-weight:bold;
	color:#ccc;
}

/* main divs ********************************************************************/

#formWrap {
	width:345px;
	height:60px;
	position:absolute;
	right: 0px;
	top:-63px;
	font-size:11px;
	color:#ccc;
	display: none;
}

#formWrap label {
	font-weight:bold;
	margin-bottom:4px !important;
}

#formWrap input {
	padding:4px;
	width:110px;
}

#formWrap p.labelLeft {
	float:left;
	width:130px;
}

#formWrap p.labelRight {
	float:right;
	width:120px;
}

#formWrap input.inputButton {
	width:70px;
	margin-top: 18px;
}

#wrap {
	width:860px;
	background:#fff;
	margin:25px 0 20px 40px;
	padding:30px;
	position: relative;
	top: -38px;
}

#wrap p {
	margin:0 0 10px 0;
	line-height:18px;
}

#header {
	margin:0 0 5px 0;
}

#contact {
	float:right;
	text-align:right;
	width:300px;
	margin:12px 0 0 0;
}

div#blurb, div#screenshots {
	clear:both;
	margin:20px 0 0 0;
}

p#intro {
	background:#444;
	padding:3px 8px 3px 8px;
	color:#fff;
	width:560px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
p#intro2 {
	background:#444;
	padding:3px 8px 3px 8px;
	color:#fff;
	width:555px;
	float:left;
	font-size:18px;
	font-weight:bold;
	letter-spacing: -1px;
}

.lightbg {
	letter-spacing: -1px;
	margin-bottom: 40px;
}
.darkbg .highlight_strong span { /* spans have a white bg */
	background-color: #eee;
	color: #111;
}
.lightbg .highlight_strong span { /* spans have a dark grey bg */
	background-color: #333;
	color: #fff;
}
.darkbg .highlight span, .darkbg .highlight ul li { /* spans have a dark grey bg */
	background-color: #1f1f1f;
	color: #ccc;
}
.lightbg .highlight span, .lightbg .highlight ul li { /* spans have a light grey bg, and lists */
	background-color: #e1e1e1;
	color: #111;
}
.darkbg .highlight h1 span { /* makes the h1 brighter and less heavy weight */
	color: #fff;
	/* font-weight: normal; */
}
.highlight_strong h1, .highlight h1 {
	margin-bottom: 15px;
	line-height: 32px; /* ie6, ie7 needs 33px here */
}
.highlight p, .highlight_strong p {
	margin-bottom: 15px;
	line-height: 20px; /* ie6, ie7 needs 21px here */
}
.highlight_strong h1 span, .highlight h1 span {
	padding: 0px 3px 2px 1px;
}
.highlight p span, .highlight_strong p span {
	padding: 1px 4px 2px 1px;
}

.highlight_large p, p.highlight_large { /* used when text in p tags needs to be extra big, like on homepage intro */
	font-size: 20px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 29px !important; /* ie6, ie7 needs 28px here */
	letter-spacing: -1px;
}
.highlight_large2 p, p.highlight_large2 { /* used when text in p tags needs to be extra big, but not as big as above, like on article intros */
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 24px !important; /* ie6, ie7 needs 23px here */
}

p#featured {
	background:#66b445;
	padding:4px 0 4px 10px;
	color:#fff;
	width:570px;
}

/*#blurbColOne {
	width:440px;
	float:left;
	border:solid 1px red;
}

#blurbColTwo {
	width:440px;
	float:right;
	border:solid 1px red;
}*/

div.samples {
	width:860px;
	clear:both;
	height:260px;
}

ul.screenshots {
	margin:20px 0 0 0;
}

ul.screenshots li, ul.screenshots li.right {
	float:left;
	display:inline;
	padding:0 20px 0 0;

}

ul.screenshots li.right {
	float:right;
	padding:0 !important;

}

ul.screenshots li a {
	width:265px;
	padding:1px;
	margin:0 0 6px 0;
	display:block;
	text-decoration:none;
	border:solid 3px #e0e0e0;
}

ul.screenshots li a:hover {
	border:3px solid #C2ECAA;
}

div#screenshots img.label {
	border:none;
}

ul.screenshots li.last {
	margin:0;
}

div#fdslogo {
	width:860px;
	margin:0 0 20px 0;
	clear:both;
}

div#companies {
	width:860px;
	margin:30px 0 20px 0;
	padding:30px 0 30px 0;
	clear:both;
}

#companyLeft {
	width:420px;
	float:left;
}

#companyRight {
	width:420px;
	float:right;
}

/* headings with colored backgrounds */

h2.heading {
	background-color:#52BC3F;
	padding:3px 8px 3px 8px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

#downloads {
	background-color:#444;
	width:66px;
}

#websites {
	width:96px;
}

#motion {
	width:96px;
}

#featuredProjects {
	width:100px;
}

/* portfolio links */

ul.linkList {
	list-style-type:none;
	margin:20px 0 0 0;
	font-size:11px;
}

.linkList li {
	margin:0 0 2px 0;
}

.linkList li a {
	display:block;
	text-decoration:none !important;
	color:#777;
	padding:2px 7px 4px 7px;
	background-color:#f8f8f8;
}

.linkList li a:hover {
	background-color:#E6F7DC !important;
}

.linkList li a:visited {
	color:#777;
	background-color:#eee;
}

/* footer */

div#footer {
	width:860px;
	padding:30px 0px 0px 0px;
	height: 44px;
	clear:both;
}

/* misc link styles */

#lnk_subscribe
{
	display: none;
}