* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: small;
	background: #418ccb;
	color: #333;
}
blockquote {
	background: url(../images/quotemark.png) 3px 0 no-repeat;
	padding: 0 16px;
	margin-right: 10px;
	margin-bottom: 8px;
}

a {
	color: #164278;
	outline: none;
}
a img {
	border: 0;
	outline: none;
}
a.more {
	background: url(../images/button-blue-bkgd.png) 0 0 no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
#side ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #005594;
}
h2 {
	font-size: 210%;
}
h3 {
	font-size: 170%;
	color: #2a82c4;
	clear: both;
	margin: 30px 0 8px 0;
}
#side h3 {
	color: #005594;
}
h3 a {
	color: #2a82c4;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 130%;
	clear: both;
	margin: 8px 0;
}
p, ul, li {
	margin-bottom: 8px;
}
ul, ol {
	margin-left: 18px;
}
ul.marketing {
	list-style-type: none;
	margin-left: 0;
}
ul.marketing li {
	background: url(../images/button-blue-bkgd.png) 0 0 no-repeat;
	padding-left: 20px;
}
.clearing {
	clear:both;
}
#login,
#nav,
#footer ul {
	list-style-type: none;
	clear: both;
}
#footer ul {
	padding-bottom: 10px;
}
#login li,
#nav li {
	float: left;
	border-left: 1px solid #333333;
	padding-left: 8px;
	margin-left: 8px;
}
#footer ul li {
	display: inline;
	border-left: 1px solid #333333;
	padding-left: 8px;
	margin-left: 8px;
}
#footer ul li {
	border-left: 1px solid #63b5f6;
}
#login li.first,
#nav li,
#footer ul li.first {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#footer {
	text-align: center;
	color: #003861;
	padding: 24px 0;
}
#footer a {
	color: #003861;
}
#banner .inner,
#content-header .inner,
#testimonial .inner,
#content .inner,
#footer .inner {
	width: 925px;
	margin: 0 auto;
	position: relative;
}
#banner {
	background: url(../images/banner-bkgd.jpg) 0 0 repeat-x;
}
#banner ul,
#banner li {
	margin-bottom: 0;
}
#banner .inner h1 a {
	position: absolute;
	top: 22px;
	left: 0;
	width: 168px;
	height: 55px;
	background: url(../images/testrun-logo.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#login {
	position: absolute;
	top: 15px;
	right: 0;
}
#nav {
/*	float: right;*/
	padding-top: 4.5em;
	margin-left: 200px;
	font-size: 115%;
}
#nav li {
	margin-left: 7px;
	padding-left: 10px;
}
#nav li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 10px 6px 0;
}
#nav li.active,
#nav li:hover {
	background: url(../images/tab-left.png) 0 0 no-repeat;
}
#nav li.active a,
#nav li:hover a {
	background: url(../images/tab-right.png) right top no-repeat;
}

#content-header {
	background: #fff5e0 url(../images/content-header-bkgd.jpg) bottom left repeat-x;/**/
}
#content-header p {
	margin-bottom: 0;
}
#content-header h2#page-title {
	padding: 30px 0 0 10px;
}
#content-header p#page-blurb {
	padding: 3px 0 19px 10px;
	color: #0770bf;
	font-size: 115%;
}
#try-it a.tab {
	text-indent: -5000px;
	display: block;
	width: 109px;
	height: 29px;
	background: url(../images/try-it-tab.png) left bottom no-repeat;
	position: absolute;
	bottom: 0;
	right: 36px;
}

#content {
	border-top: 1px solid #c3dbef;
	background: #fff;
}

#content #main {
	padding-top: 0;
	padding-bottom: 100px;
}

#content #side {
	padding-top: 0;
}
#content #main h3 {
}

.one-col #content #side {
	display: none;
}

.two-col #content #main {
	width: 605px;
	float: left;
	margin: 0 21px 0 10px;
}
.two-col #content #side {
	width: 283px;
	float: left;
	padding-bottom: 30px;
}

.two-col #content .inner {
	background: url(../images/content-2col-bkgd.png) -5px 0 repeat-y;
}

.two-col #content #side .top {
	padding: 0 22px 20px 24px;
	background: url(../images/pricing-side-bkgd.png) bottom left repeat-x;
}

