﻿* {
	margin: 0;
	padding: 0;
}

body {
/*	background-image: url('../interface/images/newBack.png');*/
	background-color: #003300;
}

.body {
	background-image: url('../interface/images/content.jpg');
	width: 960px;
	height: 100%;
	overflow:hidden;
}

.header {
	width: 960px;
	height: 250px;
	background-image: url('../interface/images/header.jpg');
}

.motto 
{
	position: absolute;
	margin-top: 55px;
}

.topFalsh 
{   padding-top: 230px;
    z-index:-10;
}

.catalog {
	width: 160px;
	padding-left: 25px;
	float: left;
}

.catalogImg 
{
    margin-left:-9px;
}

.suppliers {
	width: 160px;
    margin-top:20px;
	float: right;
}

.content 
{
    min-height: 400px;
	margin-right: 5px;
	width: 560px;
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
}

.footer {
    background-image: url('../interface/images/footer.jpg');
	width: 560px;
	text-align: center;
	padding-left: 200px;
	padding-right: 200px;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial;
	height: 60px;
}

.text {
	font-size: small;
	font-family: Tahoma, Arial, Verdana;
	color: #003300;
	margin: 20px;
	text-align: left;
	letter-spacing: 1px;
}

.text_yellow {
	font-size: small;
	font-family: Tahoma, Arial, Verdana;
	color: #FFFFCC;
	margin: 20px;
	text-align: left;
	letter-spacing: 1px;
}

.sendButton {
	height: 24px;
	width: 100px;
	background-image: url('../interface/images/sendButton.png');
}

.floatRight {
	float: right;
	margin-right: 200px;
	font-size: small;
	font-family: Verdana, Tahoma, Arial;
}

.form {
	border: 1px #339933 solid;
	color: #003300;
	float: right;
	margin-right: 170px;
	font-size: small;
	font-family: Verdana, Tahoma, Arial;	
}

.noBorder {
	border-width:0px;
}

a:link {
    color: #FF6600;
    text-decoration: none;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}

.nextBut {
	width: 54px;
	height: 24px;
	background-image: url('../interface/images/next.png');
	border-width: 0px;
}

.prevBut {
	width: 54px;
	height: 24px;
	background-image: url('../interface/images/prev.png');
	border-width: 0px;
}

.label {
	border-width: 0px;
	background-color: #006600;
	color: #FFFFCC;
	width: 42px;
	text-align:center;
}