/* CSS Document */

/* ------------------------------------------------
	
	Copyright © 2008 Eklektus Inc. 
	Design by Flightless - www.flightless.co.nz 
	
	
	Version 2.0 - 20.04.09 (GLOBAL STYLE SHEET) 
	
	* Change log: COMPLETE CSS
	 - Increased Font Size (20.04.09)
	

	 =GLOBAL RESETS 
	 =GLOBAL STYLES
	 
	 =GLOBAL NAVIGATION
	 =SUB NAVIGATION
	 
	 =LAYOUT
	 
	 =HOMEPAGE
	 =SUBPAGE
	 
	 =HEADINGS
	 =EXTRAS
	 
	 =FOOTER 

--------------------------------------------------- */	 
/* =GLOBAL RESETS 
--------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button { 
	cursor: pointer;
}
img {
	border: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* =GLOBAL STYLES 
--------------------------------------------------- */

body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
p { 
	color: #999999; 
	line-height: 20px; 
	font-size: 12px; 
	padding: 0px 0px 10px 0px; 
}
.current {
	cursor: default;
}

/* =GLOBAL NAVIGATION 
--------------------------------------------------- */

#homepage ul.navigation {
  	list-style: none;
	margin: 46px 0px 20px 30px;
	padding: 0px;
}
#subpage ul.navigation {
  	list-style: none;
	margin: 48px 0px 20px 30px;
	padding: 0px;
}
ul.navigation {
  	list-style: none;
	margin: 48px 0px 20px 30px;
	padding: 0px;
}
#homepage li.nav_about a, #homepage li.nav_expertise a, #homepage li.nav_people a, 
#homepage li.nav_projects a, #homepage li.nav_contact a { 
	background-image: url(../images/navigation_homepage.gif); 
	background-repeat: no-repeat;
	text-indent: -3000px; 
	height: 30px; 
	width: 120px; 
	display: block; 
	margin: 0px;
	padding: 0px;
}
#subpage li.nav_about a, #subpage li.nav_expertise a, #subpage li.nav_people a, 
#subpage li.nav_projects a, #subpage li.nav_contact a { 
	background-image: url(../images/navigation_subpage.gif); 
	background-repeat: no-repeat;
	text-indent: -3000px; 
	height: 30px; 
	width: 120px; 
	display: block; 
	margin: 0px;
	padding: 0px;
}
li.nav_about a, li.nav_expertise a, li.nav_people a, li.nav_projects a, li.nav_contact a { 
	background-image: url(../images/navigation_subpage.gif); 
	background-repeat: no-repeat;
	text-indent: -3000px; 
	height: 30px; 
	width: 120px; 
	display: block; 
	margin: 0px;
	padding: 0px;
}

li.nav_about a { background-position: 0px 0px; }

li.nav_expertise a { background-position: 0px -30px; }

li.nav_people a { background-position: 0px -60px; }

li.nav_projects a { background-position: 0px -90px; }

li.nav_contact a { background-position: 0px -120px; }


li.nav_about a:hover { background-position: -120px 0px; }

li.nav_expertise a:hover { background-position: -120px -30px; }

li.nav_people a:hover { background-position: -120px -60px; }

li.nav_projects a:hover { background-position: -120px -90px; }

li.nav_contact a:hover { background-position: -120px -120px; }


li.nav_about a.current { background-position: -240px 0px; }

li.nav_expertise a.current { background-position: -240px -30px; }

li.nav_people a.current { background-position: -240px -60px; }

li.nav_projects a.current { background-position: -240px -90px; }

li.nav_contact a.current { background-position: -240px -120px; }


/* =SUB NAVIGATION 
--------------------------------------------------- */

