@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	padding-top: 2em;
	padding-bottom: 2em;
}
#content {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(resources/background.gif);
	background-repeat: repeat-y;
	color: #FFF;
}
h1 {
	background-image: url(resources/header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 210px;
}
h1 a {
	position: absolute;
	top: -999em;
}
#main {
	position: relative;
	width: 560px;
	padding-left: 100px;
	padding-top: 10px;
	font-size: 0.9em;
	color: #EB148B;
	float: left;
}
#main p {
	padding-bottom: 1em;
}
#main .col1 {
	color: #FFF;
	width: 280px;
	font-size: 0.9em;
	float: left;
}
#main .col1 h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #EB148B;
}
#main .col2  {
	width: 250px;
	float: left;
	padding-left: 20px;
}
#main .col2 ul li {
	color: #FFF;
	font-size: 1.2em;
	padding-left: 20px;
	line-height: 1.6em;
	background-image: url(resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#customers {
	float: left;
	width: 170px;
	padding-left: 50px;
	font-size: 0.8em;
	padding-top: 100px;
	background-image: url(resources/OurCustomers.gif);
	background-repeat: no-repeat;
	background-position: 43px 0px;
}
#customers ul li {
	line-height: 2em;
	padding-left: 8px;
	background-image: url(resources/smallbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#footer {
	clear: left;
	height: 159px;
	position: relative;
	background-image: url(resources/footer.gif);
	background-repeat: no-repeat;
}
#footer p {
	position: absolute;
	top: 60px;
	left: 100px;
	font-size: 1.2em;
	color: #000;
}
#footer p a, #footer span {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: none;
}
p#links {
	position: absolute;
	top: 120px;
	left: 70px;
	font-size: 0.8em;
	color: #CCC;
}
p#links a {
	color: #CCC;
}

