html,body {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
#wrapper {
	color: #000000;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-color: #FFFFFF;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 171px;
	width: 800px;
}
#logo {
	height: 61px;
	width: 280px;
	position: absolute;
	top: 10px;
	left: 500px;
}
#language {
	height: 15px;
	width: 124px;
	position: absolute;
	top: 75px;
	left: 620px;
}
#topmenu {
	padding-left: 20px;
	padding-top: 145px;
}
.topmenuitem {
	margin-right: 30px;
}
.topmenuitem a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.current a {
	color: #003366;
}

.topmenuitem a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

#content {
	background-image: url(img/wrap_bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	height: auto;
}
#content h1 {
	font-size: 18px;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #333333;
}
#content  h3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}


#footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 780px;
	color: #000000;
	padding-top: 22px;
	background-color: #C9B485;
	padding-left: 20px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}

.product {
    float: left;
    margin-top: 20px;
    width: 322px;
    margin-right: 15px;
}

.product_pic {
    float: left;
    height: 120px;
    width: 120px;
    border: 1px solid black;
}

.product_desc {
    width: 190px;
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}

.floatleft {
		float:left;
		margin-right:20px;
		
}

.bordered {
		border: 1px solid black;
}