#subnav ul {
	font-size: 12px;
	line-height: 16px;
	color: #333333;	
	padding: 4px 0px 8px 0px;
	margin: 0px;	
}
#subnav ul li {
	display: inline;
	list-style: none;
	background: none;
	padding: 0px 2px 0px 0px;
	margin: 0px;
	
}
#subnav ul li a {
	padding: 0px 2px 0px 0px;
	
}
#subnav ul li a.current { 
	color: #999999;
	text-decoration: none;
}

/* =LAYOUT 
--------------------------------------------------- */

/* Template Background Layout (HOMEPAGE) */

#homepage .blur_outer_wrapper { background: url(../images/blur_tile_homepage.jpg) repeat-x top left #1a1a1a; }

#homepage .column_wrapper { background: url(../images/column_homepage.gif) repeat-y top left; }

#homepage .gradient_outer_wrapper { background: url(../images/gradient_tile_homepage.gif) repeat-x bottom; }

#homepage .gradient_inner_wrapper { background: url(../images/gradient_homepage.gif) no-repeat bottom left; }

#homepage .blur_inner_wrapper {
	background: url(../images/blur_homepage.jpg) no-repeat top left;
	width: 1024px;
	min-height: 700px;
}

/* Template Background Layout (SUBPAGE + TRANSLATION) */

#subpage .blur_outer_wrapper, #translation .blur_outer_wrapper { background: url(../images/blur_tile_subpage.jpg) repeat-x top left #1a1a1a; }

#subpage .column_wrapper, #translation .column_wrapper { background: url(../images/column_subpage.gif) repeat-y top left; }

#subpage .gradient_outer_wrapper, #translation .gradient_outer_wrapper { background: url(../images/gradient_tile_subpage.gif) repeat-x bottom; }

#subpage .gradient_inner_wrapper, #translation .gradient_inner_wrapper { background: url(../images/gradient_subpage.gif) no-repeat bottom left; }

#subpage .blur_inner_wrapper, #translation .blur_inner_wrapper {
	background: url(../images/blur_subpage.jpg) no-repeat top left;
	width: 1024px;
	min-height: 700px;
}

/* Template Background Layout (DEFAULT) */

.blur_outer_wrapper { background: url(../images/blur_tile_default.jpg) repeat-x top left #1a1a1a; }

.column_wrapper { background: url(../images/column_default.gif) repeat-y top left; }

.gradient_outer_wrapper { background: url(../images/gradient_tile_default.gif) repeat-x bottom; }

.gradient_inner_wrapper { background: url(../images/gradient_default.gif) no-repeat bottom left; }

.blur_inner_wrapper {
	background: url(../images/blur_default.jpg) no-repeat top left;
	width: 1024px;
	min-height: 700px;
}
	
/* Column Styles */

.nav_column { width: 190px; margin: 0px 5px 260px 0px; padding: 0px; float: left; }
	
.main_column { width: 345px; margin: 0px 5px 10px 0px; padding: 0px; float: left; }

.sub_column { width: 170px; margin: 0px 5px 10px 0px; padding: 0px; float: left; }

.wide_column { width: 520px; margin: 0px 5px 10px 0px; padding: 0px; float: left; }

.expand_column { width: 304px; margin: 0px 0px 10px 0px; padding: 0px; float: left; }


#homepage .content { margin: 215px 10px 30px 10px; padding: 0px; }

#subpage .content { margin: 185px 10px 40px 10px; padding: 0px; }

#translation .content { margin: 185px 10px 20px 10px; padding: 0px; }

.content { margin: 185px 10px 10px 10px; padding: 0px; }


/* Identity */

#homepage .logo { 
	background: url(../images/logo_homepage.png) no-repeat top left; 
	margin: 34px 0px 0px 34px; 
	width: 120px; 
	height: 130px; 
	text-indent: -3000px; 
}
#subpage .logo, #translation .logo { 
	background: url(../images/logo_subpage.png) no-repeat top left; 
	margin: 27px 0px 0px 45px; 
	width: 95px; 
	height: 105px; 
}
#subpage .logo a, #translation .logo a {
	text-indent: -3000px;
	display: block;
	width: 95px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}