.two-col #content #side .testimonial {
	color: #0770bf;
	padding: 20px;
	font-size: medium;
	background: url(../images/home-open-quote.png) 20px 25px no-repeat;
}
.two-col #content #side .testimonial p.quote {
	font-weight: normal;
	color: #0770bf;
	padding-left: 16px;
}
.two-col #content #side .testimonial p.quote span.closequote {
	padding-right: 20px;
	display: inline-block;
	background: url(../images/home-close-quote.png) center right no-repeat;
}
.two-col #content #side .testimonial p.customer-name {
	padding-left: 20px;
	margin-top: 10px;
	color: #93cbff;
	font-weight: bold;
	font-size: 90%;
}
.two-col #content #side .testimonial span.quotemark {
	display: none;
}

#content #side .top ul {
	margin: 0 0 10px 23px;
	font-size: 110%;
	list-style-image: url(../images/button-blue-bkgd.png);
}
#content #side .top li {
	margin-bottom: 8px;
	line-height: 1.2;
	padding-bottom: 4px;
}
#content #side .top a {
	color: #ff8400;
}

#side .module {
	padding: 10px 20px 10px;
	margin-top: 10px;
}
#side .module ul {
	margin: 0;
}

#side .module h3 {
	margin-top: 0;
}

#side .module#syndicate {
	background: url(http://www.runtestrun.com/images/feed-202020.gif) 20px 10px no-repeat;
	padding-left: 40px;
}

#side .module#powered {
	background: #ededed;
	margin-top: 30px;
	font-size: x-small;
}

/*-- Home styles --*/
		
#home ul.features {
    list-style: none;
    padding: 0; 
    margin: 0;
}
#home #try-it a.tab {
	right: 296px;
}
#home #try-it span {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 46px;
    font-size: .5em;
}
#home #try-it span a {
    position: relative;
    font-size: 1.4em;
	bottom: -2px;
    margin-left: 5px;
}

#home ul.features li img,
#home ul.features li .feature {
    float: left;
    clear: none;
}
#home ul.features li .feature {
    margin-left: 20px;
    width: 230px;
}
#home ul.features li img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #005594;
  padding: 2px;
}

#home .twitter {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 100%;
  border: 1px solid #005594;
  font-size: 2em;
  font-family: Helvetica;
}

#home .twitter a {
  background-image: url(../images/twitter-55x55.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 20px 20px 80px;
  display: block;
  margin: 2px;
  background-color: #2A82C4;
  background-color: #CCE8FF;
  background-color: #79c3ff;
  background-color: #333;
  color: white !important;
  text-decoration: none;
}

#home #content-header {
	background: #fff5e0 url(../images/home-content-header-bkgd.jpg) 0 0 repeat-x;
}
#home-marketing {
	width: 465px;
	margin-left: 440px;
	padding: 40px 0 54px 0;
	font-size: medium;
}
#home-marketing h2 {
	font-size: 2.0em;
	margin-bottom: 14px;
    letter-spacing: -2px;
    color: black;
}
#home-marketing p {
    font-family: Georgia, Times;
    font-size: 1.3em;
}
#home-marketing ul {
    margin: 20px 0px 0px 80px;
}
#home-marketing li {
	margin: 0 0 6px 3px;
	list-style-type: none;
}
#home-marketing li a {
	text-decoration: none;
	background: url(../images/button-orange-bkgd.png) 0 0 no-repeat;
	padding-left: 20px;
    color: black;
}
#home-marketing li a:hover {
	text-decoration: underline;
}
#home #screenshot {
	display:block;position:absolute;bottom:0;left:0;
}
#home #testimonial {
	background-color: #ffffff;
	border-top: 1px solid #d4e2f6;
	padding: 10px 0 25px 0;
}
#home #testimonial p {
	font-weight: normal;
	color: #0770bf;
/*	background: url(../images/home-open-quote.png) 0 10px no-repeat;*/
	padding: 5px 0 10px 16px;
	margin: 0 10px;
	font-size: 1.6em;
    white-space: nowrap;
}
#home #testimonial span.attribution {
    white-space: nowrap;
	font-size: 1.0em;
    display: block;
    float: right;
}
#home #testimonial span {
/*
	padding-left: 20px;
	background: url(../images/home-close-quote.png) center left no-repeat;
	font-size: 90%;
*/
	color: #93cbff;
	font-weight: bold;
}
#home #testimonial span.quotemark {
/*	display: none;*/
}
#home #content {
	background: #cce8ff url(../images/feature-block-border.png) 0 0 repeat-x;
