#contentcontainer {
	text-align:left;
	padding-bottom: 3px;
	padding-top: 20px;
	padding-left: 200px;
	padding-right:0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	color: #FFFFFF;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#address {
	text-align:left;
	padding-bottom: 3px;
	padding-top: 20px;
	padding-left: 175px;
	padding-right:0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	color: #FFFFFF;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#333333;
	border: 0; padding: 0; margin: 0;
}

.normalText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#333333;
	border: 0; padding: 0; margin: 0;
}

.smallText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#333333;
	border: 0; padding: 0; margin: 0;
}

.DeliveryNote {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#333333;
	border: 0; padding: 0; margin: 0;
}



.StockTitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color:#333333;
	border: 0; padding: 0; margin: 0;
}

#wrapper {
	width: 100%; height: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
#logo {
	float: left;
	width: 100%;
	top: 20%;
	padding: 0;
	background-color: #000000;
}
#logo img {
	display: block;
	width: 80%; height: auto;
	margin-left: auto;
    margin-right: auto;
}
#home_pic {
	float: left;
	width: 100%; height: auto;
	text-align: center;
	margin-top: 7px;
	margin-left: auto;
    margin-right: auto;
}
#home_pic img {
	width: 276px; height: auto;
}
#contact {
	float: left;
	width: 100%;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#contact a:link {
	color: #BBBBBB !important;
	text-decoration: none !important;
}

a.control:link{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a.control:visited{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

a.control:hover {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}

a.control:active {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 10px;
}