4@charset "UTF-8";

html, body {
	height:100%;
}

body {
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#555;
}

* {
	outline:none;
}

a {
	color:black;
}

a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

h1 {
	font-size:36px;
	font-style:italic;
	letter-spacing:-2px;
	text-transform:uppercase;
}

#wrapper {	
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -35px;
}

#header {
	display:block;
	width:962px;
	height:110px;
	padding-top:25px;
	z-index:100;
	margin:0 auto;
}

#header img {
	float:left;
}

#nav {
	display:block;
	width:528px;
	margin:0 auto;
}

#main_feature {
	float:left;
	display:block;
	width:100%;
	min-width:1000px;
	height:865px;
	background-image:url('images/main_feature2.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	margin:0 auto;
	margin-top:0px;
	z-index:1;
}

#main_feature:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.articles {
	display:block;
	width:100%;
}

.articles h3 {
	text-transform:uppercase;
	padding-bottom:20px;
	display:block;
	width:100%;
	text-align:center;
}

.checker {
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#555;
	color:white;
}

.checker img, .checker object, .checker div {
	display:block;
	max-width:900px;
	margin:0 auto;
}

.checker p {
	margin-bottom:10px;
}

.checker a {
	color:white;
}

.checker a:hover {
	color:black;
}

.chess {
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	background-color:white;
	color:#444;
}

.chess img, .chess object, .chess div {
	display:block;
	max-width:900px;
	margin:0 auto;
}

.chess p {
	margin-bottom:10px;
}

.chess table {
	display:block;
	width:800px;	
}

.chess table tr td {
	float:left;
	margin:0 auto;
	margin-right:-1px;
	margin-bottom:-1px;
	padding:20px;
	width:360px;
}

.checker img, .chess img {
	border:10px solid #eee;
}

.product_list table {
	margin-left:10%
}

.product_list table tr {
	float:left;
}

.product_list table tr td {
	display:block;
	width:350px;
	height:150px;
	padding:15px;
	margin:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

#footer {
	display:block;
	width:100%;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	padding-bottom:5px;

	margin:0 auto -35px;
	margin-top:-5px;
}

#footer, #push {
	height: 35px;
}

/* PRODUCT PAGE STUFF */

.wrap {
	display:block;
	width:900px;
	margin:0 auto;
}

.table_main tr td {
	border:1px solid #eee;
	padding:5px;
}

#colorselector {
	text-align:center;
}

#colorselector ul li {
	list-style-type:none;
	display:inline;
	text-align:center;
}

#colorselector ul li img{
	border:1px solid gray;
}

.product {
	text-align:center;
}

.product a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.product img {
	border:0px;
}

#productview {
	display:block;
	width:100%;
	height:355px;
}

#productimg {
	border:1px solid #eee;
	display:none;
}

#productimg a {
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:100%;
	background-color:#eee;
	color:#aaa;
	text-align:center;
}

#imageviewer {
	margin:0 auto;
}

#imageviewer ul {
	display:block;
	margin:0 auto;
	text-align:center;
}

#imageviewer ul li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:0 auto;
}

#imageviewer ul li img {
	display:block;
	width:200px;
}

#imageviewer table tr td {
	vertical-align:middle;
	text-align:center;
	display:block;
	width:900px;
	height:355px;
}

.imagefull {
	position:absolute;
	top:0;
	margin-left:0;
	visibility:hidden;
}

.imagefull img {
	display:block;
	width:898px;
}

.product_list .amps_list_block tr td  {
	display: table-cell;
	height:350px;
	vertical-align:middle;
}

.amps_stats {
	display:block;
	width:300px;
	margin:0 auto;
}

.amp_panel {
	display:block;
	width:600px;
	margin:0 auto;
}

.amp_stats_title {
	display:block;
	width:400px;
	margin:0 auto;
}

#social {
	display:block;
	width:410px;
	height:60px;
	margin-top:25px;
	margin-left:550px;
}

#facebook_icon {
	float:left;
	margin-top:0px;
}

#facebook_iframe {
	width:100px;
	height:21px;
	margin-left:5px;
	border:1px solid red;
}

#twitter_icon {
	margin-top:8px;
	margin-left:40px;
}

#twitter_icon img {
	width:25px;
}

.twitter-follow-button {
	margin-top:5px;
	margin-left:5px;
}

#googlebutton {
	float:left;
	margin-top:-5px;
}
