

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

html { 
	
	font-size: 100%;
	
	}

body {
	
	background: #efefef url('../gfx/background.png') repeat-x;
	
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	
	padding: 20px 0 0 0;
	
	}
	
@font-face {
	
	font-family: "Mido";
	
	src: url("0606mido.otf");
	
	}
	
/* Header */
#header {
	
	width: 100%;
	
	overflow: auto;
	
	padding-bottom: 50px;
	
	}
	
	#head_wrap { width: 920px; margin: auto; }
	
h1 {
	
	width: 203px;
	
	height: 70px;
	
	text-indent: -9999px;
	
	background: transparent url('../gfx/logo.png') no-repeat;
	
	margin: 0 0 50px 0;
	
	float: left;

	}
	
/* Navigation */
.navigation {
	
	float: right;
	
	font-size: 0.8em;
	
	margin-top: 40px;

	}
	
	.navigation li { display: inline; }
	
		.navigation li a {
			
			color: #666;
			
			text-decoration: none;
			
			display: block;
			
			float: left;
			
			padding: 5px 10px;
			
			height: 20px;
			
			position: relative;
		
			}
		
		/* Specific */
		.navigation li a.home:hover, #home a.home { color: #fff; background: url('../gfx/nav/blue.png'); }
		.navigation li a.portfolio:hover, #portfolio a.portfolio { color: #fff; background: url('../gfx/nav/red.png'); }
		.navigation li a.services:hover, #services a.services { color: #fff; background: url('../gfx/nav/green.png'); }
		.navigation li a.about:hover, #about a.about { color: #fff; background: #b09f16 url('../gfx/nav/yellow.png'); }
		.navigation li a.contact:hover, #contact a.contact { color: #fff; background: url('../gfx/nav/grey.png'); }
		
		
		.nav-copy {
			
			position: relative;
			
			top: -70px;
		
			}

/* Intro */
#introduction {
	
	display: block;
	
	width: 920px;
	
	clear: both;
	
	text-align: left;
	
	font: 1em Mido, Georgia, "Times New Roman", serif;
	
	margin: 10px auto;
	
	line-height: 1.5;
	
	color: #454560;
	
	letter-spacing: 0.0em;

	}
	
	#introduction em {
		
		color: #2c68a4;
		
		font-style: normal;
	
		}
		
	#introduction a {
		
		color: #000;
		
		text-decoration: none;
		
		border-bottom: none;
		
		}
		
	#introduction a:hover {
		
		color: #454560;
		
		text-shadow: none;
		
		text-decoration: none;
		
		border-bottom: none;
		
		}
		
		
/* Slide */
#slider {
	
	width: 910px;
	
	height: 340px;
	
	background: transparent url('../gfx/slider.png') no-repeat;
	
	margin: 30px auto;
	
	overflow: hidden;
	
	position: relative;
	
	padding: 5px;
	
	clear: both;

	}
	

#sliderContent {
   	
   	width: 910px; /* important to be same as image width or wider */
   	
   	height: 340px;
   	
   	position: absolute; /* important */
   	
   	top: 0; /* important */
   	
   	margin-left: 0; /* important */
	
	}

.sliderImage {
   	
   	width: 910px; /* important to be same as image width or wider */
   	
   	height: 340px;
   	
   	float: left; /* important */
   	
   	position: relative; /* important */
   	
   	display: none; /* important */
   	
   	margin-top: 5px;
	
	}

.sliderImage span {
	
	position: absolute; /* important */
	
	left: 0;
		
	font: 0.8em "Mido", Baskerville, Georgia, "Times New Roman", serif;
	
	padding: 10px 10px;
	
	width: 890px;
	
	background-color: #000;
	
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	
	opacity: 0.7; /* here you can set the opacity of box with text */
	
	color: #fff;
	
	display: none; /* important */
	
	bottom: 0;
	
	   /*
	       if you put
	       top: 0; -> the box with text will be shown at the top of the image 
	       if you put
	       bottom: 0; -> the box with text will be shown at the bottom of the image
	   */
	}

	
/* Content */
#wrap { width: 920px; margin: auto;overflow: auto; }	
	
.section {

	width: 400px;
	
	margin: 0 auto 0  auto;
	
	padding-bottom: 20px;
	
	float: left;
	
	}
	
	.section em {
	
		text-decoration: underline;
		
		}
	
	.section p {
		
		padding: 10px 90px 10px 40px;
		
		font-size: 0.6em;
		
		letter-spacing: 0.5px;
		
		color: #000;
		
		margin: auto;
		
		}
		
	p a {
		
		color: #000;
		
		border-bottom: 1px dotted #000;
		
		text-decoration: none;
		
		}
		
	p a:hover {
		
		color: #000;
		
		border-bottom: none;
		
		text-shadow: #245990 1px 1px 1px;
		
		}
		
h2 {
	
	font: 1.2em "Mido", Baskerville, Georgia, "Times New Roman", serif;
	
	color: #000;
	
	padding: 0 0 5px 0;
	
	letter-spacing: 0.1em;
		
	margin: 20px auto;
	
	border-bottom: 1px solid #000;
	
	}
	
	
h3 {
	
	font-size: 1em;
	
	margin: 30px auto 10px auto;
	
	color: #2c68a4;
	
	clear: both;
	
	}
	
	
