/* CSS Document */

body {
	background-color:#222;
	text-align:center;
	margin:0;
	padding:0;
	background:#000 url(../assets/bg-slice.jpg) center top repeat-y;
}
	
img {
	display:block;
	border:none;
}
	
#wrapper {
	background-color:#000;
	color:#ddd;
	text-align:left;
	margin:0 auto;
	width:780px;
	border:1px solid #0099FF;
	border-width:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#main {
	padding:10px;
}

#footer {
	text-align:center;
	color:#666;
	padding-bottom:20px;
}

.techspecs {
	font-size:x-small;
	text-transform:uppercase;
}

.feature {
	width:600px; /* 760 actual */
	border:1px solid #333;
	background-color:#111;
	margin-left:60px;
	margin-bottom:20px;
	padding:10px;
	color:#bbb;
	
}

.feature img {
	float:left;
	border:2px solid #09f;
	margin-right:10px;
}

.feature .blurb {
	margin:0;
	margin-left:120px;
}

.feature h3 {
	font-size:small;
	margin:0;
}

.feature p {
	
}


.thumbs {
	width:480px;
	margin:0 auto;
}

.thumbs img {
	margin:5px;
	border:2px solid #09f;
}


.newthumbbox {
	clear:left;
	min-height:104px;
  height:auto !important;
  height:104px;
	margin-bottom:10px;
	margin-top:10px;
}

.newthumbbox img {
	float:left;
	width:100px;
	border:2px solid #09f;
	margin-right:10px;
}

.newthumbbox .blurb {
	margin:0;
	margin-left:125px;
	padding-top:35px;
	text-transform:uppercase;
}

.newthumbbox .blurb p {
	margin:0;
}


.hide {
	position:absolute;
	left:-9999em;
}

.clear {
	clear:both;
}

.float-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

h1, h2 {
	margin:0;
	text-transform:uppercase;
	color:#555;
	font-size:1.5em;
}

h2 {
	text-align:justify;
}

h3 {
	border-bottom:1px solid #555;
	margin-bottom:0;
}

a {
	color:#09f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:2px solid #09f;
}

a:hover img {
	border:2px solid #62B0FF;
}

.backlink {
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:x-small;
	text-transform:uppercase;
}