html {
		height:100%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	font-weight: bold;
	height: 100%;
	min-height:101%;
}

#container {
	width: 720px;
	margin: 0 auto;
}

#top {
	margin: 0 auto;
	background-image: url(../images/bg_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 176px;
}

.copycontact {
	text-align: center;
	height: 43px;
	font-size: 1em;
}

#arrows {
	text-align: center;
	width: 720px;
	font-size: 1.1em;
	padding-bottom: 20px;
}

#arrows2 {
	width: 720px;
	font-size: 1.1em;
	color: #ab0b0b;
	padding-bottom: 20px;
}

#arrows3 {
	text-align: center;
	width: 720px;
	font-size: 1.1em;
	color: #ab0b0b;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c3;
}

#arrows4 {
	text-align: center;
	width: 720px;
	font-size: 1.1em;
	vertical-align: center;
	color: #ab0b0b;
	padding-bottom: 20px;
	height: 20px;
}

#home {
	text-align: justify;
	width: 720px;
	font-size: 1.1em;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #c8c8c3;
}

#title {
	text-align: center;
	width: 720px;
	font-size: 1.1em;
	color: #000000;
}

#products {
	padding-bottom: 20px;
	height: 620px;
	vertical-align: top;
}

#copycol {
	color: #999999;
}

.img_a1 {
	float: left;
}

.img_a2 {
	float: right;
}

.img_a1a {
	float: left;
	padding-left: 175px;
}

.img_a2a {
	float: right;
	padding-right: 175px;
}

.img_prod1 {
	float: left;
	padding-bottom: 20px;
}

.img_prod2 {
	float: right;
	padding-bottom: 20px;
	vertical-align: top;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
