body {
background-color: #3c3c3c;
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
margin: 0;
color: #8e8e8e;
}

img {
border: none;
}

a {
color: #0778f8;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
}

p {
margin: 0;
padding: 0;
line-height: 1.7em;
}

h1 {
font-weight: bold;
font-size: 16px;
margin: 0;
padding: 0 0 8px 0;
}

#container {
width: 1016px;
margin: 0 auto;
position: relative;
}

#header {
background: url(../img/bg_header.gif) no-repeat;
width: 100%;
height: 75px;
position: relative;
}

#logo {
display: block;
position: absolute;
bottom: 0;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

/*-----------------
Nav
-------------------*/
#nav {
position: absolute;
right: 25px;
top: 38px;
}

#nav a,
#nav div {
height: 14px;
display: block;
font-size: 0;
}

#nav a:hover {
background-position: 0 -15px;
}

#nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-right: 28px;
}

#company {
width: 69px;
background-image: url(../img/bg_nav_company.gif);
}

#work {
width: 42px;
background-image: url(../img/bg_nav_work.gif);
}

#contact {
width: 63px;
background-image: url(../img/bg_nav_contact.gif);
}

#careers {
width: 63px;
background-image: url(../img/bg_nav_careers.gif);
}

/*-------
Footer
---------*/

#footer {
font-size: 11px;
padding: 5px 0 80px 0;
color: #8e8e8e;
}

#footer a {
color: #8e8e8e;
height: 15px;
}

#footer a:hover {
background-position: 0 -15px;
color: #f9f9f9;
}

#facebook, 
#twitter {
display: block;
float: left;
margin-right: 15px;
text-indent: 20px; 
}

#facebook {
background: url(../img/icon_facebook.gif) no-repeat;
}

#twitter {
background: url(../img/icon_twitter.gif) no-repeat;
}

#copyright {
float: right;
}

/*--------
Main
-------*/

#content {
background-color: #f9f9f9;
width: 100%;
position: relative;
}

#contentHomePage ul,
#content ul {
list-style-type: none;
list-style-image: url(../img/bullet.gif);
font-weight: bold;
margin-top: 0;
padding-bottom: 1px;
}

#contentHomePage li,
#content li {
margin: 0 0 7px 0;
}

.content1 {
padding: 40px 0 50px 40px;
}

.mainLeft {
width: 515px
}

.mainLeft p {
padding: 0 0 25px 0;
}

img.header,
img.subheader {
display: block;
padding: 0 0 18px 0;
}


/*---------
Homepage
----------*/
#contentHomePage {
background-color: #f9f9f9;
width: 100%;
position: relative;
}

#intro {
width: 540px;
}

#intro img {
padding-bottom: 16px;
display: block;
}

#intro p {
margin: -5px 0 10px 0;	
}

#recentWork {
float: right;
width: 330px;
}

a.recentWorkLink {
background: url(../img/recentWork.gif) no-repeat;
width: 171px;
height: 23px;
display: block;
margin: 0 0 20px 5px;
}

a.recentWorkLink:hover {
background-position: 0 -23px;
}

.contentHomePage1 {
padding: 10px 40px 50px 40px;
}

/*------------
Company Page
-------------*/

#companyCollage {
width: 375px;
height:491px;
background: url(../img/bg_companyCollage.gif) no-repeat top right;
position: absolute;
right: 0;
top: 20px;
padding: 19px 0 0 25px;
}

#companyCollage .row {
height: 75px;
clear: both;
}

#companyCollage img {
float: right;
padding: 0;
margin: 0;
}

#flickrLink {
padding-top: 8px;
width: 54px;
float: right;
margin-right: 10px;
}

/*---------
Work page
----------*/
.contentWork {
padding: 40px 30px 50px 30px;
}

#workLinks {
padding-top: 15px;
}

#workLinks img {
margin-bottom: 50px;
display: block;
float: left;
}

/*-------------
Contact Page
--------------*/

#contactForm {
background: url(../img/bg_contactForm.gif) no-repeat right top;
}

#contactForm label {
text-align: right;
font-weight: bold;
width: 60px;
display: block;
float: left;
margin-right: 18px;
line-height: 24px;
}

