/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


q:before,q:after {
	content:'';
}


abbr,acronym { 
	border:0;
}



/* ==GENERAL SETTINGS */

body{
	/* background: #fff; */
	background: #fff;
	color: #666;
	/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */
	/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 80%/150% "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
}




/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #000;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}


/* colour sub groups */
.installations{
	color: #FFCF01 !important;
	text-decoration: none;
}

.installations a{
	color: #FFCF01 !important;
	text-decoration: none;
}

.installations a:hover{
	text-decoration: underline;
}

.graphics{
	color: #EC008C !important;
	text-decoration: none;
}

.graphics a{
	color: #EC008C !important;
	text-decoration: none;
}

.graphics a:hover{
	color: #EC008C !important;
	text-decoration: underline;
}

.eventProduction{
	color: #F8981D !important;
	text-decoration: none;
}

.eventProduction a{
	color: #F8981D !important;
	text-decoration: none;
}

.eventProduction a:hover{
	text-decoration: underline;
}

.exhibitions{
	color: #00AEEF !important;
	text-decoration: none;
}

.exhibitions a{
	color: #00AEEF !important;
	text-decoration: none;
}

.exhibitions a:hover{
	text-decoration: underline;
}

.retailEnvironments{
	color: #8CC63F !important;
	text-decoration: none;
}

.retailEnvironments a{
	color: #8CC63F !important;
	text-decoration: none;
}

.retailEnvironments a:hover{
	text-decoration: underline;
}




/* ==DIVS */


/* layout divs */
div#wrapper{
	width:990px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

div#wrapper2{
    background:#fff;
	clear:both;
	float:left;
}





/* ------- header section - incl. top navigation ---------- */

div#header{
	width: 990px;
	height: 105px;
	background: url(../img/header_hl.png) no-repeat 215px 38px;
}


/* body.homeId div#header, body.caseStudiesId div#header, body.galleryId div#header, body.contactId div#header{
	background: url(../img/top_menu_hline.png) no-repeat 0px 21px;
	_background: url(../img/top_menu_hline.png) no-repeat -6px 21px;
	_margin-bottom: -50px;
	/* border: 1px solid purple;
}
*/







/* ------  DYAKS logo  ----------------------------- */

div#dyaksLogo h1 a{
	width: 208px;
	height: 53px;
	background: white url(../img/dyaks_logo.png) no-repeat;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: absolute;
	margin-left: 5px;
	margin-top: 10px;
}


/* body.homeId div#dyaksLogo h1 a, body.caseStudiesId div#dyaksLogo h1 a, body.galleryId div#dyaksLogo h1 a, body.contactId div#dyaksLogo h1 a{
	top: 32px;
}
*/



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


div#topNav{
	/* color: #ccc; */
	/* font-size: 12px; */
	font-size: 14px;
	position: relative;
	top: -2px;
	float: right;
}


/* display block - for both ul li & ul li a - to run horizontally */
div#topNav ul li{
	display: block;
	float: left;
	margin-right: 5px;
}


div#topNav ul li a{
	color: #999;
	text-decoration: none;
	display: block;
	/* vertical position relative to ul li text dividers */
	position: relative;
	top: 19px;
	/* spacing between each menu item */
	margin-left: 12px;
}

div#topNav a:hover{
	text-decoration: none;
	color: #ccc;
}



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


div#mainNav{
	width: 990px;
	/* font-size: 12px; */
	font-size: 14px;
	position: relative;
	bottom: 52px;
	margin-top: -10px;
	/* to shift everything below down */
	margin-bottom: 40px;
}


body.homeId div#mainNav, body.contactId div#mainNav{
	/* to shift everything below down */
	margin-bottom: 30px;
}


body.caseStudiesId div#mainNav{
	/* to shift everything below down */
	margin-bottom: 30px;
}

body.galleryId div#mainNav{
	/* to shift everything below down */
	margin-bottom: 30px;
}





