* {
    margin: 0px;
    padding: 0px;
}

html {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: url('../images/homebg.png') no-repeat #333;
}

ul {
    list-style: none;
}

img {
    border:0;
}

div#content {
    min-width: 1150px;
}

div#header h1 {
    display:none;
}

ul#navigation {
    
}

ul#navigation a {
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    outline: none;
}

ul#navigation li {
    float:left;

}

ul#navigation a:hover {
    background-position: bottom left !important;
}

ul#navigation #home a {
    background: url('../images/nav_home.gif') top left;
    width: 72px;
    height: 32px;
}

ul#navigation #home {
    margin-top: 181px;
    margin-left: 20px;
}

ul#navigation #portfolio a {
    background: url('../images/nav_portfolio.gif') top left;
    width: 183px;
    height: 70px;
}

ul#navigation #portfolio {
    margin-top: 72px;
    margin-left: 567px;
}


ul#navigation #details a {
    background: url('../images/nav_details.gif') top left;
    width: 146px;
    height: 60px;
}

ul#navigation #details {
    margin-top: 52px;
    /*margin-left: 567px; */
}

ul#navigation #contact a {
    background: url('../images/nav_contact.gif') top left;
    width: 95px;
    height: 41px;
}

ul#navigation #contact {
    margin-top: 54px;
    /*margin-left: 567px; */
}


ul#navigation #blog a {
    background: url('../images/nav_blog.gif') top left;
    width: 56px;
    height: 33px;
}

ul#navigation #blog {
    margin-top: 50px;
    /*margin-left: 567px; */
}

div#body {
    padding-top: 50px;
    clear:both;
}

div#thumbsContainer {
    background: #000;
    padding: 20px 40px;
}

/* Horizontal Carousel */
#horizontal_carousel {
  width: 1102px;
  height: 175px;
  position: relative;
}

#horizontal_carousel .container {
  position: absolute;
  left: 37px;
  width: 1005px;
  height: 177px;
  overflow:hidden;
}

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0;
  left: 0px;
  width: 35px;
  height: 175px;
  background: url(../images/left.png) no-repeat left center;
  z-index: 100;
  cursor:pointer;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left_disabled.png) no-repeat left center;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 35px;
  height: 175px;
  background: url(../images/right.png) no-repeat left center;
  z-index: 100;
  cursor:pointer;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/right_disabled.png) no-repeat left center;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 176px;
}

#horizontal_carousel ul li img {
 /* border: 1px solid #333;*/
  display:block;
  background:#E3EDFA;
}

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding: 0 0 0 26px;
  width:175px;
  height: 175px;
  list-style:none;
  float:left;
}


/* WRAPPER */

div#wrapper {
    margin-left: 200px;
    padding-top: 30px;
    color: #ffffff;
}

div#wrapper small {
    color: #939598;
    font-size: 12px;
}

div#wrapper #twitter strong {
    color: #fcb040;
    font-size: 20px;
    font-weight: normal;
}

div#wrapper #twitter .details {
    float:left;
    margin-right: 5px;
}
div#wrapper #twitter .details a {
    color: #fcba63;
    text-decoration: none;
}


div#wrapper #twitter .tweet {
    font-size: 20px;
    float:left;
    width: 500px;
}
div#wrapper #twitter .tweet a {
    color: #fcba63;
    text-decoration: none;
}


div#footer {
    clear:both;
    padding-top: 20px;
}


div#footer ul li a {
    color: #fcba63;
    text-decoration: none;
    font-size: 12px;
}
div#footer ul li {
    float:left;
    margin-right: 20px;
}

div#footer ul {
    height: 20px;
    padding-bottom: 10px;
}

div#socialnetworks {
    clear:both;
    padding-top: 30px;
}

div#socialnetworks li {
    float:left;
}
div#socialnetworks li a {
    display:block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -9000px;
}
div#causebanners li a {
    display:block;
    width: 110px;
    height: 32px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -9000px;
}


div#socialnetworks li.flickrAc a { background: url('../images/sn_flickr.png'); }
div#socialnetworks li.linkedinAc a { background: url('../images/sn_linkedin.png'); }
div#socialnetworks li.twitterAc a { background: url('../images/sn_twitter.png'); }
div#socialnetworks li.facebookAc a { background: url('../images/sn_facebook.png'); }
div#socialnetworks li.foursquareAc a { background: url('../images/sn_foursquare.png'); }
div#socialnetworks li.sprouterAc a { background: url('../images/sn_sprouter.png'); }
div#socialnetworks li.kivaAc a { background: url('../images/sn_kiva.png'); }
div#causebanners li.japanRc a { background: url('../images/bn_japan.png'); }

