/* reset */
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;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after {display:block;visibility:hidden;clear:both;height:0;content:".";}
.clearfix {display:inline-block}
.clearfix {display:block}
.clear {height:0; line-height:0; font-size:0; clear:both;}

a {
  color: #d00713;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:focus,
a:active, 
a:hover {
  outline: none;
  color: #ED1C29;
  text-decoration: none;
}

body {
  color: #5F5F5F;
  background: #5E1515;
  font: 75% Arial, Helvetica, sans-serif;
}

p {
  padding: 7px 0;
}

#headerWrap {
  background: #fff;
  border-top: 2px solid #ed1c29;
}

#header {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

#logo {
  float: left;
  margin: 0 10px 0px 20px;
}

#nav a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #5F5F5F;
}

#nav {
  float: left;
  margin: 25px 0 0 0;
  padding-left: 30px;
  background: url(/images/arrows.png) no-repeat left;
}

#nav div {
  margin: 0 10px;
  float: left;
}

#nav div a {
  display: block;
  padding: 0 15px;
  height: 41px;
  line-height: 41px;
}

#nav div.current,
#nav div.hover {
  background: url(/images/nav-on-left.png) no-repeat left;
}

#nav div.current a,
#nav div.hover a {
  background: url(/images/nav-on-right.png) no-repeat right;
}

#nav div.last {
  background: none;
}

#middleWrap {
  background: #e9e2de;
  border-top: 5px solid #D8CEC8;
}

#middle {
  width: 700px;
  margin: 0 auto;
  padding: 15px 0 30px;
}

.stylishBox {
  background: url(/images/content-box-top.png) no-repeat top;
  padding-top: 15px;
  width: 700px;
}
.stylishBox .box1 {
  background: url(/images/content-box-bottom.png) no-repeat bottom;
  padding-bottom: 20px;
}
.stylishBox .box2 {
  border-left: 5px solid #D8CEC8;
  border-right: 5px solid #D8CEC8;
  padding: 0 20px;
  background: #fff;
}

#footer {
  background: #5e1515 url(/images/footer-bg.png) repeat-x top;  
  color: #eee;
  padding: 60px 0 60px 30px;
  position: relative;
  letter-spacing: 2px;
}

#footer .social-links {
  position: absolute;
  top: 25px;
}

#footer .social-links a {
  margin-left: 10px;
}

#footer .tout {
  position: absolute;
  right: 30px;
}

#footer .tout h1 {
  color: #ed1c29;
  text-align: right;
}

#footer #copyright {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-size: .9em;
}

.col {
  float: left;
  width: 260px;
  margin: 40px 70px 0;
}

ul.stylishList {
  list-style: none;
  margin-top: 10px;
}

ul.stylishList li {
  padding-left: 17px;
  margin-left: 10px;
  background: url(/images/nav_bullet.jpg) no-repeat left;
}

h1 {
  font-size: 1.8em;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.4em;
}

h1.title {
  text-align: center;
  font-size: 3em;
  color: #848181;
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.red {
  color: #d00713;
}

.hide {
  display: none;
}

hr {
  border: none;
  border-top: 3px dotted #ccc;
  margin: 20px 0;
  display: block;
}

/* Contact Page
 ***************/
#contactForm {
  padding-top: 15px;
}

#contactForm h2 {
  border-bottom: 3px dotted #ccc;
  padding: 20px 0 10px;
}

#contactForm label {
  display: block;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}

#contactForm .textBox {
  border: 2px solid #ddd;
  padding: 8px;
  font: 18px Arial, Helvetica, serif;
  color: #666;
  width: 400px;
}

#contactForm .error_list {
  color: #d00713;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}

#contactForm .leftcol {
  margin: 20px 10px 0 60px;
}

#contactForm .rightcol {
  margin: 45px 0 0 -40px;
}

#contactForm textarea {
  height: 200px;
}

#contactForm fieldset {
  margin: 0 auto;
  width: 400px;
}

#bioFaunt .photo {
  width: 220px;  
  height: 220px;
  float: right;
  background: url(/images/bio-faunt.png) no-repeat right;
}

input.focus,
textarea.focus {
  background: #EFFEFF;
  border: 2px solid #ccc!important;
}

a.button {
  background: url(/images/nav-on-left.png) no-repeat left;
  display: block;
  float: left;
  font-size: 16px;
  letter-spacing: 2px;
  color: #5F5F5F;
}

a.button span {
  background: url(/images/nav-on-right.png) no-repeat right;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

a.button:hover {
  color: #2F2F2F;
}

/* Work / Portfolio Page
 ********************/
#workContent {
  width: 630px;
  margin: 10px auto 0 auto;
  position: relative;
}

#clientImagesTitle{
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  background: #fff;
}

#clientImages td {
  padding: 5px 20px;
}

#clientImages img {
  padding: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}

#clientImages a:hover img {
  border-color: #ED1C29;
}

#clientViewer {
  text-align: center;
}

#clientViewer img {
  padding: 7px;
  border: 1px solid #ddd;
}

