html, body {
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	max-width: 100%;
	background-color: #333;
	color: #ccc;
	line-height: 1.5em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-attachment: fixed;
  	background-image: url(../grafics/test-bkgd-4.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	color:#09f;
	text-decoration: none;
}

a:visited {
	color:#999;
	text-decoration: underline;
}

a.nav {
	display: block;
	text-decoration: none;
	color: #aaa;
	margin: 0;
	padding: 0 30px 3px 0;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.5em;
}

a.nav-small {
	display: block;
	text-decoration: none;
	color: #999;
	margin: 0;
	padding: 0 30px 3px 0;
	font-size: 1.1em;
}

a.nav:hover, a.nav-small:hover {
	color: #FF0;
	text-decoration: none;
	background-image: url(../grafics/nav.png);
	background-repeat: repeat-y;
	background-position: right;
}

#outer, #sitemap-outer {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:236px;
	margin-top:-120px;
}

#left {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:100%;
	width:25%;
	text-align:right;
	background-image:url(../grafics/fade.png);
	background-repeat:no-repeat;
	background-position:right;
}

#sitemap-left {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:100%;
	width:30%;
	text-align:right;
}

#container, #sitemap-container {
	height:100%;
	padding-top:0!important;
	overflow:visible;
	margin-top: 20px;
	margin-right: 4%;
	margin-bottom: 20px;
	margin-left: 27%;
}

#col-left {
	width: auto;
	border-left:1px solid #3a3a3a;
	margin-left:2.9em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	clear: left;
	overflow: hidden;
}

#col-right {
	position: relative;
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: both;
}

.column {
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}

.col-left-1 {
	width: 49%;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.col-left-2 {
	width: 48%;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: right;
	overflow: hidden;
}

body > #left {
	position:fixed;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.9em;
	font-weight: 100;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

h2 {
	color:#fff;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}

#column > h2 {
	text-align: left;
}

h3 {
	font-size: 1.1em;
	letter-spacing: -0.1em;
	margin: 0px;
	text-align: center;
}

input, textarea {
	font-size: 0.8em;
	font-family: arial, sans-serif;
	color: #EEEEEE;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #666666;
	border: 1px solid #999999;
	width: 70%;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #EEEEEE;
}

.title-icon {
	display: block;
	font-size: 1.3em;
	font-weight: 100;
	color: #fff;
	line-height: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 1.5em;
	clear: none;
	background-image: url(../grafics/icons/grafica-link-arrow.png);
	background-repeat: no-repeat;
	padding-left: 3.5em;
	position: relative;
	right: 3.5em;
	height: 36px;
}

span.title, span.subtitle {
	color: #fff;
	font-weight: 100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	display: block;
}

span.title {
	font-size: 1.3em;
}

span.subtitle {
	font-size: 1.1em;
}

.date {
	padding-right:5px;
	text-align:left;
	font-size: 0.7em;
	text-transform: uppercase;
	display: block;
}

span.white {
	color:#fff;
}

span.green {
	color:#0c0;
}

span.cyan {
	color:#09f;
}

span.magenta {
	color:#f09;
}

span.dark-grey {
	color:#666;
}

#footer {
	display:block;
	text-align:center;
	color:#666;
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	clear: both;
}

#footer a, #footer a:hover {
	text-decoration: none;
	color:#666;
}

div.main {
	margin-left:2.9em;
	margin-bottom:5px;
	border-left:1px solid #3a3a3a;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: auto; 
	background-image:url(../grafics/corner.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.icon {
	position:relative;
	float:left;
	width:20px;
	padding:6px;
	clear: both;
}

.icon-indent {
	text-indent: -1.5em;
	padding-left: 2.0em;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left, img.right {
	border:1px solid #2e2e2e;
	background-color:#09f;
	margin:5px 20px 5px 10px;
	padding:2px;
}

img.left {
	float:left;
	margin:5px 20px 5px 10px;
}

img.right {
	float:right;
	margin:5px 10px 5px 20px;
}

.ddimgtooltip {
	box-shadow: 4px 4px 7px #000; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 4px 4px 7px #000;
	-moz-box-shadow: 4px 4px 7px #000;
	display:none;
	position:absolute;
	border: 4px solid #09F;
	padding: 2px;
	background-color: #CCC;
	font-size: 0.8em;
	font-weight: 100;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #333;
	z-index:1000;
}

img.large {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a img.main:hover {
	background-color:#cf0;
}

a img.main:visited {
	background-color:#666;
}

.services-container {
	width: 100%;
	display: block;
	height: 125px;
	text-align: right;
}

.services-container, div.quote {
	color:#fff;
	background:#2a2a2a url('../grafics/quote.jpg') repeat-x top;
	line-height:1.7em;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:2px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#2e2e2e;
	border-bottom-color:#2e2e2e;
	border-left-color:#ff0;
	clear:both;
	margin:8px 0 12px 10px;
	padding:8px;
}

blockquote p {
	text-indent: -0.5em;
}
	
p.comment {
	font-size: 0.8em;
}

.logo {
	margin-right: 21px;
}

a:hover,span.yellow {
	color:#FF0;
}

.expstickybar {
	position:fixed;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	z-index: 9000;
	width:auto; /*set width of bar to width of entire window*/
	background-image: url(../grafics/singlepix-75.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.expstickybar a {
	color: white;
}

#face-twit {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#gallery-container, #gallery-websites {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 99%;
	clear: right;
}

#gallery-websites {
	margin-top: 0px;
	border: 2px solid #666;
}

#google-ads {
	display:block;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 15px;
}

.twtr-hd h3 {
	text-align: left;
}

em, i {
	font-style: italic;
}
