* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

a {
    color: #f00;
}

.wrapper {
	width: 792px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.header {
    min-height: 328px;
    width: 100%;
    background: url(../images/header.jpg) no-repeat left top;
    padding-left: 420px;
}

.h1 {
    padding-top: 55px;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}

.h1 span {
    color: #f00;
    font-weight: normal;
}

.h2 {
    padding-top: 24px;
    font-size: 17px;
    line-height: 20px;
}

.h3 {
    padding-top: 60px;
	padding-right:20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.products {
    padding-top: 10px;
}

.product {
    float: left;
    width: 50%;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.product-info {
    float: left;
    line-height: 1.5;
}

.product-name {
    font-weight: bold;
    font-size: 13px;
}

.product-model {
    font-size: 11px;
}

.product-photo {
    float: right;
}

.product-photo img {
    width: 150px;
    height: auto;
}

.details-story {
    clear: both;
    padding-top: 23px;
    font-size: 12px;
    line-height: 22px;
    font-family: arial, sans-serif;
    text-align: center;
}

.details-specs-title {
    padding-top: 27px;
    padding-bottom: 17px;
    font-size: 12px;
    font-weight: bold;
}

.details-gcn ,
.details-amd {
    float: left;
    width: 55%;
    font-size: 12px;
    line-height: 19px;
}

.details-amd {
    width: 45%;
}

.details-gcn-title ,
.details-amd-title {
    line-height: 18px;
    color: #f00;
    font-weight: bold;
}

.cta {
    clear: both;
    padding-top: 22px;
    color: #f00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.logos {
    text-align: center;
    padding: 25px 0 17px;
}

.legal {
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-size: 10px;
}