#clientViewer a {
  font: bold 1.2em Verdana, sans-serif;
}

#clientViewer a:hover {
  border-bottom: 1px dotted #ED1C29;
}

/* Services Page
 ********************/
#servicesContent h1 {
  color: #888;
  border-top: 3px solid #DFDFDF;
  border-bottom: 3px solid #DFDFDF;
  padding: 5px 0;
  margin: 20px 0 0 0;
}

#servicesContent .leftpic {
  float: left;
  margin: 15px 15px 0px 0;
}

#servicesContent .rightpic {
  float: right;
  margin: 5px 0 0 10px;
}

#servicesContent p {
  margin: 10px 0;
}

ul.subNav {
  list-style: none;
  margin: 20px 0;
}

ul.subNav li {
  margin: 0 15px;
  float: left;
}

/* About Us Page
 ********************/
#aboutContent h2 {
  margin: 0 0 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 5px;
}

/* Homepage Slideshow
 ********************/
#slideshow {
  background: url(/images/slide-bg.png) no-repeat 0 45px;
  width: 750px;
  margin: 20px auto;
}

#tabs {
  margin: 15px 0 1px 35px;
  padding: 15px 0 5px 0;
}

#tabs ul {
  list-style: none;
}

#tabs li {
  background: url(/images/tab-divider.png) no-repeat right;
  float: left;
  padding: 0px 35px 0 27px;
  margin: 0;
}

#tabs li.last {
  background: none;
}

#tabs a {
  color: #686868;
  font-size: 20px;
  position: relative;
  z-index: 20;
}

#tabBg {
  background: url(/images/tab-on-left.png) no-repeat left;  
  position: absolute;
  z-index: 10;
  width: 150px;
}

#tabBg div {
  background: url(/images/tab-on-right.png) no-repeat right;
  float: right;
  height: 53px;
  width: 27px;
}

#pane {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-left: 10px;
  width: 705px;
  height: 333px;
}

/* scrollable slides */
#pane #slides {
  width: 20000em;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
}

#slides p {
  margin: 0;
}

#pane div {
  width: 730px;
  height: 333px;
  float: left;
  display: block;
}

#pane h1 {
  color: #D31621;
  font-size: 14px;
  margin: 0;
  text-transform: lowercase;
}

#pane h1.title {
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: left;
}

#pane p {
  font-size: 11px;
  font-weight: bold;
  color: #6F6F6F;
}

#pane .stylishBlurb {
  background: url(/images/blurb-box-top.png) no-repeat left top;
  padding: 20px 0 0 20px;
}

#pane .stylishBlurb .bottom {
  background: url(/images/blurb-box-bottom.png) no-repeat left bottom;
  width: 100%;
  height: 20px;
  position: relative;
  left: -20px;
}

/* Web Design slide */
#slide1 {
  background: url(/images/slide-bg-webdesign.png) no-repeat center 8px;
  position: relative;
}

#slide1 .design {
  position: absolute;
  top: 18px;
  left: 50px;
  width: 200px;
}

#slide1 .design p {
  margin: 3px 0 0 15px;
}

#slide1 .trickery {
  position: absolute;
  top: 205px;
  left: 414px;
  width: 280px;
}

#slide1 .standards {
  position: absolute;
  top: 220px;
  left: 30px;
  width: 295px;
}

#slide1 .goals {
  position: absolute;
  top: 40px;
  left: 340px;
  width: 350px;
}

#slide1 .content h1 {
  margin-left: 20px;
}

/* ecommerce slide */
#slide2 {
  background: url(/images/slide-bg-ecommerce.png) no-repeat center 10px;
  position: relative;
}

#slide2 .sales {
  position: absolute;
  top: 30px;
  left: 56px;
  width: 300px;
}

#slide2 .sales  h1 {
  font-size: 20px;
}

#slide2 .blurb1 {
  position: absolute;
  top: 110px;
  left: 70px;
  width: 320px;
}

#slide2 .blurb2 {
  position: absolute;
  top: 50px;
  left: 400px;
  width: 330px;
}

/* marketing seo slide */
#slide3 {
  background: url(/images/slide-bg-marketing.png) no-repeat center 10px;
  position: relative;
}

#slide3 .marketing {
  position: absolute;
  top: 15px;
  left: 60px;
}

#slide3 .blurb1 {
  position: absolute;
  top: 70px;
  left: 90px;
  width: 320px;
}

#slide3 .seo {
  position: absolute;
  top: 175px;
  left: 320px;
}

#slide3 .blurb2 {
  position: absolute;
  top: 245px;
  left: 265px;
  width: 360px;
}

/* more slide */
#slide4 {
  background: url(/images/slide-bg-more.png) no-repeat 97% 10px;
  position: relative;
}

#slide4 .more {
  position: absolute;
  top: 20px;
  left: 30px;
}

#slide4 ul {
  position: absolute;
  top: 60px;
  left: 50px;
  list-style: none;
}

#slide4 li {
  background: url(/images/checkbox.png) no-repeat left;
  padding: 15px 0 15px 35px;
  font-size: 14px;
  font-weight: bold;
}