body {
	background: #E7E8E6;
	margin: 50px 0;
	color: #333;
}

a {outline: none;}

h3 { color: #333;}

#top {
	position: relative;
}

#content hr.space { clear: both; margin-bottom: 0px; }

#content hr.spacer { margin-bottom: 20px; }

/*	header specific  */
#header {
/*	background: #faf9f6;*/
	font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
/*	letter-spacing: 0.05em;*/
	font-size: 1.1em;
	height: 60px;
}

#header h1 {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/site/logo.png) no-repeat;
}

#header ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header ul li {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	display: block;
	float: left;
}
#header ul li a {
	display: block; 
	width: 71px;
	height: 50px;
	padding: 10px 0 0 15px;
	text-decoration: none;
	background: url(../img/site/nav_spacer.png) no-repeat right bottom;
	color: #656d6d;
}

#header ul li a:hover {
	/*width: 130px;*/
	background: #cecbc3;
}

#header ul li.active a {
	width: 130px;
	background: #656d6d;
	color: #fff;
}
#header ul li.active a:hover {
	width: 130px;
	background: #656d6d;
	color: #fff;
}

/* main content  */
#content {
	background: #fff;
	border: 1px solid #ddd;
}

#content h2 { 
	width: 860px;
	padding: 20px 0 10px;
	margin: 0 0 35px 30px;
	border-bottom: 1px solid #ddd;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	color: #f9330d;
}

#content h3 {
	font-size: 1.45em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*	font-weight: bold; */
}

#content div.gallery h3 {
	font-size: 1.5em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	color: #f9330d;
}

#content h4 {
	font-size: 1.2em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*	font-weight: bold; */
	color: #f33;
}

#content p {
	font-size: 1.1em;
}

#content div.library h4 {
    color: #F30;
    margin-bottom: 2px;
}

/* rss link */
div.rss {
    width: 200px;
    position: absolute;
    right: 30px;
    top: 90px;
    text-align: right;
    padding-right: 25px;
	background: url(../img/site/rss.png) no-repeat right center;
}

div.rss a { 
    color: #656d6d;
    font-size: 0.9em;
}

/* subnav list */
ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
	font-weight: bold;
}

#gallerynav.subnav  {
	padding: 9px 0 0;
}

 
 
 ul.subnav li {
    margin: 0; 
    padding: 0; 
    list-style-type: none;
    display: block; 
    width: 230px;
	background: url(../img/site/arrow.gif) no-repeat left 5px;
}
ul.subnav li a {
    display: block; 
    padding: 0 0 9px 17px;
    margin: 0 0 8px 2px;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    color: #f33;
}
ul.subnav li a:hover, ul.subnav li.active a {
    color: #000;
}


ul.noline li a {
   border-bottom: none;
}

/* team members */

div.team {
    border-left: 1px solid #656d6d;
    padding-left: 19px;
    margin-left: 90px;
    position: relative;
    font-size: 0.95em;
}
#content div.team h3 {
    font-size: 1.2em;
}
div.team h3 span.jobtitle {
    color: #ff3300;
}
* html div.news .thumb { left:-90px; }

div.team img {
    position: absolute;
    left: -90px;
}

/* news items */

div.news {
    border-left: 1px solid #656d6d;
    padding-left: 109px;
    margin: 0 0 20px 90px;
    position: relative;
    font-size: 0.93em;
}

#content hr.newsspace { 
    margin-bottom: 25px;
}

#content div.news h3 {
    font-size: 1.5em;
    color: #F30;
    font-weight: 100;
    position: absolute;
    left: -90px;
}
#content div.news h4 {
    font-size: 1.45em;
    margin-bottom: 10px;
}
div.news .thumb {
    position: absolute;
    left: 19px;
}

div.news h4 a {
    padding: 0;
    background: none;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}
div.news .more:hover {
    color: #000;
}
div.news h4 a:hover {
    color: #f33;
}

div.news a.more {
    padding: 0 0 0 20px;
    background: url(../img/site/arrow.gif) no-repeat left center;
    text-decoration: none;
    color: #f33;
    font-weight: bold;
    font-size: 1.1em;
}

/* red point list #content div.pointlist h4 { 
    color: #F30;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.pointlist  ul { 
	margin: 0 0 20px 0; 
	padding: 0; 
	list-style-type: none;
}
div.pointlist  ul li {
	font-size:1.1em;
    margin: 0; 
    padding: 2px 0 0 15px; 
    list-style-type: none;
    display: block; 
	background: url(../img/site/redbullet.gif) no-repeat left center;
}

/* amend */


div.content h4 { 
    color: #F30;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.content ul { 
	margin: 0 0 20px 0; 
	padding: 0; 
	list-style-type: none;
}
div.content ul li {
	font-size:1.1em;
    margin: 0; 
    padding: 2px 0 0 15px; 
    list-style-type: none;
    display: block; 
	background: url(../img/site/redbullet.gif) no-repeat left 6px;
}
div.content a { 
    color: #F30;
	text-decoration:none;
}
div.content a:hover { 
    color: #000;
}


