﻿/*  
*	Azteca Microsite - home page
*	Created:		2011-09-07
*	Modified:		
*	Version:		1.0
*	Auth:			Andrew Hamel | 6ft.com
*/

body { background:url(../images/body_bg_home.jpg) top center no-repeat; }

div#content div.tagline {
	width:100%;
	text-align:center;
	color:#00693e;
	font-size:35px;
	font-weight:normal;
	font-family:"Arial Narrow", Arial, helvetica, sans-serif;
	margin-top:60px;
}

div#content div.tagline span { font-weight:bold; }

div#products {
	position:relative;
	float:left;
	/*width:970px;*/
	width:710px;
	height:385px;
	margin-top:60px;
	margin-left:160px;
}

div#products div.product {
	position:relative;
	float:left;
	/*width:240px;*/
	width:175px;
	height:380px;
}

div#products div.product a { text-decoration:none; color:#005f35; }

div#products div.product:hover { cursor:pointer; }

div#products div.product img {
	position:absolute;
	top:0;
}

div#products div.product p {
	width:120px;
	color:#005f35;
	font-size:14px;
	font-family:"Arial Narrow", Arial, helvetica, sans-serif;
	margin-top:35px;
	padding:10px 10px 10px 20px;
	text-align:center;
}

div#products div.product p span {
	font-weight:bold;
	font-size:16px;
	font-family:"Arial Narrow", Arial, helvetica, sans-serif;
}