body, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul {

margin:0;
padding: 0;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	background-image: url(images/header.jpg);
	height: 75px;
	width: 800px;
	text-align: right;
	background-repeat: no-repeat;
}

.contact {
	padding-top: 25px;
	margin-right: 20px;
}

.contact a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contact  a:hover {
	text-decoration: underline;
}

#topmenu {
	padding-top: 18px;
	padding-right: 20px;
	color: #333333;
}
#topmenu a {
	color: #333333;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}
#pagename {
	margin-top: 20px;
	color: #355FA4;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}

#container {
	width: 800px;
	margin-bottom: 25px;
}
#content {
	margin-left: 45px;
	margin-top: 20px;
}
#content p {
	margin-bottom: 10px;
	padding-top: 5px;
}


#catalogmenu {
	margin-left: 45px;
	margin-bottom: 20px;
}
.catalogitem {
	float: left;
	width: 200px;
}
.catalogitemname {
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 20px;
}


.catalogitem img{
	border:1px solid #3662AB;
}
.productdescription {
	color: #3662AB;
	font-size: 10px;
}



#browseboxhome {
	width: 370px;
	margin-left: 25px;
	margin-top: 25px;
	background-image: url(images/browse_home.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
#categoriesmenu {
	width: 220px;
	margin-left: 110px;
	padding-top: 20px;
}

#introtexthome {
	width: 320px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	color: #3662AB;
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	line-height: 16px;
}
#introtexthome p {
	margin-bottom: 15px;
}

#flashslideshow {
	float: right;
}
*html #flashslideshow {
	margin-top: 20px;
}

.explanation {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.explanation p{
	margin-bottom:15px;
}


#footer{
	height: 27px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #3662AB;
	color: #DDE6F4;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 445px;
}
#pagination {
	clear: both;
}