/* body.homeId div#mainNav, body.caseStudiesId div#mainNav, body.galleryId div#mainNav, body.contactId div#mainNav{
	bottom: 0px;
	top: 405px;
	_top: 455px;
	background: url(../img/top_menu_hline.png) no-repeat -213px 15px;
	margin: 0;
	height: 30px;
	/* border: 1px solid green;
}
 */



/* display block - for both ul li & ul li a - to run horizontally */
div#mainNav ul li{
	display: block;
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: -12px;
}

div#mainNav ul li a{
	text-decoration: none;
	display: block;
	padding-top: 5px;
	/* vertical position relative to ul li text dividers */
	position: relative;
	top: 19px;
	/* spacing between each menu item */
	margin-left: 12px;
	color: #999;
}


div#mainNav a:hover{
	text-decoration: none;
	color: #ccc;
}



/* main nav sub-group colours */

#installations a{
	color: #CCC;
}

#installations a:hover{
	color: #FFCF01 !important;
}

#installationsSel a{
	color: #FFCF01 !important;
}

#graphics a{
	color: #CCC;
}

#graphics a:hover{
	color: #EC008C !important;
}

#graphicsSel a{
	color: #EC008C !important;
}

#eventProduction a{
	color: #CCC;
}

#eventProduction a:hover{
	color: #F8981D !important;
}

#eventProductionSel a{
	color: #F8981D !important;
}


#exhibitions a{
	color: #CCC;
}

#exhibitions a:hover{
	color: #00AEEF !important;
}

#exhibitionsSel a{
	color: #00AEEF !important;
}

#retailEnvironments a{
	color: #CCC;
}

#retailEnvironments a:hover{
	color: #8CC63F !important;
}

#retailEnvironmentsSel a{
	color: #8CC63F !important;
}



/* ----------- big page title -------- */


div#bigPageTitle h1{
	font-size: 220%;
	font-weight: lighter;
	width: 520px;
	height: 28px;
	display:block;
	text-indent:-999em;
	/* paranoid tricks for older browsers */
	text-decoration:none;
	overflow:hidden;
	position: relative;
}


body.retailEnvironmentsId div#bigPageTitle h1{
	background: white url(../img/retail_environments.png) no-repeat;
}

body.exhibitionsId div#bigPageTitle h1{
	background: white url(../img/exhibitions_stand_out.png) no-repeat;
}

body.eventProductionId div#bigPageTitle h1{
	background: white url(../img/event_support.png) no-repeat;
}

body.graphicsId div#bigPageTitle h1{
	background: white url(../img/graphics.png) no-repeat;
}

body.installationsId div#bigPageTitle h1{
	background: white url(../img/installations.png) no-repeat;
}

body.homeId div#bigPageTitle h1, body.caseStudiesId div#bigPageTitle h1, body.galleryId div#bigPageTitle h1, body.contactId div#bigPageTitle h1{
	background: white url(../img/welcome_to_dyaks.png) no-repeat;
	margin-left: 60px;
	margin-top: 20px;
}

body.homeId div#bigPageTitle h1{
	position: relative;
	top: 80px;
}



	/* old version
body.caseStudiesId div#bigPageTitle h1{
	background: white url(../img/dyaks_case_studies.png) no-repeat;
	position: relative;
	top: 138px;
}
 */
body.caseStudiesId div#bigPageTitle h1{
	background: white url(../img/archived_case_studies.png) no-repeat;
	position: relative;
	top: 138px;
}



body.galleryId div#bigPageTitle h1{
	background: white url(../img/actions_speak_22pt.png) no-repeat;
	position: relative;
	/* top: 148px; */
	top: 182px;
}

body.contactId div#bigPageTitle h1{
	background: white url(../img/contact_dyaks.png) no-repeat;
	position: relative;
	top: 97px;
}

body.sitemapId div#bigPageTitle h1{
	background: white url(../img/site_map.png) no-repeat;
}

body.termsId div#bigPageTitle h1{
	background: white url(../img/website_terms.png) no-repeat;
}

