@font-face {
	font-family: CalibriDL;
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/CALIBRI1.eot);
}

@font-face {
	font-family: CalibriDL;
	font-style: normal;
	font-weight: normal;
	src: url(fonts/CALIBRI0.eot);
}

@font-face {
	font-family: "CalibriDL";
	src: url(/fonts/Calibri.ttf) format("truetype");
}

body {
	font-family: CalibriDL, Calibri, Arial, SunSans-Regular, sans-serif;
	background-color: black;
	background-image: url(/images/overallbackground.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#header {
	color: #fff;
	line-height: 75px;
	background-image: url(/images/header.png);
	position: absolute;
	top: 0;
	left: -390px;
	width: 800px;
	height: 75px;
	z-index: 400;
	margin-left: 50%;
}

#body {
	background-image: url(/images/bodybackground.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	position: absolute;
	top: 75px;
	left: -371px;
	width: 763px;
	height: 500px;
	margin-left: 50%;
}

#viewport {
	background-image: url(/images/viewportbackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 95px;
	left: -203px;
	width: 550px;
	height: 425px;
	z-index: 200;
	overflow: hidden;
	margin-left: 50%;
	border: solid 1px #424242;
}

#display {
	background-image: url(/images/viewportbackground.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	position: absolute;
	top: 0;
	left: 0;
}

#subnav {
	color: white;
	font-size: 12px;
	background-image: url(/images/subnavbg.png);
	background-repeat: repeat-x;
	text-align: right;
	margin-left: 50%;
	position: absolute;
	z-index: 200;
	top: 495px;
	left: -203px;
	width: 550px;
	height: 24px;
	overflow: hidden;
	border: solid 1px #424242;
}

.subnav {
	background-image: url(/images/subnav-off.png);
	width: 16px;
	height: 16px;
	float: left;
	margin: 4px 2px;
	cursor: pointer;
}

.subnavon {
	background-image: url(/images/subnav-on.png);
}

#subnavlabel {
	line-height: 24px;
	text-align: right;
	width: 250px;
	float: left;
	padding-right: 5px;
}

#boxes {
	width: 250px;
	float: left;
}

#leftside {
	background-image: url(/images/selected.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	margin-left: 50%;
	position: absolute;
	z-index: 300;
	top: 0;
	left: -390px;
	width: 200px;
	height: 450px;
	padding-top: 95px;
}

#leftside .header {
	color: orange;
	font-size: 12px;
	line-height: 25px;
	margin: 0;
	padding-left: 20px;
	cursor: default;
	text-shadow: black 1px 1px 1px;
}

#leftside p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	padding-left: 40px;
	cursor: pointer;
	text-shadow: black 1px 1px 1px;
}

#contact {
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin-left: 50%;
	position: absolute;
	top: 540px;
	left: -203px;
	width: 550px;
	padding-top: 15px;
	border-top: 1px solid #b4b5b6;
}

a {
	color: orange;
	font-weight: normal;
	text-decoration: none;
}

.phone {
	background-image: url(/images/phone.png);
	background-repeat: no-repeat;
	text-align: left;
	width: 33%;
	float: left;
	padding-left: 20px;
}

.email {
	background-image: url(/images/email.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	padding-left: 20px;
}

.vcf {
	background-image: url(/images/vcard.png);
	background-repeat: no-repeat;
	text-align: justify;
	float: right;
	padding-left: 20px;
}

.item {
	width: 100000.01px;
	height: 425px;
}

.example {
	color: #fff;
	font-size: 20px;
	width: 550px;
	height: 425px;
	overflow: hidden;
	float: left;
}

.iconbars {
	text-align: center!important;
}

.example p {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	margin: 0 20px 10px;
}

.example h1 {
	color: #ffa500;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	margin: 12px 20px 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #b4b5b6;
}

.fronthighlight {
	font-size: 12px;
	width: 520px;
	border: solid 1px transparent;
	margin: 0 0 0 15px;
	padding: 5px;
}

.fronthighlight_title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fronthighlight_text li {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	list-style-image: none;
}

li {
	padding-right: 15px;
	list-style-type: none;
	list-style-image: none;
}

.callout {
	font-size: 12px;
	background-image: url(/images/callout.png);
	margin: 0 0 0 15px;
	padding: 5px;
	width: 520px;
	border: solid 1px #9f9f9f;
}

.center {
	text-align: center;
}

.bottomtitle {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0 15px;
	padding: 360px 0 0;
	display: block;
}

.bottomtitleplus {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 15px;
	padding: 320px 0 0;
}

.toptitle {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 15px;
	padding: 15px 0 0;
}

.rightcolumn {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 25px 0 275px;
	padding: 15px 0 0;
}

.leftcolumn {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 225px 0 15px;
	padding: 15px 0 0;
}

.skinnyrightcolumn {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 25px 0 325px;
	padding: 15px 0 0;
}

.skinnierrightcolumn {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 25px 0 365px;
	padding: 15px 0 0;
}

.skinnyleftcolumn {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0 350px 0 25px;
	padding: 15px 0 0;
}

.personalrightcolumn {
	line-height: 18px;
	padding-right: 0px;
	padding-left: 210px;
	padding-bottom: 0;
	padding-top: 15px;
	margin-left: 25px;
	margin-bottom: 0;
	margin-right: 25px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: 0 25px;
	background-image: url(/images/MeandKaty.jpg);
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	display: block;
}

dfn {
	color: #b4b5b6;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 5px;
}
dfn a{
	text-decoration: underline;
}


#home1 {
	height: 425px;
	overflow: hidden;
	padding-left: 25px;
}

#home1 span {
	width: 375px;
	padding-bottom: 25px;
	padding-left: 53px;
	display: block;
}

#home1 h2 {
	color: #ffa500;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 1px;
	padding: 0 0 2px;
	border-bottom: 1px solid #b4b5b6;
}

#home1 p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#designexp {
	background-image: url(/images/icons/design.png);
	background-repeat: no-repeat;
}

#marketingnexp {
	background-image: url(/images/icons/piechart.png);
	background-repeat: no-repeat;
}

#technicalexp {
	background-image: url(/images/icons/server.png);
	background-repeat: no-repeat;
}

.personal {
	background-image: url(/images/viewportbackground-blue.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 97px;
}

#contactpointer {
	font-size: 12px !important;
	line-height: 16px !important;
	background-image: url(/images/contactpointer.png);
	text-align: right !important;
	position: absolute;
	top: 198px;
	left: 458px;
	width: 57px !important;
	height: 198px !important;
	margin: 0 !important;
	padding: 12px 18px !important;
	display: block !important;
}

#lookbelow {
	font-size: 12px !important;
	line-height: 16px !important;
	background-image: url(/images/lookbelow.png);
	text-align: right !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 318px;
	left: 410px;
	width: 141px !important;
	height: 106px !important;
}

.orange {
	color: orange !important;
}

#headtag {
	font-size: 12px;
	text-align: right;
	float: right;
	padding-right: 60px;
	text-shadow: black 1px 1px 1px;
}

#headnav {
	font-size: 14px;
	background-image: url(/images/headselected.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-top: -1px;
	padding-left: 22px;
	cursor: pointer;
	text-shadow: black 1px 1px 1px;
}

#logo {
	float: left;
	padding-left: 15px;
}

.firstp {
	visibility: hidden;
	display: none;
}

#loadingdiv {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 300px;
	text-align: center;
	z-index: 500;
	height: 400px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
}

#othersites {
	padding-top: 10px;
	text-align: center;
	clear: both;
}

#othersites a {
	margin-left: 15px;
}
