@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #f6f6f6 url(images/background.png) repeat-x;
	font: 14px Arial;
	}

#container {
	width: 100%;
	}

#wrapper {
	width: 902px;
	margin: 0 auto;
	}

#top {
	width: 902px;
	height: 15px;
	background: url(images/top.png);
	margin-top: 20px;
	}
	
#content {
	width: 902px;
	background: url(images/contentbg.png) repeat-y;
	}

#sidebar {
	width: 91px;
	height: 349px;
	background: url(images/sidebar.jpg);
	float: left;
	}
	
#text {
	width: 811px;
	float: right;
	}
	
#copy {
	padding: 10px;
	}
	
#logos {
	width: 811px;
	text-align: center;
	display: table;
	vertical-align: super;
	}
	
#vendornav {
	width: 791px;
	height:73px;
	}
	
#form {
	width: 400px;
	margin: 0 auto;
	}

.lspace {
	margin-right: 15px;
	}
	
.clear {
	clear: both;
	}
	
.center{
	text-align: center;
	}
	
.bold1 {
	font: 26px Arial bold;
	}

.bold2 {
	font: 18px Arial bold;
	}
	
.bold3 {
	font: 14px Arial bold;
	}
	
#footer {
	width: 622px;
	height: 54px;
	font-size: 10px;
	padding: 35px 0 0 280px;
	background: url(images/footer.png);
	}

#copyright {
	display: block;
	}	

#menu {
	}
	
#buttons {
	width: 202px;
	float: left;
	}
	
a img {
	text-decoration: none;
	border: none;
}
	
#title {
	width: 609px;
	float: right;
	}