@charset "utf-8";
/* CSS Document */
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
body {
	background-color: #d4d4d4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#container{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 768px;
	height: 213px;
}
#topgfx {
	width: 768px;
	height: 42px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
#logo {
	width:197px;
	heigth: 163px;
	float: left;
	
}
#flash {
	height: 163px;
	width: 571px;
	background-color: #ffffff;
	float: right;
	
}
#greenline {
	height: 8px;
	width: 768px;
	clear: both;
}
#main {
	width: 758px;
	padding-right:10px;
}
#spacer_top {
	width: 768px;
	height: 14px;
	
}
#nav {
	width: 197px;
	height: 206px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top:8px;
	margin-right: 15px;
}
#content {
	width: 768px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	float: left;
}
#footer {
	width: 768px;
	heigth: 44px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#products {
	width: 550px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#products2 {
	width: 700px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}