/* copyright 2001-9, irmacreative, all rights reserved
design by Isahrai Azaria of www.irmacreative.com */

/* basic elements */

html
{
   margin: 0;
   padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'gill sans', 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: .87em;
	line-height: 1.3;
	text-align: center;
	min-width: 1000px;
	color: #393f40;
	background: #d8dedb;
	}

input { 
	margin: 2px; 
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #499883;
	background: transparent;
	}

textarea {
	font-size: .95em;
	margin: 3px 0;
	padding: 4px;
	border: 1px solid #499883;
	background: transparent;
	font-family: 'gill sans', 'trebuchet ms', verdana, helvetica, sans-serif;
	}
	
strong {
	font-weight: normal;
	font-size: 1.2em;
	color: #788c39;
	}

a { 
	color: #499883;
	text-decoration: none; 
	}
	
a:visited {
	color: #7ec296;
	text-decoration: none;
	}
	
a:hover { 
	color: #a8cc2d;
	text-decoration: none;
	background: #d8dedb;
	}
	
.selected {
	color: #499883;
	border-bottom: 1px solid #a8cc2d;
	padding-bottom: 2px;
	}
	
a img { border: 0; 
	background: none;
	}
	
a:hover img { border: 0; 
	background: none;
	}
	

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin-bottom: 2px;
	}
	
h1 {
	text-indent: -9999px;
	margin-top: 4px;
	float: right;
	}
	
h2	{
	font-size: 1.6em;
	color: #a4ab38;
	}
	
h3 {
	font-size: 1.2em;
	color: #0c4149;
	padding-top: 0;
	}
	
	
p, ol, ul, pre, blockquote {
	margin: 6px 0;
	}

ul {
	margin-left: 0;
	padding-left: 14px;
	list-style-position: inside;
	}

li {
	list-style: circle;
	}
	
li:hover {
	list-style: disc;
	}
	
.linklist {	
	color: #499883;
	}

/* helpers */

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* universal */

#container {
	position: static;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background: #ffffff;
	}

#container-inner {
	position: static;
	width: auto;
	align: center;
	border: none;
	padding: 0;
	background: transparent;
	}
	
#logo, #nav {
	float: left;
	display: inline;
	}
	
#logo {
	display: block;
	padding: 0 15px 10px 0;
	float: left;
	background: url(img/logo.png) top left no-repeat;
	width: 330px;
	height: 120px;
	}
	
#logo p {
	padding-top: 50px;
	padding-right: 12px;
	font-size: .85em;
	text-align: center;
	}
	
#footer {	
	clear: both;
	width: 280px;
	float: right;
	padding-right: 10px;
	}
	
#footer-inner {
	font-size: .83em;
	color: #616362;
	text-align: right;
	}

/* navigation */

#nav {
	padding: 0 0 15px 0;
	width: 630px;
	}

#menu {
	margin: 0;
	height: 100px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	}
	
#menu a,
#menu a:visited {
	display: block;
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:100px; /* for IE5/Win only */
	}

#menu a:hover,
#menu a:active,
#menu a.selected {
	background-position: 0 -100px;
	}
	
#portfolio a {
	background: url(img/nav-portfolio.png);
	width: 209px;
	}
	
#services a {
	background: url(img/nav-services.png);
	width: 179px;
	}
	
#notes a {
	background: url(img/nav-notes.png);
	width: 195px;
	}


/* home page */

#home {
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	}
	
#home-inner {
	padding: 10px 0;
	}
	
#left, #photo-home, #right {
	display: inline;
	float: left;
	}
	
#left {
	background: url(img/bkgrd-teal.png) top left no-repeat;
	width: 165px;
	height: 330px;
	padding-left: 0;
	}
	
#left-inner	 {
	text-align: center;
	color: #e6e3d9;
	padding: 0 9px 10px 0;
	line-height: 1.2;
	}
	
#photo-home img {
	padding: 0 10px;
	}
	
#right {
	height: 330px;
	padding: 0 10px;
	width: 285px;

	}
	
#right-inner {
	font-family: georgia, 'Times New Roman', serif;
	color: #616362;
	font-size: .9em;
	}
	
#band {
	background: url(img/bkgrd-band.png) top left repeat-x;
	width: 100%;
	clear: both;
	}
	
#band-inner {
	padding: 10px;
	color: #d8dedb;
	font-size: .95em;
	}
	
#band-box {
	width: 650px;
	height: 220px;
	}
	
#graph {
	float: right;
	padding-top: 15px;
	background: url(img/graph.png) top left no-repeat;
	width: 280px;
	min-height: 235px;
	}
	
#graph-inner {
	padding: 20px 10px 10px 10px;
	color: #0c4149;
	line-height: 1.4;
	font-size: .9em;
	}
		
#helpme {
	width: 680px;
	}
	
#helpme-inner {
	position: relative;
	padding: 0 20px 10px 0;
	color: #616362;
	}

/* pages */	
	
#main {
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	background: url(img/bkgrd-grey.png) top left no-repeat;
	}	
	