#contactForm input,
#contactForm select {
display: block;
float: left;
border: none;
width: 283px;
margin: 0;
padding: 0;
font-size: 18px;
font-weight: bold;
color: #8e8e8e;
}

#contactForm textarea {
display: block;
float: left;
border: none;
width: 426px;
height: 150px;
margin-bottom: 20px;
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
}

.contactFormRow {
clear: both;
padding: 6px 0 33px 0;
}


#contactForm .btn_contactForm {
background: url(../img/btn_send.gif) no-repeat;
width: 75px;
height: 44px;
display: block;
clear: both;
margin-left: 70px;
font-size: 12px;
color: #fff;
cursor: pointer;
}

#contactForm .btn_contactForm:hover {
background-position: 0 -44px;
}

.rightSidePic {
position: absolute;
right: 0;
top: 20px;
width: 400px;
text-align: right;
}

.rightSidePic #flickrLink {
position: relative;
top: -18px;
right: 10px;
z-index: 100;
}

#error {
clear: both;
color: #d00000;
font-weight: bold;
padding-left: 70px;
}

#error p {
padding: 0;
}

.location {
display: block;
padding: 55px 0 25px 0;
clear: both;
}

.thanks {
display: block;
padding: 0 0 25px 0;
}

/*---------
Careers
----------*/

#content ul#jobs {
list-style-image: none;
position: relative;
left: -40px;
padding-bottom: 20px;
}


#jobs a {
font-weight: bold;
}

.joblisting {
padding-bottom: 45px;
}

a.apply {
width: 60px;
height: 32px;
background: url(../img/btn_apply.gif) no-repeat;
display: block;
float: left;
}

a.apply:hover {
background-position: 0 -32px;
}

.backToTop {
display: block;
float: left;
font-size: 11px;
line-height: 35px;
margin-left: 15px;
}

#benefits {
background-color: #eee;
padding: 25px 25px 15px 25px;
margin: 25px 0 0 25px;
text-align: left;
}

#benefits h2 {
font-size: 12px;
font-weight: normal;
margin: 0 0 12px 0;
}

.thelist {
margin: 0;
padding: 0 0 15px 0;
display: block;
}

/*----------------
Client pages
-----------------*/

a.workLink {
background: url(../img/work_link.gif) no-repeat;
display: block;
float: left;
width:74px;
height: 23px;
}

a.workLink:hover {
background-position: 0 -23px;
}

#gallery {
position: absolute;
right: 0;
top: 10px;
}

.galleryThumbs {
margin-left: 12px;
}

.galleryThumbs span {
background: url(../img/galleryThumb.gif) no-repeat;
width: 13px;
height: 13px;
float: left;
margin-right: 3px;
}

.galleryThumbs span:hover {
background-position: 0 -13px;
}

#workNav {
background: url(../img/bg_workNav.gif) no-repeat 68px 0;
width: 150px;
height: 56px;
float: left;
margin-left: 45px;
}

#workNav a,
#workNav span {
display: block;
float: left;
height: 23px;
width:62px;
}

#workNav a:hover {
background-position: 0 -23px;
}

.prev {
background: url(../img/prev.gif) no-repeat;
margin-right: 25px;
}

.next {
background: url(../img/next.gif) no-repeat;
}


.admob {
background: url(../img/bg_admob.jpg) no-repeat left bottom;
}

.cbs {
background: url(../img/bg_cbs.gif) no-repeat left bottom;
}

.celebrityAgentFacebook {
background: url(../img/btn_facebook.gif) no-repeat;
height: 31px;
text-indent: 93px;
display: block;
line-height: 35px;
}


.toyota {
background: url(../img/bg_toyota.jpg) no-repeat left bottom;
}

.ebay {
background: url(../img/bg_ebay.jpg) no-repeat left bottom;
}

.creditkarma {
background: url(../img/bg_creditkarma.gif) no-repeat left bottom;
}

.dunkin {
background: url(../img/bg_dunkin.jpg) no-repeat left bottom;
}

.drpepper {
background: url(../img/bg_drpepper.jpg) no-repeat left bottom;
}

.videosurf {
background: url(../img/bg_videosurf.jpg) no-repeat left bottom;
}

.fox {
background: url(../img/bg_fox.jpg) no-repeat left bottom;
}

.heineken {
background: url(../img/bg_heineken.jpg) no-repeat left bottom;
}












