

/* AMD Custom Styles 
-------------------------------------------------------------------------------*/

html	{
	overflow: auto; 
	min-height: 100%;
	height: 100%; 
	background: #000;
}

h1,h2 {
	font-weight: normal;
}
.center {
	text-align: center;
}

#wrapper	{
	width: 772px; 
	margin: 0 auto;
	padding: 0 25px;
	background: transparent;
}

header#head {
	background: transparent url(../images/banner.jpg) no-repeat 0 0;
	height: 346px;
	font-weight:bold;
	position:relative;
}

header#head h1 {
	font-size: 27px;
	width: 445px;
	color: #e70101;
	clear: both;
	margin-top: 40px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

header#head p{
	font-size: 12px;
	color: white;
	width: 445px;
	clear: both;
	font-family: Verdana, Arial, sans-serif;
}

header#head div#head-title {
	position: absolute;
	left: 422px;
	top: 36px;
}

header#head div#head-title p {
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	margin-top:28px;
}

header#head p#head-description {
	font-size: 11px;
	width: 330px;
	position: absolute;
	top:254px;
	right: 16px;
	text-align: left;
	font-weight: normal;
	line-height:13px;
}

header#head p a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid white;
}

header#head p a:hover {
	color: #d1210d;
	text-decoration: none;
	border-bottom: 1px solid #d1210d;
}
article {
	font-family: Verdana,sans-serif;
	width: 356px;
	float: left;
	margin: 28px 15px;
}
article header {
	text-align: left;
	margin-bottom: 5px;
}

article header h1 {
	font-size: 14px;
	font-weight: bold;
}


article .product-image {
	float: right;
}

/* Middle */

div#middle {
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
}

div#middle p#promo-line {
	text-align:center;
	padding-bottom:30px;
	line-height:25px;
}

div#middle div#gcn-architecture {
	float:left;
}

div#middle div#amd-eyefinity {
	float:right;
}

div#middle div#gcn-architecture, div#middle div#amd-eyefinity { margin-top: 20px; }
div#middle div#gcn-architecture p, div#middle div#amd-eyefinity p { margin-top: 5px; }
div#middle div#gcn-architecture h4, div#middle div#amd-eyefinity h4 { color:#E70101; }

div#middle h3 {
	font-size: 15px;
	font-weight: normal;
}

div#middle h2#get-radeon {
	color:#E70101;
	text-align:center;
	margin-top: 100px;
	font-size: 22px;
}

div#middle div#logos {
	width:701px;
	margin:0 auto;
}

div#middle div#logos img {
	margin-top:20px;
}

.footer {
	font-size: 10px;
	padding: 20px 30px 20px 30px;
	margin:25px 0 0 0;
	border-top:1px solid #fff;
}

.footer h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 105px;
}
.footer p {
	margin-bottom: 10px;
}

.footer p img {
	margin: 10px 0;
}



.center {
	text-align: center;
}

.divider {
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
}

/* IE fixes */

html.ie8 p#head-description {
	font-size:10px !important;
}