/* contact page columns */

div.contactcol {
    background: #F5F4F0;
    border: 1px solid #d1d2d0;
    margin: 0 0 30px 22px;
    padding: 15px;
    font-size: 1em;
    font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
    font-size: 0.9em;
    min-height: 425px;
    height: auto !important;
    height: 425px;
}

div.firstcc {
    margin-left: 30px;
}

div.contactcol a { color: #F30; }


div.contactcol div.fieldset {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	padding: 5px 10px;
    min-height: 415px;
    height: auto !important;
    height: 415px;
}

div#locationmap {
    height: 280px;
    width: 326px;
    border: 1px solid #000;
    margin-top: 5px;
    position: relative;
}

div.contactcol form {
	margin: 0;
	padding: 0;
	border: none;
}

div.contactcol form fieldset {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	padding: 5px 10px;
	display: block;
    min-height: 415px;
    /*height: auto !important;*/
    height: 415px;
}

div.contactcol form fieldset label {
	display: block;
	margin: 1px 0 2px;
	color: #666;
}

div.contactcol form fieldset input {
	width: 165px;
	margin-top: 0;
	margin-bottom: 9px;
}

div.contactcol form fieldset input.checkbox {
    /* */
    display: inline;
    padding: 0;
    margin: 0;
    width: 10px;
}

div.contactcol form fieldset button {
	margin: 15px 0!important;
	display: block;
}

div.contactcol form fieldset textarea {
	width: 165px;
	height: 45px;
	display: block;
}

div.contactcol form fieldset button {
	margin: 15px 0 0;
}       

#galleryslides div.slide {
    width: 588px;
    height: 375px;
    border: 1px solid #999;
    text-align: center;
}

#galleryslides div.controls {
    position: relative;
    width: 590px;
    height: 35px;
    text-align: right;
}

#galleryslides div.controls span.bread {
    position: absolute;
    top: 8px;
    left: 0;
}

#galleryslides div.controls a {
    position: absolute;
    display: block;
	width: 27px;
	height: 27px;
    text-align: left;
	overflow: hidden;
	text-indent: -9999px;
    background: url(../img/site/slidecontrols.png) no-repeat 0 0;
}

#galleryslides div.controls a.forward {
    top: 5px; right: 0;
	background-position: 0 -108px;
}

#galleryslides div.controls a.forward:hover {
    background-position: 0 -135px;
}

#galleryslides div.controls a.forwardno {
    top: 5px; right: 0;
    background-position: 0 -81px;
}
#galleryslides div.controls a.backno {
    top: 5px; right: 32px;
    background-position: 0 0;
}

#galleryslides div.controls a.back {
    top: 5px; right: 32px;
	background-position: 0 -27px;
}

#galleryslides div.controls a.back:hover {
    background-position: 0 -54px;
}


/* login box */
#login {
	background: #F5F4F0;
	border: 1px solid #d1d2d0;
	margin-left: 0px;
	padding: 15px;
	font-size: 1em;
	font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
}

#login p {
	margin: 0 0 1.2em;
	font-size: 1.1em;
}

#login h3 {
	font-size: 1.35em;
	margin: 0 0 0.8em;
	font-weight: normal;
}

#login form {
	margin: 0;
	padding: 0;
	border: none;
}

#login form fieldset {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	padding: 5px 10px;
}

#login form fieldset label {
	display: block;
	margin: 5px 0 2px;
	color: #666;
}

#login form fieldset input {
	width: 170px;
}

#login form fieldset button {
	margin: 15px 0 0;
}

#login form fieldset a {
	display: block; 
	margin: 15px 0;
	color: #ff3300;
	text-decoration: underline;
}

#login form fieldset a:hover {
	text-decoration: none;
}

#slideshow img {
	padding: 0 0 3px 13px;
	height: 76px;
}

/* front page image boxes */
ul.imagebox { 
	margin: 0; 
	margin-left: -5px;
	padding: 0; 
	list-style-type: none;
	position: relative;
}

ul.imagebox li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	display: block;
	float: left;
}

ul.imagebox li a {
	display: block; 
	border: none;
	width: 169px;
	height: 119px;
	margin: 0 16px 24px 0;
	padding: 13px 12px;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	background: #fff url(../img/site/front_box_bg.gif) no-repeat top left;
}

ul.imagebox li a.third {
	margin-right: 0px;   
}

ul.imagebox li a:hover {
	text-decoration: none;
	color: #f9330d;
	background: #fff url(../img/site/front_box_bg.gif) no-repeat 0 -144px;
}

ul.imagebox li a img {
	border: 1px solid #aaa;
	margin: 0 0 12px;
	width: 157px;
	height: 82px;
}

/* front page image boxes */
ul.portfoliobox { 
	margin: 0; 
	margin-left: -5px;
	padding: 0; 
	list-style-type: none;
}

ul.portfoliobox li {
	margin: 0 0 16px 5px;
	padding: 0; 
	list-style-type: none; 
	display: block;
	float: left;
}

