body {
	margin: 0;
	padding: 0;
	color: #324570;
	font: 11px/13px Arial, Helvetica, Geneva, sans-serif;
	background: #ffffff url(../images/body-bg.gif) repeat-x left top;
}

a {
	color: #862a02;
}

a.hover {
	
}

hr {
	background-color: #d6d2c5;
	height: 1px;
	border-style: none;
}

#header-container {
	width: 100%;
	height: 72px;
	background: url(../images/header-container-bg.gif) repeat-x left top;
}

#header {
	width: 1024px;
	height: 72px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/header.jpg) no-repeat center center;
}

#menu-container {
	width: 100%;
	height: 25px;
	background: url(../images/menu-container-bg.gif) repeat-x left top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
}

#menu-wrapper {
	width: 1024px;
	height: 25px;
	background: url(../images/menu-bg.jpg) no-repeat center top;
	z-index: 10000;
	margin-right: auto;
	margin-left: auto;
}

#countries-menu {
	width: 124px;
	height: 25px;
	float: left;
	margin-left: 50px;
}

#countries-menu a {
	text-decoration: none;
	color: #afaa99;
}

#countries-menu a.selected {
	font-weight: bold;
	font-size: 14px;
}

#countries-menu li {
	list-style-type: none;
	display: block;
	float: left;
	width: 28px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

#global-menu {
	width: 790px;
	height: 25px;
	float: right;
}

#global-menu a {
	text-decoration: none;
	color: #8c8b88;
}

/*#global-menu a.selected {
	color: #8c8b88;
}*/

#global-menu ul {
	margin: 0;
	padding: 0;
}

#global-menu li {
	list-style-type: none;
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#global-menu li.selected {
	background-color: #ecebe6;
}

#global-menu ul.menu-items {
	margin: 0;
	padding: 0;
}

#global-menu ul.menu-items {
	margin: 0;
	padding: 0;
	top: 26px;
}

#global-menu ul.menu-items li {
	width: 125px;
	height: auto;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	position: relative;
	z-index: 99;
	background-color: #d6d2c6;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-align: left;
}

#global-menu li:hover, #global-menu li.selected, #global-menu ul.menu-items li:hover, #global-menu ul.menu-items li.selected {
	background-color: #ecebe6;
}

#menu-lang {
	height: 25px;
	margin-right: 60px;
	float: right;
	line-height: 25px;
}


#content-wrapper {
	background: url(../images/main-bg.gif) repeat-x left top;
	width: 100%;
	height: auto;
}

#content-padding {
	padding-left: 57px;
	padding-right: 57px;
}

#content-body {
	width: 910px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff url(../images/content-bg.gif) repeat-x left top;
	text-align: justify;
}

#content-body p {
	margin: 0 10px;
	padding: 5px 10px;
}

#content-body table {
	margin: 0 10px;
	padding: 5px 10px;
}

#content-body p.bold {
	font-weight: bold;
	font-size: 12px;
}

#content-page {
	width: 608px;
	float: left;
}

#content-page h1 {
	color: #9e8f63;
	font-size: 18px;
	line-height: 41px;
	font-weight: bold;
	background: url(../images/h1-bg.jpg) no-repeat left top;
	width: 588px;
	padding: 0 10px;
	margin: 0;
}

#content-page h1.admin {
	color: #a50000;
	font-size: 18px;
	line-height: 41px;
	font-weight: bold;
	background: url(../images/h1-bg.jpg) no-repeat left top;
	width: 588px;
	padding: 0 10px;
	margin: 0;
}

#content-page ul {
	/*padding: 5px 10px 5px 20px;*/
	margin: 0 10px 0 40px;
	list-style-position: outside;
	padding-right: 10px;
	padding-left: 10px;
}

#content-page ul li {
	list-style-type: square;
}

#content-page form {
	margin: 0;
	padding: 0;
}

#content-page form input {
	width: 250px;
	border: 1px solid #848f97;
	color: #848f97;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
}

#content-page form input.no-border {
	border-style: none;
}

#content-page form input.form-error {
	border: 1px solid #9e0000;
}


#content-page form input.submit {
	width: auto;
	font-weight: bold;
	padding: 2px;
}

#content-page ul.form {
	width: auto;
	text-align: left;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content-page li.form {
	color: #616161;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	padding: 5px;
	margin-right: 10px;
}

#content-rightside {
	width: 301px;
	float: right;
	border-left: 1px solid #d6d2c5;
}

#content-rightside h1 {
	color: #324570;
	font-size: 18px;
	line-height: 41px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}

#footer {
	width: 910px;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.gif) no-repeat center center;
	clear: both;
}

#copyright {
	color: #a68e63;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#http-error {
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
}

#latest-news {
	padding: 2px;
}

#latest-news ul {
	margin: 0;
	padding: 0;
}

#latest-news ul li {
	list-style-image: url(../images/arrow-bullet.gif);
	padding: 2px 2px 2px 10px;
	list-style-position: inside;
}

#side-highlights {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side-highlights ul {
	margin: 0;
	padding: 0;
}

#side-highlights li {
	list-style-type: none;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


.body {
	background-color: #ffffff;
}

.highlight {
	background-color: #e9e9e1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.center {
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.odd-row {
	background-color: transparent;
}

.even-row {
	background-color: #ebebeb;
}

table.border {
	border: 1px solid #d6d2c5;
	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin: 0;
}

#comparison {}

#comparison table{
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-style: none;
	width: 100%;
}

#comparison table td.header {
	padding: 2px;
	vertical-align: middle;
	width: 25%;
}

#comparison table td {
	padding: 2px;
	width: 25%;
	text-align: left;
	vertical-align: top;
}

#comparison ul {
	margin: 2px;
}

#contact-info {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	line-height: 11px;
}

.hidden {
	display: None;
}

#confirmation-box {
	color: #950000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	margin: 20px 0 0;
	padding: 20px;
	width: 470px;
	height: auto;
	vertical-align: middle;
	border: 2px solid #950000
}

#errmsg {
	color: #9e0000;
	background-color: #ebe589;
	text-align: center;
	margin: 10px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 1px solid #9e0000;
}

#errmsg h3 {
	color: #9e0000;
}

#menu-admin h1 {
	color: #a50000;
	font-size: 18px;
	line-height: 41px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}

#menu-admin ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#menu-admin ul li {
	padding: 2px 2px 2px 5px;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	font-weight: bold;
}

#menu-admin ul.menu-items li {
	list-style-image: url(../images/arrow-bullet.gif);
	padding: 2px 2px 2px 5px;
	list-style-position: inside;
	list-style-type: none;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
