/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #f2f2f2;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 20px;
	color: #888;
}

body.home {
	background-color: #fff;
}

body.case52media {
	background: url(../images/cases/52media/bg.gif) center center;
}

a,
a:visited,
a:active {
	color: #222;
	text-decoration: none;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}

#content a:hover {
	color: #58b7dd;
}

img {
	border: none;
}

h1 {
	margin: 0 0 1.7em 0;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

p {
	letter-spacing: 0;
	color: #222;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 1em 0;
}

p.deck {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #58b7dd;
}

.hidden {
	display: none;
}


/*******************************************
/*
/* !Container & Content Centering */
/*
/******************************************/

#container {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

#container tr,
#container td {
	border: none;
	margin: 0;
	padding: 0;
}

#center {
	position: relative;
	width: 880px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.home #center {
	width: 400px;
	margin: 0;
	left: 25%;
}



/*******************************************
/*
/* !Menu */
/*
/******************************************/

#menu {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: white;
}

#homemenu {
	position: absolute;
	top: 46%;
	left: 50%;
	width: 286px;
}

#yourhardwork {
	width: 139px;
	visibility: hidden;
	background: url(../images/layout/menu-your_blur.gif) top left no-repeat;
}

#ourclearvision {
	width: 147px;
	visibility: hidden;
	background: url(../images/layout/menu-our_blur.gif) top left no-repeat;
}

#homemenu #yourhardwork,
#homemenu #ourclearvision {
	float: left;
}

#logo { /* Home/Default */
	position: absolute;
	top: 46%;
	left: 25%;
	width: 163px;
	height: 14px;
	background: url(../images/layout/logo.gif) top left no-repeat;
}

#menu #logo {
	position: relative;
	top: 80px;
	left: 0;
	float: left;
}

#menu #yourhardwork {
	position: relative;
	top: 80px;
	left: 434px;
	float: left;
}

#menu #ourclearvision {
	position: relative;
	top: 80px;
	left: 434px;
	float: left;
}

a#buffer {
	width: 100%;
	height: 14px;
	display: block;
}


#focus {
	width: 100%;
	height: 14px;
	display: none;
}

#list {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
	padding: 6px 0 12px;
	border-top: 1px #ededed solid;
	background-color: #fff;
	overflow: hidden;
}

#list .item,
#list .selected {
	width: 100%;
	height: 24px;
	padding: 0;
	margin: 0;
}

#list .selected {
	color: #58b7dd;
}

#list #ourcontainer .item,
#list #ourcontainer .selected,
#list #ourcontainer #separator {
	width: 147px;
}

#list #separator {
	width: 100%;
	margin-top: 10px;
/* 	border-top: 1px #ededed solid; */
	height: 1px;
}

#list .item a,
#list .item a:visited,
#list .item a:active,
#list .selected a,
#list .selected a:visited,
#list .selected a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	color: #58b7dd;
}

#list .item.static a,
#list .item.static span,
#list .item.static a:visited,
#list .item.static a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	color: #999;
}

#list #portfolio {
	position: absolute;
	width: 120px;
	margin: -36px 0 0 147px;
	display: none;
}

#list #portfolio .item {
	text-align: left;
}

#list #portfolio .item a,
#list #portfolio .item a:visited,
#list #portfolio .item a:active {
	color: #58b7dd;
}

#list #portfolio #arrow {
	position: absolute;
	left: -22px;
	top: 14px;
	height: 5px;
	width: 4px;
	background: url(../images/layout/arrow_grey-on-white.gif) bottom no-repeat;
}


/*******************************************
/*
/* !Footer */
/*
/******************************************/

#footer {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	text-transform: uppercase;
}

.home #footer {
	border-top: 1px solid #ededed;
}

#footer #center {
	padding-top: 14px;
	height: 36px;
}

#footer #items {
	overflow: hidden;
	margin-right: -10px;
}

#footer #itemcontainer {
	display: block;
}

#footer #portfolio {
	margin-left: 10px;
}

#footer #arrow {
	margin-top: 8px;
	height: 5px;
	width: 4px;
	background: url(../images/layout/arrow_grey-on-white.gif) bottom no-repeat;
}

