html {
	background-color: #EBF2FF;
}

body {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(/media/images/bg.jpg);
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#contact {
	clear: both;
	left: 0px;
	float: right;
	padding-left: 75px;
	z-index: 99;
	height: 68px;
	width: 230px;
	background: url(/media/images/contact.jpg) no-repeat 60px;
}

.logo {
	background-image: url(/media/images/logo.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 1000px;
}

.logo-shadow {
	background-image: url(/media/images/logo_shadow.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 1000px;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

img {
	border-width: 0px;
}

.content-top {
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(/media/images/content-top.jpg);
}

.content-mid {
	background-image: url(/media/images/content-mid.jpg);
	background-repeat: repeat-y;
}

.content-bot {
	height: 15px;
	background-image: url(/media/images/content-bot.jpg);
	background-repeat: no-repeat;
}

.content-shadow {
	height: 15px;
	background-image: url(/media/images/content-shadow.jpg);
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6 {
	padding-top: 0px;
	margin-top: 0px;
	color: #006699;
}

.footer {
	color: #333;
}

.services {
	background-repeat: no-repeat;
	background-image: url(/media/images/services/parent/off.jpg);
}

.portfolio {
	background-repeat: no-repeat;
	background-image: url(/media/images/portfolio/parent/off.jpg);
}

.about {
	background-repeat: no-repeat;
	background-image: url(/media/images/about/parent/off.jpg);
}

ul.footer_logos li.mac {
	background-position: 1px;
	background-repeat: no-repeat;
	background-image: url(/media/images/logos/mac-on.jpg);
}

ul.footer_logos li.panic {
	background-repeat: no-repeat;
	background-image: url(/media/images/logos/panic-on.jpg);
}

ul.footer_logos li.coda {
	background-repeat: no-repeat;
	background-image: url(/media/images/logos/coda-on.jpg);
}

ul.footer_logos li.mt {
	background-repeat: no-repeat;
	background-image: url(/media/images/logos/mt.jpg);
}

ul.footer_logos li.kinetiqu {
	background-repeat: no-repeat;
	background-image: url(/media/images/logos/kinetiqu-on.jpg);
}

ul.footer_logos {
	padding: 0px;
	height: 42px;
	width: 210px;
	text-align: center;
	list-style: none;
	margin: 0;
	clear: both;
}

.footer_logos li {
	float: left;
	height: 42px;
	width: 42px;
}

tr.selected {
	background-color: #cde7ff;
}

div#line {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 1px;
}

.tip {
	color: #3ba8f7;
	background: #000;
	opacity: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	padding: 5px;
}

.loading {
	font-size: 24px;
	text-align: center;
}