body {
	margin: 0px;	
	overflow-x: hidden;
}
#bg {
	position: absolute;
	height: 500px;
	width: 800px;
	left: 50%;
	margin-left: -925px;
	background-image: url('/images/bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container {
	height: 500px;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	position: absolute;
}
#header {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0px;
}
#logo {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	width: 225px;
	height: 79px;
	position: absolute;
	bottom: 0px;
}
#topnav {
	display: block;
	float: right;
	padding: 5px 0px;
}

.menuitem {
	border-left: 1px solid white;
	float: left;
	margin-right: 20px;
	padding: 3px 5px;
}
.menuitem a {
	color: #79797d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuitem a:hover {
	color: #cc3333;
}
#fieldset {
	width: 500px;
	height: 338px;
	background-image: url('/images/tagasiside.jpg');
	display: block;
}

#fieldset td {
	font-family: Arial, Helvetica, sans-serif;
}
#fieldset #form {
	position: absolute;
	top: 250px;
	left: 30px;
}
#fieldset #feedback {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 15px;
	font-size: 22px;
	color: white;
	left: 55px;
	float: left;
	clear: none;
	margin-bottom: 0px;
}
#fieldset input, #fieldset textarea {
	float: right;
	border: none;
	height: 25px;
	background-color: #eee;
	width: 300px;
}
#fieldset textarea {
	height: 100px;
}
h4 a {
	color: #0099ff;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #0099ff;
}
#submenulist {
	display: block;
	visibility: visible;
	margin-top: 5px;
}
#submenulist a {
	display: block;
}
#main {
	width: 850px;
	display: block;
	position: absolute;
	top: 140px;
	padding: 5px 0px;
}
#sidebar {
	padding: 3px;
	display: block;
	float: right;
	width: 250px;
	
}
#content {
	width: 550px;
	padding: 3px;
	display: block;
	float: left;
}
#content a {
	color: #cc3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#content a:hover {
	color: #ff0000;
}
#content h4 a {
	
}
#content p, #content li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #79797d;
	text-align: left;
	line-height: 16px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.module span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
}
.module {
	width: 250px;
	overflow: hidden;
	display: block;
}
.module a, .module li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #cc3333;
	margin-left: 20px;
}
.module li {
	margin-bottom: 10px;
}
.module li a {
	margin-left: 0px;
}
.module ul span {
	color: #333;
	display: block;
}
.module ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
.module a:hover {
	color: #ff0000;	
	text-decoration: underline;
}
.module #title {
	background-image: url('/images/redbar.jpg');
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 50px;
	padding-left: 20px;
}
#line {
	height: 1px;
	display: block;
	background-image: url('/images/stripe.png');
}
#teenus {
	display: block;
	
}
.title {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #949599;
	font-weight: bold;
	background-image: url('/images/dot.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.readmore {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d72229;
}
#product {
	display: block;
	width: 550px;
	background-image: url("/images/products.png");
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#product_top {
	background-image: url("/images/products_top.png");
	display: block;
	height: 19px;
}
#product_bottom {
	background-image: url("/images/products_bottom.png");
	display: block;
	height: 23px;
}
#product h1 {
	color: #cc3333;
	width: 500px;
	display: block;
	position: relative;
	left: 25px;
	margin-top: 0px;
	font-size: 20px;
}
#product span {
	width: 500px;
	display: block;
	position: relative;
	left: 25px;
}
#prod a {
	color: #79797d;
}
#prod a:hover {
	color: #cc3333;
}
#fieldset a {
	position: absolute;
	top: 470px;
	left: 395px;
	color: white;
	font-size: 20px;
}
#fieldset a:hover {
	color: white;
	text-decoration: underline;
}


