* {
    margin: 0;
    padding: 0;
}

html { 
    font-size: 1.25em; 
}

body { 
    font-size:  50%; 
}

html > body { 
    font-size: 10px; 
}

body {
    background: #FFF;
    color: #857363;
}

p {
    margin: 1em 0;
}

p.first {
    margin: 0 0 1em 0;
}

p.intro {
    margin: 0 0 1em 0;
    font-size: 1.15em;
}

p.no-margin {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #887D6B;
    color: #887D6B;
}

a.no-border {
    border: none;
}

.clear { 
    clear: both; 
    font-size: 0; 
    line-height: 0em; 
}

.break { 
    padding: 0.5em 0; 
    clear: both; 
}

img, a img { 
    border: 0; 
}

:focus { 
    outline: 0; 
}

h1, h2, h3 {
    color: #000;
    font-family: georgia,arial,verdana,sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
    /*margin: 0 0 5px 0;
    height: 35px;*/
}

h2 div {
    background: transparent url(../images/dotted-line.png) repeat-x left bottom;
    height: 24px;
}

h2 span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
}

h3 {
    font: 1em arial,verdana,sans-serif;
    color: #887D6B;
    margin: 0 0 10px 0;
    padding: 7px 0 0 0;
    font-weight: bold;
}
.testimonialCite {
	font-size: 0.9em;
}




/*
 * Page Container
 */

#container {
    font: 1.3em arial,verdana,sans-serif;
    line-height: 1.5;
    width: 1128px;
    position: relative;
    margin: 0 auto 20px auto;
}

/*
 * Header
 */

#header {
    height: 75px;
}

#header p {
    margin: 0 14px 0 19px;
    float: left;
    height: 75px;
}

#header p span {
    position: relative;
    left: -999em;
}

#logo {
    background: url(../images/logo.png) no-repeat left center;
    width: 138px;
}

#logo a {
    border: none;
    display: block;
    height: 75px;
}

#strapline {
    background: url(../images/strapline.png) no-repeat left 40px;
    width: 221px;
}

/*
 * Nav
 */
#nav {
    font-family: Trebuchet MS,calibri,arial,verdana,sans-serif;
    background: #E37222;
    height: 23px;
    line-height: 23px;
    list-style-type: none;
    padding: 0 0 0 39px;
    border-bottom: 1px solid #FFF;
    position: relative;
    font-weight: bold;
}

#nav li {
    float: left;
    position: relative;
}

#nav li a {
    text-decoration: none;
    color: #FFF;
    padding: 0 0 0 10px;
    margin: 0 22px 0 0;
    background: transparent url(../images/nav-arrow.png) no-repeat left -20px;
    border: 0;
    display: block;
    float: left;
    width: auto;
}

#nav li.active a, #nav li a:hover {
    background-position: left 7px;
}

#nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 100000;
    width: auto;
    top: 23px;
    list-style-type: none;
    border-top: 1px solid #FFF;
}

#nav ul li {
    background: transparent;
    float: none;
}

#nav ul li a, #nav li.active li a {
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
    background: #E37222 url(../images/subnav-arrow.png) no-repeat 4px -200px;
    border: 1px solid #FFF;
    border-top: 0;
    padding: 0 12px 0 14px;
}

html>body #nav li a {
    float: none;
}

#nav ul li.active a, #nav ul li a:hover {
    background-color: #857363;
    background-position: 4px 7px;
}
    
/*
 * Banner
 */
#banner {
    clear: both;
    position: relative;
    height: 159px;
}

#home #banner img {
    display: none;
}

#home #banner {
    height: 219px;
}

/*
 * Main Content
 */

#main {
    padding: 30px 49px;
    background: transparent url(../images/gradient.png) no-repeat center bottom;
    min-height: 200px;
}

#home #main {
    padding: 37px 49px;
}

.column-double {
    width: 680px;
    float: left;
}

.column-single {
    width: 330px;
    margin-left: 20px;
    float: left;
}

.column-single-first {
    width: 330px;
    margin-left: 0;
    float: left;
}

.four-column-first {
    width: 243px;
    float: left;
    position: relative;
}

.four-column {
    width: 242px;
    margin-left: 20px;
    float: left;
    position: relative;
    z-index: 1;
}
.four-column p,
.four-column-first p {
    line-height: 1.3;
}
p.largerType {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 57px;
}

.twoColumn .col1,
.twoColumn .col2 {
	float: left;
	width: 500px;
	margin-right: 30px;
}

.twoColumn .col2 {
	margin-right: 0;
}


#main ul {
    list-style-type: none;
}

#main li {
    margin: 0;
}



/*
 * Form
 */
.loginForm label {
	float: left;
	width: 75px;
	margin: 2px 0 0 0;
} 
.formGroup {
	overflow: hidden;
	clear: left;
	padding: 3px 0;
}
.submitButton {
	float: left;
	margin-left: 75px;
}
#forgotPassword {
	clear: left;
	padding-top: 5px;
}



/*
 * Footer
 */

#footer {
    height: 40px;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 49px;
}

.footer-home {
    background-image: url(../images/footer-text/home.png);
}
.footer-contact {
    background-image: url(../images/footer-text/contact-us.png);
}
.footer-clients {
    background-image: url(../images/footer-text/our-clients.png);
}
.footer-work {
    background-image: url(../images/footer-text/our-work.png);
}
.footer-what-we-do {
    background-image: url(../images/footer-text/what-we-do.png);
}
.footer-who-we-are {
    background-image: url(../images/footer-text/who-are-we.png);
}
.footer-why-interact {
    background-image: url(../images/footer-text/why-interact.png);
}
.footer-interact-content {
    background-image: url(../images/footer-text/what-we-do-interact-content.png);
}
.footer-interact-programming {
    background-image: url(../images/footer-text/what-we-do-interact-programming.png);
}
.footer-interact-tech {
    background-image: url(../images/footer-text/what-we-do-interact-tech.png);
}
.banner-interact-tech {
    background: transparent url(../images/banners/tech.jpg) no-repeat left top;
}
.footer-interact-creative {
    background-image: url(../images/footer-text/what-we-do-interact-creative.png);
}
.footer-awards {
    background-image: url(../images/footer-text/why-interact-awards.png);
}
.footer-testimonials {
    background-image: url(../images/footer-text/why-interact-testimonials.png);
}