#homepage .logo a {
	cursor: auto;
}
.logo { 
	background: url(../images/logo_subpage.png) no-repeat top left; 
	margin: 27px 0px 0px 45px; 
	width: 95px; 
	height: 105px; 
	text-indent: -3000px;
}
.logo a {
	text-indent: -3000px;
	display: block;
	width: 95px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

/* =HOMEPAGE 
--------------------------------------------------- */

.latest_holder h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #e6e6e6;
	line-height: 18px;
	margin: 12px 0px 6px 0px;
	padding: 0px;
}

.latest_holder p { color: #999999; line-height: 20px; font-size: 12px; padding: 0px 0px 4px 0px; }

.welcome_intro { margin: 10px 0px 0px 0px; }

.welcome_intro p { color: #cccccc; line-height: 22px; font-size: 14px; }

.welcome_contacts { background: url(../images/eklektus_logo_small.png) no-repeat top left; height: 38px; padding: 3px 0px 0px 47px; }

.welcome_contacts a { padding: 0px 0px 0px 2px; }

.welcome_contacts p { padding: 0px; }

#homepage p.contact_details { 
	font-size: 12px;
	line-height: 15px;
}

#homepage .image_holder {
	padding: 5px 0px 15px 0px;
}

/* =SUBPAGE 
--------------------------------------------------- */

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cccccc;
	padding: 5px 0px 10px 0px;
}

h2 { 
	font-size: 16px;
	line-height: 18px;
}
h3 { 
	font-size: 14px;
	line-height: 16px;
}
h4 { 
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
h5, h6 { 
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.content ul { color: #999999; padding: 4px 0px 10px 8px; }

.content ol {  color: #999999; padding: 4px 0px 10px 4px; list-style: decimal; list-style-position: inside; }

.content ul li { padding: 0px 0px 4px 12px; background: url(../images/list_bullet.gif) no-repeat 0px 4px; }

.content ol li { padding: 0px 0px 4px 0px; background: none; }


p.intro { color: #cccccc; line-height: 21px; font-size: 13px; }

p.quote { color: #cccccc; line-height: 16px; font-size: 14px; padding: 0px 15px 10px 15px; }


#subpage .image_holder {
	padding: 5px 0px 15px 0px;
}

/* =HEADINGS 
--------------------------------------------------- */

/* Page Titles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cccccc;
}
h1.latest_title, h1.welcome_title, h1.eklektus_title, h1.why_eklektus_title, h1.what_we_do_title, h1.who_makes_eklektus_tick_title, h1.get_in_touch_title, h1.our_work_title {  
	padding: 0px; 
	margin: 0px 0px 10px 0px;
	text-indent: -3000px;
	height: 18px;
}

h1.latest_title { background: url(../images/h1_latest.jpg) no-repeat top left; margin: 0px; }

h1.welcome_title { background: url(../images/h1_welcome.jpg) no-repeat top left; margin: 0px; }


h1.eklektus_title { background: url(../images/h1_eklektus_inc.gif) no-repeat top left; }

h1.why_eklektus_title { background: url(../images/h1_why_eklektus.gif) no-repeat top left; height: 22px; margin: 0px 0px 6px 0px; }

h1.what_we_do_title { background: url(../images/h1_what_we_do.gif) no-repeat top left; }

h1.who_makes_eklektus_tick_title { background: url(../images/h1_who_makes_eklektus_tick.gif) no-repeat top left; }

h1.get_in_touch_title { background: url(../images/h1_get_in_touch.gif) no-repeat top left; }

h1.our_work_title { background: url(../images/h1_our_work.gif) no-repeat top left; }


h2.key_people_title { 
	background: url(../images/h2_key_people.gif) no-repeat top left; 
	height: 19px; 
	text-indent: -3000px; 
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
h2.director_title { 
	background: url(../images/h2_director.gif) no-repeat top left; 
	height: 16px; 
	text-indent: -3000px; 
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
h2.associates_title { 
	background: url(../images/h2_associates.gif) no-repeat top left; 
	height: 15px; 
	text-indent: -3000px; 
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

/* =EXTRAS 
--------------------------------------------------- */
.divider {
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #666;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
.white {
	color: #cccccc;
}

/* project styles */
p.project {
	padding: 10px 0px 10px 0px;
}
.image_holder {
	padding: 0px 0px 15px 0px;
}

/* people = associate page structure */
.people_header_holder {
	width: 325px;
}
.people_columns_holder {
	width: 500px;
}
.people_columns_holder .col01 {
	float: left;
	width: 325px;
}
.people_columns_holder .col02 {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 25px;
}

/* people + associate styles */
h2.associates_name, h2.associates_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cccccc;
	padding: 5px 0px 2px 0px;
	font-size: 14px;
	line-height: 15px;
}
p.associates_descriptor, p.associates_contact_name {
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	color: #999999;
}
p.associates_contact_details {
	line-height: 16px;
}
.associates_logo {
	padding: 5px 0px 10px 0px;
}
p.associate_examples {
	padding: 10px 0px 10px 0px;
}
.work_holder {
	padding: 0px 0px 15px 0px;
}
.work_holder img {
	padding: 0px 0px 15px 0px;
}
.personal_photo {
	padding: 0px 0px 15px 0px;
}

/* contact details */
#contact_details {
	padding: 0px;
	margin: 0px; 
}
#contact_details h2, #contact_details h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cccccc;
	padding: 5px 0px 5px 0px;
}
#contact_details p { 
	line-height: 15px;
}
#contact_from {
	padding: 0px;
	margin: 0px;
}
label.name_label, label.email_label, label.enquiry_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	display: block;
	padding: 5px 0px 5px 0px;
}
input.name_input, input.email_input {
	margin: 0px 0px 8px 0px;
	border: 1px solid #ccc;
}
.enquiry_input {
	width: 300px;
	height: 110px;
}
button.send_button {
	display: block;
	height: 31px;
	width: 68px;
	background: url(../images/send_button.gif) no-repeat top left;
	text-indent: -3000px;
	margin: 10px 0px 0px 0px;
}
button.send_button:hover {
	background: url(../images/send_button.gif) no-repeat 0px -31px;
}

