body {
	line-height: 1.35;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #999999;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

/* --------- */
/* MAIN DIVS */
/* --------- */

#content {
	min-height: 400px;
	padding-bottom: 30px;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: white;
	-webkit-box-shadow: -5px 7px 20px #333;
}

#header {
	width: 100%;
	height: 140px;
	background-color: #282828;
}

/* ------ */
/* SPLASH */
/* ------ */

/* app icons */
#desktop {
	background-image: url(indexIconBackground.png);
	padding-right: 50px;
	padding-left: 50px;
	height: 340px;
}

.desktopItem {
	padding-top: 75px;
	text-align: center;
	float: left;
	width: 223px;
}

.desktopIcon {
	margin-left: 34px;
	height: 154px;
	width: 154px;
}

.desktopIcon:hover {
	background-image: url(indexIconGlow.png);
}

h5.desktopText {
	text-shadow: -1px 1px 3px black;
	color: white;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-size: 20px;
}

/* text */
#splashMain {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 40px;
}

#splashMain a {
	color: #df0000;
}

#splashMain h1 {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	letter-spacing: -2px;
	padding-bottom: 5px;
	font-size: 55px;
	color: #df0000;
	border-bottom-color: #cccccc; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
}

#splashMain h2 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 17px; 
}

#splashMain b {
	padding-right: 2px;
	color: #df0000;
}

/* ------------------- */
/* INTERIOR NAVIGATION */
/* ------------------- */

#navigation {
	float: left;
	display: inline-block;
	width: 140px;
	margin-left: 20px;
	margin-top: 0px;
}

#navigationItems {
	padding-bottom: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	background-color: #DF0000;
}

#navigation a {
	color: white;
}

#navigation a:hover {
	color: #000;
	cursor: pointer;
}

#navigation ul {
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	font-size: 15px;
}

#navigation li.lastNavigationItem {
	padding-bottom: 0px;
	border-bottom-style: none;
}

#orderButton {
	margin-left: 0px;
	margin-top: 10px;
}

/* ---------------- */
/* INTERIOR CONTENT */
/* ---------------- */

#main {
	margin-left: 200px;
	margin-right: 40px;
}

#main a {
	color: black;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main h1 { 
	letter-spacing: -2px; 
	margin: 0px;
	margin-top: 30px;
	font-size: 55px;
	color: #DF0000;
}

#main h2 { 
	line-height: 1.40; 
	margin: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 16px;
}

#main h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	color: #DF0000;
	font-weight: bold;
	font-size: 17px;
}

#main h4 {
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

#main p {
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 3px;
}

/* hack for clearing divs */
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* header */
#intro { 
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

/* main column */
#primary { 
	margin-bottom: 40px; 
	padding-right: 15px; 
	float: left; 
	border-right-color: #cccccc; 
	border-right-style: solid; 
	border-right-width: 1px; 
	width: 350px;
}

/* sidebar */
#secondary { 
	padding-left: 15px; 
	width: 140px;
	float: right;
}

#secondary img.screenshot {
	margin-top: 5px;
	max-width: 140px;
}
#secondary ul {
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
}

#secondary li {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
}

#spacer {
	height: 10px;
}

/* ------------ */
/* CONTACT FORM */
/* ------------ */

#contact { 
	width: 100%; 
	margin-bottom: 40px; 
	padding-right: 15px; 
	float: left; 
}

#contact h6 {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
}

#contact input.text {
	width: 300px;
}

#contact textarea {
	height: 150px;
	width: 300px;
}

#formSubmit {
	padding-top: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 15px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
}

#contact fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* ------------- */
/* SHOPPING CART */
/* ------------- */

#viewCart {
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 20px;
	margin-top: 15px;
}

