/* Antipex.com stylesheet v1.0 */
/* Copyright (C)2010 Antipex Inc. */

/* Main Tags */
body {
	background: #000000;
	color: #CDCDCD;
	font-family: Lucida Grande, Verdana, Sans-Serif;
	font-size: 13px;
	margin: 0px auto;
}

/* Links */
a, a:visited {
	color: lightblue;
	text-decoration: none;
}

a:hover {
	
}

img {
	border: 0px;
}

.box {
	width: 900px;
	
	padding: 8px;
	text-align: left;	
}

.topBar {
	border-bottom: 1px solid #4A4A4A;
	margin-top: 12px;
	margin-bottom: 6px;
}

.content {
	height: 200px;
}

.gridBox {
	width: 22%;
	float: left;
	text-align: left;
	margin-right: 20px;
	display: block;
}

.largeGridText {
	font-size: 16px;
	color: #EFEFEF;
	margin-bottom: 4px;
}

.smallGridText {
	font-size: 12px;
	color: #CDCDCD;
}

.arrow {
	color: #CDCDCD;
}

.bottomBar {
	border-top: 1px solid #4A4A4A;
	font-size: 10px;
	margin-top: 350px;
}

img.helloWorld {
	margin-bottom: 24px;
	display: block;
}

img.mountHood {
	margin-top: 10px;
	display: block;
}

.softwareBox {
	display: block;
	height: 72px;
}

.softwareIcon {
	height: 64px;
	width: 64px;
	float: left;
	text-align: center;
}

.softwareIcon img {
	height: 64px;
	width: 64px;
}

.softwareInfo {
	height: 64px;
	float: left;
	margin-left: 12px;
}

.largeSoftwareText {
	font-size: 16px;
	font-weight: bold;
}

.header1 {
	font-size: 16px;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}
