/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
	
}


html, body {
	height: 100%;
	text-align:center;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal 
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}*/

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th 
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-family:arial,nsimsun,sans-serif;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #C00;
	line-height: 1.6em;
	background-color: #fff;  /*background-color: #f2f2f2; */
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #C00;
}

h1 {
	color: #333;
	font-size: 20px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;
	margin-left: -2px;
}

h2 {
	color: #FFF;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	text-transform: uppercase;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #e9e9e9;
}

h3 {
	color: #C00;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: normal;
}
h4 {
}

h5 {
	
	color: #1a1a1a;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #cc0000;
	height:25px;

	font-weight:bold;
	color: #fff;
	font-size: 10px;
	padding: 0px;
	margin: 0px;

	
}

#top .inner
{
	position:relative;
	width: 900px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right:12px;
	border:0px solid #333;
	text-align:right;

}
#header .gutter,
#wrapper .inner,
#footer .inner {
	position:relative;
	width: 900px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#header .inner {
	width: 900px;
	text-align:left;
}

#top .inner p {
	margin-left: 375px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #fff;
}

#top a:hover {
	color: #FF0;
}

#header {
	background-color: #fff;
	margin:0;
	padding:0;
	border: 0px solid #ff0000;
	
	
}

#header .inner {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 55px;
	border-bottom: solid 1px #e9e9e9;
	margin:0;
}
img#teeam {
	border: 0px solid #fff;
	position:relative;
	top: 6px;
	padding-right: 6px;
	width: 24px;
	height: 24px;
}

img#zecco {
	border: 1px solid #bbb;
	position:relative;
	
	padding-bottom: 10px;
	
}
img#logo {
	margin-left: 16px;
	margin: 2px  4px;
	padding:0px;border: 0px solid #ff0000;
}

img#story {
	position:relative; 
	top:22px;
	width:133px;
	height:71px;
	border: 1px solid #ccc;
}

img#storya {
	position:relative; 
	top:12px;
	width:133px;
	height:71px;
	border: 1px solid #ccc;
}

img#profile{
float:left; 
border: 0px; 
padding:10px 0 20px 50px; 
margin:0px; 
position:relative;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	min-height: 415px;
	padding-bottom: 25px;
	
}

#wrapper .inner {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 585px;
}

#wrapper .inner p {
	margin-bottom: 2em;
	font-size: 12px;
	color: #000;
		text-align:left;
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
	border-top: 1px dashed #ccc;
	padding-top: 12px;
	
}

#wrapper #contactus {
	width: 575px;
	float: right;
	position: relative;
	
}


.ps a{
	color: #333;
	font-size: 12px;
	padding-right: 10px;
}

.ps a:hover {
	color: #c00;
	text-decoration: underline;
}

#footer .inner {
        
	color: #555;
	font-size: 9px;
	padding: 0px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
	text-align: right;
	line-height: 16px;
	padding-top: 8px;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}


#tag {
	position: absolute;
	left: 165px;
	top: 0px;
	font-size: 12px;
	color:#555;
	border: 0px solid #ff0000;
	line-height: 16px;
	padding-top:6px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 130px;
	top: 42px;
	font-size: 14px;
	float:left;
	border: 0px solid #ff0000;
	width: 800px;
	text-align: center;
}

ul#nav li {
	height: 12px;
	float: left;
	width: 160px;
	text-align: center;
	border: 0px solid #ccc;
	
}

ul#nav li a {
	padding-right: 12px;
	padding-left: 12px;
	
	text-decoration: none;
	position: relative;
}

ul#nav li a:hover {
	color: #cc0000;
}


ul#nav li a.active:link, ul#nav li a.active:visited 
{
	color: #cc0000;
}


ul#nav li span {
	visibility: visible;
	
}


/*-  front
----------------------------------------------------------------------*/


#front_work {
	float: right;
	width: 48%;
	padding-left: 16px;
	margin-bottom: -35px;
	text-align:left; 
	position:relative;
	top:10px;
}

#front_work img#work_arrow {
	float: left;
	position: relative;
	left: 260px;
	top: -45px;
	margin-bottom: -35px;
}

