@import url(common/global.css);

/*
Home page stylesheet
*/


/*-------------------------------------------------------------------*/
/*Page*/
body { background: #444; }


/*-------------------------------------------------------------------*/
/*Page box*/

#page
{
	width: 780px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	background: #28006F url(../images/gui/home_bg.gif) repeat-x;
}

#header { position: absolute; }

#homeContent
{
	height: 423px;
	padding-top: 90px;
	padding-left: 152px;
}

#navigation
{
	position: absolute;
	top: 90px;
	left: 6px;
	margin:0;
}

#pageTitle
{
	margin: 0;
	padding: 0;
	border: 0;
}


#introduction
{
	width: 365px;
	margin-left: 0;
	color: #FFF;
	padding-top: 2px;

}

#introduction p
{
	font-weight: bold;
	line-height: 19px;
	text-align: justify;
	font-size: 12px;
}

#productPhoto
{
	position: absolute;
	top: 210px;
	left: 534px;/*border:1px solid #F00;border-top:0;*/
}

#viewCatButton
{
	margin-top: 10px;
}

#footer
{
	margin-left: 0;
	padding-left: 8px;
}
