*
{
	margin: 0;
	padding: 0;
}

body
{
	background: black;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: black;
}

table { border-collapse: collapse; }

h1
{
	font-size: 10px;
	font-weight: normal;
	color: white;
}

p { margin-bottom: 9px; }

a
{
	color: white;
	text-decoration: none;
}
img
{
	border: none;
	display: block;
}


.numericList { }
.numericList td
{
	vertical-align: top;
	padding-bottom: 18px;
}
.numericList td.number
{
	color: white;
	width: 40px;
}


.indent
{
	display: block;
	margin-left: 40px;
}
.intro {
	font-family:georgia, serif;
	font-size: 17px;
	color:white;
	display:block;
}
.highlight {
	color:white;
}


#page
{
	margin: 0 auto 0 auto;
	padding: 29px 36px 72px 36px;
	width: 864px;
	background-color: #231f20;
}

#logo
{
	float: left;
	border: 1px solid #7E7670;
}

#nav
{
	float: right;
	margin-bottom: 6px;
}

#nav a
{
	width: 107px;
	height: 34px;
	border: 1px solid #7E7670;
	border-right: none;
	display: block;
	float: left;
}

#nav a.last
{
	width: 106px;
	border: 1px solid #7E7670;
}

#nav a:hover { background-position: 0 -34px; }
#nav a.selected { background-position: bottom left !important; }

#body
{
	font-size: 10px;
	padding: 0 108px 0 108px;
}

#body.project {
	height: 487px;
}


#bodyContent
{
	float:left;
	background-color: #ffa12d;
}

#left
{
	float: left;
	width: 438px;
	overflow: hidden;
}

#leftContent
{
/*
	margin: 40px 67px 0 43px;
	height: 374px;
	overflow: hidden;
*/
	margin: 40px 67px 40px 43px;

}


#right
{
	float: left;
	width: 198px;
	padding: 112px 0 0 12px;
}

#scroller
{
	float: right;
	margin-top: 36px;
	width: 7px;
	height: 378px;
}

#scroller .thumb
{
	background-color: black;
	position: absolute;
	width: 7px;
	/*
	opacity: 0.4;
	filter: alpha(opacity=40);
	*/
	z-index: 20;
}

#scroller .track
{
	position: absolute;
	width: 7px;
	height: 378px;
	background-color: #af7325;
	z-index: 10;
}

#scroller .over
{
}



ul#subNav
{
	list-style: none;
	margin-left: 26px;
}

ul#subNav a { color: #353028; }
ul#subNav a.selected { color: white; }



#news { margin-top: 54px; 
float:left;
}
#news img { float: left; }
#newsScroller
{
	width: 648px;
	overflow: hidden;
	float: left;
}
#newsScroller .article
{
	font-size: 9px;
	line-height: 12px;
	width: 196px;
	padding-right: 20px;
}
#newsScroller .article img
{
	float: left;
	margin-right: 6px;
}
#newsScroller .article { float: left; }
#newsItems { float: left; }





/*
BLUE PAGES
*/
.clients #bodyContent {
	background-color: #00a8e1;
}

.clients #scroller .track {
	background-color: #006b94;
}


/*
GREEN PAGES
*/
.our_work #bodyContent {
	background-color: #bed600;
}

.our_work #scroller .track {
	background-color: #7e8d1f;
}
.our_work #scroller .thumb {
	background-color: #4b5412;
}

/*
PINK PAGES
*/
.hot_news #bodyContent {
	background-color: #ec519d;
}

.hot_news #scroller .track {
	background-color: #7e8d1f;
}
















/*
PROJECTS
*/

.project #bodyContent {
	background:transparent !important;
	margin: 0;
	position: absolute;
}
.project #arrowLeft {
	position: absolute;
	margin: 202px 0 0 -62px;
}
.project #arrowRight {
	position: absolute;
	margin: 202px 0 0 694px;
}

.project #projectInfo {
	overflow:hidden;
	position:absolute;
	height: 288px;
	width: 0px;
	margin: 72px 0 0 0;
}

.project .close {
	display:block;
	margin: -32px 12px 0 0px;
	font-size: 10px;
	float:right;
	cursor:pointer;
}

.project #projectInfoBackground {
	background-color: #bed600;
	position: absolute;
	width: 100%;
	height: 288px;

}

.project #projectInfoContent {
	position: absolute;
}

.project #left {
	margin-bottom: 72px;
}
.project #leftContent {
	margin: 40px 67px 0 43px;
	height: 180px;
	overflow:hidden;
}

.project #right {
	float:right;
	width: 198px;
	padding: 40px 0 0 11px;
}

.project #projectImages {
}

.project #InfoToggle
{
	position: absolute;
	margin: 450px 0 0 0;
	text-align:right;
	width: 648px;
}

.project #scroller {
	float:right;
	margin-top: 36px;
	width: 7px;
	height: 198px;
}

.project #scroller .track {
	height: 198px;
}







#blog-link {
	margin: -95px auto 0 auto;
	width: 864px;
	height: 18px;
	text-align:right;
	color:white;
	font-size: 9px;
}
#blog-link img {
  display:inline;
  vertical-align:top;
}




#musicPlayer {
	margin: -90px auto 0 auto;
	width: 864px;
	height: 18px;
	text-align:right;
}


#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px; /* avoid scrollbars */
  visibility:hidden;
}

form {

}
fieldset {
	border:none;
}
