@charset "utf-8";
/* CSS Document */

html,body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font: "Century Gothic";
}

.info_page_tag
{
	position: fixed; 
	top: 230px; 
	right: 0px;
	border: 1px solid #FFF;
	width: 140px;
	height: 80px;
	padding: 8px;
	background: #21497e;
}

.title
{	
	background: url(../images/components/title_floral_bg.jpg) top left repeat-x;
	height: 160px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid white 3px;
	width: 100%;
}

.content
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.header
{
	/*border: solid 1px blue;*/
	background: url(../images/components/header_bar.jpg) top left repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 100%;
}

.main
{
	/*border: solid 1px red;*/
	background: url(../images/components/content_bg.jpg) top left repeat-x #aaddff;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
}

.main_left_column
{
	border: solid 1px black;
	float: left;
	height: 100%;
	width: 200px;
}

.main_content
{
	background: url(../images/components/main_content_bg.png) top left repeat-x;
	min-height: 600px;
	height: 100%;
	padding: 5px 10px 30px 10px;
}

.pager_container
{
	min-height: 600px;
}

.footer
{
	/*border: solid 1px green;*/
	background: #00080a url(../images/components/footer_bg.jpg) top left repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 100%;
	color: #FFF;
	font-size: small;
}

.footer .gradient
{
	/*border: solid 1px pink;*/
	background: url(../images/components/footer_grad_bg.jpg) top center no-repeat;
}

.prod_desc
{	
	height: 100%;
	width: 580px;
}




