@charset "UTF-8";
body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 103px;
	width: 800px;
}
#main {
	background-color: #FFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006B95;
	border-left-color: #006B95;
}
#stage {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#kicker {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#footer {
	height: 21px;
	width: 800px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#newProductwrap{
	width:100%;
	margin:auto;
	height:100%;
	min-height:100%;
}
#newProductwrap .newProduct{
	width:250px;
	margin-right:30px;
	margin-bottom:30px;
}
#newProductwrap img{
	width:250px;
	margin-right:30px;
	margin-bottom:30px;
	border: medium dashed #0C9;
}
#newProductwrap .TITLE{
	width:250px;
	margin-right:30px;
	margin-bottom:30px;
	border: medium dashed #0C9;
	font-size: 18px;
	color: #9F0;
}