ul.portfoliobox li a {
	display: block; 
	border: none;
	width: 175px;
	height: 188px;
	padding: 14px 14px 0 14px;
	margin: 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	background: #fff url(../img/site/portfolio_bg.gif) no-repeat top left;
	position: relative;
}

ul.portfoliobox li a:hover {
	text-decoration: none;
	color: #f9330d;
	background: #fff url(../img/site/portfolio_bg.gif) no-repeat 0 -202px;
}

ul.portfoliobox li a img {
	border: 0px solid #aaa;
	margin: 0 0 12px;
	width: 175px;
	height: 138px;
}

ul.portfoliobox li a img.box {
    border: none;
	margin: 0;
	padding: 0;
    width: 11px;
	height: 11px;
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 93;
}

/* clients page image boxes*/

ul.clientboxes {
	margin: -10px 0 0 8px;
	padding: 0; 
	list-style-type: none;
}

ul.clientboxes li {
	margin: 0 0 17px 18px; 
	padding: 0; 
	list-style-type: none; 
	display: block;
	float: left;
}


ul.clientboxes li a {
	display: block; 
	border: none;
	width: 145px;
	height: 102px;
	margin: 0;
	padding: 7px;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	background: #fff url(../img/site/client_image_bg.gif) no-repeat top left;
	position: relative;
}



ul.clientboxes li a:hover {
	text-decoration: none;
	color: #f9330d;
	background: #fff url(../img/site/client_image_bg.gif) no-repeat 0 -116px;
}

ul.clientboxes li a img {
    border: none;
	margin: 0;
	padding: 0;
	width: 145px;
	height: 102px;
}

ul.clientboxes li a img.box {
    border: none;
	margin: 0;
	padding: 0;
    width: 11px;
	height: 11px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 93;
}

/* footer style */
#footer {
/*	background: #faf9f6; */
	color: #999;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	padding: 11px 0 0 0;
}

#footer a { 
	color: #999;
	text-decoration: none;
}
#footer a:hover { 
	color: #999;
	text-decoration: underline;
}

#footer ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

#footer ul li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	display: inline;
	padding: 0 15px 0 0;
}

#reg_form {
	background: #F5F4F0;
	border: 1px solid #d1d2d0;
	margin: 0 0 30px;
	padding: 15px;
	font-size: 1em;
	font-family: Arial,sans-serif,"Helvetica Neue",Helvetica;
}

#reg_form p {
	margin: 0 0 1.2em;
	font-size: 1.1em;
}

#reg_form h3 {
	font-size: 1.35em;
	margin: 0 0 0.8em;
	font-weight: normal;
}

#reg_form sup {
    color: #F30;
}

.red {
    color: #F30;
}

#reg_form fieldset {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	padding: 5px 0 5px 10px;
}

#reg_form label {
	display: block;
	margin: 5px 0 2px 0;
	padding: 0 0 0 2px;
	width: 270px;
	color: #666;
	float: left;
}

#reg_form label input {
	width: 250px;
}

#reg_form fieldset input.submit {
	margin: 2em 5px 0;
	display: block;
	float: left;
	width: 70px;
}

#reg_form fieldset div {
    padding-top: 20px;
    width: 500px;
    float: none;
    clear: both;
    
}

div.slideTabs h3 {
color: #F30;
}

#content div.slideTabs h4 {
    font-size: 1.3em;
    margin-bottom: 0.6em;
}

.botrule {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    width: 450px;
    height: 1px;
    overflow: hidden;
}

#pencils {
    padding-right:33px; 
    float: right;
}
#pencils img {
    margin-top: 80px;
}

ul.subnav_sub {
    margin: 0 0 8px 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 6px;
}
ul.subnav_sub li {
    margin: 0;
    background-image: none;
    background: transparent #FFF; 
}
ul.subnav_sub li a {
	color: #656D6D !important;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 2px;
}
ul.subnav_sub li.ui-tabs-selected a {
    color: #000 !important;
}


#buttons {
	position: relative;
	width: 333px;
	float: right;
}

#banner { margin-bottom: 30px; }

.button {
	width: 145px;
	height: 62px;
	color: #fff;
	font-size: 13px;
	background:#FF3399;
	float:left;
	margin: 0px 20px 13px 0px;
	overflow: hidden;
	position: relative;
}
.press { background-image: url(/img/site/button_images/pressbackgrnd.jpg); }
.dm { background-image: url(/img/site/button_images/dmbackgrnd.jpg); }
.brand { background-image: url(/img/site/button_images/brandbackgrnd.jpg); }
.digital { background-image: url(/img/site/button_images/digitalbackgrnd.jpg); }
.print { background-image: url(/img/site/button_images/printbackgrnd.jpg); }
.pack { background-image: url(/img/site/button_images/packbackgrnd.jpg); }

.button img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

.button a { color: #fff; }

.button p {
	padding: 8px 10px;
	margin: 0px;
	line-height: 120%;
}

h2.homeheader {
	border: none !important;
	width: 490px !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	font-size: 2em;
	position: relative;
	top: -5px;
}

h4.homeheader {
	margin-bottom: 5px !important;
	font-size: 1.5em;
}