body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial,Helvetica,sans-serif;
	background: #b3b2a1 url('../images/body.gif') repeat-y top center;
}

a img {
	border: 0px none;
}

h1 {
	font: bold 20px Arial,Helvetica,sans-serif;
	color: #005836;
	padding: 0px;
	margin: 0px 0px 18px 0px;
}

h1.inner {
	font: bold 22px Arial,Helvetica,sans-serif;
	color: #ec2000;
	padding: 0px;
	margin: 0px 0px 16px 0px;
}
h2 {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #005836;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#spec-table td {
	padding: 3px 6px;
	border-bottom: 1px solid #cfcec1;
	font: 12px Arial,Helvetica,sans-serif;
	color: #202020;
	vertical-align:top
}

p {
	font: 14px Arial,Helvetica,sans-serif;
	color: #202020;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#content {
	position: relative;
	margin: 32px auto;
	height: 570px;
	width: 965px;
}

#left-side {
	float: left;
	width: 288px;
	min-height: 535px;
}

#left-artwork {
	height: 535px;
}

#afla-de-ce {
	position: absolute;
	width: 220px;
	height: 61px;
	left: 50px;
	top: 473px;
	z-index: 50;
}

#mid-side {
	position: absolute;
	right: 8px;
	float: right;
	width: 660px;
	min-height: 448px;
	padding-top: 90px;
}

#nav-bar {
	position: absolute;
	width: 668px;
	height: 75px;
	right: 0px;
	top: 0px;
	z-index: 100;
}

#nav-bar div {
	float: left;
	height: 75px;
}

#nav-bar div a {
	float: left;
	height: 75px;
	display: block;
}

#nav-bar div a img {
	height: 75px;
	border: 0px none;
}

.nav-btn1 { background: transparent url('../images/btn1.gif') no-repeat 0px 0px; margin-right: 15px; }
.nav-btn1:hover, .nav-btn1-active { background: transparent url('../images/btn1.gif') no-repeat 0px -75px; margin-right: 15px; }
.nav-btn1 a img, .nav-btn1-active a img { width: 153px; }
.nav-btn2 { background: transparent url('../images/btn2.gif') no-repeat 0px 0px; margin-right: 15px; }
.nav-btn2:hover, .nav-btn2-active { background: transparent url('../images/btn2.gif') no-repeat 0px -75px; margin-right: 15px; }
.nav-btn2 a img, .nav-btn2-active a img { width: 164px; }
.nav-btn3 { background: transparent url('../images/btn3.gif') no-repeat 0px 0px; margin-right: 15px; }
.nav-btn3:hover, .nav-btn3-active { background: transparent url('../images/btn3.gif') no-repeat 0px -75px; margin-right: 15px; }
.nav-btn3 a img, .nav-btn3-active a img { width: 154px; }
.nav-btn4 { background: transparent url('../images/btn4.gif') no-repeat 0px 0px; }
.nav-btn4:hover, .nav-btn4-active { background: transparent url('../images/btn4.gif') no-repeat 0px -75px; }
.nav-btn4 a img, .nav-btn4-active a img { width: 107px; }

#page-content ul {
	margin-left: 0px;
	padding: 0px 25px;
	list-style: square;
	color: #005836;
}
#page-content ul li {
	margin-bottom: 2px;
}
#page-content ul li span {
	color: #202020;
	font-size: 14px;
}

.edbox-mdb {
	background: url('../images/edbox_mdb.png') repeat-x 0px 0px;
}
.edbox-mdb input {
	background-color: transparent;
	border: 0px none;
	color: black;
	outline: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-appearance: none;
	font: 13px Arial,Helvetica,sans-serif;
}
.edbox-mdb2 {
	background: url('../images/edbox_mdb2.png') repeat-x 0px 0px;
}
.edbox-mdb2 textarea {
	background-color: transparent;
	border: 0px none;
	color: black;
	height: 170px;
	width: 100%;
	outline: none;
	resize: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-appearance: none;
	font: 13px Arial,Helvetica,sans-serif;
}
.hidden {
	display: none;
}