@import url("default.css");
@import url("layout.css");
@import url("form.css");

#footer a { color:#fff; }

#logo img { border:none; }

div.teaser 
{ 
   padding-top: 5px;
	padding-bottom: 15px;
}

ul.benefits
{
   list-style: none;
   padding: 0;
   margin: 20px 10px;
}

ul.benefits li 
{ 
   background: url(../images/backgrounds/check_bullet.gif) no-repeat;
   background-position: left top;
   padding-left: 20px;
   padding-bottom: 15px;
}

ul.benefits li.last { padding-bottom: 0; }

#free-report form
{
	margin: 0;
}

#free-report input
{
	padding: 2px;
}

#offer h1
{
	margin-top: 15px;
}

input.submitbutton
{
   font-weight: bold;
   color: #fff;
   border-top: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #fd8f01;
   padding: 5px;
}

ul#featured_projects
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#featured_projects li
{
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

ul#featured_projects li#last
{
	padding-bottom: 0;
}

ul#featured_projects .screenshot
{
	float: left;
	width: 210px;
}

ul#featured_projects .description
{
	float: right;
	width: 313px;
}

ul#featured_projects p
{
	margin-bottom: 0;
}

ul#featured_projects img
{
	border: 5px solid #e5e3e3;
}

ul#testimonials
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#testimonials li
{
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

ul#testimonials li#last
{
	padding-bottom: 0;
}

ul#testimonials h2
{
	margin-top: 0;
}