@charset "UTF-8";
body {
	background-image: url(../images/dots_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
}

a {
	text-decoration: none;
	color: #0090d3;
}

a:visited {
	text-decoration: none;
	color: #0090d3;
}

img {
	border: 0px;
}

#top {
	width: 100%;
	height: 218px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	margin: auto;
	padding: 0;
	width: 900px;
	height: 60px;
}

#links {
	margin-top: 12px;
	float: right;
	width: 545px;
	height: 39px;
	/*z-index: 1;*/
}

#logo {
	float: right;
	height: 90px;
	width: 500px;
	margin-top: 30px;
}

#footer {
	margin: auto;
	padding: 0;
	padding-top: 20px;
	width: 900px;
	height: 100px;
	text-align: center;
	font-size: 10px;
	color: #AAA;
}

#container {
	margin: auto;
	padding: 0;
	width: 900px;
	min-height: 450px;
}

#message {
	width: 900px;
	height: auto;
	text-align: center;
}

#flash {
	margin: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 400px;
	background-color: #999;
}

#contact {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 60px;
	margin-left:auto;
	margin-right:auto;
	width: 375px;
	height: auto;
	font-size: 14px;
	background-image: url(../images/contact_bg.jpg);
	moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#userstatus {
	float: left;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 850px;
	text-align: right;
}

#auth {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 150px;
	height: auto;
	background: #999;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#signup {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 220px;
	height: auto;
	background: #999;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#series {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 300px;
}

#products {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	background-color: #FFF;
}

#product {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right:40px;
	width: 740px;
	height: auto;
	font-size: 12px;
}

#productheader {
	width: 800px;
	height: 30px;
	color: #FFF;
	background-color: #AAA;
	text-align: center;
	line-height: 30px;
}

#productfooter {
	width: 800px;
	height: 32px;
	padding: 2px;
	font-size: 12px;
}

img.middle {
	vertical-align: middle;
}

ul.brochure li {
	display: inline;
	list-style-type: none;
	float: right;
}

ul.pdf li {
	display: inline;
	list-style-type: none;
	float: left;
}

#newproduct {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 800px;
	height: auto;
	background-color: #999;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#about {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
