body { /*Defaults*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}

#wrapper { /*Content goes inside this to center everything on the page*/
    width: 830px;
	margin: auto;
	border: 4px;
	text-align: left;
}

.spacer {
	float:left;
	position:relative;
	padding:0px 0px 0px 0px;
	margin: auto;
	width:830px;
	height:40px
}

.text { /*Container for product description*/
	position:relative;
	float:left;
	width:320px;
	height:100%;
	z-index:5;
	left: 0px;
	top: 0px;
	padding: 5px 10px 0px 0px;
}

.image { /*Container for product image*/
	float:left;
	width:450px;
	height:450px;
	z-index:5;
	top: 0px;
}

.phone { /*Container for phone number*/
	background:url(images/phone.gif) no-repeat;
	position:absolute;
	width:310px;
	height:18px;
	z-index:5;
	left: 30px;
	bottom: 25px;
}

#content { /*Container for product index*/
	position:relative;
	float:left;
	width:780px;
	z-index:5;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
}

.special { /*Container for special*/
	position:relative;
	float:left;
	width:240px;
	height:290px;

}

.proline { /*Container for proline*/
	position:relative;
	float:left;
	width:490px;
	height:290px;

}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:inherit;
}

a img {
	border: none;
}