/*	border-top: 1px dotted #89bbe2;*/
	border-bottom: 50px solid #ffffff;
	border-top: 0;
}
#home #content .inner {
	padding: 20px 0 25px;
	background: url(../images/home-vertical-border.png) 50% 0 repeat-y;
}
#home #content #main,
#home #content #side {
	width: 420px;
	float: left;
	margin: 0 10px 0 10px;
}
#home #content #side {
	margin-left: 54px;
}
#home #content #main h2,
#home #content #side h2 {
	font-size: 120%;
	margin-bottom: 8px;
}
#home #content #main h3,
#home #content #side h3 {
	font-size: 100%;
	margin-bottom: 5px;
	margin-top:0;
}
#home h4.blogtitle,
#home h4.blogtitle {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
}
#home #content #main a,
#home #content #side a {
	color: #ff5a00;
}
#home #content #main {
	padding-top: 0;
	line-height: 1.2;
}
#home #content #main p,
#home #content #side p {
	margin-bottom: 8px;
}

/*-- BLOG STYLES --*/

.content-nav {
	margin-top: 20px;
	text-align: center;
}

#blog #side h3 {
	font-size: 120%;
	color: #005594;
}
#blog #main h2 {
	font-size: 150%;
	margin-bottom: 20px;
	margin-top: 30px;
}
#blog .blog-post {
	background: #eaf9ff;
	padding: 10px 10px 2px;
	line-height: 1.3;
}
#blog .blog-post-date {
	background: #cce8ff url(../images/feature-block-border.png) 0 0 repeat-x;
	padding: 6px 10px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 10px;
	color: #0770bf;
}
#blog .blog-post-meta {
	padding: 6px 10px 2px;
	font-size: x-small;
	background: #f2fbff;
	color: #0770bf;
	margin-bottom: 40px;
}
#blog .blog-post-meta a {
	text-decoration: none;
	color: #ff8400;
}
#blog .blog-entry h3 {
	margin-bottom: 0;
}
#blog .blog-entry .blog-post {
	background: #fff;
	padding: 0;
	line-height: 1.3;
}
#blog .blog-entry .blog-post-date {
	background: #fff;
	padding: 0;
	text-transform: normal;
	margin-bottom: 16px;
	margin-top: 0;
	font-size: x-small;
	color: #0770bf;
}
#blog .blog-entry .blog-post-meta {
	padding: 0 0 16px 0;
	font-size: x-small;
	background: #fff url(../images/feature-block-border.png) left bottom repeat-x;
	color: #0770bf;
	margin-top: 20px;
}
#blog .blog-entry .blog-post-meta a {
	text-decoration: none;
	color: #ff8400;
}
#blog-trackbacks {
	background: #f2fbff url(../images/feature-block-border.png) left bottom repeat-x;
	padding: 6px 10px 2px;
	margin-top: 0;
}
#blog-comments {
	background: #fff url(../images/feature-block-border.png) left bottom repeat-x;
	padding-bottom: 6px;
	margin-top: 20px;
}
.blog-comment {
	margin-bottom: 16px;
}
.blog-comment-meta {
	padding: 6px 10px;
	font-size: x-small;
	background: #f2fbff;
	color: #0770bf;
}
#blog-add-comment {
	padding-bottom: 20px;
	margin-top: 20px;
}
#side .module.blog-archives {
	padding-bottom: 0;
	border-bottom: 1px solid #fbfbfb;
}
.blog-archives li {
	margin-bottom: 10px;
}
.blog-archives a {
	color: #ff8400;
}
.blog-archives h3 a {
	color: #005594;
}

#captcha {
	width: 300px;
	float: left;
}
.blog-entry fieldset.text-inputs label,
#contact fieldset.file-inputs label {
	display: block;
	width: 40px;
	float: left;
	text-align: right;
	margin: 0 5px 10px 0;
}
.blog-entry fieldset.text-inputs input, 
#contact fieldset.file-inputs input {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 20px;
}
.blog-entry fieldset#passwords {
	background: #fff5e0;
}
.blog-entry fieldset.text-inputs br,
#contact fieldset.file-inputs br {
	clear:both;
}
#contact fieldset.file-inputs p {
	margin-bottom: 14px;
}
.blog-entry fieldset.checkboxes {
	padding-left: 73px;
}
.blog-entry fieldset.checkboxes label {
	display: block;
	text-indent: -16px;
	margin-bottom: 20px;
}
.blog-entry fieldset.textarea-inputs,
#contact fieldset.textarea-inputs {
	background: #fff5e0 url(images/feature-block-border.png) left bottom repeat-x;
}
.blog-entry fieldset.textarea-inputs label,
#contact fieldset.textarea-inputs label {
	display: block;
	margin-bottom: 14px;
}
.blog-entry fieldset.textarea-inputs textarea,
#contact fieldset.textarea-inputs textarea {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 100px;
}
.blog-entry fieldset.buttons {
	padding-left: 45px;
	background: none;
}
#contact fieldset.buttons {
	padding-left: 55px;
	border-bottom: 0;
}
.blog-entry fieldset.buttons p,
#contact fieldset.buttons p {
	margin-top: 20px;
}

