html{
	font-family:tahoma, verdana, trebuchet ms, century gothic;
	background-color:#4400aa;
}
body {
	color: #000000;
	text-shadow: #cccccc .0em .0em .5em; /* This is CSS-3, NOT valid CSS2.1, but I really like it! */
	background-color: #ffffff;
	background-image:url('images/orbitbolt-small.gif');
	background-repeat:no-repeat;
	margin:1%;
	padding:2%;
	background-position:.25% 10px;
}
a,a:visited {
	font-weight:bold;
	color:#6600cc;
}
a:hover,a:hover:visited {
	color:#cc0099;
	background-color:#6600cc;
}
h1,h2,h3,h4,h5,h6 {
	color:#cc0099;
	margin-bottom:.25em;
}
h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,
h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul,
h1+ol,h2+ol,h3+ol,h4+ol,h5+ol,h6+ol {
	margin-top:0;
}
h4 {
	color:#6600cc;
}
hr{
}
p{
}
.cellborders td{
	border:1px solid #333333;
}
.theader h1,
.theader h2,
.theader h3,
.theader h4,
.theader h5,
.theader h6,
.theader p,
.theader ul,
.theader ol{
	margin:0;
	text-transform:uppercase;
}
.theader.collapse{
	line-height:.8em;
}
.collapse{
	width:0;
	margin:0;
}
#main.side{
	float:right;
	width:87%;
}
#header{
}
#pagecontent{
	overflow:hidden;
	float:left;
}
.contentpane {
	margin-right:10px;
	clear:both;
}
#mainmenu.side{
	padding-top:200px;
	float:left;
	width:12%;
}
#mainmenu ul{
	padding-left:10%;
}
ul.nav{
	padding-left:20px;
}
.nav.horz li{
	display:inline;
	font-size:1.25em;
	margin:0;
	padding:0;
}
.nav.horz li+li:before{
	content:" | ";
}
#sitename{
	position:absolute;
	top:-100%;
}
#sitedesc{
	clear:left;
}
#sitetag {
	text-align: center;
	vertical-align: bottom;
	margin:0;
	padding-top:.5em;
	font-size: 1.5em;
}
#sitename-image{
	background-image:url('images/swiftek-titlebanner.png');
	background-repeat:no-repeat;
	width:217px;
	height:65px;
	float:left;
}
#globe {
	background-image:url('images/globe_anim.gif');
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
	width:150px;
	margin-left:2%;
}
.sloganbox {
	color:#6600cc;
	margin:0;
}
.slogan {
	color:inherit;
	margin:0;
}
.slogansub {
	color:inherit;
	text-align:right;
	margin:0;
}
#logo {
	text-align:center;
	margin:0 auto;
	background-image:url('images/orbitbolt-small.gif');
	width: 119px;
	height: 229px;
	float:left;
}
.full{
	clear:both;
	width:100%;
}
.half {
	width: 48.5%;
}
.quarter {
	width: 25%;
}
.third {
	width: 33.3%;
}
.middle {
	vertical-align:middle;
}
.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	float:right;
	margin-left:auto;
	text-align:right;
}
.floatright {
	float:right;
	padding-left:.5em;
}
.left {
	float:left;
	margin-right:auto;
	text-align:left;
}
.floatleft {
	float:left;
	padding-right:.5em;
}
#keywords{
	clear:both;
	overflow:hidden;
	height:-0;
	width:-0;
}
#footer{
	clear:both;
}
#vanity {
	margin:0;
}
#copyright {
	font-size:.5em;
}
#copyright p {
	float:right;
	text-align:right;
	margin:0;
}