/* MISC */
p.footnote { font-size: 0.5em !important; color: #666 !important; }
sup { vertical-align: super; font-size: 0.6em; }
.clearboth { clear: both; }

address {
	
	font-size: 0.6em;
	
	padding-left: 20px;

	}


.column-left, column-right {
	
	margin: 0 0 40px 0;
	
	padding: 0;
	
	}

.column-left p , .column-right p {
	
	font: 0.6em "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	
	letter-spacing: 0.5px;
	
	color: #334;
	
	margin: auto;
	
	line-height: 1.8;
	
	margin: 16px 0 0 0;
	
	}


.column-left {
	
	width: 440px;
	
	float: left;
	
	clear: left;

	}
	
.column-right {
	
	width: 440px;
	
	float: right;
	
	}
	
	
	
/* Forms */

form {
	
	margin: 20px auto;

	}
	
form li {
	
	display: block;
	
	overflow: auto;
	
	margin-bottom: 15px;
	
	}
	
label {
	
	width: 120px;
	
	padding-right: 10px;
	
	float: left;
	
	display: block;
	
	font-size: 0.6em;
	
	font-weight: bold;
	
	text-align: right;
	
	line-height: 30px;
	
	}
	
input, textarea {

	width: 270px;
	
	height: 26px;
	
	padding: 2px;
	
	font: 0.8em Baskerville, Georgia, "Times New Roman", serif;
	
	border: none;
	
	border-bottom: 1px solid #000;
	
	background: #fff url('../gfx/pattern.png');
	
	margin: 0;

	}
	
textarea { height: 100px; }

.send {
	
	width: 100px;
	
	height: 30px;
	
	text-indent: -99999px;
	
	background: #2964a1 url('../gfx/send.png') no-repeat;
	
	border: none;
	
	cursor: pointer;
	
	margin-left: 130px;
	
	}
	
.form-error {
	
	width: 260px;
	
	padding: 6px;
	
	font: 0.8em Baskerville, Georgia, "Times New Roman", serif;
	
	border: 1px solid #7d0f0f;
	
	background: #d44c4c;
	
	margin-left: 130px;
	
	margin-top: 1px;

	}
	
	
/* Footer */
#footer {
	
	width: 920px;
	
	margin: auto;
	
	border-top: 1px dotted #454545;
	
	margin-top: 40px;
	
	padding: 10px 0 20px 0;
	
	overflow: auto;

	}
	
	#footer p {
		
		font-size: 0.6em;
		
		float: left;
		
		width: 800px;
		
		margin-bottom: 10px;
		
		}
		
	.phone {
		
		font-style: italic;
		
		}
		
	strong {
		
		font-weight: bold;
		
		}
		
	
	.top { 
		
		font: 0.6em "Mido", Baskerville, Georgia, "Times New Roman", serif;
		
		float: right;
		
		text-decoration: none;
		
		color: #454560;
		
		}
		
	.top:hover {
		
		color: #000;
		
		}
		
		
#footer a {
	
	color: #2c68a4;
	
	text-decoration: none;
	
	border-bottom: none;
	
	}
	
#footer a:hover {
	
	color: #454560;
	
	border-bottom: none;
	
	text-shadow: none;
	
	}
	
	
	
	
/* Placeholder */
.placeholder {
	
	width: 440px;
	
	height: 140px;
	
	float: left;
	
	background: transparent url('../gfx/placeholder.png') no-repeat;
	
	padding: 10px;
	
	}
	
	
	
.gallery {
	
	width: 400px;
	
	height: 400px;
	
	float: left;

	}
	
.content {
	
	width: 379px;
	
	height: 400px;
	
	padding: 0 10px 0 10px;
	
	overflow: auto;
	
	font-size: 0.7em;
	
	border-left: 1px solid #454560;
	
	background: transparent url('../gfx/portfolio-background.png') repeat-y;
	
	float: right;

	}
	
.content h2 {
		
	font: 1.2em "Mido", Baskerville, Georgia, "Times New Roman", serif;
	
	}
	
.date { font-size: 0.6em; }
	
.content p {
	
	margin: 20px auto;
	
	}
	
.content blockquote {
	
	font-style: italic;
	
	color: #454545;
	
	overflow: auto;
	
	}
	
.content cite {
	
	float: right;
	
	}
	
	
a.visit {
		
	font: 1em "Mido", Baskerville, Georgia, "Times New Roman", serif;
	
	text-decoration: none;
	
	color: #2c68a4;
	
	margin-bottom: 10px;
	
	}
	
a.visit:hover {
	
	color: #454545;
	
	border-bottom: 1px solid #000;

	}
	
	
	
	
#web, #print, #logos {

	overflow: auto;
	
	clear: both;
	
	margin-bottom: 50px;

	}
	
	
p.success {
	
	width: 430px;
	
	height: 20px;
	
	padding: 10px 5px;
	
	background: #618c48 url('../gfx/success.png') no-repeat;
	
	line-height: 40px;
		
	font: 1em "Mido", Baskerville, Georgia, "Times New Roman", serif;
	
	color: #000;
	
	text-align: center;

	}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_right.png) repeat-x;
}