html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
a:active, a:focus, input[type="image"] {
	outline: 0;
}
a {
	color: #ff740d;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
	text-decoration: none;
}
a:hover {
	/* for IE */
	filter: alpha(opacity=85);
	/* CSS3 standard */
	opacity: .85;
	text-decoration: none;
}
body {
	font-family: 'Reenie Beanie', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1em;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	word-spacing: 0em;
}
h1 {
	font-size: 36px;
}
img {
	border: none;
}
#vertical {
	float: left;
	height: 50%;
	margin-top: -239px;
	width: 100%;
}
#content {
	clear: both;
	height: 477px;
	position: relative;
}
#desk {
	margin: 10px auto;
	width: 643px;
}
.desk_element {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	text-align: left;
	float: left;
	padding-left: 20px;
}
#byline {
	font-family: 'Reenie Beanie', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: -110px;
}
#clients, #services {
	font-family: 'Neucha', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
}
#clients p {
	color: #1f1a6b;
}
#services b {
	color: #1f1a6b;
}
#services td {
	padding-left: 0px
}
#services ul {
	color: gray;
	list-style-type: none;
	padding-left: 0;
}
#portfolio {
	text-align: center;
}

/* ToolTip */
.hotspot {
	color: #ff740d;
	cursor: pointer;
}
#tt {
	position: absolute;
	display: block;
	background: url(images/tooltip/tt_left.gif) top left no-repeat;
	z-index: 100001;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #fff;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}

/* BubbleTip */
pre.tip {
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;	
}
.tip {
	font-family: 'Reenie Beanie', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 28px;
}

/* FancyBox */
#fancybox-left-ico {
	left: 20px;
}
#fancybox-right-ico {
	right: 20px;
	left: auto;
}
