@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #000000;
	background-image: url(images/BG.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.clearfloat {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
}
.hidden {
	display: none;
}
.mobile {
	display: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ecadad;
	text-decoration: none;
}
#container {
	padding: 0px;
	height: 680px;
	width: 1000px;
	border: none;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	/*	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; */
	margin: 0 auto;
	background-attachment: scroll;
	background-position: center top;
}
#container #info {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 393px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 100px;
	top: 20px;
	position: relative;
	float: left;
}
#container #footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 670px;
	border: none;
	float: left;
	left: 100px;
	position: relative;
	top: 20px;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #footer li {
	display: inline;
	margin: 0px;
	padding: 0px 50px;
}
#vendors {
	width: 160px;
	padding: 20px;
	height: 100%;
	color: #FFFFFF;
	background-color: #002244;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 11px;
	top: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}
#vendors p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 13px;
	font-weight: bold;
}
#vendors p a {
	font-weight: bold;
}