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

*{padding:0;margin:0;}

p {
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	font-size: 11px;
	line-height: 15px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color:#CCFFFF;
}

a:active {
	color:#CC0000;
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	color: #000000;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
}

#clear {
	clear:both;
	height:5px;
}
.logo {
	margin-top: 200px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 162px;
}
.pictures {
	background-image: url(images/forum-text.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 252px;
	clear: none;
	margin-top: 90px;
}
.copy {
	width: 420px;
	clear: both;
	margin-top: 90px;
	text-align: center;
}
.iconcontainer {
	width: 350px;
	clear: both;
	margin-top: 20px;
	text-align: left;
}
.downloadbrochure {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	clear: none;
	width: 150px;
}
.downloadpricelist {
	width: 150px;
	clear: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.footer {
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.list {
	margin-top: 15px;
	width: 420px;
	color: #FFFFFF;
}
.list ul {
	display: inline;
	text-align: center;
}

.list li {
	display: inline;
	list-style-position: outside;
	list-style-type: circle;
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: bold;
	padding-right: 10px;
	line-height: 18px;
	font-size: 10px;
}