body.environmentalId div#bigPageTitle h1{
	background: white url(../img/environmental_policy.png) no-repeat;
}




/* ----------- Flash 'line' -------- */

div#HlineFlash{
	width: 550px;
	height: 13px;
	position: relative;
}


body.galleryId div#HlineFlash{
	width: 490px;
	height: 13px;
	position: relative;
	/* top: 150px; */
	top: 178px;
	margin-left: 60px;
}





/* ----------- main content -------- */

div#mainContent{
	width: 985px;
	position: relative;
	top: 30px;
}






/* -----   col1 ------- */

div#col1{
	float: left;
	width: 250px;
	margin-left: 4px;
	margin-top: -20px;
}

div#col1 p{
	padding-bottom: 10px;
	font-size: 11px;
}


body.homeId div#col1{
	margin-left: 60px;
	margin-top: -30px;
	position: relative;
	top: 88px;
	/* width: 380px; */
	width: 340px;
}


/* original version 

body.caseStudiesId div#col1{
	width: 380px;
	margin-left: 60px;
	margin-top: -20px;
	position: relative;
	top: 138px;
}

*/

body.caseStudiesId div#col1{
	width: 985px;
	height: 450px;
	position: relative;
}


body.galleryId div#col1{
	text-align: right;
	margin-left: 225px;
	margin-top: -20px;
	position: relative;
	/* top: 154px; */
	top: 180px;
}

body.galleryId div#col1 a{
	text-decoration: none;
	color: #999;
	padding-left: 15px;
}

body.galleryId div#col1 a:hover{
	text-decoration: none;
	color: #666;
}


body.contactId div#col1{
	width: 200px;
	margin-left: 60px;
	margin-top: -20px;
	position: relative;
	top: 96px;
}

body.contactId div#col1 a, body.contactId div#col2 a{
	text-decoration: none;
}

body.contactId div#col1 a:hover, body.contactId div#col2 a:hover{
	text-decoration: underline;
}


body.sitemapId div#col1{
	width: 940px;
	padding-bottom: 50px;
	padding-left: 20px;
	color: #999;
	font-size: 11px;
	margin-bottom: 30px;
}

body.sitemapId div#col1 ul{
	list-style-type: circle;
	list-style-position: outside;
}

body.sitemapId div#col1 ul li a{
	text-decoration: none;
	color: #666;
}

body.sitemapId div#col1 ul li a:hover{
	color: #333;
	text-decoration: underline;
}


body.termsId div#col1, body.environmentalId div#col1{
	width: 970px;
	padding-bottom: 50px;
	color: #999;
}

body.environmentalId div#col1 ul{
	list-style-type: circle;
	list-style-position: inside;
	font-size: 11px;
}






/* -----   Case Studies SUB MENU  ------- */

div#caseStudiesMenu ul li a{
	color: #999;
	text-decoration: none;
	font-size: 11px;
	padding-left: 22px;
	padding-bottom: 3px;
}

div#caseStudiesMenu ul li a:hover{
	color: #666;
}

#retailCS a{
	background: #fff url(../img/D-logo15x15.png) no-repeat 0 2px;
	display: block;
}

#exhibitionsCS a{
	background: #fff url(../img/Y-logo15x15.png) no-repeat 0 2px;
	display: block;
}

#eventsCS a{
	background: #fff url(../img/A-logo15x15.png) no-repeat 0 2px;
	display: block;
}

#graphicsCS a{
	background: #fff url(../img/K-logo15x15.png) no-repeat 0 2px;
	display: block;
}

#installationsCS a{
	background: #fff url(../img/S-logo15x15.png) no-repeat 0 2px;
	display: block;
}

#pdfLink{
	background: #fff url(../img/get_adobe_reader.png) no-repeat 0 17px;
	padding-top: 15px;
	position: relative;
	top: 20px;
}








/* -----   col2 ------- */