#footer #items,
#footer #itemcontainer,
#footer #arrow,
#footer span,
#footer a,
#footer a:visited,
#footer a:active {
	float: left;
	margin-right: 10px;	
	color: #58b7dd;
}

#footer #items a,
#footer #items a:visited,
#footer #items a:active {
	color: #58b7dd;
	padding-left: 1px;
}

#footer a.selected,
#footer a.selected:visited,
#footer a.selected:active,
#footer #items a.selected,
#footer #items a.selected:visited,
#footer #items a.selected:active {
	color: #222;
}



/*******************************************
/*
/* !Main Content */
/*
/******************************************/

#content {
	width: 100%;
	padding-top: 70px;
	margin-bottom: 20px;
}

#content.portfolio {
	padding-top: 100px;
}

#content #center {
	height: 500px;
	overflow: hidden;
}

#content.portfolio #center {
	height: 400px;
	overflow: hidden;
}

#content #intro {
	width: 580px;
}

#content .deck a:hover {
	color: #999;
}

#content #contactleft {
	width: 320px;
	float: left;
}

#content #contactleft a,
#content #contactleft a:visited,
#content #contactleft a:active {
	color: #58b7dd;
}

#content #contactleft a:hover {
	color: #999;
}

#content #contactright {
	width: 500px;
	float: left;
}


/* !Pages */


#content #contentslide {
	margin-top: 40px;
}

#content #submenu {
	display: block;
	float: left;
	width: 180px;
	height: 100%;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#content #submenu li {
	color: #58b7dd;
	text-transform: uppercase;
	border-top: 1px #dcdcdc solid;
}

#content #submenu li:first-child {
	border-top: none;
}

#content #submenu li a,
#content #submenu li a:visited,
#content #submenu li a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	
	color: #58b7dd;
}

#content #slide {
	position: relative;
	float: right;
	width: 560px;
	display: block;
	margin: 0 50px 0 0;
	padding: 6px 0 0;
	
	overflow: hidden;
}

#content #slide #container {
	position: absolute;
}

#content #column {
	display: block;
	float: left;
	width: 420px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#content #column.a {
	margin-right: 40px;
}


/* !Case Studies */

#submenu p {
	font-style: italic;
}

#content #slide.case {
	width: 420px;
	margin-right: 20px;
}

#content #image {
	position: relative;
	float: left;
	width: 180px;
	height: 200px;
	margin: 5px 40px 40px;
	background: #FFF;
	overflow: hidden;
}

#content #image #img {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 200px;
}

#content .case p a,
#content .case p a:visited,
#content .case p a:active {
	color: #58b7dd;
	font-weight: bold;
	text-decoration: none;
}

#content .case p a:hover {
	color: #666;
	text-decoration: none;
}


/* !Portfolio */

#thumbs {
	position: relative;
	padding: 0;
	margin: 0;
	clear: both;
}

#thumbslide {
	position: absolute;
	top: 0;
	left: 0;
}

#thumb {
	width: 205px;
	height: 140px;
	background-color: white;
	margin: 0 20px 50px 0;
}

#thumbempty {
	width: 205px;
	height: 140px;
	background-color: #f2f2f2;
	margin: 0 20px 50px 0;
}

#thumb a,
#thumb img {
	width: 205px;
	height: 140px;
	margin: 0;
	padding: 0;
	border: none;
}

.tip {
	position: absolute;
	z-index: 10;
	width: 205px;	
	background: url(../images/layout/tooltip.png) top left no-repeat;
}

.tip-title {
	color:#fff;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin: 18px 10px 6px 10px;
	border-bottom: 1px solid #8fcee8;
}

.tip-text {
	color: #fff;
	letter-spacing: 0;
	font-size: 10px;
	font-weight: normal;
	margin: 10px;
}

#slider {
	position: relative;
	top: 380px;
	width: 880px;
	height: 20px;
}

#rule {
	position: absolute;
	top: 0;
	left: 0;
	width: 880px;
	height: 1px;
	background-color: #DDD;
}

#handle {
	cursor: pointer;
	position: relative;
	width: 160px;
	height: 20px;
	background: url(../images/layout/handle-off.gif) no-repeat;
}

#handle #hilite {
	width: 160px;
	height: 20px;
	display: none;
	background: url(../images/layout/handle-on.gif) no-repeat;
}

#handle:hover #hilite {
	display: block;
}
