/*--------------------------- RESET  ------------------------*/

body, div, h1, h2, h3, h4, h5, h6, table, tr, th, td, ul, li, p, img, ol, input, textarea, select, header, footer, section { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}
a:focus, input:focus, textarea:focus, select:focus { 
	outline: none; 
}
div, header, footer, section { 
	display: block; 
	overflow: hidden; 
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
}

/*--------------------- START -----------------------*/

body { 
	background: #000000; 
	color: #ffffff; 
	font-size: 62.5%; 
	font-family: "Courier New", Courier, monospace;
	margin: 15% 0 0 0;
}

a {
	text-decoration: underline;
	color:#999;
}


/* .container, header, footer, section { 
	width: 940px; 
	margin: 0 auto;
} */

.container {
	width: 960px;
	margin: 0 auto;
}
header { 
	padding: 40px 10px; 
}
header h1 { 
	text-shadow: #555555 0px 0px 2px;
	font-size: 2.4em; 
}
h2 { 
	font-size: 2em; 
	padding-bottom: 10px;
	color:#999;
}
.fourth { 
	list-style: none; 
	/* width: 960px; */
}
.fourth li { 
	width: 175px; 
	margin-right: 20px; 
	margin-bottom: 10px;
	float: left; 
}
.fourth li h3 { 
	font-size: 2em; 
	border-bottom: 4px solid #F74600; 
	padding-bottom: 0.2em; 
}

#col-left {
	width: 250px;
	float:left;
}

#col-right {
	width: 585px;
	padding: 0 0 0 120px;
	float:left;
}

p.col-left-content {
	font-size: 1.3em;
	color:#666;
	margin-bottom:30px;
}

/*----------------------------- rows ---------------------------*/

section { 
	padding: 0px 0px 40px 0px; 
}

/*--------------------------- rollovers -------------------------*/

div.description { 
	width: 145px; 
	height: 84px; 
	padding: 15px; 
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.fourth li a { 
	color: #ffffff; 
	text-decoration: none; 	
}
.fourth li a:hover { 
	color: #c0c0c0; 
}
.fourth li a img { 
	position: absolute; 
}

/*----------------------- media queries! ----------------------*/

@media screen and (max-width: 480px) {
	.fourth { 
		width: 480px; 
	}
	header, .container, section { 
		width: 460px; 
	}
}