div#col2{
	float: left;
	width: 260px;
	margin-left: 35px;
	line-height: 190%;
	font-weight: bold;
	margin-top: -20px;
}

body.retailEnvironmentsId div#col2{
	color: #8CC63F;
}

body.exhibitionsId div#col2{
	color: #00AEEF;
}

body.eventProductionId div#col2{
	color: #F8981D;
}

body.graphicsId div#col2{
	color: #EC008C;
}

body.installationsId div#col2{
	color: #FFCF01;
}


body.contactId div#col2{
	margin-top: -20px;
	margin-left: 40px;
	width: 200px;
	font-weight: normal;
	font-style: normal;
	margin-right: 0;
	line-height: 150%;
}

body.contactId div#col2 p{
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}




/* -----   col2 - case study link ------- */

div#caseStudyLink{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}


div#caseStudyLink a{
	display: block;
	text-decoration: none;
	color: #fff;
}

div#caseStudyLink a:hover{
	background-color: #ccc;
	text-decoration: none;
	color: #fff;
}


body.retailEnvironmentsId div#caseStudyLink{
	background-color: #8CC63F;
	top: 69px;
}

body.exhibitionsId div#caseStudyLink{
	background-color: #00AEEF;
	top: 93px;
}


body.eventProductionId div#caseStudyLink{
	background-color: #F8981D;
	/* top: 65px; */
	/* top: 93px; */
	top: 70px;
}

body.graphicsId div#caseStudyLink{
	background-color: #EC008C;
	top: 45px;
}

body.installationsId div#caseStudyLink{
	background-color: #FFCF01;
	top: 45px;
}



/* -----   col3  (for Flash image panel) ------- */

div#col3{
	float: right;
	width: 420px;
	height: 420px;
	position: relative;
	/* bottom: 70px; */
	bottom: 106px;
	/* margin-right: 7px; */
	margin-left: 10px;
	left: 8px;
}


body.homeId div#col3, body.caseStudiesId div#col3, body.contactId div#col3{
	position: relative;
	bottom: 82px;
	margin-bottom: -17px;
}

body.galleryId div#col3{
	position: relative;
	bottom: 96px;
	margin-bottom: -17px;
}



body.retailEnvironmentsId div#col3, body.exhibitionsId div#col3, body.eventProductionId div#col3, body.graphicsId div#col3, body.installationsId div#col3{
	margin-bottom: -40px;
}





/* -----------------   Footer  --------------------- */

div#footer{
	width: 990px;
	height: 60px;
	clear: both;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #ccc;
	line-height: 120%;
	padding-left: 5px;

}


body.homeId div#footer, body.caseStudiesId div#footer, body.contactId div#footer{
	margin-bottom: -20px;
}

body.galleryId div#footer{
	margin-bottom: -20px;
	bottom: 13px;
}



div#footerMenu{
	font-size: 80%;
	color: #999;
	position: relative;
	float: left;
}

div#footerMenu ul li{
	display: block;
	float: left;
	position: relative;
	color: #999;
	margin-right: 5px;
	top: 10px;
}

div#footerMenu ul li a{
	position: relative;
	color: #999;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}

div#footerMenu a{
	color: #999;
	text-decoration: none;
}

div#footerMenu a:hover{
	color: #666;
	text-decoration: underline;
}


/* 2nd line of footerMenu */
div#fm2line{
	float: left;
	position: relative;
	clear: both;
	font-size: 80%;
	color: #999;
	margin-top: 9px;
}

div#fm2line a{
	color: #999;
	text-decoration: none;
}

div#fm2line a:hover{
	color: #666;
	text-decoration: underline;
}



/* copyright info text, etc */
div#footerInfo{
	text-align: right;
	float: right;
	position: relative;
	font-size: 80%;
	color: #999;
	padding-right: 5px;
	margin-top: -5px;
}


div#footerInfo a{
	color: #999;
	text-decoration: none;
}

div#footerInfo a:hover{
	color: #666;
	text-decoration: underline;
}






