/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* GENERIC PAGE                                                                                   */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Used for all pages, i.e., all pages should have "page" as the class name, and probably some other more specific page classes,
such as "page-product" or "page-account". */
.page
{
	margin-left:200px;
	padding-top:25px;
	width:768px;
}

#homepage { }
#homepage #gallery-products { background-color:#f00;height:600px; }
#homepage #gallery-products .gallery { height:570px; }

/* ---------------------------------------------------------------------------------------------- */
/* PRODUCT PAGES                                                                                  */
/* ---------------------------------------------------------------------------------------------- */

/* Used for all the product-related pages (e.g., the pages in the "product" directory). */
.page-product { }


/* Used for displaying the products available. */
#product-container
{
	text-align:center;
	width:100%;
	height:1500px;
}

#award-container
{
	width:100%;
	min-height:100px;
}

#award-container img
{
	float:left;
	max-height:100px;
}

#award-container div
{
	position:relative;
	left:15px;
	float;left;
	width:auto;
}

#award-container div h2
{
	font-size:1em;
	font-weight:bold;
}

#award-container div h3
{
	font-size:1em;
	font-weight:normal;
}


/* ---------------------------------------------------------------------------------------------- */
/* OTHER PAGES                                                                                    */
/* ---------------------------------------------------------------------------------------------- */

/* Used for the support-related pages. */
.page-support { }

/* Used for all the account-related pages (e.g., in the "user" directory). */
.page-account { }

/* Used for all the article-related pages (e.g., in the "article" directory). */
.page-article { }

#article-category-container
{
}

#article-category-container div
{
	border-bottom:2px solid #eee;
	padding:10px;
	height:80px;
	width:100%;
}

#article-category-container div h2
{
	font-size:1.2em;
}

#article-category-container div h3
{
	font-size:1em;
}

#article-category-header
{
}

#article-category-header h2
{
	display:none;
}

#article-category-header h3
{
	display:none;
}

#article-category-container div img
{
	float:left;
	margin-right:20px;
	max-width:80px;
}

#product-container h2, #product-container h3
{
	display:none;
}