/*-- Pricing --*/

#hosted-licenses {
	margin: 20px 0;
	padding-bottom: 20px;
}
	#hosted-licenses .regular {
		font-weight: normal;
		font-size: 80%;
		margin: -10px 0 10px 0;
	}
#hosted-licenses #free-trial {
  width: 90px;
  background: #eaf9ff;
  margin-right: 10px;
  margin-top: 17px;
}
#hosted-licenses .paid {
  width: 110px;
  margin-top: 17px;
}
#hosted-licenses .paid.promoted {
  margin-top: 0px;
}
#hosted-licenses .promoted.last {
  margin-right: 0px;
}
#hosted-licenses li {
  margin-right: 10px;
}
#hosted-licenses .promoted img {
  position: absolute;
  top: -12px;
  left: -12px;
}
#hosted-licenses .promoted {
  font-size: 1.5em;
  width: 135px;
  color: black;
  position: relative;
}
#hosted-licenses p.about {
  font-size: 0.7em;
}
#hosted-licenses .promoted p.about {
  color: #C00;
  font-size: 0.8em;
}

.pricing-plan {
    width: 120px;
	list-style-type: none;
	border-top: 1px dotted #ccc;
	float: left;
	margin-bottom: 30px;
	padding: 18px 15px;
	color: #113a57;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}
.pricing-plan p {
	margin-bottom: 5px;
}
p.storage { font-size: 0.7em; padding-bottom: 15px; color: #113a57; }
p.price { line-height: .7em; margin: 10px; }
p.price span {
    font-size: .4em;
}
.pricing-plan .price {
	color: #005594;
	font-size: 180%;
	margin: 20px 0 5px;
}
.pricing-plan a {
	display: block;
	text-indent: -5000px;
	outline: none;
	height: 25px;
}
.pricing-plan.free a {
	background: url(../images/btn-try-it.png) center top no-repeat;
}
.pricing-plan.paid {
	background-color: #d3f2ff;
}
.pricing-plan.paid a {
	background: url(../images/btn-sign-up.png) center top no-repeat;
}

#download-licenses {
	border-top: 1px dotted  #ccc;
	margin: 20px 0;
}
#download-licenses .type {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 130%;
}
#download-licenses td {
	padding: 15px;
}
#single-site td {
	background: #fff8ea;
}
#multi-site td {
	background: #ffeece;
}
#single-site td.price,
#multi-site td.price {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color:  #005594;
	border-left: 1px dotted  #ccc;
	padding: 15px 20px 15px 16px;
}
#single-site td.price a,
#multi-site td.price a {
	display: block;
	width: 94px;
	height: 25px;
	text-indent: -5000px;
	background: url(../images/buy-it.png) top center no-repeat;
	outline: none;
	margin-top: 8px;
}
#single-site td.price .regular,
#multi-site td.price .regular {
	font-size: 60%;
	font-weight: normal;
}
#intro-pricing-info {
	color: #2a82c4;
	margin-bottom: 60px;
}
#free-for h3 {
	color: #005594;
}
#free-for h3 .free {
	color: #2a82c4;
}
#content #side .top#free-for ul {
	list-style-image: none;
	margin: 5px 0 10px;
	font-size: 110%;
}
#content #side .top#free-for li {
	font-weight: bold;
	margin-bottom: 3px;
}
#content #side .top#free-for a {
	text-decoration: none;
	color: #ff8400;
	background: none;
}

/*-- Registration --*/

fieldset {
	border: 0;
	border-bottom: 1px dotted #ccc;
	padding: 20px 12px 10px 12px;
}
#single-user-signup,
#contact form {
	border-top: 1px dotted #ccc;
	margin: 16px 0 60px;
}
#single-user-signup fieldset.text-inputs label, 
#contact fieldset.text-inputs label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin: 0 5px 10px 0;
}
#single-user-signup fieldset.text-inputs input, 
#contact fieldset.text-inputs input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#single-user-signup fieldset#passwords {
	background: #fff5e0;
}
#single-user-signup fieldset.text-inputs br {
	clear:both;
}
#single-user-signup fieldset.checkboxes {
	padding-left: 155px;
}
#single-user-signup fieldset.checkboxes label {
	display: block;
	text-indent: -16px;
	margin-bottom: 20px;
}
#single-user-signup fieldset.buttons {
	padding-left: 135px;
	border-bottom: 0;
}
#single-user-signup fieldset.buttons p {
	margin-top: 20px;
}
#i-need-more {
	display: block;
	width: 103px;
	height: 25px;
	background: url(../images/btn-i-need-more.png) 0 0 no-repeat;
	text-indent: -5000px;
}
#i-need-more a {
	display: block;
	width: 103px;
	height: 25px;
}

#registration #main {
	width: 500px;
	margin-left: 100px;
}

.orange-button {
	background: #fd8701;
	color: #ffffff;
	padding: 2px 12px;
	border-width: 1px;
	font-weight: bold;
}

/*-- faq --*/

#faq dl {
	margin-bottom: 10px;
}
#faq dt {
	font-weight: bold;
	margin: 12px 0 0 0;
}
#faq dt a {
	padding: 6px 8px 4px;
}
#faq dd {
	background: #fff5e0;
	margin: 0 0 8px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 8px;
	display: none;
}
#faq dd p {
	margin-bottom: 8px;
}
#faq dd ul {
	margin-left: 16px;
}
#faq dd li {
	margin-bottom: 8px;
}
#faq .comment {
	border: 1px solid #f00;
	background: #fcc;
	padding: 4px;
}

/*-- forms --*/

.req-text {
	font-size:x-small;
	padding-left:6px;
	color:#ff8400;
}

#search-form-header {
	color: #666;
	margin-top: 20px;
}
#search-form {
	background: #fff url(http://www.runtestrun.com/images/feature-block-border.png) left bottom repeat-x;
	padding-bottom: 20px;
}

#side #simple-search label {
	display: block;
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
}
#side #simple-search fieldset {
	border: 0;
	padding: 0;
}
#side #simple-search fieldset.buttons {
	text-align: right;
	padding-top: 5px;
}

   /--Features--/

   .feature-block {
   background: #e4f7fe url(http://runtestrun.com/images/feature-block-border.png) 0 0 repeat-x;
   padding: 25px 22px 25px 22px;
   margin-top: 10px;
   margin-bottom: 30px;
   }
   .feature {
   clear: both;
   }
   .feature-small-container {
   width: 154px;
   float: left;
   margin-right: 16px;
   margin-bottom: 20px;
   position:relative;
   }
   .feature-small {
   width: 150px;
   height: 113px;
   display: block;
   border: 1px solid #6daad3;
   margin-bottom: 2px;
   position: relative;
   text-decoration:none;
   }
   .feature-small-shadow {
   display:block;
   width:150px;
   height:113px;
   background:#c7d9e1;
   position:absolute;
   right:0;
   bottom:0;
   }
   .feature-small-plus {
   display:block;
   width:14px;
   height:14px;
   background: url(http://runtestrun.com/images/features-enlarge-icon.png) 0 0 no-repeat;
   position:absolute;
   top:0;
   right:0;
   text-indent: -5000px;
   }
   .feature-desc {
   width: 490px;
   float: left;
   }
   .feature h4 {
   color: #505050;
   font-size: 110%;
   margin: 0 0 5px 0;
   }
   .one-col #content .inner {
      width: 710px;
      padding-bottom: 40px;
   }

#google-left {
		float:left;width:35px;padding-top:10px;margin-right:10px;margin-left:40px;
	}
	#google-right {
		float:left;width:35px;padding-top:10px;margin-left:10px;
	}
	#google-center {
		float:left;
		width:72px;
		background: #f00;
        margin-bottom: 15px;
	}
	#google-center-ie {
		display: none;
	}
table.purchase-summary {
		width: 100%;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 14px;
	}
	td {
		text-align: left;
		padding: 12px 14px;
		border-left: 1px dotted #ccc;
		border-top: 1px dotted #ccc;
	}
	th {
		padding: 6px 14px;
		text-align: left;
	}
	td.adjacent {
		border-right: 1px dotted #ccc;
	}
	.purchase-summary .price,
	tr.total td {
		text-align: right;
	}
	#purchase-form {
		text-align: right;
	}

/* Utilities */
.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

