body, html {
	height: 100%;
	margin: 0 auto;
	background-image: url('../images/back_repeatmenu.gif');
	background-repeat: repeat-x;
	}

table, p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	}
	
table h1,h1 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	}
	
table h2, h2{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}
	
table h3, h3{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}
	
img {
	border: 0;
	}
	
table a, a {
	color: #000;
	text-decoration: none;
	}
	
table a:hover, a:hover {
	color: #ee1746;
	text-decoration: none;
	}

#mainBack {
	background-image: url('../images/back_content.gif');
	background-repeat: no-repeat;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-position: 50% 100%;
	}
	
#main {
	width: 902px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px;
	}

#header {
	width: 902px;
	height: 122px;
	}
	
	img.headerpic {
		float: right;
		position: relative;
		}
	img.logo {
		margin-top: 5px;
		float: left;
		}

#menu {
	background-image: url('../images/back_menu.gif');
	width: 100%;
	height: 56px;
	text-align: right;
	padding-top: 6px;
	}
	
	#menu a {
		font-family: tahoma, verdana, sans-serif;
		font-size: 15px;
		text-decoration: none;
		color: #FFF;
		}
		
	#menu a:hover {
		text-decoration: none;
		color: #818286;
		}
		
	#menu p {
		color: #818286;
		font-weight: bold;
		font-style: italic;
		font-size: 9pt;
		}
	
	#breadcrumb {
		float: left;
		padding: 0;
		}
		
		#breadcrumb a {
			color: #818286;
			font-style: italic;
			font-size: 8pt;
			font-weight: normal;
			}
			
		#breadcrumb a:hover {
			color: #000;
			}
		
	#qualitybatch {
		float: right;
		padding: 0px;
		}
		
	#qualitybatch p {
		font-size: 8pt;
		}
		
#content {
	padding: 1px 0 1px 0;
	}

#push {
	height: 37px;
	}

#footer {
	margin: 0 auto;
	width: 902px;
	height: 37px;
	border: 0px solid white;
	}
	
	#footer p {
		padding-top: 13px;
		margin: 0 auto;
		font-size: 8pt;
		color: #818286;
		}
		
	#footer a {
		padding-top: 13px;
		margin: 0 auto;
		text-decoration: none;
		color: #000;
		}
		
	#footer a:hover {
		color: #ee1746;
		}
		
form.search {
	float: right;
	}

table.product {
	background-color: #A7CADD;
	width: 900px;
	}
	
	table.info {
		background-color: #b6d3e4;
		width: 444px;
		margin-left: -24px;
		}
	
	hr {
		height: 1px;
		width: 100%;
		background: #A7CADD;
		border: 0;
		}
	
td.text {
	vertical-align: top;
	width: 574px;
	}

	.product p {
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #000;
		}
		
	.product h1 {
		font-family: arial, sans-serif;
		font-size: 13pt;
		color: #2284c6;
		font-weight: normal;
		}
		
	.product h2 {
		font-family: arial, sans-serif;
		font-size: 13pt;
		color: #4e617d;
		font-weight: normal;
		}
		
	.product h3 {
		font-family: arial, sans-serif;
		font-size: 13pt;
		color: #ee1746;
		font-weight: normal;
		margin: 6px 0 10px 0;
		}
		
	img.line {
		margin-left: -3px;
		margin-right: -3px;
		}
		
	img.title {
		margin-bottom: 7px;
		}