* { margin: 0; }
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #161616 ;
	color: #fff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
img { border: none; }
a {
	/* color: #BC54FF; deprecated */
	/* color: #a12; /* Burgundy? */
	color: #da3e4f; /* Better Contrast? */
	text-decoration: none;
}
a:hover { text-decoration: underline; }

#design		{ background: #67EB3B url('../images/design.png')	center left		no-repeat; }
#systems	{ background: #2D8EC6 url('../images/systems.png')	center right	no-repeat; }
#logo		{ background: #ffffff url('../images/navM.png')		center center	no-repeat; }
#support	{ background: #FFE43E url('../images/support.png')	center left		no-repeat; }
#gaming		{ background: #E8341B url('../images/gaming.png')	center right	no-repeat; }
#mainNavList {
	position: relative;
	display:block;
	height:100px;
	float:left;
	padding-right:10px;
}
.kwick {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin:0px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
}
.kwick a { display: none; }
#logo { vertical-align: middle; }
#logo img { vertical-align: middle; }
.kwickD {
	float: left;
	display: block;
	width: 230px;
	height: 100px;
	margin:0px;
	text-align: center;
	line-height: 100px;
	padding: 0;
}
#navL, #navR { width: 25px; }
#top {
	text-align: right;
	font-size: 75%;
	height: 25px;
	color: #161616;
}
#container {
	width: 790px;
	margin: 25px auto 50px;
	padding: 25px;
	padding-bottom: 0px;
	background-color: #0a0a0a;
}

#mainNav {
	width: 760px;
	margin: 0px auto;
	padding: 0;
}
#content {
	clear: both;
	padding: 25px 0px;
}
#footer {
	margin: 0px -25px;
	padding: 0px 25px;
	background-color: #000;
	font-size: 75%;
	text-align: justify;
	text-align: center;
}
#footer img {
	vertical-align: middle;
}
.push {
	height: 60px;
	clear: both;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -60px;
}
#bottom {
	height: 60px;
	background-color: #000;
	font-size: 60%
}
#bottom div {
	float: left;
	width: 50%;
	margin: 0px;
	text-align: center;
}
#bottom p {
	padding: 5px;
	margin: 0;
}
p {
	padding-left: 20px;
	margin: 10px 0px;
}
h1 {
	color: #67EB3B;
	border-left: 8px solid #67EB3B;
	padding-left: 4px;
	font-size: 150%;
	font-variant: small-caps;
}
h2 {
	color: #E8341B;
	border-left: 8px solid #E8341B;
	padding-left: 4px;
	font-size: 150%;
	font-variant: small-caps;
}
h3 {
	color: #1F6187;
	border-left: 8px solid #1F6187;
	padding-left: 4px;
	font-size: 150%;
	font-variant: small-caps;
}
h4 {
	color: #E6CD38;
	border-left: 8px solid #E6CD38;
	padding-left: 4px;
	font-size: 150%;
	font-variant: small-caps;
}
.footy { text-align: right; padding: 0px 25px;}
.mainLeft {
	float:left;
	width: 50%;
}
.mainRight {
	float: right;
}
.clear { clear: both; }

td {
	vertical-align: top;
}