body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	font: 12px tahoma, sans-serif;
	color: #3c3b3b;
	background: url("../images/footer_bg.jpg") no-repeat center bottom;
}

h1 {
	float: left;
	display: inline;
	width: 100%;
	position: relative;
	margin: 0px -16px 0px -17px;
	font: normal 20px 'tahoma';
	text-decoration: none;
	padding: 0px 0px 15px 17px;
	color: #000;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #045aa8; text-decoration: underline}
a:visited {color: #045aa8; text-decoration: underline}
a:active {color: #045aa8; text-decoration: underline}
a:hover {color: #045aa8; text-decoration: none}

#container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	width: expression(document.documentElement.clientWidth > 1280? "1280px": "100%");
}

#head {
	float: left;
	position: relative;
	width: 100%;
	height: 250px;
	background: url("../images/head_bg.png") no-repeat;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
}

.menu {
	position: absolute;
	left: 400px;
	top: 26px;
	font: 18px arial;
	list-style: none;
	color: #fe90d9;
}

.menu li {
	padding-bottom: 3px;
}

.menu a:link {color: #4aa3d5; text-decoration: none}
.menu a:visited {color: #4aa3d5; text-decoration: none}
.menu a:active {color: #4aa3d5; text-decoration: none}
.menu a:hover {color: #4aa3d5; text-decoration: underline}

.phone {
    float: left;
	position: relative;
	left: 800px;
	top: 32px;
	width: 290px;
}

#content {
	clear: both;
	min-height: 550px;
	margin-bottom: 14px;
	height: expression(this.offsetHeight < 550?"550":"this.offsetHeight");
}

.text {
	margin: 0 250px 0 50px;
	text-align: justify;
}

#footer {
	width: 100%;
	height: 50px;
	font: 10px verdana;
	text-align: center;
	color: #fff;
}

.service {
	margin: 40px 0 0 25px;
}

.service td {
	vertical-align: top;
}

.shipment {
	float: left;
	left:-40px;
	position: relative;
	width: 290px;
	height: 170px;
	background: url("../images/shipment.png") no-repeat;
}

.more {
	position: absolute;
	right: 40px;
	top: 140px;
	font: 10px verdana;
	padding: 0 25px 5px 0;
	background: url("../images/arrow.gif") no-repeat 100% 1px;
}

.dispenser {
	float: left;
	position: relative;
	width: 290px;
	height: 170px;
	background: url("../images/dispenser.png") no-repeat;
}

.price {
	float: left;
	position: relative;
	left:30px;
	width: 290px;
	height: 170px;
	background: url("../images/price.png") no-repeat;
}
.text ul {
	margin-left:20px;
}