#front_news img#news_arrow {
	float: left;
	position: relative;
	left: 220px;
	top: -45px;
	margin-bottom: -35px;
}

#front_work ul#projects {
	padding-top: 5px;
}

#front_work ul#projects li img {
	left: 31px ! important;
}

#front_news {
	float: left;
	width: 48%;
	padding-left: 16px;
}

#front_news ul#news_items li {
	margin-bottom: 13px;
}

#front_news ul#news_items li .date {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#front_news ul#news_items li a:link,
#front_news ul#news_items li a:visited {
	color: #1a1a1a;
	font-size: 12px;
	letter-spacing: -0.05em;
	line-height: 1em;
}

#front_news ul#news_items li a:hover {
	color: #616161;
}


/*-  callouts
----------------------------------------------------------------------*/
div.callout {
	position: relative;
	left: -205px;
	float: left;
	margin-right: -225px;
	width: 200px;
	padding-top: 0.4em;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
	text-align:left;
}

.big_callout {
	position: relative;
	left: -376px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0.4em;
	
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
}

.big_callout li {
	margin-bottom: 35px;
}

.callout strong {
	color: #1d1d1d;
	display: block;
	padding-bottom: 6px;
}


.callout a{
	color: #333;
}

.callout a:hover {
	color: #c00;
	text-decoration: underline;
}


.big_callout strong {
	color: #1d1d1d;
}

.big_callout .light {
	color: #52514d;
}

.big_callout p {
	margin-top: 1em;
}



/*-  the work section
----------------------------------------------------------------------*/

div#work_sidebar {
	width: 301px;
	float: left;
}

div#portfolio_nav {
	height: 30px;
	width: 299px;
}

div#portfolio_nav a#portfolio_nav_up {
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	
}

div#portfolio_nav a#portfolio_nav_down {
	display: block;
	float: left;
	height: 30px;
	width: 149px;
	
}

#work_sidebar #projects {
	height: 480px;
	overflow: hidden;
}

#projects {
	position: relative;
	padding: 0 1px;
}

table#portfolio_table {	
	position: relative;
}

tr.gap td {
	height: 7px ! important;
}

#projects td {
	border-bottom: solid 1px #e9e9e9;
}

#projects td.thumb {
	padding-left: 10px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 7px 0;
}

#projects td.thumb img {
	width: 131px ! important;
	height: 71px ! important;
	border: 1px solid #ccc ! important;
}

#projects td.blurb {

	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	margin: 7px 0;
}

#projects tr.active td {
	background-color: #161616;
	color: #b0b0b0;
}

#projects tr.active td.thumb {
}

#projects tr.active td.blurb {
}

#projects td.blurb strong {
	color: #1e1918;
} 

#projects tr.active td.blurb strong {
	color: #fff;
}

#projects td.blurb a.view:link,
#projects td.blurb a.view:visited {
	display: block;	
	text-align: right;
	color:#C00;
	font-size: 12px;
}

#projects td.blurb a.view:hover{
	
	color:#666;

}

#projects tr.active td.blurb a.view{
	display: none;	
}

#front_news ul#news_items li a.view:link,
#front_news ul#news_items li a.view:visited {
	display: block;	
	text-align: right;
	color:#C00;
	font: 12px;
}

#front_news ul#news_items li a.view:hover {
    
	color: #666;

}
#projects tr.active td.blurb a.view{
	display: none;	
}

#projects.front {
	padding-top: 5px;
}

#projects.front td.thumb {
	padding: 0 0 18px 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

#projects.front td.blurb {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

ul.project_nav {
	height: 27px;
	line-height: 1em;
	color: #292929;
	float: right;
	position: relative;
	top: -43px;
	margin-bottom: -43px;
	z-index: 500;
}

ul.project_nav a:link,
ul.project_nav a:visited {
	display: block;	
	padding: 9px 9px 6px 9px;	
}

ul.project_nav a:hover {
	background-color: #f6f6f6;
	color: #1d96b8;
}

ul.project_nav a#project_nav_previous:hover,
ul.project_nav a#project_nav_next:hover {
	background-color: #fff ! important;
}

ul.project_nav a.current {
	color: #292929;
	
	padding-bottom: 7px ! important	
}

