/* ---  reset.css * Resets default browser CSS.--- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height: 1.5;}
a img{border: none;} /* Remove annoying border on linked images. */

*{padding:0px;border:0px;}
html{height:100%;}
body{background-color:#f9f9f9;font-family:Arial, Helvetica, sans-serif; border-top:5px solid #2B96F1;}
#wrapper{width:760px;margin-left:auto;margin-right:auto;position:relative;height:100%;}
#content{margin-top:50px;}
a{text-decoration:none;list-style:none;display:inline;outline:none;color:inherit;}
.clear{clear:both;}
.selected{color:highlight;}

/*Typography*/
body,p{color:#6c6c6c;}
a{color:#047ce1;}
h3,#menu li a{color:#2B96F1;} /*color: blue*/
h1,h2,h3,h4{font-family:'Open Sans',sans-serif;font-weight:normal;text-shadow:1px 1px white;}
h1,h2{color:5E5C5F;font-style:normal;}
h1{font-family:'Kaushan Script',cursive;color:#2B96F1;padding:0;}
h1{font-size:32px;text-align:center;}
h2{font-size:38px;text-align:center;}
h3{font-size:20px;}
p{font-size:16px;line-height:1.6;text-align:center;}
p.intro{font-size:20px;text-align:center;margin-bottom:15px;}
p.intro span{background:url("http://kanbantool.com/assets/public_pages/backgrounds/underline-e90ec22ee9d585ef59210b089fb5b1cd.png") no-repeat scroll center center transparent;padding-bottom:16px;}
p.intro,h1,h2,h3,p{padding-bottom:15px;}
.border{border-top:1px solid #dedede;}

/*Footer*/
#footer{height:20px;border-top:1px solid #cecece;margin:30px 8px 10px 8px;}
#footer p{margin-left:8px;margin-right:8px;text-align:center;font-size:11px;padding-top:5px;}

/*Button*/
.button {margin:10px auto 20px auto;padding:0 5px;width:280px;text-align:center;background-image:url("../images/button_bg.png");background-repeat:repeat-x;background-position:center;border:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px 5px 5px 5px;height:36px;}
.button a{font-size:16px;color:white;cursor:pointer;font-weight:bold;text-shadow:0 1px 1px #385B00;text-transform:uppercase;line-height:38px;}

.testimonials{font-size:24px;display:inline;color:#2B96F1;font-family:'Kaushan Script',cursive;}
.testimonials span{color:#626262;}

