/* MAIN */

body
{
	background: #FFFFFF url(img/bg.gif) repeat-x;
	margin: 0px 0px 0px 0px;
}

p
{
    font: 12px arial;
    color: #525252;
	padding: 0px 30px 0px 30px;
}


#container
{
	margin: 0px 0px 0px 0px;
	padding-bottom: 100px;
}


/* LOGO */

#logo
{
    position: absolute;
    float: left;
    top: 20px;
    left: 45px;
    width: 197px;
    height: 132px;
}


/* CONTACT */

#contact
{
    position: absolute;
    top: 289px;
    left: 84px;
    text-align: right;
	font: 11px arial;
    color: #525252;
}

a:link
{
	font: 11px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #525252;
}

a:visited
{
	font: 11px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #525252;
}

a:hover
{
	font: 11px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

a:active
{
	font: 11px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #525252;
}

/* CONTENT */

#content
{
    position: absolute;
    float: left;
    top: 0px;
    left: 281px;
    width: 426px;
    height: 427px;
}

/* CONTENT HACCP*/

#content_haccp
{
	background: #FFFFFF url(img/bg_content.gif) repeat-y;
	padding: 30px 0px 20px 0px;
    margin: 0px 0px 0px 281px;
    width: 462px;
}

h1
{
    font: 14px arial;
    color: #525252;
	font-weight: bold;
	padding: 10px 30px 0px 30px;
}

h2
{
    font: 13px arial;
    color: #525252;
	font-weight: bold;
	padding: 10px 30px 0px 30px;
}

#decimal
{
	list-style-type: decimal;
	font: 12px arial;
    color: #525252;
	padding: 0px 30px 0px 30px;
	margin-left: 30px;
}

#trait
{
	list-style-type: circle;
	font: 12px arial;
    color: #525252;
	padding: 0px 30px 0px 30px;
	margin-left: 30px;
}

#disclaimer_content
{
	background: url(img/bg_content_bottom.gif) no-repeat;
    margin-left: 281px;
    width: 462px;
	text-align: center;
	font: 10px arial;
	line-height: 20px;
    color: #C6C6C6;
}

/* DISCLAIMER */

#disclaimer
{
    position: relative;
    text-align: center;
    top: -9px;
}

#disclaimer a, #disclaimer a:link, #disclaimer a:visited {

	font: 10px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #C6C6C6;
}

#disclaimer a:hover {

	color: #555;
}


#disclaimer_content a, #disclaimer_content a:link, #disclaimer_content a:visited {

	font: 10px Arial;
	font-weight: normal;
	text-decoration: underline;
	color: #C6C6C6;
}

#disclaimer_content a:hover {

	color: #555;
}

.disc
{
    font: 10px arial;
    color: #C6C6C6;
    text-align: center;
}
