@charset "UTF-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg_wide_white.gif);
	background-position:center;
	background-attachment:fixed;
	font-size: 12px;
	color: #333;
	padding:0px;
	margin: 0px;
	height: 100%;
	margin-bottom: 1px
}


#splitter {
	width: 1px;
	background-color:#F00;
	margin:0 auto;
}

h1 {
	color: #000;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom:0px;
	margin:2px 0px 0px 0px;
}

#container {
	width: 900px;
	margin-left: -450px;
	height: 100%;
	position:relative;
}

#left {
	height: 100%;
	padding-top:150px;
	float:left;
	width: 200px;
	font-size:28px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:right;
	color:#000;
	line-height: 1.2em;
	background-image:url();
	background-position:right;
	background-repeat:repeat-y;
	position:fixed;
}

#left a:link, a:active, a:visited {
	text-decoration:none;
	color: #FFF;
}

#left a:hover {
	color: #CCC;
}

#nav {
	padding-right: 25px;
}

#contactdetails {
	visibility:hidden;
	font-size:10px;
	color: #666;
	padding-right: 25px;
	padding-top:25px;
	line-height: 1.4em;
}

#right {
	background-color:#FFF;
	width: 700px;
	margin-left:200px;
	position:absolute;
}

#content {
	margin-left: 25px;
	width: 690px;
	height: 100%;
	line-height: 1.6em;
}

#contentblog {
	margin-left: 25px;
	width: 690px;
	height: 100%;
	line-height: 1.6em;
}

.logo {
	padding-bottom: 18px;
	border:0px;
}

.link {
	padding-top:150px;
}

#doubleleft {
	float:left;
	width:325px;
	text-align:left;
	}
	
#doubleleft a:link, #doubleleft a:active, #doubleleft a:visited {
	text-decoration:none;
	color: #000;
}

#doubleleft a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
	padding-right: 0px;
}


#doubleright {
	float:right;
	width:325px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	color: #333;

	}

#doubleright a:link, #doubleright a:active, #doubleright a:visited {
	text-decoration:none;
	color: #000;
}

#doubleright a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
}

/* Blog styles */

#blogdoubleleft {
	float:left;
	width:325px;
	text-align:left;
	}
	
#blogdoubleleft a:link, #blogdoubleleft a:active, #blogdoubleleft a:visited {
	text-decoration:underline;
	color: #000;
}

#blogdoubleleft a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
	padding-right: 0px;
}


#blogdoubleright {
	float:right;
	width:325px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	color: #333;

	}

#blogdoubleright a:link, #blogdoubleright a:active, #blogdoubleright a:visited {
	text-decoration:underline;
	color: #000;
}

#blogdoubleright a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
}

#doubleleftrecognition {
	float:left;
	width:100px;
	text-align:left;
	}

#doublerightrecognition {
	float:right;
	width:550px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	color: #333;
	}

#doublerightrecognition a:link, #doublerightrecognition a:active, #doublerightrecognition a:visited {
	text-decoration:none;
}

#doublerightrecognition a:hover {
	text-decoration:none;
	color: #FFF;
	background-color:#000;
}

#blogtitle {
	font-size:12px;
}

.blogtitle {
	font-size:12px;
	font-weight:bold;
}

.mainblogtitle {
	font-size:16px;
}

.date {
	color:#999;
}

	
#clearer {
	clear:both;
	height: 0px;
}

img {
	border: 0px;
}

.header {
	font-size:16px;
	line-height: 1.4em;
	color: #000;
	height: 56px;
	padding: 0px;
}

.headermain {
	font-size:16px;
	line-height: 1.4em;
	color: #FFF;
	height: 56px;
	padding: 0px;
}

.headermainrecognition {
	font-size:18px;
	line-height: 1.4em;
	color: #d913b9;
	height: 56px;
	padding: 0px;
}

.headerrecognition {
	font-size:16px;
	line-height: 1.4em;
	color: #999;
	height: 56px;
	padding: 0px;
}


#headerblock{
	width: 100%;
	height: 95px;
	margin-bottom:25px;
	padding-top:36px;
	background-image:url();
	background-color: white;
	border-bottom: 1px dotted #999;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#headerblocksingle{
	width: 100%;
	height: 72px;
	margin-bottom:25px;
	padding-top:59px;
	background-image:url();
	background-color: white;
	border-bottom: 1px dotted #999;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#headerblocktriple{
	width: 100%;
	height: 110px;
	margin-bottom:25px;
	padding-top:21px;
	background-image:url();
	background-color: white;
	border-bottom: 1px dotted #999;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}