/*
 * Arrow Lists
 */

.arrow-list {
    list-style-type: none;
}

.arrow-list li {
    background: transparent url(../images/dotted-line.png) repeat-x left bottom;
    margin: 0 0 10px 0;
    padding: 5px 0;    
}

.arrow-list a.title {
    border: 0;
    font-size: 1.1em;
    padding: 0 0 0 22px;
    display: block;
    background: transparent url(../images/arrow-right.png) no-repeat 6px 4px;
}

.arrow-list a.open {
    background: transparent url(../images/arrow-down.png) no-repeat 6px 5px;
}

.arrow-list p {
    margin: 0 0 0 22px;
    padding: 0 0 4px 0;
    display: none;
    line-height: 1.3;
}

/*
 * Subscribe Form
 */

#subscribe-form {
    background: transparent url(../images/dotted-line.png) repeat-x left bottom;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;    
}

#subscribe-form ol {
    list-style-type: none;
}

#subscribe-form li {
    margin: 5px 0;
}

#subscribe-form label {
    padding: 0 10px 0 0;
}

#name {
    width: 200px;
    font-size: 1em;
}

#email {
    width: 159px;
    font-size: 1em;
}

#subscribe-submit {
    background: transparent url(../images/button-signup.png) no-repeat;
    width: 70px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.required {
    display: none;
}

.ckwFieldErrorMessage {
    color: #CC0000;
    display: block;
}

/*
 * Headings
 */
.latest-news {
    background: transparent url(../images/headings/latest-news.png) no-repeat left top;
}

.latest-work {
    background: transparent url(../images/headings/latest-work.png) no-repeat left top;
}

.subscribe {
    background: transparent url(../images/headings/subscribe.png) no-repeat left top;
}

/*
 * Banners
 */
.banner-who-we-are {
    background: transparent url(../images/banners/who-we-are.jpg) no-repeat left top;
}

.banner-what-we-do {
    background: transparent url(../images/banners/what-we-do.jpg) no-repeat left top;
}

.banner-interact-content {
    background: transparent url(../images/banners/content-new.jpg) no-repeat left top;
}
.banner-interact-programming {
    background: transparent url(../images/banners/content.jpg) no-repeat left top;
}
.banner-interact-creative {
    background: transparent url(../images/banners/creative.jpg) no-repeat left top;
}

.banner-awards {
    background: transparent url(../images/banners/awards.jpg) no-repeat left top;
}

.banner-clients {
    background: transparent url(../images/banners/clients.jpg) no-repeat left top;
}

.banner-contact {
    background: transparent url(../images/banners/contact.jpg) no-repeat left top;
}

.banner-testimonials {
    background: transparent url(../images/banners/testimonials.jpg) no-repeat left top;
}

.banner-why-interact {
    background: transparent url(../images/banners/why-interact.jpg) no-repeat left top;
}

.banner-work {
    background: transparent url(../images/banners/work.jpg) no-repeat left top;
}

#work {
    margin-top: 30px;
}

ul#work {
    margin-top: 0;
}

/*
 * Clients
 */
#logos {
    margin-top: 50px;
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 100px;
}

#logos li {
    float: left;
    width: 195px;
    margin-right: 10px;
    height: 50px;
    line-height: 60px;
    padding-bottom: 40px;
    text-align: center;
}



/*
 * Our Work
*/
.videoLink {
	display: block;
	position: absolute;
	width: 243px;
	height: 137px;
	top: 40px;
	left: 0;
	z-index: 100;
	background: url(../images/video-rollovers.png) no-repeat 95px 36px;
}
.videoLink:hover {
	background-position: 95px -185px;
}
.staticLink {
	display: block;
	position: absolute;
	width: 243px;
	height: 137px;
	top: 30px;
	left: 0;
	z-index: 100;
	background: url(../images/blank.png) no-repeat 0 0;
}


/*
 * Viewer
 */
#player {
    width: 660px;
    height: 432px; this was before the Qanta video
    height: 465px;
    background: #FFF url(../images/lightbox-gradient.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -216px 0 0 -330px;
    z-index: 1000;
}    

#player a {
    border: none;
}

#player .titlebar {
    background: #E37222;
    color: #FFF;    

    text-align: right;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}

#player .close {
    cursor: pointer;
    width:12px;
    height: 11px;
    position: absolute;
    right: 4px;
    top: 4px;
    background:  url(../images/lightbox-close.png) no-repeat 0 0;
}
#player .close em {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

#player .player {
    width: 640px;
    height: 360px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#images {
    text-align: center;
    padding-top: 20px;
}

#images .controls {
    margin: 7px 0;
    padding-left: 296px;
}

#images .controls a {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    border: none;
}

#prev {
    margin-right: 7px;
    background: url(../images/previous.png) no-repeat left top;
}

#images .prev-active {
    background: url(../images/previous.png) no-repeat left -22px;
    cursor: pointer;
}

#next {
    background: url(../images/next.png) no-repeat left top;
}

#images .next-active {
    background: url(../images/next.png) no-repeat left -22px;
    cursor: pointer;
}




