@import "menu.css";
@import "layout3.css";
@import "footer.css";

div, span, ul, li,
form, input, label,
h1, h2, h3, h4, h5,
img, a,
table, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #dace9f url("../images/bg_body.png") repeat-x left 24px;
	font-family: Verdana;
	color:#333333;
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

#topBar {
	height: 24px;
	background: transparent url("../images/bg_top.png") repeat-x left top;
	margin-bottom: 27px;
	font-size: .6em;
	color: #fff;
	padding: 0 20px;
	line-height: 24px;
}
#topBar a {
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}
#topBar a:hover {
	text-decoration: underline;
}
#topBar .left {
	float: left;
}
#topBar .right {
	float: right;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #dace9f;
	padding: 5px;
	position: relative;
}

#shadow {
	position: absolute;
	left: 0px;
	top: 25px;
	background: transparent url("../images/shadow.jpg") no-repeat center top;
	width: 1421px;
	width: 100%;
	height: 340px;
}

#header {
	background: transparent url("../images/header_white_H100.png") no-repeat left top;
	height: 100px;
	border-bottom: 1px solid #000;
}
#header a {
	display: block;
	width: 100px;
	height: 100%;
}

.clearer {
	clear: both;
}



/* INC DEC input buttons */

.incdecDiv {
	position: relative;
}

.incdec {
	position: absolute;
	width: 13px;
	height: 8px;
	background: #fff no-repeat 2px 1px;
	margin-left: 3px;
	border: 1px solid #aaa;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.incdec:hover {
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.incdec.up {
	background-image: url("../images/incdec_up.png");
	top: 1px;
}
.incdec.up:hover {
	background-image: url("../images/incdec_up_over.png");
}

.incdec.down {
	background-image: url("../images/incdec_down.png");
	bottom: 1px;
}
.incdec.down:hover {
	background-image: url("../images/incdec_down_over.png");
}