/*
#project_nav_1 {
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important
}

*/
ul.project_nav li {
	float: left;
	border-right: solid 1px #e9e9e9;
}

ul.project_nav li img {
	display: block;
	float: left;
	padding-bottom: 8px;
}

ul.project_nav li.last {
	border-right: none ! important;
}



h2.topgap {
	margin-top: 50px;
}

h2.team {
	color:#C00; 
	border-bottom: 1px solid #eee; 
	font-size:18px;
}

p.buttons {
	margin-top: 12px;
}


#wrapper #proimg{
	
	position:relative; 
	float:left; 
	width: 140px;
	border: 1px solid #eee;
	padding: 2px 4px;
	background:#f8f8f8;
	
}


#wrapper #aboutus{
	
	position:relative; 
	float:left; 
	width: 140px;
	border-right: 1px solid #eee;
	padding: 2px 8px 0 0;
	height:300px;
	
}


#wrapper img  {
	border: 0px solid #ccc;
	
	/*margin: 10px 0;*/
	
}

#wrapper h4{
	color: #222; 
	font-size: 12px;
	font-weight:bold;
	
}
.callout a.story:link,
.callout  a.story a:visited {
	color: #555;
}

.callout  #story a:hover {
	color: #c00;
}
#wrapperm{
position:relative; 
top:32px;

}
/************ subglobalNav styles **************/

.subglobalNav_Abt{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 76px;
	left: 245px;  /*225*/
	/*width: 100%;*/
	margin: 8px 0 0 0;
	background: #f2f2f2;
	padding: -2px 0px 0px 0px;
	visibility: hidden;
	color:  #c00;
	border: 0px solid #606;
	z-index: 50;
	height: 27px;
}
.subglobalNav_Abtcn{
	left: 280px;  /*235*/
}
.subglobalNav_Abt a:link, .subglobalNav_Abt a:visited {
	/*font-size: 76%;*/font-weight:normal;
	color: #666;
	padding: 0px 10px;
}

.subglobalNav_Abt a:hover{
	color:#c00;
}


.subglobalNav_Rch{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 76px;
	left: 456px;
	/*width: 100%;*/
	margin: 8px 0 0 0;
	background: #f2f2f2;
	padding: -2px 0px 0px 0px;
	visibility: hidden;
	color:  #c00;
	border: 0px solid #606;
	z-index: 50;
	height: 27px;
}

.subglobalNav_Rchcn{
	left: 476px;
	
}

.subglobalNav_Rch a:link, .subglobalNav_Rch a:visited {
	font-weight:normal;
	color: #666;
	padding: 0px 10px;
}

.subglobalNav_Rch a:hover{
	color:#c00;
}

.subglobalNav_Fac{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 76px;
	left: 626px;
	/*width: 100%;*/
	margin: 8px 0 0 0;
	background: #f2f2f2;
	padding: -2px 0px 0px 0px;
	visibility: hidden;
	color:  #c00;
	border: 0px solid #606;
	z-index: 50;
	height: 27px;
}

.subglobalNav_Faccn{
	left: 652px;
}
.subglobalNav_Fac a:link, .subglobalNav_Fac a:visited {
	font-weight:normal;
	color: #666;
	padding: 0px 10px;
}

.subglobalNav_Fac a:hover{
	color:#c00;
}

.subglobalNav_Ed{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 76px;
	left: 626px;
	/*width: 100%;*/
	margin: 8px 0 0 0;
	background: #f2f2f2;
	padding: -2px 0px 0px 0px;
	visibility: hidden;
	color:  #c00;
	border: 0px solid #606;
	z-index: 50;
	height: 27px;
}


.subglobalNav_Edcn{
left:606px;	
}
.subglobalNav_Ed a:link, .subglobalNav_Ed a:visited {
	font-weight:normal;
	color: #666;
	padding: 0px 10px;
}

.subglobalNav_Ed a:hover{
	color:#c00;
}

/* Easy Slider */


			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:913px;
		height:320px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:32px;
		height:32px;
		position:absolute;
		left:20px;
		top:160px;
		}	
	#nextBtn{ 
		left:870px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:32px;
		height:32px;
		background:url(../imgs/prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../imgs/next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */

