body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #96012B;
	font-size: 0.8em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	color: #96012B;
}

.clearing {
	clear: both;
}


#wrapper {
	background-color: #FFF;
	background-image: url(images/wrapperback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 834px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 140px;
	position: relative;
	background-color: #C10134;
	margin-right: 20px;
	margin-left: 20px;
}

#wrapper #logo1 {
	position: absolute;
	left: 80px;
	top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar {
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96012B;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
#navbar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: right;
}
#navbar ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F66;
}
#navbar a   , #footer a{
	color: #FFF;
}
#navbar a.selected {
	font-weight: bold;
	color: #F99;
	text-decoration: underline;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	position: relative;
	background-color: #FFF;
}
#wrapper .homepage {
	color: #FFF;
	background-color: #C10134;
	background-image: url(images/homeback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 553px;
}
#wrapper .aboutus , #wrapper .bulkliquidsandpowders , #wrapper .containers {
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: visible;
}
#wrapper .aboutus {
	background-image:url(images/aboutusback.jpg);
	padding-bottom: 400px;
}
#wrapper .bulkliquidsandpowders {
	background-image:url(images/bulkliquidsandpowdersback.jpg);
	padding-bottom: 370px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C10134;
}
#wrapper .containers {
	background-image:url(images/containersback.jpg);
	padding-bottom: 450px;
}
#contenttext {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
	height: 100%;
	width: auto;
}
#contenttext.contactspage {
	padding-right: 20px;
}
.homepage #contenttext {
	position: absolute;
	width: 260px;
	left: 500px;
	top: 60px;
	padding: 0px;
}
#contenttext h1 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	text-transform: uppercase;
	color: #909090;
}
.homepage #contenttext h1 {
	color: #FFF;
}
#leftlist {
	float: left;
	width: 270px;
}
#rightlist {
	float: left;
	width: 270px;
}


#contenttext p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


#footer {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	background-color: #C10134;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #F99;
}
#addressbox {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D4D0C8;
}
#contactsform {
	float: left;
}
#contactsform p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#contactsform label {
	float: left;
	width: 6em;
}
