* {
	margin: 0;
	padding: 0;
	font: 16px arial;
	color: #393C0F;
}

img {
	border: 0;
}

html, body {
	height: 100%;
	background: url(pics/background.png) repeat-y top center;
}

h1, h2, h3 {
	font: 30px arial;
	color: #757C21;
	margin-bottom: 5px;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 16px;
}

h3 {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 0;
}

a {
	color: #757C21;
}

a:hover {
	color: #9FA731;
}

ul {
	list-style: inside;
}

.container {
	min-height: 100%;
	height: 100%;
	min-width: 992px;
	background: url(pics/container.gif) no-repeat top center;
}

html > body .container {
	height: auto;
}

.content {
	position: relative;
	width: 992px;
	margin: 0 auto;
}

.document, .document-full {
	padding-top: 370px;
	margin: 0 12px;
}

.document-full {
	margin: 0 2px;
}

.body, .right {
	float: left;
	padding: 0 0 15px;
}

.body {
	width: 508px;
	margin-right: 20px;
}

.right {
	width: 440px;
	text-align: center;
}

.menu {
	position: absolute;
	top: 320px;
	display: block;
	width: 988px;
	height: 47px;
	padding: 2px 2px 0;
	background: url(pics/menu.gif) no-repeat;
}

.menu ul {
	display: block;
	list-style: none;
}

.menu ul ul {
	position: absolute;
	left: 16px;
	top: 52px;
}

.menu li {
	display: block;
	float: left;
}

.menu .selected, .menu .first-selected {
	background: url(pics/menu.gif) no-repeat 0 -89px;
}

.menu .selected li, .menu .selected li a {
	background: #fff none;
}

.menu ul a, .menu ul a:hover {
	color: #757C21;
}

.menu ul a {
	display: block;
	float: left;
	font: bold 14px arial;
	text-decoration: none;
	height: 26px;
	padding: 14px 21px 0;
}

.menu .selected a, .menu .first-selected a {
	background: url(pics/menu.gif) no-repeat right -129px;
}

.menu ul ul a {
	color: #757663;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	padding: 0;
	margin-right: 14px;
}

.menu ul ul .selected a, .menu ul ul .first-selected a {
	color: #393C0F;
	font-weight: bold;
}

.logo {
	position: absolute;
	left: -90px;
	top: 39px;
	width: 1026px;
	height: 249px;
}

.navigation {
	display: block;
	padding: 25px 0 30px;
}

.navigation * {
	font: 12px arial;
}

.navigation li {
	display: inline;
	background: url(pics/next.png) no-repeat left center;
	padding-left: 10px;
	margin-left: 5px;
}

.navigation .label, .navigation .first {
	background: none;
	margin: 0;
	padding: 0;
}

.navigation a {
	color: #757c21;
}

.navigation a:hover {
	color: #9FA731;
}

.navigation .label {
	font-weight: bold;
	color: #393c0f;
}

.flags {
	position: absolute;
	top: 373px;
	right: 15px;
	z-index: 100;
}

.flags img {
	float: left;
	margin-left: 5px;
}

.image-right {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.resellercontact textarea {
	width:500px;
	height:200px;
}
.notices {
	list-style-position:inside;
	margin-bottom:1em;
}
.success {
	list-style:none outside;
	margin-bottom:1em;
}
