/* Global Styles ------------------------------------------------------------- */

* { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	padding: 40px 5px 40px 5px;
	font: 12px/18px arial, verdana, sans-serif;
	color: #ffffff;
	background-color: #ffffff;
	}

/* Container Styles ------------------------------------------------------------- */

#containerWrapper {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
	background-color: #ffffff;
	}

#container {
	height: 610px;
	background: url(../images/bg-hose.jpg) no-repeat top left;
	}

/* Content Top Styles ------------------------------------------------------------- */

#contentTopWrapper {
	height: 370px;
	}

#contentTop {
	width: 530px;
	padding: 85px 0px 0px 40px;
	}

h1 {
	padding-bottom: 15px;
	color: #ffb700;
	font-weight: normal;
	font-size: 27px;
	line-height: 31px;
	}

p {
	padding-bottom: 15px;
	}

ul {
	padding-left: 17px;
	}

/* Content Middle Styles ------------------------------------------------------------- */

#contentMiddleWrapper
	{
	height: 60px;
	}

#contentMiddle {
	padding: 22px 0px 0px 40px;
	color: #333333;
	font-size: 18px;
	}

/* Content Bottom Styles ------------------------------------------------------------- */

#contentBottomWrapper {
	height: 110px;
	}

#contentBottom {
	}

#contentBottom a {
	color: #ffffff;
	}

#contentBottom01 {
	float: left;
	width: 410px;
	}

#contentBottom01 p {
	display: block;
	padding: 35px 60px 0px 110px;
	}

#contentBottom02 {
	float: left;
	width: 410px;
	}

#contentBottom02 p {
	display: block;
	padding: 35px 40px 0px 115px;
	}