#graph-grey {
	margin-top:130px;
	padding-top: 1px;
	margin-left: 20px;
	background: url(img/graph-grey.png) top left no-repeat;
	width: 280px;
	min-height: 235px;
	}		
	
#content, #graph-grey {
	display: inline;
	float: left;
	}	

#content {
	width: 640px;
	border: 1px solid #7ec296;
	margin: 10px 10px 10px 25px;
	}	
		
#content-inner {
	background: #f5f6f6;
	padding: 5px 10px;
	margin: 5px;
	min-height: 450px;
	}

#portfolio-content {
	width: 680px;
	}
	
#portfolio-inner {
	background: transparent;
	}

#portfolio-content, #graph-portfolio {
	display: inline;
	float: left;
	}
	
#graph-portfolio {
	margin-top:130px;
	padding-top: 1px;
	background: url(img/graph-grey.png) top left no-repeat;
	width: 280px;
	min-height: 235px;
	}			

/* thumbnails */
	
#big-thumbs a img {
	width: 193px;
	padding: 5px;
	margin: 6px;
	border: 1px solid #d8dedb;
	}	
	
#big-thumbs a:hover img {
	border: 1px solid #7ec296;
	}
	
#big-thumbs  a:hover {
	background: none;
	}	

#thumbnails {
	width: 600px;
	display: block;
	margin: 0 auto;
	}

#thumbnails img {
	width: 100px;
	dispay: inline;
	float: left;
	padding: 1px;
	background: #d8dedb;
	border: 2px solid #d8dedb;
	margin: 7px;
	}
	
#thumbnails a:hover img {	
	width: 100px;
	dispay: inline;
	float: left;
	padding: 1px;
	background: #616362;
	border: 2px solid #d8dedb;
	margin: 7px;
	}


#slideshow {
	width: 618px;
	height: 468px;
	margin-left: 30px;
	}
	
.pics {  
	display: block;
	margin:  0 auto;  
	} 	

.pics img {
	display: block;
	margin: 0 auto;
	padding: 8px;
	height: 450px;
	width: 600px;
	border: 1px solid #d8dedb;
	}
	
#button-prev, #slideshow, #button-next {
	display: inline;
	float: left;
	}	
	
	
#button-prev a:hover,
#button-next a:hover {
	background: transparent;
	}
	
#button-prev {
	margin-left: -645px;
	margin-top: 180px;
	position: relative;
	z-index: 10;
	}
	
#button-next {
	margin-left: -20px;
	margin-top: 180px;
	position: relative;
	z-index: 10;
	}
	


/* smidges */
#smidges-main {
	font-family: georgia, 'Times New Roman', serif;
	color: #616362;
	font-size: .95em;
	clear: both;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	}	

#inner {
	padding: 10px 0;
	}

#smidges-side, #smidges-content {
	display: inline;
	float: left;
	min-height: 1px;
	}
	
#smidges-side {
	width: 350px;
	}
	
#smidges-side-inner {
	font-size: .9em;
	padding: 10px 15px 10px 10px;
	}

#smidges-content {
	font-family: georgia, 'Times New Roman', serif;
	color: #616362;
	font-size: .9em;
	padding: 0 10px 0 20px;
	line-height: 1.3;
	width: 600px;
	}	

#smidges-thumbs {
	padding: 10px 0;
	}

#smidges-thumbs img {
	float: left;
	padding: 4px;
	border: 1px solid #d8dedb;
	margin: 4px 9px 4px 3px;
	}



/* titles */

.title-contact {
	background: url(img/title-contact.png) top left no-repeat;
	height: 42px;
	width: 250px;
	float: right;
	}
	
.title-about {
	background: url(img/title-about.png) top left no-repeat;
	height: 53px;
	width: 187px;
	}

.title-clients {
	background: url(img/title-clients.png) top left no-repeat;
	height: 42px;
	width: 300px;
	}
	
.title-questionnaire {
	background: url(img/title-questionnaire.png) top left no-repeat;
	width: 357px;
	height: 57px;
	}

.title-services {
	background: url(img/title-services.png) top left no-repeat;
	height: 57px;
	width: 300px;
	}
	
.title-notes {
	background: url(img/title-notes.png) top left no-repeat;
	height: 57px;
	width: 351px;
	}	
	
.title-content {
	background: url(img/title-content.png) top left no-repeat;
	height: 57px;
	width: 393px;
	}
	
.title-consult {
	background: url(img/title-consult.png) top left no-repeat;
	height: 57px;
	width: 359px;
	}
	
.title-pricing {
	background: url(img/title-pricing.png) top left no-repeat;
	height: 57px;
	width: 200px;
	}
	
/***** THIS IS A SMIDGE *****/

#smidge {	
	margin: 0;
	height: 30px;
	overflow:hidden;
	clear: both;
	}
	
	
#smidge a,
#smidge a:visited {
	display: block;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
	}

#smidge a:hover,
#smidge a:active,
#smidge a.selected {
	background-position: 0 -30px;
	}	

#thisisasmidge a {
	background: url(thisisasmidge.png);
	width: 180px;
	}
		