.gap {
	padding-top: 0px;
}


#headerwork {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
}

#headerjournal {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
	_border-bottom: 10px solid #f85d12;
}

#headerservices {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
	_border-bottom: 10px solid #00b94a;
}

#headerstudio {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
	_border-bottom: 10px solid #d913b9;
}

#headerrecognition {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
	_border-bottom: 10px solid #d913b9;
}

#headerhello {
	font-size:10px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
}

#headercontact {
	font-size:14px;
	line-height: 1.4em;
	color: #666;
	width: 685px;
	bottom:0px;
	padding-bottom:20px;
	position: absolute;
	_border-bottom: 10px solid #d913b9;
}

#comment {
	width: 325px;
}

/* SLIDER */


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 690px; /*width of featured content slider*/
height: 395px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 690px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 10px 10px;
}

.pagination a, .pagination a:visited{
padding: 3px 5px;
text-decoration: none; 
color: #999;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #666;
background-color: #e8e8e8;
}

.projecttitle {
	color: #333;
	margin-top: -30px;
	padding-bottom: 15px;
	padding-top: 2px;
}

iframe {
	border: 1px solid #666;
}

/* Services Slider */

#approachslider .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 690px; /*width of featured content slider*/
height: 445px;
}


#approachslider .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 690px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 10px 10px;
}

#approachslider {
	margin-top:2px;
	height: 445px;
}

#brandvision {
	width: 134px;
	height: 56px;
	border-bottom: 1px solid #ee0076;
}

#marketperspective {
	width: 134px;
	height: 56px;
	margin-top: -57px;
	margin-left: 139px;
	border-bottom: 1px solid #91c100;
}

#userinsight {
	width: 134px;
	height: 56px;
	margin-top: -57px;
	margin-left: 278px;
	border-bottom: 1px solid #42bae6;
}

#productdesign {
	width: 134px;
	height: 56px;
	margin-top: -57px;
	margin-left: 417px;
	border-bottom: 1px solid #ff6600;
}

#collateral {
	width: 134px;
	height: 56px;
	margin-top: -57px;
	margin-left: 556px;
	border-bottom: 1px solid #999;
}

#paginate-approachslider {
	padding:0px;
	width: 690px;
	margin-top: -25px;
	text-align:left;
}

#paginate-approachslider a, #paginate-approachslider a:link, #paginate-approachslider a:visited {
	padding:30px 0px 0px 0px;
	text-align:left;
	width: 134px;
	height: 26px;
	display:block;
}

#paginate-approachslider a:hover, #paginate-approachslider a.selected {
	padding:30px 0px 0px 0px;
	text-align:left;
	width: 134px;
	height: 26px;
	display:block;
	background-color:#FFF;
	color:#323232;
}

#brandvisioncontent {
	background-image: url(http://www.designbynotion.com/assy/images/vision_bg.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	background-color: #ee0076;
	padding-top: 185px;
	padding-left: 25px;
	width:690px;
	color:#323232;
}

#marketcontent {
	background-image: url(http://www.designbynotion.com/assy/images/market_bg.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	background-color: #91c100;
	padding-top: 185px;
	padding-left: 25px;
	width:690px;
	color:#323232;
}

#usercontent {
	background-image: url(http://www.designbynotion.com/assy/images/user_bg.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	background-color: #42bae6;
	padding-top: 185px;
	padding-left: 25px;
	width:690px;
	color:#323232;
}

#productcontent {
	background-image: url(http://www.designbynotion.com/assy/images/product_bg.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	background-color: #ff6600;
	padding-top: 185px;
	padding-left: 25px;
	width:690px;
	color:#323232;
}

#extendcontent {
	background-image: url(http://www.designbynotion.com/assy/images/extend_bg.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	background-color: #000;
	padding-top: 185px;
	padding-left: 25px;
	width:690px;
	color: #CCC;
}


#approachslider h1 {
	color: #fff;
	padding-top:0px;
	padding-bottom: 0px;
}

#approachleft {
	float: left;
	width: 303px;
}

#approachright {
	float: right;
	width: 303px;
	margin-top: 45px;
	margin-right: 50px;
}

.servicesheader {
	font-weight:bold;
	color:#FFF;
}
	
