/* CSS Document */
body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
}
a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#003399;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#003399;
	
}
h1{
	font-family:impact;
	font-size:24px;
	color:#003399;
	font-weight:lighter;
}
#main{
	width:650px;
	margin:auto;

}
.header{
	height:400px;
	
	}

.bodybox{
	background-color:#FFFFFF;
	padding:20px;
	color:#000000;
	}

.footer{
	height:40px;
	background-image:url(../images/footercap.gif);
	background-repeat:no-repeat;
	text-align:center;
}
a.footerlink:link, a.footerlink:visited{

	color:#999999;
	text-decoration:none;
}

a.footerlink:hover {
	color:#999999;
	text-decoration:underline;

}

.errorBox {
	background-color: #F2A4A6;
	padding: 10px;
	width: 580px;
	border: thin solid #A3171A;
	font-size: 12px;
	font-weight: bold;
	color: #A3171A;
}
.okBox {
	background-color: #C6FFC6;
	padding: 10px;
	width: 580px;
	border: thin solid #00CC00;
	font-weight: bold;
	color: #00CC00;
}

#slideshow3{
	width:250px;
	float:right;
	margin-left:10px;

}
#whatwebuyleft{
	float:left;
	width:330px;
}

/**********************************
* HOMEPAGE NEWS
**********************************/
#newsList ul
{
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}

#newsList li
{
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}

#newsList h2
{

}

#newsList li p.newsList-date
{
	color:#666666;
	font-size:11px;
}