/* =FOOTER 
--------------------------------------------------- */

.footer_holder { float: left; margin: 40px 0px 0px 0px; width: 1024px; }

#homepage .footer, #translation .footer { margin: 0px 10px 0px 20px; padding: 5px 0px 10px 10px; border-top: 1px solid #1a1a1a; width: 675px; }

#subpage .footer { margin: 0px 10px 0px 20px; padding: 10px 0px 10px 10px; border-top: 1px solid #1a1a1a; width: 675px; }

.footer { margin: 0px 10px 0px 20px; padding: 10px 0px 10px 10px; border-top: 1px solid #1a1a1a; width: 675px; }

.footer ul { list-style: none; margin: 0px; padding: 0px; }

.footer li { display: inline; margin-right: 3px; }

.footer li a { color: #999999; text-decoration: none; }

.footer li a:hover { color: #FFFFFF; }

p.copyright { color: #333333; }


#homepage .language, #translation .language { margin: 0px 10px 0px 20px; padding: 10px 0px 5px 10px; width: 675px; }

#homepage .language p, #translation .language p { padding: 0px; }

.french, .german { padding: 0px 10px 0px 0px; }

.french a { background: url(../images/icons/flag_france.jpg) no-repeat -1px 1px; padding: 0px 0px 0px 20px; }

.german a { background: url(../images/icons/flag_germany.jpg) no-repeat -1px 1px; padding: 0px 0px 0px 20px; }


/* =FIXES
--------------------------------------------------- */

.spacer {
     height: 1px;
     clear: both;
     font-size: 0.01px;
     line-height: 0.01px;
}